Merged with private repository.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:42:36 +0000 (20:42 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:42:36 +0000 (20:42 +0900)
commit216879f7a8ad1f293df58ff306c1ff8e17ac67ac
tree793e9da83078d3d0f05158ce657bcf3c4a32311f
parent17d49beef5649d4535fb8938920c75bab7e29f56
Merged with private repository.

Update accessibility.
Accessibility event is defined for script type livebox & pd.

Update touch_effect & need_frame.
These attributes should be described for each size type.

Update parser for getting accessibility text
TYPE="access"
is added.

"need_frame" attribute is added
For handling the frame decoration of boxes.
If a box set "true" for this need_frame attribute,
The viewer will draw the border for it.

Active/Passive update mode is added.

Add update_mode.
Active & Passive update mode.
These two words are used for viewer.
If a viewer wants to update the content of boxes without any updated events, it can use the active mode.
or it can update by the updated event.
passive mode is default.
So every viewer will get updated event then they should to update the content of boxes.

Change-Id: I928f5cdf1c99fa428a05e84f5605cdd60724a555
include/instance.h
include/script_handler.h
packaging/data-provider-master.spec
pkgmgr_livebox/livebox.xml
pkgmgr_livebox/src/service_register.c
src/instance.c
src/script_handler.c
src/server.c
util_liveinfo/src/liveinfo.c