platform/core/appfw/data-provider-master.git
11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Sun, 24 Mar 2013 10:44:59 +0000 (10:44 +0000)]
Merge branch 'devel/home/master'

11 years agoUpdate version
Sung-jae Park [Sun, 24 Mar 2013 10:35:13 +0000 (10:35 +0000)]
Update version

Change-Id: Ie00b61f7e03ad3a8e6a00ccf91d16f3491f086e1

11 years agoReplace system errno with livebox errno.
Sung-jae Park [Fri, 22 Mar 2013 15:36:17 +0000 (15:36 +0000)]
Replace system errno with livebox errno.

Make error status code more portable.
If the livebox_create function has updaetd content, try send it to the provider.

Change-Id: I2851d03c1f0a2bbc6c28abfdfd4c46161a0953f1

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 21 Mar 2013 23:49:52 +0000 (23:49 +0000)]
Merge branch 'devel/home/master'

11 years agoFix the bug.
Sung-jae Park [Thu, 21 Mar 2013 13:43:51 +0000 (13:43 +0000)]
Fix the bug.

click event send the x,y as double.

Change-Id: Ic3773455aab94137b602a415d8498cf58ec818df

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Thu, 21 Mar 2013 04:53:50 +0000 (04:53 +0000)]
Merge branch 'devel/home/master'

11 years agoFix invalid arrow position handling code.
Sung-jae Park [Thu, 21 Mar 2013 04:43:39 +0000 (04:43 +0000)]
Fix invalid arrow position handling code.

Followed by latest patch for reducing IPC cost

Change-Id: I545be1fe8c8c9c456a7c2d60b4cfae0316719bb4

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 20 Mar 2013 06:04:44 +0000 (06:04 +0000)]
Merge branch 'devel/home/master'

11 years agoChange the name of OSP livebox service provider.
Sung-jae Park [Wed, 20 Mar 2013 06:03:44 +0000 (06:03 +0000)]
Change the name of OSP livebox service provider.

livebox is replaced with appwidget

Change-Id: I3c45a7824a3ff46f305efbd63c7b07600837b82b

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 20 Mar 2013 02:23:19 +0000 (02:23 +0000)]
Merge branch 'devel/home/master'

11 years agoAdd input device path parser for conf.
Sung-jae Park [Tue, 19 Mar 2013 02:36:55 +0000 (02:36 +0000)]
Add input device path parser for conf.

Change-Id: I052bf13d13d3b10ab1f85b75dc802481071c8573

11 years agoFix the inactivated slave handling code.
Sung-jae Park [Sat, 16 Mar 2013 13:33:28 +0000 (13:33 +0000)]
Fix the inactivated slave handling code.

There is a leak of resource in a very specific case (definitly rare case).
All request package will be pended at slave rpc->pending_list.

