platform/core/appfw/data-provider-slave.git
10 years agoLink with json-glib
Sung-jae Park [Fri, 24 Jan 2014 01:39:22 +0000 (10:39 +0900)]
Link with json-glib

Change-Id: Ic4df467e1fa790e42e2cff95f79ba85441de34d8

10 years agoCasting error codes to compare it with integer
Sung-jae Park [Wed, 22 Jan 2014 02:01:51 +0000 (11:01 +0900)]
Casting error codes to compare it with integer

Change-Id: I11ae2cbd19cc24c8f6c61939ade2748bd83f240d

10 years agoUpdate font style for shadow effect
Sung-jae Park [Fri, 3 Jan 2014 09:28:33 +0000 (18:28 +0900)]
Update font style for shadow effect

Change-Id: I39630e7461c25e43a3f96e3e852a179c8127b079

10 years agoAssign floor(_) label to signature files
Sung-jae Park [Fri, 3 Jan 2014 00:50:16 +0000 (09:50 +0900)]
Assign floor(_) label to signature files

Change-Id: I2f4036e0735d4949afec51f855bec673528cb033

10 years agoAdd two more edje file for font effect.
Sung-jae Park [Tue, 31 Dec 2013 07:02:46 +0000 (16:02 +0900)]
Add two more edje file for font effect.

Change-Id: Icae5af9b1edcad623474ff46388bad65767a306d

10 years agoAdd new ABI for livebox plugin.
Sung-jae Park [Wed, 18 Dec 2013 12:05:50 +0000 (21:05 +0900)]
Add new ABI for livebox plugin.

livebox_get_alt_info

To get the alternative icon and name, the provider will call this.
then the livebox should fill the 3rd, 4th arguments with icon and name.
and those strings are allocated in heap.

Change-Id: Iad532ca0a7c9a4ed65dda37ecb15fcf29bdb4bbd

10 years agoUpdate configuration initiate sequence
Sung-jae Park [Fri, 13 Dec 2013 12:50:27 +0000 (21:50 +0900)]
Update configuration initiate sequence

Change-Id: I52d0e713653241d8189dddab4f071cd596ab0ec0

10 years agoDo not grab the sig fault.
Sung-jae Park [Tue, 10 Dec 2013 13:06:27 +0000 (22:06 +0900)]
Do not grab the sig fault.

Need to core dump

Change-Id: I7461c827f53bb36f3c3588c6b7953324c89da5b6

10 years agoRemove tizen engineering mode featuring code
Sung-jae Park [Sat, 7 Dec 2013 06:53:04 +0000 (15:53 +0900)]
Remove tizen engineering mode featuring code

Change-Id: I1d0fa54ff48c133a00f9c79c9c816005b52b65c1

10 years agoMove down 2 more pixels
Sung-jae Park [Sat, 7 Dec 2013 05:51:36 +0000 (14:51 +0900)]
Move down 2 more pixels

Change-Id: Iae22354a3bc372b3aa6eb7caea1f5d46c515cdd2

10 years agoHandling the force option for trigerring updates
Sung-jae Park [Wed, 4 Dec 2013 07:42:41 +0000 (16:42 +0900)]
Handling the force option for trigerring updates

Change-Id: I4e2ce43516aacfcff74fc41664c1a4eb80781c72

10 years agoIcon layout is updated. (offset)
Sung-jae Park [Mon, 2 Dec 2013 02:10:39 +0000 (11:10 +0900)]
Icon layout is updated. (offset)

Change-Id: Icc359fcabf6146ed8fe053887cf3e08dd4fcc311

10 years agoFix the set_period bug
Sung-jae Park [Sat, 30 Nov 2013 08:37:31 +0000 (17:37 +0900)]
Fix the set_period bug

Change-Id: I60f8bdfa2fbfcafc760ca78d3366432191f28950

10 years agoDebug mode configuration is added
Sung-jae Park [Fri, 29 Nov 2013 15:54:04 +0000 (00:54 +0900)]
Debug mode configuration is added

Change-Id: I13adbd32c81f03669b318fef3687843543fa57f4

