Various patches are applied.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 02:11:04 +0000 (11:11 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 15 May 2013 02:11:04 +0000 (11:11 +0900)
commitc4d4c6e5f5fe3c34da26c10aaa0ea226806001d4
tree0a064012c064218f23077deeca5d0b2cc77e779e
parent95579de23b1f8cb7bbdaf0ed9d3e7ae4b7a8864e
Various patches are applied.

Patch 8
    Ignore font size change event

Patch 7
    Update visible state when it is created.

Patch 6
    If the provider is paused, newly create box should be paused too.
    After creating a new box instance, check the status of current provider.
    And update the status of newly created box too.

Patch 5
    Add CLCICKED log for estimating launch time.

Patch 4
    Add shadow image and remove text shadow

Patch 3
    Update icon edc file.

Patch 2
    Change the color of text shadow.

Patch 1
    Implement the icon service provider.

    Patch #1
       Icon service provider will generate the requested image file.
       Using given edje & descfile.

       After load the edje file, the provider will start parse the desc file
       to fill the content of loaded edje object.

    Patch #2
       Add edje layout file for creating icon image using it.

    Patch #3
       Add 2x1, 2x2, 4x1, 4x2, 4x3, 4x4, 4x5, 4x6 icon layout

    Patch #4
       Fix bugs.

Change-Id: Ieac9854fcf49f0dbaed378a564782673ff1fd974
13 files changed:
CMakeLists.txt
data/CMakeLists.txt
data/icon.edc [new file with mode: 0644]
data/icon_shadow.png [new file with mode: 0755]
icon_src/main.c [new file with mode: 0644]
icon_src/script_handler.c [new file with mode: 0644]
include/lb.h
org.tizen.data-provider-slave.xml
packaging/org.tizen.data-provider-slave.spec
src/client.c
src/lb.c
src/main.c
src/so_handler.c