If the slave is not activated (didn't send hello packet),
The provider will terminate slave,
Then the slave rpc's deactivated callback will be invoked.

But the in there, slave rpc didn't clear the rpc->pending_list.
which packets are requested while activating the slave.

In a very specific case that the slave didn't send the hello message,
the rpc->pending_list can holds packets but previously, that list is
not cleared.

So this patch will clear it.

Furthermore,
If a slave is deactivated, invoke the ret_cb all of command packets.
To clear all registered callback data correctly.

Change-Id: I64e7275a3a36efaf781b3137d381ac48ff4bc401

11 years agoImplement the input event monitor.
Sung-jae Park [Thu, 14 Mar 2013 14:50:06 +0000 (14:50 +0000)]
Implement the input event monitor.

To automatically send the input event to livebox which has focus.
Update event handling code.

Merge the event packet from event thread and then forward it to the main thread.

Change-Id: Ie9f3387b8ccce2617f9000f2d6f6daed72dffdaa

11 years agoMerge branch 'devel/home/master'
Sung-jae Park [Wed, 13 Mar 2013 04:19:10 +0000 (04:19 +0000)]
Merge branch 'devel/home/master'

11 years agoUpdate smack rule for dbus and replace heynoti with vconf
Sung-jae Park [Wed, 13 Mar 2013 04:15:22 +0000 (04:15 +0000)]
Update smack rule for dbus and replace heynoti with vconf

Change-Id: If7bfafb0d208ad79cd8cfba4b7e3c375efdcd9ae

11 years agoAdd livebox service type as default.
Sung-jae Park [Wed, 13 Mar 2013 02:09:44 +0000 (02:09 +0000)]
Add livebox service type as default.

Only for the inhouse livebox.
To support livebox which is based on 3D graphics engine.

Change-Id: I3b99e9c5634b854d9218b75b596bb2bf44057724

11 years agoReplace the NULL with SQLITE_TRANSIENT.
Sung-jae Park [Tue, 5 Mar 2013 15:16:57 +0000 (15:16 +0000)]
Replace the NULL with SQLITE_TRANSIENT.

NULL is defined as SQLITE_STATIC.
But I intend to use the SQLITE_TRANSIENT, so I set it correctly.

Change-Id: I60aebb9ff7da99fbd5cc994675701301e5d69d0b

11 years agoPD move event is added.
Sung-jae Park [Mon, 4 Mar 2013 10:00:40 +0000 (10:00 +0000)]
PD move event is added.

Update the sequence of lb,show lb,hide pd,show pd,hide
and lb_create, lb_destroy, pd_create, pd_destroy

Change-Id: I978520c654ea0c4febee18f793c575b930de90f6

11 years agoRemove package prefix (com.samsung.)
Sung-jae Park [Mon, 4 Mar 2013 03:33:35 +0000 (03:33 +0000)]
Remove package prefix (com.samsung.)

Replace com.samsung.data-provider-master with data-provider-master.

Change-Id: I4bce258b9760d6963d3feb5ae61b192a73071599

11 years agoFix the prevent issue
Sung-jae Park [Wed, 27 Feb 2013 06:24:04 +0000 (06:24 +0000)]
Fix the prevent issue

Change-Id: I9c4369c7c97810d2dfcaace3897a1aba7c8e3ab0

11 years agoUpdate the spec file.
Sung-jae Park [Mon, 25 Feb 2013 15:18:22 +0000 (15:18 +0000)]
Update the spec file.

install files with correct owner & permissions.

Change-Id: Ie76e98d082c1fa6a1e66933177d6f86addf167a9

11 years agoAdd change_period service handler
Sung-jae Park [Sat, 23 Feb 2013 13:27:29 +0000 (13:27 +0000)]
Add change_period service handler

Revise the client life-cycle management code
service_change_period service handler is added == livebox_service_change_period(pkgname, id, new_period)
Change the trigger_update function. Add "id" field. to specify the update target

Change-Id: I26b8a3b2c5e6deea3919e1649f0af4f51b93ee38

11 years agoUpdate the resize event handling codes.
Sung-jae Park [Sat, 23 Feb 2013 08:48:33 +0000 (08:48 +0000)]
Update the resize event handling codes.

Change-Id: I2930c73da4b94e96ee92a971f843be4ca399b618

11 years agoUpdate the resize event handling codes.
Sung-jae Park [Thu, 21 Feb 2013 20:40:28 +0000 (20:40 +0000)]
Update the resize event handling codes.

After got the resized contents, send the resized events to the requestor.

Change-Id: I65847b55e50bf620180220b77701dd6d39dac97a

11 years agoReplace the drm_slp with tbm.
Sung-jae Park [Thu, 21 Feb 2013 13:21:30 +0000 (13:21 +0000)]
Replace the drm_slp with tbm.

Change-Id: I04b551520e3492065cfe03fbca8523d16a6ab43c

11 years agoSend the resized event callback to the client
Sung-jae Park [Thu, 21 Feb 2013 08:45:02 +0000 (08:45 +0000)]
Send the resized event callback to the client

Including the PD.
But, the content's size is not guaranteed with reported size.
because we don't know when the livebox generate proper size contents.

Change-Id: I3b41ecefc7397022bc0c9ed102049662bb04e78f

11 years agoAdd client_paused/client_resumed command.
Sung-jae Park [Wed, 20 Feb 2013 08:16:51 +0000 (08:16 +0000)]
Add client_paused/client_resumed command.

The xmonitor can be optionally toggled.

Change-Id: Ib9e9c45912c80fc04aa9eb3a95e5e1485d025539

11 years agoUnpremultiplicate the canvas buffer right before
Sung-jae Park [Tue, 19 Feb 2013 13:20:32 +0000 (13:20 +0000)]
Unpremultiplicate the canvas buffer right before

send it to the client.
Make dirty on whole area of the evas canvas.
It is updated partially, so we need to redraw whole area again to apply the unpremultiplication.

Change-Id: Id0874410bcd4cc5e9c2c86ad8fb433b2adfa64be

11 years agoSeparated build for baltic device.
Sung-jae Park [Mon, 18 Feb 2013 13:18:54 +0000 (13:18 +0000)]
Separated build for baltic device.

using shm instead of pixmap

Change-Id: I446f2ca5c93233367995cd7e8d77a309c77104d6

11 years agoUpdate the liveinfo (capturing x pixmap)
Sung-jae Park [Sun, 17 Feb 2013 13:10:04 +0000 (13:10 +0000)]
Update the liveinfo (capturing x pixmap)

Change-Id: I0ce62aa9bfe72fff56abe86a533689f2ab92aaf1

11 years agoUpdate the easy mode size tag.
Sung-jae Park [Sat, 16 Feb 2013 07:57:24 +0000 (07:57 +0000)]
Update the easy mode size tag.

Add "mode" attribute for easy mode livebox.

Change-Id: I8242406d92177a1a907aa6538d9d2f598bac18cc

11 years agoWaiting a hello message of the slave after launch it.
Sung-jae Park [Fri, 15 Feb 2013 08:41:33 +0000 (08:41 +0000)]
Waiting a hello message of the slave after launch it.

If it didn't send any hello message in 30 secs.
Terminate it and start the fault sequence.

Change-Id: I2f5e500d8bdcf588b3c15bc3b3fb7a743d28d968

11 years agoupgrade package code is updated.
Sung-jae Park [Fri, 15 Feb 2013 02:43:39 +0000 (02:43 +0000)]
upgrade package code is updated.

Simply...

Change-Id: I262a2b95a3f0328d9c336f69aa674144442db118

11 years agoUpdate the liveinfo.
Sung-jae Park [Wed, 13 Feb 2013 10:22:02 +0000 (10:22 +0000)]
Update the liveinfo.

Change-Id: I9596c063f58871bcae5f0bfbc4b8f74c0445a0e0

11 years agoAdd "stat" command for liveinfo.
Sung-jae Park [Tue, 12 Feb 2013 11:50:11 +0000 (11:50 +0000)]
Add "stat" command for liveinfo.

"stat" is only available for the package now.
Display the detail information about given package which are gathered via livebox-service.

Change-Id: I08a8de3c490c1e7ac0c6cec4c992e80ac776b704

11 years agoRevised
Sung-jae Park [Fri, 8 Feb 2013 13:09:52 +0000 (13:09 +0000)]
Revised

Change-Id: I7e9bc58abd9251a14d503fc95114e5ea08818a80

11 years agoUpdate the liveinfo utility.
Sung-jae Park [Thu, 7 Feb 2013 12:18:57 +0000 (12:18 +0000)]
Update the liveinfo utility.

sh
x damage
  resize
  move
  map
  unmap

Change-Id: I469b8aea87e9a17b92b7e71102e6fdf8442ff0af

11 years agoFix the bug for a replace_string
Sung-jae Park [Thu, 7 Feb 2013 10:32:26 +0000 (10:32 +0000)]
Fix the bug for a replace_string

Change-Id: Ifcba9462c6037fdb2ee30474438a7ac2f9be2bf0

11 years agoOptimize string replace func by simple pattern.
Sung-jae Park [Thu, 7 Feb 2013 07:42:10 +0000 (07:42 +0000)]
Optimize string replace func by simple pattern.

Change-Id: Ie20c24d83631083bca2a6715d0aabae67bce91a2

11 years agoAdd new interface for updating box. script updated
Sung-jae Park [Wed, 6 Feb 2013 14:00:13 +0000 (14:00 +0000)]
Add new interface for updating box. script updated

script parser is updated.
use the "option" instead of the "group".

New interface is added for updating a livebox individually.

Change-Id: Ic7c6cf67cf9ba1463680f40424270b2983738ddb

11 years agoFix the liveinfo bug.
Sung-jae Park [Wed, 6 Feb 2013 01:46:49 +0000 (01:46 +0000)]
Fix the liveinfo bug.

Update create_gem function.
Separate it to two functions.

Create pixmap & Create gem buffer.

Change-Id: I295345f51d5f81f51006e07cfcaea5c588078d91

11 years agoUpdate manifest file
Sung-jae Park [Tue, 5 Feb 2013 04:49:02 +0000 (04:49 +0000)]
Update manifest file

Change-Id: Iae0f08c26d8e5c4bf5eab7dea2826072de536062

11 years agoUpdate the liveinfo
Sung-jae Park [Tue, 5 Feb 2013 03:23:40 +0000 (03:23 +0000)]
Update the liveinfo

Change-Id: I1ef4ac0cc12b229f4d3ec41cbf41403f0f53bc6d

11 years agoFix the bug of parsing the easy mode size.
Sung-jae Park [Mon, 4 Feb 2013 11:11:45 +0000 (11:11 +0000)]
Fix the bug of parsing the easy mode size.

There is an errta.

Change-Id: If098d7b02528b882fb3d48c49895391f592ae139

11 years agoFix the liveinfo bug
Sung-jae Park [Fri, 1 Feb 2013 18:43:18 +0000 (18:43 +0000)]
Fix the liveinfo bug

Change-Id: Ieaecc9483f2ac8181ce0001ec349e8885f23c808

11 years agoUpdate the liveinfo.
Sung-jae Park [Fri, 1 Feb 2013 13:47:37 +0000 (13:47 +0000)]
Update the liveinfo.

Change-Id: Id8daf57110a5c286e05e02ada1af4c8c97eca29e

11 years agoSlave debugging method is updated
Sung-jae Park [Thu, 31 Jan 2013 11:20:13 +0000 (11:20 +0000)]
Slave debugging method is updated

Change-Id: I73ca30e4a3b6530c2924692023741ecb928bbf6e

11 years agoAdd exec_label for booting-script.
Sung-jae Park [Thu, 31 Jan 2013 03:02:32 +0000 (03:02 +0000)]
Add exec_label for booting-script.

Change-Id: I7940cbc4f950457d24fc48faa0f78c78d6c665e6

11 years agoAdd touch effect.
Sung-jae Park [Thu, 31 Jan 2013 02:28:59 +0000 (02:28 +0000)]
Add touch effect.

Change-Id: I1d590814d5169e6e6a62832206e2e0689c36590c

11 years agoAdd new interface for changing the color of edje.
Sung-jae Park [Wed, 30 Jan 2013 05:27:44 +0000 (05:27 +0000)]
Add new interface for changing the color of edje.

Fix the invalid label for data provider master DB.

Change-Id: Ieede9480eafa33cf75a8e2a34abd969040b9904b

11 years agoUpdate smack rule (add transmute attribute)
Sung-jae Park [Wed, 30 Jan 2013 01:45:15 +0000 (01:45 +0000)]
Update smack rule (add transmute attribute)

Change-Id: Ia834481fdb0782ba4cc81bc6cb3c5abc35a33a11

11 years agoAdd new livebox size for Easy home.
Sung-jae Park [Sun, 27 Jan 2013 12:19:19 +0000 (12:19 +0000)]
Add new livebox size for Easy home.

1x1=207x207
3x1=645x207
3x3=645x645

Change-Id: I98eb8ab65c70bc56bcda3c24e5a00c2f9d0b6b42

11 years agoUpdate liveinfo utility
Sung-jae Park [Sun, 27 Jan 2013 11:40:52 +0000 (11:40 +0000)]
Update liveinfo utility

Add "rm" command - Delete an instance forcely.

Change-Id: I5ff4b6656ccc0d13597c18c4ef4790330530bff8

11 years agoUpdate the spec file
Sung-jae Park [Sun, 27 Jan 2013 04:03:53 +0000 (04:03 +0000)]
Update the spec file

Change-Id: Ie6b489307b75fd73a7b9c5cc27fa46687628dc02

11 years agoUpdate the liveinfo utility.
Sung-jae Park [Sat, 26 Jan 2013 14:20:52 +0000 (14:20 +0000)]
Update the liveinfo utility.

Make it working like a shell. ;)