10 years agoColor should be represented in Hexadecimal.
Sung-jae Park [Wed, 20 Nov 2013 07:57:25 +0000 (16:57 +0900)]
Color should be represented in Hexadecimal.

Change-Id: Ie069ff12947fa2c43709326a71974056cd18fba7

10 years agoAdd FORCE_TO_UPDATE flag
Sung-jae Park [Tue, 19 Nov 2013 09:20:35 +0000 (18:20 +0900)]
Add FORCE_TO_UPDATE flag

It forces to update the box content even if it is in pause state.

Change-Id: Ic8037c7a97a7fd50518ca2bff7f52084605b0212

10 years agoDisable performation estimating code
Sung-jae Park [Mon, 18 Nov 2013 14:23:43 +0000 (23:23 +0900)]
Disable performation estimating code

Change-Id: Idfc97202d0100d4f9fa19c15eb05070b8d316730

10 years agoresize,content_event,click function performance.
Sung-jae Park [Mon, 18 Nov 2013 05:57:11 +0000 (14:57 +0900)]
resize,content_event,click function performance.

Resize
Content Event
Click

These three operations will be estimiated its sperformance by dlog.

Change-Id: Id4114fce93db48a64121c3215e1252db3932d9f2

10 years agoConsuming pended update request.
Sung-jae Park [Mon, 18 Nov 2013 04:22:18 +0000 (13:22 +0900)]
Consuming pended update request.

When it gets resume event, if it exceed the update period,
consuming the pended update request and update the box.

Change-Id: Ie733da7b4675d3d96ba771696efa8726ab26e4fc

10 years agoUpdate pending list management code
Sung-jae Park [Fri, 15 Nov 2013 13:26:59 +0000 (22:26 +0900)]
Update pending list management code

if the dbox is not shown yet (not the pause,resume event).
do not append it to pending list.

instead of pending list, add it to hidden list.
so if it is shown (render buffer is ready to draw something one it, in case of script type),
move it to the pending list from hidden list.

so while creating a render buffer from master,
the livebox will not do busy waiting now.

just it will do update again when it gets shown.
(move from hidden_list to pending_list)

Change-Id: Ic13db8f7d7c2f8bc2c6908975bfb6dac6a9a06d3

10 years agoLocation Service Privilege Applied
Sung-jae Park [Thu, 14 Nov 2013 12:24:54 +0000 (21:24 +0900)]
Location Service Privilege Applied

Change-Id: I3905cbf332e91d590ea32170238df53f6581c66c

10 years agoClose the PD when the instance is deleted.
Sung-jae Park [Mon, 11 Nov 2013 08:10:25 +0000 (17:10 +0900)]
Close the PD when the instance is deleted.

Change-Id: I0b148449378a2171ee1478571194c3bfb9af9c83

10 years agoFix the dbg print code
Sung-jae Park [Fri, 8 Nov 2013 13:17:17 +0000 (22:17 +0900)]
Fix the dbg print code

Change-Id: Id30df161cc1eb8caa6a0f1ae16fbb04e57560b21

10 years agoInvoke the evas_font_reinit if the font changed callback is called.
Sung-jae Park [Fri, 8 Nov 2013 05:40:00 +0000 (14:40 +0900)]
Invoke the evas_font_reinit if the font changed callback is called.

Change-Id: Ie02351e28115f4bf35ef11fa6be5d89ad661ebfa

10 years agoEnable the icon effect functions.
Sung-jae Park [Tue, 5 Nov 2013 07:26:38 +0000 (16:26 +0900)]
Enable the icon effect functions.

Change-Id: I591ea6a12979514f167ab1b4766b1eba129b7fb2

10 years agoDisable the LOOP_DETECTOR.
Sung-jae Park [Mon, 4 Nov 2013 11:10:23 +0000 (20:10 +0900)]
Disable the LOOP_DETECTOR.

Change-Id: I96d17bf8891bd5b35689e6d1da4be2f1e967ed60

