platform/framework/web/data-provider-slave.git
10 years agoMerge "Update return value." into tizen_2.1
Youngjoo Park [Wed, 29 May 2013 00:14:38 +0000 (09:14 +0900)]
Merge "Update return value." into tizen_2.1

11 years agoAdd smack rule tizen_2.1 accepted/tizen/20130530.164858 accepted/tizen_2.1/20130520.093417 submit/tizen/20130528.213958 submit/tizen/20130528.214214 submit/tizen_2.1/20130516.232347
Jinmook Lim [Thu, 16 May 2013 16:55:33 +0000 (01:55 +0900)]
Add smack rule

Change-Id: Ie9a8041a1cc9b53cd65be3d4d304ac4f37deade9
Signed-off-by: Jinmook Lim <jinmook.lim@samsung.com>
11 years agoUpdate return value.
Sung-jae Park [Wed, 15 May 2013 08:31:57 +0000 (17:31 +0900)]
Update return value.

But it is not called by anyone.

Change-Id: Ia2f36edc57f28092d6932adaf78908cbe7bc9b7d

11 years agoAdd missing functions. accepted/tizen_2.1/20130520.093057 submit/tizen_2.1/20130516.045520
Sung-jae Park [Wed, 15 May 2013 08:20:44 +0000 (17:20 +0900)]
Add missing functions.

Which are used by liblivebox.

Change-Id: I560e27b3fd9e768d0a3f2b7eada0fdad51dd9f21

11 years agoAdd boilerplate.
Sung-jae Park [Wed, 15 May 2013 07:13:31 +0000 (16:13 +0900)]
Add boilerplate.

Change-Id: I8d7e2312cd5745951d6c7f7b34f7a6c61788c508

11 years agoVarious patches are applied.
Sung-jae Park [Wed, 15 May 2013 02:11:04 +0000 (11:11 +0900)]
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

11 years agoMerge branch 'tizen_2.1_smack' into tizen_2.1 submit/tizen_2.1/20130514.053709
Sung-jae Park [Fri, 10 May 2013 11:41:15 +0000 (20:41 +0900)]
Merge branch 'tizen_2.1_smack' into tizen_2.1

Change-Id: Ic9cdd691426db9dc2f73035202318f250d319a84

11 years agoUse the rule file again instead of manifest file.
Sung-jae Park [Tue, 7 May 2013 13:54:13 +0000 (22:54 +0900)]
Use the rule file again instead of manifest file.

Change-Id: I895924f293363abb83bd16c317ec5d4c2b996fd3

11 years agofix manifest
Kidong Kim [Tue, 7 May 2013 13:29:33 +0000 (22:29 +0900)]
fix manifest

Change-Id: I20e849d7ee69da1f769c2cb4814e6aacab237472

11 years agoMerge rule into manifest file.
Sung-jae Park [Tue, 7 May 2013 07:33:07 +0000 (16:33 +0900)]
Merge rule into manifest file.

Remove rule file

Change-Id: Ic7731c51d2c3b06900f42d213f7eab210644d263

11 years agoRemove smack rule file.
Sung-jae Park [Mon, 6 May 2013 07:41:29 +0000 (16:41 +0900)]
Remove smack rule file.

Change-Id: I289cb4431dc6d0477ba19e5dcb2ec09a14f65e3e