Change-Id: I82d28c79e1907665b6797ec34c5a58ed0c47bbee

11 years agoGCC 4.7 build error patch
Sung-jae Park [Fri, 25 Jan 2013 07:58:31 +0000 (07:58 +0000)]
GCC 4.7 build error patch

Change-Id: I7219f19cca52ac01b22420cc694ff6b6903af17f

11 years agoKey down/up event path added
Sung-jae Park [Fri, 25 Jan 2013 07:42:48 +0000 (07:42 +0000)]
Key down/up event path added

Change-Id: Iff30c273203e6dbc3dcf25c388806b5e55bdccf8

11 years agoUpdate liveinfo utility
Sung-jae Park [Fri, 25 Jan 2013 03:30:37 +0000 (03:30 +0000)]
Update liveinfo utility

Change-Id: Id8a766314844aea0a991694e5498f04bc34d6ee8

11 years agoWaiting the slave if the debug mode is enabled.
Sung-jae Park [Fri, 25 Jan 2013 01:46:26 +0000 (01:46 +0000)]
Waiting the slave if the debug mode is enabled.

Change-Id: I9a319b8b447b63fa0706f97fcb657c39871f5af8

11 years agoAccessibility channel added
Sung-jae Park [Thu, 24 Jan 2013 13:23:02 +0000 (13:23 +0000)]
Accessibility channel added