10 years agoAdd LOOP_DETECTOR macro
Sung-jae Park [Fri, 1 Nov 2013 14:04:45 +0000 (23:04 +0900)]
Add LOOP_DETECTOR macro

Change-Id: Id1c112665bb479a70543e6592d6554172818dd58

10 years agoUpdate smack rule (disable icon effect)
Sung-jae Park [Thu, 31 Oct 2013 03:17:41 +0000 (12:17 +0900)]
Update smack rule (disable icon effect)

Change-Id: I4a60e6dec2944ddfcfa6ff751d20ab4bb01fc1c6

10 years agoEnable Icon shadow effect option (cairo & efl-assist)
Sung-jae Park [Sat, 26 Oct 2013 08:28:21 +0000 (17:28 +0900)]
Enable Icon shadow effect option (cairo & efl-assist)

Change-Id: I5062c5cc66c4749d36f2f68414ea02ca8d45db1a

10 years agoRevert icon shadow effect apply code
Sung-jae Park [Fri, 25 Oct 2013 08:40:04 +0000 (17:40 +0900)]
Revert icon shadow effect apply code

Change-Id: I7e6a3d0f1f9c9c01c658f8336f90859421e5ccf4

10 years agoDo not terminate itself.
Sung-jae Park [Fri, 25 Oct 2013 08:28:59 +0000 (17:28 +0900)]
Do not terminate itself.

TTL timer will be managed by master

Change-Id: I43a3eb3551d1bc0e846618467daf3d8119bcca2b

10 years agoApply icon shadow effect.
Sung-jae Park [Fri, 25 Oct 2013 04:41:29 +0000 (13:41 +0900)]
Apply icon shadow effect.

Change-Id: I88b686530b044904ff507663b05dda53c1c89f88
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
10 years agoUpdate tts-server smack rule
Sung-jae Park [Wed, 2 Oct 2013 02:14:14 +0000 (11:14 +0900)]
Update tts-server smack rule

Change-Id: Ifdd5f600266801e314c441c336b1bc10ed92943e

10 years agoDo not use the clock_gettime for compensating time.
Sung-jae Park [Tue, 1 Oct 2013 01:01:39 +0000 (10:01 +0900)]
Do not use the clock_gettime for compensating time.

Change-Id: Id8314a6924075101d94f3259c8a56557470fe173

10 years agoAdd dummy function.
Sung-jae Park [Thu, 26 Sep 2013 05:11:37 +0000 (14:11 +0900)]
Add dummy function.

To be successfully resolved from liblivebox.

Change-Id: Iad293dab01bd7aa151c6ebbd42a0eb7058939393

10 years agoUse the ecore_time_get instead of gettimeofday
Sung-jae Park [Thu, 26 Sep 2013 01:20:56 +0000 (10:20 +0900)]
Use the ecore_time_get instead of gettimeofday

Change-Id: I344aaa8820920f1dc739400364acb2562db8d69e

10 years agoUpdate smack rule
Sung-jae Park [Tue, 10 Sep 2013 03:36:31 +0000 (12:36 +0900)]
Update smack rule

Including default rule set

Change-Id: Id324b860c9c2687aee7b096d0758a8f1a8879bec

10 years agoGuarantees update operation.
Sung-jae Park [Mon, 9 Sep 2013 06:27:57 +0000 (15:27 +0900)]
Guarantees update operation.

Even if a livebox is in updating,
The other can start its updating with old one.

Previously, a livebox can start updating after the updating of the other is done.
But this patch will allow start to update the content of the other boxes,
even though some box is already updating its content.

Change-Id: I4308c75703977f5215581cdee66c42291e291fd0

10 years agoAdd missing files
Sung-jae Park [Thu, 22 Aug 2013 08:21:57 +0000 (17:21 +0900)]
Add missing files

Change-Id: Ib145dd20375c45d9d904e864c07ceceb8713e9aa

10 years agoHeap monitor is updated. resolve P130819-00803
Sung-jae Park [Thu, 22 Aug 2013 07:56:13 +0000 (16:56 +0900)]
Heap monitor is updated. resolve P130819-00803

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] P130819-00803
[problem] Need to update other instances.
[cause] Block to call the update request from livebox API
[solution] Comment out it by the requirement of assistive livebox.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ifb32807514fea4e5eccee4438f3ace63081cbf61