11 years agoManage the updated status.
Sung-jae Park [Tue, 30 Apr 2013 12:34:27 +0000 (21:34 +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: If346e84938fb5d59536f34ca7e3f308c6536ebca

11 years agoUpdate License 2.1b_release accepted/tizen_2.1/20130425.023237 submit/tizen_2.1/20130424.223854
Sung-jae Park [Fri, 19 Apr 2013 11:40:27 +0000 (20:40 +0900)]
Update License

Change-Id: I89bb320e4470a980b56a2650d26b8151d5a9931a

11 years agoUpdate License
Sung-jae Park [Thu, 18 Apr 2013 09:34:43 +0000 (18:34 +0900)]
Update License

Change-Id: Ibc40636142337bc19b75bb34081053f873a7336f

11 years agoMMC status check & font,size changed events added
Sung-jae Park [Thu, 18 Apr 2013 04:58:46 +0000 (13:58 +0900)]
MMC status check & font,size changed events added

Update font (name & size) changed event handler.

Add MMC status chage event handler

Change-Id: I26d72234b24ec108abd5b13126aeec2f5838484a

11 years agoSync with the private repository
Sung-jae Park [Wed, 10 Apr 2013 11:43:58 +0000 (20:43 +0900)]
Sync with the private repository

Sent back to requested size of created livebox.
to make the correct size buffer.

Change-Id: I3a96c6d6ae0bd7b2f726b8c48883ffb94bba524a

11 years agoAdd more message to make easy to debug.
Sung-jae Park [Thu, 28 Mar 2013 12:36:25 +0000 (12:36 +0000)]
Add more message to make easy to debug.

No comments. ;)

Change-Id: If06bfe1c1708efa3611f1828d0306bb0310dee97

11 years agoUpdate License
Sung-jae Park [Mon, 25 Mar 2013 04:04:40 +0000 (04:04 +0000)]
Update License

2012 -> 2013

Change-Id: If051c015dafd8319932f35cd675220b5ab964362

11 years agoMerge branch 'master' into tizen_2.1
Sung-jae Park [Thu, 21 Mar 2013 12:56:03 +0000 (12:56 +0000)]
Merge branch 'master' into tizen_2.1

Conflicts:
include/conf.h
packaging/org.tizen.data-provider-slave.spec
src/conf.c

Change-Id: I9463462acc0442cafabb038a016b4ac8c7bf1d6f

11 years agoAdd new conf key for accessing input device
Sung-jae Park [Tue, 19 Mar 2013 10:21:18 +0000 (10:21 +0000)]
Add new conf key for accessing input device

Just for keeping the compatibility with master.

Change-Id: I2e3f262c4137edd954bb2b418cd8b8e8dbf9c9da

11 years agosycn with master
Jinkun Jang [Sat, 16 Mar 2013 12:39:40 +0000 (21:39 +0900)]
sycn with master

11 years agoAdd missing smack rule
Sung-jae Park [Wed, 13 Mar 2013 01:55:26 +0000 (01:55 +0000)]
Add missing smack rule

Change-Id: Ia070e023fc4325c632dce7f2aa0d0c32c1658ddc

11 years agoFix the invalid smack label
Sung-jae Park [Fri, 8 Mar 2013 06:49:07 +0000 (06:49 +0000)]
Fix the invalid smack label

Change-Id: If39e8fe5158ae76e563082ee394fdc3e07dbe354

11 years agoAdd pd_move event & region changed system event
Sung-jae Park [Mon, 4 Mar 2013 10:47:56 +0000 (10:47 +0000)]
Add pd_move event & region changed system event

Change-Id: If5ffdfd2c44787e3c92c16db91de44f7b5d0eb5f

11 years agoUpdate the smack rule
Sung-jae Park [Wed, 27 Feb 2013 06:51:21 +0000 (06:51 +0000)]
Update the smack rule

Change-Id: Ief0989cdac1f553c6527d898c07e97ca60420d52

11 years agoSync with private repo.
Sung-jae Park [Wed, 27 Feb 2013 03:02:52 +0000 (03:02 +0000)]
Sync with private repo.

Just Version up
Add few more debugging message

Change-Id: If692b43017d64ea9f42f30beba3e9659951b3d62

11 years agoUpdate %files & %post section.
Sung-jae Park [Mon, 25 Feb 2013 14:20:33 +0000 (14:20 +0000)]
Update %files & %post section.

for installing files with proper owner & permissions.

Change-Id: I3d4d5941dad29872bcf14f290b41b2f0bbecba29

11 years agoSync with the latest code
Sung-jae Park [Thu, 21 Feb 2013 10:56:14 +0000 (10:56 +0000)]
Sync with the latest code

Change-Id: I09347df0a6e78cb4e40df32c5c7f3afb7dc0d5fb

11 years agoUpdate the conf file.
Sung-jae Park [Fri, 15 Feb 2013 08:51:14 +0000 (08:51 +0000)]
Update the conf file.

Add the slave_waiting_time.
But the slave doesn't need it. just for the master.

Change-Id: I8def8f4aa32843b165f3ef672d75d2fb5557755d

11 years agoUpdate the smack manifest file.
Sung-jae Park [Thu, 14 Feb 2013 07:14:13 +0000 (07:14 +0000)]
Update the smack manifest file.

Change-Id: Ia6206e13e4d44b186f35a915d54f2787573ac1c2

11 years agoUpdate the update period comepensation code.
Sung-jae Park [Thu, 14 Feb 2013 05:19:19 +0000 (05:19 +0000)]
Update the update period comepensation code.

Check the updated file size.
if the filesize is ZERO, just prints some log.
Update the smack rule.

Change-Id: If6f24f9f840d443e3efd81b78a76603e953b4bc4

11 years agoUpdate the smack rule
Sung-jae Park [Tue, 5 Feb 2013 06:56:30 +0000 (06:56 +0000)]
Update the smack rule

Change-Id: Ib174c7b33c833db99c7ade2a61e3bb04bdbaf616

11 years agoUpdate smack rule & create a data folder
Sung-jae Park [Mon, 4 Feb 2013 06:01:02 +0000 (06:01 +0000)]
Update smack rule & create a data folder

Change-Id: I6c51f8a80779517d288a95242c673ff37971e960

11 years agoUpdate the smack rule and debug mode.
Sung-jae Park [Fri, 1 Feb 2013 05:57:15 +0000 (05:57 +0000)]
Update the smack rule and debug mode.

Change-Id: I37852fada0320297b9d2360cbca9523cdb8130b5

11 years agoRemove some rule
Sung-jae Park [Thu, 31 Jan 2013 01:49:06 +0000 (01:49 +0000)]
Remove some rule

Change-Id: I962534aeaa4544a25d7e700d6958e8cdd0908c68

11 years agoUpdate the smack rule
Sung-jae Park [Thu, 31 Jan 2013 01:10:53 +0000 (01:10 +0000)]
Update the smack rule

Change-Id: I68a264e2d9dde25cc7dfb2d4c2c564c935aa4472

11 years agoUpdate smack rule
Sung-jae Park [Wed, 30 Jan 2013 05:59:32 +0000 (05:59 +0000)]
Update smack rule

Change-Id: I26dd715f6592737b417c108bb91e7186eef4ba51

11 years agokey down/up, accessibility feature added
Sung-jae Park [Fri, 25 Jan 2013 11:09:20 +0000 (11:09 +0000)]
key down/up, accessibility feature added

Update spec

Change-Id: I5447a69010dafe967057f0cb5116f14295107fed

11 years agoFix the prevent issue. (From the private repository)
Sung-jae Park [Thu, 24 Jan 2013 05:36:11 +0000 (05:36 +0000)]
Fix the prevent issue. (From the private repository)

Change-Id: Ia82e043af2e27084e62a568c8f94d1d99b813799

11 years agoAdd smack rule
Sung-jae Park [Wed, 23 Jan 2013 03:10:50 +0000 (03:10 +0000)]
Add smack rule

Change-Id: I19a0c300ba190f74a802cdad4948970e11d61d17

11 years agoAdd TIME_CHANGED event
Sung-jae Park [Tue, 15 Jan 2013 05:17:39 +0000 (14:17 +0900)]
Add TIME_CHANGED event

Change-Id: I268c3bcf3e52864165576061874b9727b98a368a

11 years agoApply the smack rule
Sung-jae Park [Fri, 11 Jan 2013 11:01:08 +0000 (20:01 +0900)]
Apply the smack rule

Change-Id: Ic993e0ec3ebfb2635e3f4b6a70b0cc17412e3adf

11 years agoAdd new API for updating boxes.
Sung-jae Park [Thu, 10 Jan 2013 08:35:41 +0000 (17:35 +0900)]
Add new API for updating boxes.

Change-Id: Id126805e6204f4ef1e42f84ad4cc1cde05f1c172

11 years agoRevise the spec file
Sung-jae Park [Fri, 4 Jan 2013 12:34:59 +0000 (21:34 +0900)]
Revise the spec file

Handling the reader/always shared folder
Clear all contents from the main function without script.

Change-Id: I2ca426ffb39782464b834defe16f928c7c2edcd5

11 years agoChange the LOG_TAG
Sung-jae Park [Wed, 2 Jan 2013 06:59:09 +0000 (15:59 +0900)]
Change the LOG_TAG

Change-Id: Id794a8ff6a00a082a336be947bb1c0939ebf8fc4

11 years agoRemove code of the deprecated feature
Sung-jae Park [Fri, 21 Dec 2012 16:22:02 +0000 (01:22 +0900)]
Remove code of the deprecated feature

Change-Id: I77dbe7fc276b71f37685e56f4369e5f4cf1e1d56

11 years agoInitialize the project.
Sung-jae Park [Thu, 20 Dec 2012 08:10:16 +0000 (17:10 +0900)]
Initialize the project.

Change-Id: I5abec1a723b1b70877710b2c871ccd86b3669103

11 years agoInitial empty repository
HyungKyu Song [Mon, 17 Dec 2012 01:52:52 +0000 (10:52 +0900)]
Initial empty repository