Change-Id: Ifde86ce7167e21a9f8863ff60ac54ada2a36f646

11 years agoPrevent issue resolved
Sung-jae Park [Thu, 24 Jan 2013 05:32:26 +0000 (05:32 +0000)]
Prevent issue resolved

Change-Id: I6e0630f2bf296c74a950af88a3f879e56283cbaf

11 years agoChange the spec file. Add mouse_event attribute
Sung-jae Park [Wed, 23 Jan 2013 03:03:21 +0000 (03:03 +0000)]
Change the spec file. Add mouse_event attribute

Remove the post script.
Instead of it, use the "install section"

Change-Id: I41c099c73f67f271f1af7a2b5a96df2f3b9eadd1

11 years agoChange the folder for script plugin
Sung-jae Park [Mon, 21 Jan 2013 03:03:27 +0000 (03:03 +0000)]
Change the folder for script plugin

Change-Id: I8cf77d0c7920a15a77a04066eba713409847c6e5

11 years agoCase insensitive comparison for i18n.
Sung-jae Park [Mon, 14 Jan 2013 03:39:31 +0000 (12:39 +0900)]
Case insensitive comparison for i18n.

Change-Id: Id1cd129d70a6b8de4fc82755e291d5ebd1ec02dc

11 years agoApply the smack rule
Sung-jae Park [Thu, 10 Jan 2013 09:03:16 +0000 (18:03 +0900)]
Apply the smack rule