10 years agoDefault ping time should be divided by 2.
Sung-jae Park [Fri, 16 Aug 2013 13:44:35 +0000 (22:44 +0900)]
Default ping time should be divided by 2.

Change-Id: I5080999ebb54080d71ec131d0642157973f6ee82

10 years agoRelease unused memory.
Sung-jae Park [Fri, 16 Aug 2013 00:44:58 +0000 (09:44 +0900)]
Release unused memory.

Change-Id: I731add53291e92b00d8402124e17ab06c92d3248

10 years agoCare the return value of "[f]close" and "dlXXX"
Sung-jae Park [Tue, 13 Aug 2013 01:15:37 +0000 (10:15 +0900)]
Care the return value of "[f]close" and "dlXXX"

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ifbc75aeb62c099bc966bb103e33022478b38359b

10 years agoUpdate coding convention.
Sung-jae Park [Fri, 9 Aug 2013 07:14:08 +0000 (16:14 +0900)]
Update coding convention.

Change-Id: I1c24c19748abb34142df2824e34671a68316bbc9

10 years agoUpdate coding convention
Sung-jae Park [Fri, 9 Aug 2013 05:25:51 +0000 (14:25 +0900)]
Update coding convention

Use the '{' '}' for local block(if, for, while, ...) even if it has A line.

Change-Id: I016183e11ed614998b139bd2ec88bd9df6713784

10 years agoFix build error
Sung-jae Park [Tue, 6 Aug 2013 06:13:08 +0000 (15:13 +0900)]
Fix build error

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Inlining failed.
[cause] Inline failed.
[solution] Remove inline.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I21987883b4c7cfa693a8b4e608bf2d83c9902fc5

10 years agoFix build error
Sung-jae Park [Tue, 6 Aug 2013 05:52:42 +0000 (14:52 +0900)]
Fix build error

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Inlining failed
[cause] Build Error.
[solution] Remove 'inline'.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I7aa743bde7bdb227f730fa94c1b29ecffbbacc14

10 years agoUpdate conf parer (introduce new fields)
Sung-jae Park [Mon, 5 Aug 2013 10:55:46 +0000 (19:55 +0900)]
Update conf parer (introduce new fields)

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I9014ed790adaebc83cbea3da5a3a153b4f9741b8

10 years agoConf field added
Sung-jae Park [Mon, 5 Aug 2013 08:00:19 +0000 (17:00 +0900)]
Conf field added

Change-Id: I4cb8313ac0e3bf947d6dfd75feab6027ae618680

10 years agoFix the crash bug that if the box tries to delete itself.
Sung-jae Park [Wed, 31 Jul 2013 11:48:03 +0000 (20:48 +0900)]
Fix the crash bug that if the box tries to delete itself.

When the box is automatically deleted,
the data-provider-slave couldn't handles it correctly.

If the auto-deletion is processed in the system event function (RESUMED),
the provider tries to access the deleted item in it.

Change-Id: I7374a63336db33449a3c200f5ecd3b118016ba4a

11 years agoSupporting easy mode box size.
Sung-jae Park [Mon, 29 Jul 2013 13:33:12 +0000 (22:33 +0900)]
Supporting easy mode box size.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2281e4f1b6a14af59bbaaa31d42d9ac975e90336

11 years agoFix the auto-deletion bug.
Sung-jae Park [Wed, 17 Jul 2013 01:02:59 +0000 (10:02 +0900)]
Fix the auto-deletion bug.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] when a box is deleted automatically, slave is crashed.
[cause] it deletes update timer without twice.
[solution] Remove unnecessary code.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I176e215c180ae3fce732db1de71e3edb1ef67631

11 years agoRemove last trailing comma
Sung-jae Park [Wed, 3 Jul 2013 23:29:13 +0000 (08:29 +0900)]
Remove last trailing comma

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] To keep the compiling compatibility
[cause] Old standrad complains last trailiing comma
[solution] Remove last trailing comma
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I8aaaf9cee771cbd8b7cebeca3d62858cb2961861

