Sync to I865165b974aa32a35a58b7260cb1c046ed8f1413
authorSung-jae Park <nicesj.park@samsung.com>
Sun, 31 Mar 2013 23:23:58 +0000 (23:23 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Sun, 31 Mar 2013 23:23:58 +0000 (23:23 +0000)
commit17d49beef5649d4535fb8938920c75bab7e29f56
tree8eb7b608341a45ac7f9c07f22b61733b90122163
parentc39e4f9636874bfaebdb38a32fbbd2c5a5aceecd
Sync to I865165b974aa32a35a58b7260cb1c046ed8f1413

    Add new event path & Change pixmap 24 to 32.

    Fix the bug of size_changed event.
    It has to send the fbid to the client to update its buffer info from viewer side.

    Separating slaves(using net option), 0x0 size box

    1. Separate the slave process using network option.
       If a box requires network connection to update their contents,
       Load it from specific slave which designed to use the network.

       Currently, we use only one package for loading boxes.
       So we just launch another slave process for separating boxes using network attributes.

    2. 0x0 box size is added.
       0x0 is supported for inhouse/commercialization version only.
       Its size is defined 720x1280 (depends on the screen size)

    Add new event path for holding scroller of viewer

    Viewer should holds the scroller when it gets this event.
    This hold scroll event is used for get request of boxes.

Change-Id: I3a8b8c75e5a5229aef5f15394308d9bb3f1d770e
data/resolution.ini
include/instance.h
include/slave_life.h
packaging/data-provider-master.spec
pkgmgr_livebox/livebox.xml
pkgmgr_livebox/src/service_register.c
src/buffer_handler.c
src/instance.c
src/package.c
src/server.c
src/slave_life.c