summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25Update LicenseSung-jae Park63-1220/+1233
2012 -> 2013 Fix the bug of resized box event. After the provider get the resized event from the box, need to check the current size of a box. If is same with requested size, send it to the client that the request is already finished. Apply the livebox errno (status code) instead of system errno. Make easy to understand what happens in the API. Use the util_uri_to_path to unlink image files of liveboxes(image type) Change-Id: Ide9281da21700f4e1d9c0eb480daeff891258ccd
2013-03-21Merge branch 'master' into tizen_2.1Sung-jae Park1-4/+4
Change-Id: Ie71b4b59f989872da19b80d04972ffd92f99cabc
2013-03-21Fix the bug of click event handling codeSung-jae Park1-4/+4
Change-Id: Ia63630a1e18e69991f498c6a448ae0c69f429954
2013-03-21Merge branch 'master' into tizen_2.1Sung-jae Park18-155/+1179
Conflicts: CMakeLists.txt data/abi.ini data/baltic.conf.ini data/data-provider-master data/private.conf.ini include/conf.h include/instance.h include/script_handler.h packaging/data-provider-master.spec src/conf.c src/instance.c src/main.c src/script_handler.c src/server.c src/slave_life.c src/slave_rpc.c Change-Id: I10405acdc4a1f1f02372f141d328335275fe36dd
2013-03-21Fix the invalid arrow position handling code.Sung-jae Park2-3/+12
Issue is followed by reducing IPC patch patch. Change-Id: I33d1b3e6e8eb58c8e29e4df01998902148ad583d
2013-03-20Change the name of OSP appwidget service providerSung-jae Park1-1/+1
Replace livebox with appwidget Change-Id: I066bb49399f7ecad35c30ce6dd59b5707129b595
2013-03-19Bugs are fixed and new features are introducedSung-jae Park17-152/+1167
1. Focus based event sending. (mouse event & master) Optimize the input event routing code. Input event can be gathered by event device directly. To save the resource for mouse event handling. If the viewer select a box using content_event(SET), the provider will send all mouse event to the selected box without any concerning of viewer. Currently the viewer sends all mouse event via master to boxes. But this new concept will reduce the IPC overhead by sending them to the box directly. If the viewer unselect a box using content_event(UNSET), the provider will stop to send events to box. 2. Fixed bugs of code for handling the case of failed to launch a slave provider. If the slave provider didn't answers after launch it to the master, The master will handles it as faulted box. In that case, the master didn't care the resources of slave provider in core. So it could make the resource leak. This patch will fix it. Even if the slave didn't send hello message, so it would be faulted, the master will clear the resources correctly. 3. Initiate script bug is fixed (for the F/W developer) When the developer tries to start the master daemon twice, a new process will be launched. This is not to be happens, so this patch will fix it. When the developer tries to launch daemon again via data-provider-master script (init.d), It will check the running process first. If it find one, the scrip will be finished with error code, to prevent multiple daemon running. 4. Event device path is added to conf. We have the configuration file. Which includes many variable informations for making adaptable dameon. This patch will add new entry "input". It will be used to monitor the input device for case 1. Change-Id: Iaf07a3c7ff5aab077ac244d2f3d8ac39db2145b2
2013-03-16sync with masterJinkun Jang75-0/+29045
2013-03-13Replace the heynoti with vconf for power off.Sung-jae Park2-24/+21
Permit smack rule of dbus for Read/eXec on data-provider-master Change-Id: I8ac594ea64d0324ad96d0fe72e7efa6075439b24
2013-03-05Replace the NULL with SQLITE_TRANSIENT.Sung-jae Park3-54/+54
NULL is defined as SQLITE_STATIC. But I intend to use the SQLITE_TRANSIENT, so I set it correctly. Change-Id: I1d94a8ebdfbd9bb9e773f036b81cc64ac95fa5b5
2013-03-04Add pd_move event is addedSung-jae Park4-15/+77
pd create / lb create & pd,show / lb,show sequence is updated Change-Id: If0e1ec3c8f4434fad5698e0e7cb6557a22667b1f
2013-03-04Replace the package name to data-provider-masterSung-jae Park7-13/+10
remove prefix "org.tizen." Change-Id: Iece033f79fd5d7793a477ad4f7944f60ba16055f
2013-02-27Fix the prevent issueSung-jae Park3-9/+11
Change-Id: I0a59afd51ea50aa69660bd119b49348c9bd6d86a
2013-02-27Add change_period interface, update trigger_updateSung-jae Park8-102/+201
Change-Id: Ieface9222fbb20200c6196fbcf938ad4a44db335
2013-02-25Set the UID/GID from the post script.Sung-jae Park1-6/+18
While installing this package, build system doesn't guarantees the "app" So we have to use the digit instead of its string. Forcely set the UID/GID even if it doesn't exists in the passwd file. FOR TRATS build environment. Change-Id: Ica56257a6da52b2e1c1bfba62700ded593cfc6ab
2013-02-23Update resize event send functionSung-jae Park7-27/+71
Change-Id: Ic32ca986584c64e8db094cf7183e363f22971cb8
2013-02-21Replace the drm_slp with the tbmSung-jae Park3-12/+15
Change-Id: I61564dbc2f3efa5e7196c3d01df553bd3ea44848
2013-02-21Sync with the latest codeSung-jae Park12-42/+251
Change-Id: I3950d362f4eb8d0396c18c41db958f21a4e3f64e
2013-02-17Update the liveinfo(Supporting the pixmap capture)Sung-jae Park3-1/+118
Change-Id: Id2afb9060f278b529f1c94cc4188a96746ac935f
2013-02-16Update the manifest.Sung-jae Park2-4/+40
Add a new attrbiute "mode" for "size" tag. mode="easy" will defines the easy mode livebox. Change-Id: If0850695c6b15dede575971cefe36cd9f7b4ffa4
2013-02-15Update the provider launching code.Sung-jae Park5-3/+62
Waiting its response in CONSTANT time. (default 30 secs) Change-Id: Ie0e8228834c93092c8edd8daffbc58676306ebc0
2013-02-15Update the upgrade featureSung-jae Park2-31/+30
Change-Id: Ibd2ebd56c3a2dcaf36155c9efcfd4b65571f431d
2013-02-14Revise the code.Sung-jae Park13-100/+498
1. Update the liveinfo tool Add more functions. Make easy to use the tool 2. Time compensator is updated. 3. Code is revised by myself. Change-Id: Ib4b64da80727edb394a12e50398ed6f10e97b6e1
2013-02-07handling the return value of replace_stringSung-jae Park2-5/+2
Change-Id: Ia9c8987d76e86d7bbedf52a1f0f333bbf7985776
2013-02-07Optimize the string replacement function.Sung-jae Park2-92/+75
Change-Id: I6352941e972cc05b62018a4b5984b9bc29398d67
2013-02-06Separte gem & pixmap create function.Sung-jae Park6-90/+192
Script updated. (for image, group is changed to optoin) Add the update request interface Change-Id: I9102fabe40b055df41b170e31dc83a858e10a7b1
2013-02-05Update the data provider masterSung-jae Park4-106/+176
Fix the liveinfo bug (Command line parser is updated) Manifest file is updated for rule of daemon type package. Change-Id: I61ce630765c936d6a11dc6094ec3598b5da47d83
2013-02-01Update the liveinfo.Sung-jae Park3-43/+93
Change-Id: I04814f6cd4b8539c2ea3f6a6ab0ed03f139f03ce
2013-02-01Update the liveinfoSung-jae Park6-31/+231
Change-Id: Id3f3685514578cc67f3510c8727f84d6b52a8ca1
2013-02-01Update the debug modeSung-jae Park3-11/+14
Change-Id: Id01802e17e3929473aca8358e4a3bd2534afcb0f
2013-01-31Add exec_label for booting scriptSung-jae Park2-3/+3
Change-Id: Ic12b2e2f08279011b0bdef3b5e3b7d4970bbeccf
2013-01-31Add the touch effectSung-jae Park3-10/+32
Change-Id: Ib91ffbde1f7153ca6d8da59d34a32c202670014b
2013-01-30Add new script handler for updating colorSung-jae Park3-15/+55
Update smack label & domain name to "data-provider-master" Change-Id: I233eb3425e80df1f15b0c1b19c7de9e681c56227
2013-01-27Add new size typeSung-jae Park9-244/+492
For easy home 1x1 = 207x207 3x1 = 645x207 3x3 = 645x645 Change-Id: Ie2af0f0dca6588b6869fbf75486b27994d04d5df
2013-01-27Update liveinfo utility.Sung-jae Park6-171/+908
Working like a common shell. More command should be implemented. such as "rm", "cat" Update spec file Change-Id: Ib5f62b52b0e84b420a0f712805c60d00be604351
2013-01-25Update liveinfo util, key down/up, accessibilitySung-jae Park7-92/+1662
Change-Id: I50b0dc92adaffaca248758365392243a90c3a14b
2013-01-24Revise the prevent issue (from private repository)Sung-jae Park3-4/+4
Change-Id: I66d01e56a0247cfa28820e06c3e4fd3c38ebf746
2013-01-23Change the spec file, add mouse_event attribute.Sung-jae Park4-74/+68
For the smack, post script is moved to install section. mouse_event attribute is added. Change-Id: I0261816db2ac2516f4dd5e7fee524542ef5806c7
2013-01-21Change the script plugin folderSung-jae Park3-3/+3
Change-Id: I938c3194d78b8cf10609e59c27fe0b0969408993
2013-01-14Fix the issue of i18nSung-jae Park2-3/+3
Value of the language field has to be compared insensitively. Change-Id: Iaf257996f8c143af32f318e9761e3250590feafc
2013-01-11Apply the smack ruleSung-jae Park2-4/+11
Change-Id: I906509816883a55ae3ab8c7f75290b903eb5bd3d
2013-01-10Load the script plugin with DEEPBIND | NOW | GLOBAL option.Sung-jae Park2-2/+2
EDJE requires global scope symbol table lookup to find the subsequently loaded sound plug-in (also it could be any other) Change-Id: Ib42fe4e86427d882e0f68b1c70d1f29eac9efef8
2013-01-07Revise the spec fileSung-jae Park9-6/+101
Change the package name of the web livebox provider. (From org.tizen.data-provider-webapp-slave to livebox.web-provider) Clear the files in the shared folder first before initiate the master. Add reader & always folder parse code from conf file. Change-Id: I10415faadda3dd267d728ce71b029abdb770964e
2013-01-04Change the systemd init scriptSung-jae Park3-47/+28
Add SETUID for the executable image file. Update spec file for rpmlint Remove unnecessary environment variables Change-Id: If6f88d4aff672cf48c98642615d164116da33911
2013-01-02Change the LOG_TAGSung-jae Park3-3/+3
Change-Id: Ie96b7e7109887888884d752b3ef32a357715c88b
2012-12-28Fix the bug of buffer type handlerSung-jae Park6-27/+38
Change the package name of the web-livebox service provider. com.samsung.data-provider-webapp-slave --> org.tizen.data-provider-webapp-slave Change-Id: I1a8842eb0e73579d67195ea6132be6430e927876
2012-12-27Change the type of auto_launch record to TEXTSung-jae Park10-34/+88
To know the exact package name for launching it when a user clicks a box Change-Id: I0231abf331cd41e8edae807ba5400da09aa0fbb0
2012-12-22Remove code of the deprecated featureSung-jae Park16-809/+56
Change-Id: If5f503ed2c39c59df1ecd9f4a1ae6a35319352fb
2012-12-20Initialize the project.Sung-jae Park76-0/+25600
Change-Id: Ica8e21c0ddc22eaede97983aeab3af516efa8572
2012-12-17Initial empty repositoryHyungKyu Song0-0/+0