11 years agoApply GCC 4.8 patch
Sung-jae Park [Wed, 3 Jul 2013 04:25:38 +0000 (13:25 +0900)]
Apply GCC 4.8 patch

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] GCC 4.8 build error
[cause] GCC 4.8 has some changes.
[solution] Apply patch.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I4debfdb1c0782d892d6f0d30333044580be8e486

11 years agoAdd missing function (icon_provider).
Sung-jae Park [Tue, 2 Jul 2013 13:22:39 +0000 (22:22 +0900)]
Add missing function (icon_provider).

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] liblivebox couldn't find correct API while building icon provider.
[cause] icon provider doesn't declare the API
[solution] declare it.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I75764f6005f8ec7b2737c7d6f60e45a213cdfe63

11 years agoDo not update box when it is paused.
Sung-jae Park [Tue, 2 Jul 2013 02:09:41 +0000 (11:09 +0900)]
Do not update box when it is paused.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Box is updated if it is triggered from other process.
[cause] Slave doesn't check the pause state of a box.
[solution] Check the box's state, if it is paused, just increase the update counter. when it gets resume event, append it to pended updated list.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ice6a32487470c29104e010d72000eacd8c606ecf

11 years agoBefore send updated event, check the pended update
Sung-jae Park [Fri, 28 Jun 2013 02:35:14 +0000 (11:35 +0900)]
Before send updated event, check the pended update

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] Before send the delayed updated contents, try to merge it with new contents.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I4be3465b9fc7fb62b042c54793cd29a9a56fb5bb

11 years agoCheck the current operation.
Sung-jae Park [Thu, 27 Jun 2013 09:14:51 +0000 (18:14 +0900)]
Check the current operation.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] request_update & trigger_update_monitor should not be called directly from livebox interfaces.
[cause] request_update can be done by return NEED_TO_SCHEDULE, and trigger_update_monitor can be done by return OUTPUT_UPDATED.
[solution] Check the current operation, so the request_update and trigger_update_monitor will return if the operation is not done.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I136d5d7f6bad9c29a9e30424c51802d4cf80e2f8

11 years agoAdd new API for triggering the content update event.
Sung-jae Park [Thu, 27 Jun 2013 06:30:31 +0000 (15:30 +0900)]
Add new API for triggering the content update event.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Unable to detect content updated event.
[cause] inotify is merged multiple event to one event. so we cannot get change event separately.
[solution] Use the trigger update function explicitly.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I411454d5ea1c21120ff64782a604817a73242b15

11 years agoUpdate deubgging log macro
Sung-jae Park [Thu, 27 Jun 2013 04:18:34 +0000 (13:18 +0900)]
Update deubgging log macro

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Duplicated information is printed.
[cause] File, Function, Line is printed by DLOG automatically.
[solution] Remove File,Function,Line print part.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I41f625caa4ba250ceb41c2e09ba3b7b8b1fc353f

11 years agoFix the prevent issue.
Sung-jae Park [Thu, 27 Jun 2013 01:03:54 +0000 (10:03 +0900)]
Fix the prevent issue.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] CID 62250
[problem] Use after free. Very specific case.
[cause] Use after free
[solution] Fix it, reset used pointer.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3145f334de72b32945e4624c860c789b78509109

11 years agoReduce the logs for debugging.
Sung-jae Park [Wed, 26 Jun 2013 23:51:40 +0000 (08:51 +0900)]
Reduce the logs for debugging.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Too much logs are printed.
[cause] To analyze the issues.
[solution] Reduce the unnecessary logs which for already stabilized modules.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Icc008977136f50dbe98b87c852f911b8b2ae49e9

11 years agoUpdate font initiate code.
Sung-jae Park [Wed, 26 Jun 2013 04:32:12 +0000 (13:32 +0900)]
Update font initiate code.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Initial font is not able to get using vconf.
[cause] vconf doesn't care the first system font
[solution] Get the first font using system_settings API only once.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I506a6e5554e67cbdf6703ffe4b09eb14316e6123