Change-Id: I2492cc3313f120b2fa4698daf2bd1621fe89e451

11 years agoLoad the script plugin.
Sung-jae Park [Thu, 10 Jan 2013 06:03:18 +0000 (15:03 +0900)]
Load the script plugin.

use the GLOBAL and NOW, DEEPBIND for loading the script plugin.

Change-Id: I6e70b5da3b1dd16dd3f02d3992db744b23bf1ed0

11 years agoCreate a new folder for data(xml) files of the always
Sung-jae Park [Fri, 4 Jan 2013 12:28:18 +0000 (21:28 +0900)]
Create a new folder for data(xml) files of the always

Package name for ABI(HTML) is changed to livebox.web-provider
Add the share folder for always & reader handling codes.

Change-Id: Iddeea2c1fb36b0239238f9367fa2a95925be4dc3

11 years agoSETUID for keep the root privileges
Sung-jae Park [Thu, 3 Jan 2013 12:37:16 +0000 (21:37 +0900)]
SETUID for keep the root privileges

even if it is launched by a user
Update the rpm spec file.
Add smack and coreutils package dependency to generate the rpm file
correctly

Change-Id: Idea6fc3549bbc4ffb45879c1bae93b44c71b52cd

11 years agoChange the LOG_TAG id by guide of the kernel team
Sung-jae Park [Wed, 2 Jan 2013 03:55:34 +0000 (12:55 +0900)]
Change the LOG_TAG id by guide of the kernel team

