Support 'use-decoration' attribute of <tizen:box-size>
authorYunchan Cho <yunchan.cho@samsung.com>
Tue, 18 Jun 2013 12:36:34 +0000 (21:36 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 20 Jun 2013 12:16:28 +0000 (12:16 +0000)
commit290908b6d83065c3521742cbea1c758e30b5a104
treeafbbcebc9c89e96577b923f2d5bc0c595ad29528
parent55e5c827e13f066477ba3fc3acdbe2d2f0db626b
Support 'use-decoration' attribute of <tizen:box-size>

[Issue#] N/A
[Problem] frame decoration feature was not supported on dynamic box
[Cause] There is no way for developer to apply frame decoration of dynamic box
[Solution] For this, 'use-decoration' attribute has been added to <tizen:box-size>
           'use-decoration' attribute is optional, and can have 'true' or 'false' as value.
           default value is 'true'
[SCMRequest] Depends on: wrt-commons. https://review.tizenrsa.org/#/c/75079/

Change-Id: I08fff1d8f022d6de0c2835cce0e7c100b1c8550d
configuration/widgets.tizen.xsd
src/configuration_parser/widget_parser.cpp
src/jobs/widget_install/manifest.cpp
src/jobs/widget_install/manifest.h
src/jobs/widget_install/task_manifest_file.cpp
src/jobs/widget_install/task_widget_config.cpp