11 years agoUpdate script parser (sync with main parser)
Sung-jae Park [Wed, 26 Jun 2013 00:21:42 +0000 (09:21 +0900)]
Update script parser (sync with main parser)

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Partial loading has some bug
[cause] Alpha area should be cleared first.
[solution] Clear them first. (enable alpha option)
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I0266562ea2dc3da19eaa12ad552687ecd62b5014

11 years agoReview the lb_update function
Sung-jae Park [Tue, 25 Jun 2013 06:11:14 +0000 (15:11 +0900)]
Review the lb_update function

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Update the code flow.
[cause] There could be some hidden bug.
[solution] Update sequence of function call and data set.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie75ca15dd98903308b89dabbe768cbd78cfa0933

11 years agoFix the missed update event handling bug.
Sung-jae Park [Tue, 25 Jun 2013 05:44:49 +0000 (14:44 +0900)]
Fix the missed update event handling bug.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] While upating contents, if a user event occured (resize, click, etc, ..), the updating process is not completed successfully.
[cause] even though the content file is updated several times, the inotify event is occured only once.
[solution] While updating contents, even if a user events are occurred, merge them into A updated event.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib9af807b864c4e8c837d1ecae343b3b3ebb22eee

11 years agoReduce log message
Sung-jae Park [Mon, 24 Jun 2013 10:43:14 +0000 (19:43 +0900)]
Reduce log message

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Reduce count of log message
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I5319e17391859c0ed7ce7d8bbc8b25c263814bc3

11 years agoPackage signing
Sung-jae Park [Fri, 14 Jun 2013 00:55:49 +0000 (09:55 +0900)]
Package signing

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] Package signing is required
[solution] Update spec file
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ie36a48528aa2ad83a2d26243b2ef99850c6097e8

11 years agoImplement font-style apply code.
Sung-jae Park [Tue, 11 Jun 2013 08:25:56 +0000 (17:25 +0900)]
Implement font-style apply code.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Font style is not applied correctly.
[cause] there is no event handler for font name changing event.
[solution] Implement font name changing event handler.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ia484d18e816b4c2cbecf592ce58fdc7f509a3e16

11 years agoAdd icon background.
Sung-jae Park [Tue, 11 Jun 2013 06:53:36 +0000 (15:53 +0900)]
Add icon background.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: If7dc39aacf37471180ff195c448f8912ce8b868d

11 years agoMerge Demo branch to devel branch.
Sung-jae Park [Mon, 10 Jun 2013 14:09:05 +0000 (23:09 +0900)]
Merge Demo branch to devel branch.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] UX is changed.
[cause] N/A
[solution] Update icon.edc
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I61db3fcce3fcff3083415378fe4956cb5ac2b7ff

11 years agoUpdate SMACK rule to initiate the icon service correctly.
Sung-jae Park [Mon, 10 Jun 2013 13:58:33 +0000 (22:58 +0900)]
Update SMACK rule to initiate the icon service correctly.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Icon is not generted by EFL engine correctly.
[cause] Icon service provider could not be launched because of insufficient SMACK rule.
[solution] Update smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I6cc4162224ea1bbefeb5843789727a764a41dab8

11 years agoApply Secure Log
Sung-jae Park [Mon, 3 Jun 2013 05:55:08 +0000 (14:55 +0900)]
Apply Secure Log

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Secure Log is not applied
[cause] N/A
[solution] Apply Secure Log
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I81b72926a36533b3fd942450f3dbaaa2de555afc

11 years agoUpdate SMACK rule
Sung-jae Park [Thu, 30 May 2013 08:53:45 +0000 (17:53 +0900)]
Update SMACK rule

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iecc2e2c2ca03983d85a90b5b563f0c0a592a7088

11 years agoUpdate icon generator.
Sung-jae Park [Thu, 30 May 2013 08:31:51 +0000 (17:31 +0900)]
Update icon generator.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Image loading option is not worked in specific case
[cause] Some image format doesn't support the partial loading
[solution] Implement the partial loading if it is not supported
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I028609a58075287c3186d227844010b67e1d594c