Change-Id: I9b0868e0c8861c0b21b80ff44f7c0452179ffb3d

11 years agoChange the package name of service providers
Sung-jae Park [Fri, 28 Dec 2012 08:39:16 +0000 (17:39 +0900)]
Change the package name of service providers

samsung-livebox-service --> osp-livebox-service
com.sasmung.data-provider-webapp-slave --> org.tizen.data-provider-webapp-slave

Change-Id: Ia7f5a0b4fdc9f4ecd666b217ed4aebf787281228

11 years agohandling the case for auto_launch == NULL
Sung-jae Park [Fri, 28 Dec 2012 04:37:00 +0000 (13:37 +0900)]
handling the case for auto_launch == NULL

Update the size of PD & LB if they are changed.
Buffer type PD(or LB) need to update their size.

Change-Id: Iebb0dbd335bde72f58b2eb8bcc1c866fd97061cf

11 years agoChange the type of auto_launch to TEXT
Sung-jae Park [Thu, 27 Dec 2012 03:06:17 +0000 (12:06 +0900)]
Change the type of auto_launch to TEXT

Change-Id: Ief7d36c83542c9761b6c766d9637e7ceae670f3b

11 years agoRemove context engine stub codes
Sung-jae Park [Fri, 21 Dec 2012 15:56:45 +0000 (00:56 +0900)]
Remove context engine stub codes

Change-Id: I8168ccd209bb4b3507cab8a4a4950b066ab58f35

11 years agoDon't try to sync with 0 second if period is 1
Sung-jae Park [Thu, 20 Dec 2012 14:39:00 +0000 (23:39 +0900)]
Don't try to sync with 0 second if period is 1

Change-Id: I8861dcd372b72dc082c7620d325d29e02e9bd1df

11 years agoFix the reactivate + resize bug.
Sung-jae Park [Thu, 20 Dec 2012 12:04:24 +0000 (21:04 +0900)]
Fix the reactivate + resize bug.

In case of the resize the livebox,
If the slave is terminated (secured),
the master tries to reactivate the slave and its liveboxes.
And it requests to resize the livebox.

After that the master send resize request again,
to recover the original size.

So the livebox cannot change the size correctly,.
Remove the resize function from the instance reactivated callback.

Change-Id: I1b85a2d6dc3d8ce64c14783ab23ff556e7712b4c

