Sync with the private repository
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 10 Apr 2013 11:48:31 +0000 (20:48 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 10 Apr 2013 12:11:34 +0000 (21:11 +0900)
commitb6770ee36511f4c18202b40575789159093d557a
tree99f733d0cb656c6410dee2dadda7331b8b0c6b06
parent337fe948aba5875fad4a7451d74769bf772d3520
Sync with the private repository

Add more log for debugging

Add log for debugging

Update accessibility event code.
Add new API for sending accessibility event to provider.
Clear all registered event callbacks if an instance is destroyed by fault.
To give time to release their resources for event callbacks.
Access status event type is added.
Access status would be sent from the provider.
Update VERSION

Active/Passive update mode is added

livebox_set_update_mode is added.
This only can be used after creating a livebox.
After it gets the created event, the viewer can set the update mode.
Before set the update mode, it will run for passive mode viewer.
So it will send updated event to the viewer for every frames.

Change-Id: I52bc0a38a1a020e7f2b7f60b393234fd325ba127
include/livebox.h
include/livebox_internal.h
packaging/liblivebox-viewer.spec
src/client.c
src/livebox.c
src/master_rpc.c