11 years agoFix prevent issue
Sung-jae Park [Wed, 29 May 2013 06:31:05 +0000 (15:31 +0900)]
Fix prevent issue

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] CID-53217, 53218, 54063
[problem] Dereference after NULL, Resource Leak(file pointer)
[cause] Newly added feature has a bug.
[solution] Fix them
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I068939d91c7e4f8cf63dc482d63fd5041a9ccf38

11 years agoUpdate pd,show/pd,hide & lb,show/lb,hide event.
Sung-jae Park [Wed, 29 May 2013 04:12:51 +0000 (13:12 +0900)]
Update pd,show/pd,hide & lb,show/lb,hide event.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I2ab79d89d8ddf4e34f37e2c5cdb2b4febc040b90

11 years agoRemove unnecessary smack rule
Sung-jae Park [Tue, 28 May 2013 00:43:09 +0000 (09:43 +0900)]
Remove unnecessary smack rule

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] Remove unnecessary smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ib727b28c76ce55e98b1dafc916bb92e01479e43e

11 years agoChange the critical logger
Sung-jae Park [Fri, 24 May 2013 09:26:07 +0000 (18:26 +0900)]
Change the critical logger

[model] Redwood
[binary_type] AP
[customer] Docomo / Orange / Open
[issue#] N/A
[problem] Log file is overwritten when the provider is restarted
[cause] Log file name is same even if the process is restarted
[solution] Add the pid to the filename.
[team] Home
[request]
[horizontal_expansion]

Change-Id: Iea4cbc2ab880eb504613efa116f775cfa27752d2

11 years agoUpdate smack rule for sound_server
Sung-jae Park [Fri, 24 May 2013 07:54:44 +0000 (16:54 +0900)]
Update smack rule for sound_server

[model] Redwood
[binary_type] AP
[customer] Docomo / Orange / Open
[issue#] N/A
[problem] Sound is not played
[cause] Insufficient smack rule
[solution] Add smack rule
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I228e2e275ac4811c783d3c11f2742ad3a636024e

11 years agoUpdate Icon EDC file
Sung-jae Park [Thu, 23 May 2013 05:06:16 +0000 (14:06 +0900)]
Update Icon EDC file

Change-Id: If52898b251f252cbad73dd2828c2d377f5291389

11 years agoFiltering the SIGALRM & SIGUSR1
Sung-jae Park [Thu, 23 May 2013 01:27:18 +0000 (10:27 +0900)]
Filtering the SIGALRM & SIGUSR1

Change-Id: Ic93dc7ba34738fc0e44341663293e7da80101c16

11 years agoSignal fault handler will be enabled
Sung-jae Park [Thu, 23 May 2013 00:57:50 +0000 (09:57 +0900)]
Signal fault handler will be enabled

when the ECORE_ERROR_ABORT is true.

Change-Id: I65167a77702d029e349ce4f00e62d3e083a1ad08

11 years agoDelete boxes when the slave gets terminate event.
Sung-jae Park [Mon, 20 May 2013 11:01:09 +0000 (20:01 +0900)]
Delete boxes when the slave gets terminate event.

Only if the box flagged deleteme=true,
while terminating slave process, delete them first.
To handles destroy event correctly from each boxes.

Change-Id: I7a77099701214c1c8188c2cbe79aff9ea96ccf49

11 years agoAdd missing functions
Sung-jae Park [Wed, 15 May 2013 08:20:10 +0000 (17:20 +0900)]
Add missing functions

which is referenced by liblivebox

Change-Id: I770b11820812a68c8b2852e4d76482bd644bdf18

11 years agoIgnore font size change event
Sung-jae Park [Wed, 15 May 2013 00:53:36 +0000 (09:53 +0900)]
Ignore font size change event

Change-Id: I84763e27327f73e0edb4d4f766bbab47c7fe1ed3

11 years agoUpdate visible state when it is created.
Sung-jae Park [Mon, 13 May 2013 10:26:45 +0000 (19:26 +0900)]
Update visible state when it is created.

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.

Change-Id: I8bdf022781c4a188d71e0f2eda73b4fe067e9ff8

11 years agoAdd CLCICKED log for estimating launch time.
Sung-jae Park [Fri, 10 May 2013 01:25:01 +0000 (10:25 +0900)]
Add CLCICKED log for estimating launch time.

Change-Id: Icaff42cead7e0ce5641ad994d548dbb3d2381b9f

11 years agoAdd shadow image and remove text shadow
Sung-jae Park [Thu, 9 May 2013 13:37:17 +0000 (22:37 +0900)]
Add shadow image and remove text shadow

Change-Id: I1fc50d72aed05d1630916f4a5d831115c75f7eb8

11 years agoUpdate icon edc file.
Sung-jae Park [Thu, 9 May 2013 05:40:37 +0000 (14:40 +0900)]
Update icon edc file.

Change-Id: I917b7acbceceb2ca1e0fb91fcc34ddad28368da7

11 years agoChange the color of text shadow.
Sung-jae Park [Wed, 8 May 2013 04:18:54 +0000 (13:18 +0900)]
Change the color of text shadow.

Change-Id: I938364fd58e62ccc229bd2b0bd4907439e7afdcf

11 years agoImplement the icon service provider.
Sung-jae Park [Mon, 6 May 2013 06:17:44 +0000 (15:17 +0900)]
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: I3d9f12cd7bca79ce6c3ed996c4dba0830c299c38

11 years agoManage the updated status.
Sung-jae Park [Mon, 29 Apr 2013 16:13:11 +0000 (01:13 +0900)]
Manage the updated status.

For the script type,
  If the livebox is not shown, try to merge the desc data.
  And then send updated event to the provider when the provider prepare the buffer of a livebox.
  Then we can prevent from lost of desc data.

For the PD.
  If the PD is not opened, do not send updated event to the provider.
  Just ignore it.

Change-Id: I14e91f37d26bf0300a2b9c6ee2e7c227615134b4

11 years agoDo not change the font size for the class "tizen"
Sung-jae Park [Mon, 29 Apr 2013 07:26:25 +0000 (16:26 +0900)]
Do not change the font size for the class "tizen"

Change-Id: I22a24d78c9008b01f3d0a7d07aed7de073cc7397

11 years agoUpdate License
Sung-jae Park [Mon, 29 Apr 2013 07:00:11 +0000 (16:00 +0900)]
Update License

Change-Id: Idb367cca81c7c940ba2b21d2977b9a27678d81c8

11 years agoInhouse liveboxes want get "default".
Sung-jae Park [Mon, 29 Apr 2013 04:00:03 +0000 (13:00 +0900)]
Inhouse liveboxes want get "default".

If the content is not defined.

Change-Id: Ia5854d4b00fa15fcc8f4a1d7417ddd5b078306b5

11 years agoUpdate period compensation function.
Sung-jae Park [Mon, 29 Apr 2013 03:44:33 +0000 (12:44 +0900)]
Update period compensation function.

Change-Id: I79d2b3c73ad48ed2b37b52281d9e1368f4ef7a43

11 years agoRelease the list of text class
Sung-jae Park [Fri, 26 Apr 2013 10:07:46 +0000 (19:07 +0900)]
Release the list of text class

After update it.

Change-Id: Ib505997b3cc0a5d6d10d884f2567e8839c1f1dc8

11 years agoReplace CAPI with vconf to get the font event.
Sung-jae Park [Fri, 26 Apr 2013 08:11:47 +0000 (17:11 +0900)]
Replace CAPI with vconf to get the font event.

Change-Id: I4958a0a4cacce8e49b9df582b99d6ca07248bbda

11 years ago[P130425-7428] Floating Point Exception Error.
Sung-jae Park [Fri, 26 Apr 2013 05:23:36 +0000 (14:23 +0900)]
[P130425-7428] Floating Point Exception Error.

Crashed by "Divide By Zero".
Check the value before do dividing.

Change-Id: I6cd24238f16fef6b6fbce2378d8440e933d2c1b3