11 years agoUpdate License for preparing RSA
Sung-jae Park [Wed, 19 Dec 2012 08:16:38 +0000 (17:16 +0900)]
Update License for preparing RSA

Change-Id: I16ef871347cc3b68b6996482e602784be644fb0d

11 years agoUpdate timer resuming code.
Sung-jae Park [Tue, 18 Dec 2012 11:06:46 +0000 (20:06 +0900)]
Update timer resuming code.

Compensate time when the update timer is resumed.

Change-Id: Id128f4d65db4d076e174c7a55464ba7a988c6d79

11 years agoFix the invalid delay time
Sung-jae Park [Tue, 18 Dec 2012 09:45:10 +0000 (18:45 +0900)]
Fix the invalid delay time

Change-Id: I1559e6279a4819c378a0f778d13504439ab22e81

11 years agoDelete an instance if the master gets faulted event of it.
Sung-jae Park [Tue, 18 Dec 2012 07:06:49 +0000 (16:06 +0900)]
Delete an instance if the master gets faulted event of it.

Change-Id: Idfa38fd9448f728798ef7c7a3c0d7fadaf7e2c3b

11 years agoMove the structure declaration to the top of a file.
Sung-jae Park [Mon, 17 Dec 2012 11:00:55 +0000 (20:00 +0900)]
Move the structure declaration to the top of a file.

Change-Id: I037e2801e5b7f41fd510f338b5dd8ad03e02d76f

11 years agoAdd setup tag
Sung-jae Park [Mon, 17 Dec 2012 10:14:26 +0000 (19:14 +0900)]
Add setup tag

To satisfy the requirement of the OSP.
This setup tag is used for specifying the service application Id.
Then the home screen will launch it with Key="ProviderName" Data="LiveboxAppId"

Change-Id: Id8ece324b7602e642790eb01808a5abad2954743

11 years agoAdd provider_faulted event handler.
Sung-jae Park [Fri, 14 Dec 2012 01:38:53 +0000 (10:38 +0900)]
Add provider_faulted event handler.

Set the fault information and increase the fault count.

Change-Id: I5a485cc9caec1ce69411de99af227a6d9ed7d2a3

11 years agoRevise the code
Sung-jae Park [Sat, 8 Dec 2012 07:23:32 +0000 (16:23 +0900)]
Revise the code

Add the util_timer_add.
It will align to N minute 00 sec for every update interval.

Change-Id: I0e483410a57b1e56c08e79638df2c27854f0d658

11 years agoKeep the PD status
Sung-jae Park [Fri, 7 Dec 2012 05:21:59 +0000 (14:21 +0900)]
Keep the PD status

Change-Id: Idfc6966bbdf359f0d53bc44d43c54849fac2da31

11 years agoAdd nodisplay field to the client table
Sung-jae Park [Thu, 6 Dec 2012 14:13:45 +0000 (23:13 +0900)]
Add nodisplay field to the client table

default "false"

Change-Id: I39d3e89b5e4b5bad441e54faad2a381c7d1f9222

11 years agoAdd content information for the manifest file
Sung-jae Park [Wed, 5 Dec 2012 05:13:46 +0000 (14:13 +0900)]
Add content information for the manifest file

Change-Id: Ib3bb4e1ba152a1daa21ff7dfaba5a49e944c948c

11 years agoSupporting the 4x3 livebox
Sung-jae Park [Tue, 4 Dec 2012 12:04:26 +0000 (21:04 +0900)]
Supporting the 4x3 livebox

Change-Id: I57b32b73bb9dc2ec8546f8e078b82a0f94366002

11 years agoRevise the code.
Sung-jae Park [Mon, 3 Dec 2012 12:19:40 +0000 (21:19 +0900)]
Revise the code.

Remove white space
use the "switch" instead of nested "if/else".
Optimize the gem buffer creation if a livebox is written as buffer type.
Care the H/W unsupported cases.

Change-Id: I5f35cedd4ba8c6e86d23f8c4854eeb25f202a444

11 years agoUpdate the SMACK manifest file.
Sung-jae Park [Mon, 3 Dec 2012 09:30:26 +0000 (18:30 +0900)]
Update the SMACK manifest file.

Change-Id: I9dd9d60978218e849fbdafd0396146dc6e227c91

11 years agoFix the bug of package manager uninstall handler.
Sung-jae Park [Fri, 30 Nov 2012 11:30:23 +0000 (20:30 +0900)]
Fix the bug of package manager uninstall handler.

Change-Id: I0f5e81b2d64419db440564b727505c953a4783a6

11 years agoAdd deubgging message for livebox pkgmgr
Sung-jae Park [Fri, 30 Nov 2012 07:29:21 +0000 (16:29 +0900)]
Add deubgging message for livebox pkgmgr

Reuse the packet for PD/LB mouse move event

Change-Id: Ie8cde18c1742f254dfb59a0df3e159a0198bf31f

11 years agoUse the conf.ini instead of env value
Sung-jae Park [Thu, 29 Nov 2012 12:15:00 +0000 (21:15 +0900)]
Use the conf.ini instead of env value

Change-Id: I5eda9084d723836d6e4c54bbb233f10cddfb3121

11 years agoMake aligned gem buffer
Sung-jae Park [Wed, 28 Nov 2012 13:51:32 +0000 (22:51 +0900)]
Make aligned gem buffer

Change-Id: I4736b57482622fe5fdc1f563b51d5efb746546d7

11 years agoRevise the code followed by the result of prevent.
Sung-jae Park [Tue, 27 Nov 2012 05:12:13 +0000 (14:12 +0900)]
Revise the code followed by the result of prevent.

Change-Id: Iddaa43e40a77ba99391a277d9cfd65b7a0b0a934

11 years agoChange the default resolution
Sung-jae Park [Mon, 26 Nov 2012 08:48:49 +0000 (17:48 +0900)]
Change the default resolution

1x1=175x175
2x1=354x175
2x2=354x354
4x1=712x175
4x2=712x354
4x4=712x712

Change-Id: Icc57adb9539e8ffda987c71753d71a98e2b55bab

11 years agoRevise the code.
Sung-jae Park [Mon, 26 Nov 2012 05:45:23 +0000 (14:45 +0900)]
Revise the code.

Instance reference count is not handles correctly
Client event callback for PD handler is moved into the instance.c
Update spec script for applying SMACK configuration

Change-Id: Ibdb54db2172bc1a3b4c1bc3a77d3c8879869ff27

11 years agoUpdate the invalid function pointer
Sung-jae Park [Mon, 26 Nov 2012 05:29:45 +0000 (14:29 +0900)]
Update the invalid function pointer

Change-Id: If610eecf6b7b66608ce35dd34e6e0e2b675fab2b

11 years agoUpdate instance visibility handling code.
Sung-jae Park [Sat, 24 Nov 2012 02:46:05 +0000 (11:46 +0900)]
Update instance visibility handling code.

Only the LB_HIDE will block the slave's update event.

LB_PAUSE_WITH_HIDE will not block the slave's update event.
So if a livebox updates its contents, the updated event will be sent
to the viewer.
Because it needs to keep the latest contents
Update timer will be freezed. there should be no update contents.

Change-Id: Ibfb4a9c3f8c287eeff7a885560eb677d4b887b2c

11 years agoLievbox Preview image tag added (pkgmgr_livebox).
Sung-jae Park [Thu, 22 Nov 2012 09:12:01 +0000 (18:12 +0900)]
Lievbox Preview image tag added (pkgmgr_livebox).

Change-Id: I8a2d3a5793890f98005269d76358e4cbb4a55051

11 years agoCom-core thread version applied.
Sung-jae Park [Tue, 20 Nov 2012 11:41:35 +0000 (20:41 +0900)]
Com-core thread version applied.

Change-Id: I6a8036fc2410bfc08e152383df9c793b7b1c0da6