platform/core/appfw/widget-viewer.git
11 years agoUpdate the resized event handler
Sung-jae Park [Sat, 23 Feb 2013 08:35:07 +0000 (08:35 +0000)]
Update the resized event handler

Change-Id: I33c399eeef6ef151487e5688522cb24fcdd641a5

11 years agoAdd more debugging message
Sung-jae Park [Thu, 21 Feb 2013 20:39:26 +0000 (20:39 +0000)]
Add more debugging message

Do not reject the resize request even though the previous callback is not finished.
This should be updated using callback function list.

Change-Id: I4bf287b4fdd0831fc3c61a1b2f3f6e935a664b22

11 years agoAdd a resized event type.
Sung-jae Park [Thu, 21 Feb 2013 08:50:05 +0000 (08:50 +0000)]
Add a resized event type.

If a client requests to re-size the box,
The box will be notified requested new size.
Then the provider send event back to the client for ack of request.

Change-Id: If4e89d8221e00acdd73cbac7a91abf4198dea706

11 years agoAdd Export attribute.
Sung-jae Park [Wed, 20 Feb 2013 11:26:49 +0000 (11:26 +0000)]
Add Export attribute.

Change-Id: I574a1288180f7462298ca1bc68be4fe8ed33705e

11 years agoAdd client pause/resume status notify function.
Sung-jae Park [Wed, 20 Feb 2013 07:59:44 +0000 (07:59 +0000)]
Add client pause/resume status notify function.

Notify the client's status to the provider manually.

Change-Id: I008a44215b6b540d1c468715d3a4db83c491fe52

11 years agoComment out the livebox enable/disable check code.
Sung-jae Park [Mon, 18 Feb 2013 15:43:37 +0000 (15:43 +0000)]
Comment out the livebox enable/disable check code.

Change-Id: I0b91a28ac3f65b7ec6d23a27fa0210dbd0af547d

11 years agoCheck the enabled/disabled state of a livebox.
Sung-jae Park [Wed, 13 Feb 2013 10:38:36 +0000 (10:38 +0000)]
Check the enabled/disabled state of a livebox.

When a user tries to add it.
live.viewer is updated.

Change-Id: I29fce84d599ab95bece3435511fda91722705ed7

11 years agoCheck the package whether it is enabled or disabled when add it
Sung-jae Park [Sun, 10 Feb 2013 07:52:40 +0000 (07:52 +0000)]
Check the package whether it is enabled or disabled when add it

Change-Id: I5d5f3c7b513171f7cd123c18828199dd69f1f222

11 years agoAdd a new interface for requesting update a box
Sung-jae Park [Wed, 6 Feb 2013 14:02:35 +0000 (14:02 +0000)]
Add a new interface for requesting update a box

Change-Id: Ia2b20c4d8f1fcd7702ffaaa9627873aacbbed950

11 years agoUpdate live.viewer
Sung-jae Park [Mon, 4 Feb 2013 05:53:13 +0000 (05:53 +0000)]
Update live.viewer

Size list getting code is updated

Change-Id: I9052f0c56480df49dfefdcd00aa323e3f8000da6

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

Change-Id: I3e616488397d37651c6be260c035abc7977c720a

11 years agoAdd key down/up event
Sung-jae Park [Fri, 25 Jan 2013 07:21:38 +0000 (07:21 +0000)]
Add key down/up event

Update the content_event function

Change-Id: I6f6b7a80ca840d640802df0166f39730cb644248

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

Change-Id: I4fb1e9858b1e29a3fa1123f548c8e34e87264bdd

11 years agomouse_event attribute is added
Sung-jae Park [Tue, 22 Jan 2013 12:27:11 +0000 (12:27 +0000)]
mouse_event attribute is added

Change-Id: Ib393281eb775ebe26b8568c4d4c31208d6abae07

11 years agoFix the bug of text type box parser
Sung-jae Park [Thu, 10 Jan 2013 11:22:45 +0000 (20:22 +0900)]
Fix the bug of text type box parser

Invalid path access to parse the text file (desc)

Change-Id: Ia1310a4933ad4ded797008fdcfccad154170ba9d

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

Change-Id: I1b59dc483a095319974077942f10fb41ff8698a3

11 years agoChange the LOG_TAG by guide of the kernel team.
Sung-jae Park [Wed, 2 Jan 2013 04:03:52 +0000 (13:03 +0900)]
Change the LOG_TAG by guide of the kernel team.

Update the live-viewer for supporting the TEXT type livebox.
(Viewer is initially updated for supporting the TEXT type box)

Change-Id: Ibc4af2704ac96c456ebc97d554c86282c1e3df94

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

Change-Id: I14ae322d3d155c638b093141aa0d557f1a034242

11 years agoRevise the code to apply the gcc 4.6
Sung-jae Park [Fri, 21 Dec 2012 03:26:38 +0000 (12:26 +0900)]
Revise the code to apply the gcc 4.6

Change-Id: Iabc640d00987dba6cefe0067ed761d93c315aae4

11 years agoUpdate license for uploading to RSA
Sung-jae Park [Wed, 19 Dec 2012 08:21:18 +0000 (17:21 +0900)]
Update license for uploading to RSA

Change-Id: I997f69c840f281676c59c2da54d416d2b4fd39a5

11 years agoFilter the event only using the movement.
Sung-jae Park [Tue, 18 Dec 2012 14:33:06 +0000 (23:33 +0900)]
Filter the event only using the movement.

Change-Id: I0f0221fecc4ba93deddbcb688f6f51e02f58036e

11 years agoUpdate live-viewer.
Sung-jae Park [Sat, 8 Dec 2012 15:19:56 +0000 (00:19 +0900)]
Update live-viewer.

Fix the bug of live-scroller.
Add the conformant object.

Change-Id: I3fe068b3bae5ef51971d6eca8ef1fe85c3525c51

11 years agoUse the default content using livebox-service API
Sung-jae Park [Wed, 5 Dec 2012 05:35:55 +0000 (14:35 +0900)]
Use the default content using livebox-service API

Change-Id: If6a2a9d9e8b6a5d4631bc2f747181f9707d7951d

11 years agoUpdate live-viewer.
Sung-jae Park [Sat, 1 Dec 2012 15:32:46 +0000 (00:32 +0900)]
Update live-viewer.

Change-Id: I2fd1132a6afa1e4cd300df6125370de09264b370

11 years agoFiltering the user event for PD/LB
Sung-jae Park [Fri, 30 Nov 2012 07:08:43 +0000 (16:08 +0900)]
Filtering the user event for PD/LB

For prevent from the heavy event generation

Change-Id: Iec3675857b397a78c05c590368bbe7808983ec12

11 years agoValidate the handler for changing the visibility
Sung-jae Park [Sat, 24 Nov 2012 02:18:10 +0000 (11:18 +0900)]
Validate the handler for changing the visibility

Change-Id: Ifc55039e770a4a9e094f1595a2ae0fa2d8a3f38a

11 years agoAdd new API for openning a PD with its position.
Sung-jae Park [Tue, 20 Nov 2012 09:44:41 +0000 (18:44 +0900)]
Add new API for openning a PD with its position.

Change-Id: I92d6ac7f0506ffbc9f500b9a85ed886690fc5e3a

11 years agoMake delay for sending a request to master.
Sung-jae Park [Mon, 19 Nov 2012 14:05:09 +0000 (23:05 +0900)]
Make delay for sending a request to master.

Change-Id: If78f95c13c87cbf72f707e9c170f0d8a098bc065

11 years agoUse the separated socket file
Sung-jae Park [Thu, 15 Nov 2012 04:09:10 +0000 (13:09 +0900)]
Use the separated socket file

Revise the environment variables

Fix the bug of livebox_add_with_size. Use the livebox package name after
get it via livebox_service

Change-Id: Id823e662e45dc13a4a2d32bcc48435357432a08d

11 years agoUpdate the deleted event handler.
Sung-jae Park [Sun, 4 Nov 2012 11:50:18 +0000 (20:50 +0900)]
Update the deleted event handler.

Change-Id: I8f3834092c31408a0cb0e871440c417490f42543

11 years agoUpdate the live-viewer
Sung-jae Park [Thu, 1 Nov 2012 11:27:42 +0000 (20:27 +0900)]
Update the live-viewer

Change-Id: Idd788f74087304a7941a402bc028d7bf4880988f

11 years agoReplace the pixel with the size_type
Sung-jae Park [Tue, 30 Oct 2012 07:28:37 +0000 (16:28 +0900)]
Replace the pixel with the size_type

Change-Id: I9e830b2ee98150678bdeeb26b3f75bbd65b0332c

11 years agoTry to sync buffer when client tries to get FB
Sung-jae Park [Wed, 24 Oct 2012 06:00:07 +0000 (15:00 +0900)]
Try to sync buffer when client tries to get FB

Change-Id: Ibd6615f032ce7c835accbbd21019e69ef1f67ce7

11 years agoReduce the duplicated implementations. Change the path
Sung-jae Park [Mon, 22 Oct 2012 11:15:37 +0000 (20:15 +0900)]
Reduce the duplicated implementations. Change the path

Change-Id: Idd8e1ecacf37785ca9014c07459421031f0bd0ba

11 years agoInstall the license file
Sung-jae Park [Fri, 12 Oct 2012 09:03:28 +0000 (18:03 +0900)]
Install the license file

Change-Id: I0a6c2c76d2feac448105152cc064bb33c39fa6bc

11 years agoremove the DB I/O related codes.
Sung-jae Park [Thu, 11 Oct 2012 09:03:44 +0000 (18:03 +0900)]
remove the DB I/O related codes.

Move them to livebox-service library.

Change-Id: I7e14b8f933c5778c0cdfb93ba3d87336466ac50a

11 years agoAdd new API for creating a livebox with size.
Sung-jae Park [Thu, 11 Oct 2012 08:42:33 +0000 (17:42 +0900)]
Add new API for creating a livebox with size.

Change-Id: If3b5874648b409d3e45ebd68d04b6a6a6375bcd2

11 years agoAdd new API
Sung-jae Park [Wed, 10 Oct 2012 09:51:04 +0000 (18:51 +0900)]
Add new API

add a livebox with size.
get the size list of given livebox package

Change-Id: I421b40414262c4497a007f64d2524f3a7866c9a4

11 years agoImplement the DB I/O component
Sung-jae Park [Wed, 10 Oct 2012 01:22:44 +0000 (10:22 +0900)]
Implement the DB I/O component

Change-Id: I518e4e323025e9e634e87fd16cddd44e0f876d29

11 years agoUpdate for handling the pinup status.
Sung-jae Park [Fri, 5 Oct 2012 09:19:03 +0000 (18:19 +0900)]
Update for handling the pinup status.

Change-Id: I0eab9ecd7fc52b008645a48d2509a969148ee8c2

11 years agoRemove debugging code
Sung-jae Park [Thu, 27 Sep 2012 07:19:41 +0000 (16:19 +0900)]
Remove debugging code

Change-Id: I04f5d4b7f6c5c08dc75aac938b308d52e44b7f1c

11 years agoCheck the exceptional case.
Sung-jae Park [Tue, 25 Sep 2012 08:13:17 +0000 (17:13 +0900)]
Check the exceptional case.

for the case of invalid result packet

Change-Id: Idcb7cfe21366046cad25381d51a85c9033b836e4

11 years agoUpdate version
Sung-jae Park [Tue, 25 Sep 2012 01:49:00 +0000 (10:49 +0900)]
Update version

Change-Id: I580871a3eb0b6cb83fb40d91197ca20df10b9476

11 years agoUpdate for debugging
Sung-jae Park [Mon, 24 Sep 2012 12:10:30 +0000 (21:10 +0900)]
Update for debugging

Change-Id: If0b627f4e7754cf2bbd87312d5e9fbbfc9fa649d

11 years agoFile buffer, fb_sync updated.
Sung-jae Park [Mon, 24 Sep 2012 11:23:11 +0000 (20:23 +0900)]
File buffer, fb_sync updated.

if the provider uses file for updating canvas,
even if it fails to open or read a file,
just returns 0.

because we can draw it using local buffer which is filled with NULL
even if there is no data file.

Change-Id: I2d511eecc1d5829a0c4cd28c0555666beb8970e8

11 years agoApply smack patch
Sung-jae Park [Wed, 19 Sep 2012 09:50:29 +0000 (18:50 +0900)]
Apply smack patch

Change-Id: I88e1ad8abb77e8dd3ecd809b9b1807837e9d6471

11 years agoAPI is changed.
Sung-jae Park [Wed, 19 Sep 2012 04:41:21 +0000 (13:41 +0900)]
API is changed.

Update the version for uploading this to a official binary.

Change-Id: I9547290b244ae392755ffdc07a3eb52544ee1e4d

11 years agoCare the PD Created/Destroyed EVENT again.
Sung-jae Park [Thu, 13 Sep 2012 13:09:20 +0000 (22:09 +0900)]
Care the PD Created/Destroyed EVENT again.

Change-Id: I2323ac675568cb90ae1d27b69a0ac5cce652c7b4

11 years agoChange the API name
Sung-jae Park [Mon, 10 Sep 2012 11:31:18 +0000 (20:31 +0900)]
Change the API name

Revise the API style

Change-Id: I7ff983e99b0c82c8c6237100fab0de3abdd24d74

11 years agoAcquire/release pixmap
Sung-jae Park [Thu, 6 Sep 2012 11:39:51 +0000 (20:39 +0900)]
Acquire/release pixmap

Change-Id: I337f1d457baf4d304e1b43c71756991af8edb796

11 years agoImplement the livebox show/hide feature.
Sung-jae Park [Thu, 6 Sep 2012 06:22:21 +0000 (15:22 +0900)]
Implement the livebox show/hide feature.

Change-Id: Ie2097fc43370ea851c2002a8f416aa95f27d41ba

11 years agoAdd indicator show code for sample viewer.
Sung-jae Park [Wed, 5 Sep 2012 12:44:40 +0000 (21:44 +0900)]
Add indicator show code for sample viewer.

Change-Id: I4b8e4d7a241a1fa202353807d24c33bc5af06340

11 years agoUpdate sample and Change depth to 24 from 32.
Sung-jae Park [Wed, 5 Sep 2012 08:20:22 +0000 (17:20 +0900)]
Update sample and Change depth to 24 from 32.

Change-Id: Ie06e44a7a9e7bc6f6de739e618f80b733cad298e

11 years agoRemove old file.
Sung-jae Park [Wed, 5 Sep 2012 01:52:36 +0000 (10:52 +0900)]
Remove old file.

disable sample of the pixmap based livebox content updator using
evas native surface set feature.

Change-Id: Ic1b82980eea0f408b8f8d7210ae7876c2d571a0d

11 years agoAdd more cod for handling disconnected provider.
Sung-jae Park [Sun, 2 Sep 2012 02:25:57 +0000 (11:25 +0900)]
Add more cod for handling disconnected provider.

If the provider is disconnected, clear all pending requests to provider.

Change-Id: I144eafa19ecb227c3f4212d37526c7982b732519

11 years agoUpdate the get_info API
Sung-jae Park [Wed, 29 Aug 2012 11:10:10 +0000 (20:10 +0900)]
Update the get_info API

content-info and sub-cluster-title is added

Change-Id: Ib410e3a689b4aec358fe2094fb763f90376a7abc

11 years agoUpdate EVENT handling codes.
Sung-jae Park [Wed, 29 Aug 2012 08:19:44 +0000 (17:19 +0900)]
Update EVENT handling codes.

Replace string based event description with
enumerated value based event description.

Change-Id: I5e58907065dd0c3b7f802a2457f212f4fb811358

11 years agoImplement the PIXMAP based content sharing.
Sung-jae Park [Mon, 27 Aug 2012 08:01:36 +0000 (17:01 +0900)]
Implement the PIXMAP based content sharing.

Change-Id: I32912b35f886ed724cca864198e231bb0cb0adf9

11 years agoUpdate livebox-viewer and remove useless code
Sung-jae Park [Sat, 25 Aug 2012 10:17:38 +0000 (19:17 +0900)]
Update livebox-viewer and remove useless code

Change-Id: Id583864238e25ca857d412ab0f096d1a92fc373f

11 years agoUpdate version for applying this to SEL binary
Sung-jae Park [Fri, 24 Aug 2012 01:30:17 +0000 (10:30 +0900)]
Update version for applying this to SEL binary

Change-Id: I02779a86a1d41457815b7b757d418c2f658f3a8a

11 years agoRevise the pinup handling code
Sung-jae Park [Thu, 23 Aug 2012 00:39:52 +0000 (09:39 +0900)]
Revise the pinup handling code

Update live-viewer

Change-Id: I587b94c06b2a99df03239c24f4922c16bce1bc4f

11 years agoRemove live-viewer from the build list
Sung-jae Park [Wed, 22 Aug 2012 00:37:00 +0000 (09:37 +0900)]
Remove live-viewer from the build list

Change-Id: Ic03d80d4d76e890ba8176054b1be36f03c578a7a

11 years agoAdd live-viewer
Sung-jae Park [Wed, 22 Aug 2012 00:00:58 +0000 (09:00 +0900)]
Add live-viewer

Change-Id: I3a938ba5f34410f91824de164fcca669e925144f

11 years agoApply the patchset about for PRVENT result
Sung-jae Park [Tue, 21 Aug 2012 01:33:27 +0000 (10:33 +0900)]
Apply the patchset about for PRVENT result

CID 16837 desc_parser.c
CID 11671 livebox.c

Change-Id: If491697157e248c42770d18c1d0e6b2a12e2a897

11 years agoUpdate buffer management code.
Sung-jae Park [Tue, 14 Aug 2012 03:03:21 +0000 (12:03 +0900)]
Update buffer management code.

PIXMAP type is added (not yet implemented)

11 years agoUse the separated folder for the content reader
Sung-jae Park [Sat, 11 Aug 2012 08:57:11 +0000 (17:57 +0900)]
Use the separated folder for the content reader

Change-Id: I8c7b6fff90ae36fca545960226c9e585e5fa2a4f

11 years agoMerge with old git repository
Sung-jae Park [Sat, 11 Aug 2012 05:33:40 +0000 (14:33 +0900)]
Merge with old git repository

Change-Id: I602b20bee18dae794b1ac4eb36b5cb548a30e753

11 years agoUpdate version
Sung-jae Park [Mon, 6 Aug 2012 05:48:06 +0000 (14:48 +0900)]
Update version

Change-Id: I9895f0ebc61c404d2c6309994d904989170e9bd2

11 years agoMerge branch 'master' of ssh://165.213.149.219:29418/slp/pkgs/l/livebox-viewer
Sung-jae Park [Mon, 6 Aug 2012 05:09:18 +0000 (14:09 +0900)]
Merge branch 'master' of ssh://165.213.149.219:29418/slp/pkgs/l/livebox-viewer

Conflicts:
src/client.c

Change-Id: I10c114976f3fae0455c0f6ef7a1147b9f476f80b

12 years agoAdd livebox type (700x172)
Sung-jae Park [Thu, 2 Aug 2012 12:09:15 +0000 (21:09 +0900)]
Add livebox type (700x172)

Change-Id: I1e57a3f8331156224fc635adccad82d854eb7df4

12 years agoRevise whole event callback management code
Sung-jae Park [Wed, 1 Aug 2012 07:55:43 +0000 (16:55 +0900)]
Revise whole event callback management code

Change-Id: Ib21f68650297a5e959b061708f386482116eecb2

12 years agoRevise whole event callback management code
Sung-jae Park [Wed, 1 Aug 2012 07:55:43 +0000 (16:55 +0900)]
Revise whole event callback management code

Change-Id: Ib21f68650297a5e959b061708f386482116eecb2

12 years agoIgnore request if it has no changes
Sung-jae Park [Tue, 31 Jul 2012 06:05:03 +0000 (15:05 +0900)]
Ignore request if it has no changes

Change-Id: I4fc485971cd596ea855c4f73b56bde4339dbf5ae

12 years agoSEL Verification - bug fixed
Sung-jae Park [Sat, 28 Jul 2012 15:48:25 +0000 (00:48 +0900)]
SEL Verification - bug fixed

S1-6489
S1-6520
S1-6337
S1-6494
S1-5750
P120725-0076

Change-Id: If67b70d855bca2573b715e96239c1603adf25fe4

12 years agoUpdated for web-livebox
Sung-jae Park [Fri, 27 Jul 2012 08:35:54 +0000 (17:35 +0900)]
Updated for web-livebox

Change-Id: I41cd69a2745e404db2f9d18099e092e2eb1cc946

12 years agoMake the sync_rpc working same as async_rpc
Sung-jae Park [Thu, 26 Jul 2012 13:37:09 +0000 (22:37 +0900)]
Make the sync_rpc working same as async_rpc

Change-Id: Ibd2f2eb3655752d999af0c13219d6363446eb79d

12 years agoMouse Enter/Leave handler is added (for buffer)
Sung-jae Park [Wed, 25 Jul 2012 15:24:21 +0000 (00:24 +0900)]
Mouse Enter/Leave handler is added (for buffer)

Change-Id: I0a963466b08f90247d412046eb2690905871db20

12 years agoAdd missing files
Sung-jae Park [Mon, 23 Jul 2012 12:42:59 +0000 (21:42 +0900)]
Add missing files

Change-Id: I4f1151a466c528f7cb1b32074a3c2196a194ad38

12 years agoAdd -g option, add timeout parameter
Sung-jae Park [Mon, 23 Jul 2012 08:16:32 +0000 (17:16 +0900)]
Add -g option, add timeout parameter

Change-Id: I6f922379ef5a34625dc82e37c27ef3d6aa5d4852

12 years agoHandles the crash of master provider. (Fix del bug)
Sung-jae Park [Sat, 21 Jul 2012 06:42:04 +0000 (15:42 +0900)]
Handles the crash of master provider. (Fix del bug)

In case of the master is crashed,
the viewer should care about it.

So the livebox-viewer will delete all existence livebox instances
if the master provider is crashed.

Change-Id: I789c42adcbfde5a3cb28ff55f3b2cfd086e2e170

12 years agoStrip the binary and add feature (refresh API)
Sung-jae Park [Fri, 20 Jul 2012 00:53:33 +0000 (09:53 +0900)]
Strip the binary and add feature (refresh API)

Change-Id: Ia5c9432a89dd2878272f38eb9a300053ec111633

12 years agoImplement new feature
Sung-jae Park [Thu, 19 Jul 2012 02:19:22 +0000 (11:19 +0900)]
Implement new feature

But the operation is not work perfectly yet.
Just added API for the new features.

Delete cluster/sub-cluster API added
List up the cluster/sub-cluster API added

Change-Id: Ibaae680a10d76e7e2bbb86b801a5d96feed7401b

12 years agoFix pinup param check code & add exception handler
Sung-jae Park [Tue, 17 Jul 2012 12:18:25 +0000 (21:18 +0900)]
Fix pinup param check code & add exception handler

Change-Id: I3a022c4748ccd272b1f88d4d1bed5a359c0a59fd

12 years agoUpdate TAG
Sung-jae Park [Tue, 17 Jul 2012 09:02:23 +0000 (18:02 +0900)]
Update TAG

Change-Id: I80ba679e10e43d20c05f4065cfb34a2bc7cb1f87

12 years agoUpdated for subscribe cluster/sub-cluster events
Sung-jae Park [Mon, 16 Jul 2012 12:53:12 +0000 (21:53 +0900)]
Updated for subscribe cluster/sub-cluster events

Change-Id: I8e7dfef58ea036dcc889d979808a5193bff20d15

12 years agoAdd missing keyword
Sung-jae Park [Mon, 16 Jul 2012 09:07:33 +0000 (18:07 +0900)]
Add missing keyword

Export API (subscribe, unsubscribe)

Change-Id: I3fb62a0e1336c669a57e186d7cf0ccc8d97bc700

12 years agoPinup implemented.
Sung-jae Park [Fri, 13 Jul 2012 15:44:58 +0000 (00:44 +0900)]
Pinup implemented.

Change-Id: I472cced5b9bd663cda1f3779756304e3d45e4b80

12 years agoFix the leak in case of failed to add a new box
Sung-jae Park [Fri, 13 Jul 2012 13:24:29 +0000 (22:24 +0900)]
Fix the leak in case of failed to add a new box

Change-Id: I030e2d2c98a9d06a46183dd5165305f817aba9f3

12 years agoSubscribe cluster/sub-cluster feature is added
Sung-jae Park [Fri, 13 Jul 2012 13:03:43 +0000 (22:03 +0900)]
Subscribe cluster/sub-cluster feature is added

Change-Id: I478eb56385c8605317f5c065afb775d771bb9f09

12 years agoDecrease the connection period.
Sung-jae Park [Thu, 12 Jul 2012 08:19:39 +0000 (17:19 +0900)]
Decrease the connection period.

Home screen will retry to make a connection with the provider.
Period of gap for making connection is decreased to A sec.

Change-Id: I171146cf6e37fc86d21f013b7d79c1c1d2c7670e

12 years agoBuffer acquire/release feature is implemented.
Sung-jae Park [Wed, 11 Jul 2012 15:25:10 +0000 (00:25 +0900)]
Buffer acquire/release feature is implemented.

Now the provider(slave) can take the buffer of livebox or PD.
and draw something on it directly.

livebox viewer will receive that event but there is no differences
between BUFFER type livebox(or pd) and SCRIPT type livebox(or pd).

So the livebox viewer will care them as same one.

Change-Id: Ib4bb443b3ddcaf54a7a596020fa056f086b41b7d

12 years agoCheck the Buffer address for refcnt getter.
Sung-jae Park [Sat, 7 Jul 2012 12:01:14 +0000 (21:01 +0900)]
Check the Buffer address for refcnt getter.

Change-Id: I11041afb298d4d3d47c2e514521c27765ff7cab0

12 years agoService handler should not be edit packet argument.
Sung-jae Park [Fri, 6 Jul 2012 11:19:32 +0000 (20:19 +0900)]
Service handler should not be edit packet argument.

So I add "const" type qualifier.

Change-Id: I41e5def47978877e320d086632eb3f0bbcf05071

12 years agoValidation check the buffer handle.
Sung-jae Park [Fri, 6 Jul 2012 04:51:41 +0000 (13:51 +0900)]
Validation check the buffer handle.

Change-Id: Ib5f87951043083b292ed08ce019deea3753de94b

12 years agoRevise the API.
Sung-jae Park [Thu, 28 Jun 2012 13:48:20 +0000 (22:48 +0900)]
Revise the API.

Using explict callback for async functions.
Update sample
Update version to 0.3.0

Change-Id: I3d54924787338b4e2a7c9e4dc9919f0212e366c7

12 years agoAcquire/Release API added
Sung-jae Park [Tue, 26 Jun 2012 02:13:46 +0000 (11:13 +0900)]
Acquire/Release API added

SHM type FB management code is updated

Change-Id: I49a23d055e3a97da28a3a91c6b784c9884f80a2b

12 years agoFix the bug of event coordination handling code
Sung-jae Park [Thu, 21 Jun 2012 04:10:17 +0000 (13:10 +0900)]
Fix the bug of event coordination handling code

Change-Id: I92679291bca01d32257e0a009e7ebacd1120ff39

12 years agoFix the bug of util_basename
Sung-jae Park [Tue, 19 Jun 2012 09:30:16 +0000 (18:30 +0900)]
Fix the bug of util_basename

Change-Id: I9d6ee6fdd222cde80229aefc530cf23a46c8949f

12 years agoConnector impls are moved out to a new project
Sung-jae Park [Mon, 18 Jun 2012 07:25:01 +0000 (16:25 +0900)]
Connector impls are moved out to a new project

Change-Id: Ic9df961f7517bdf7cbc58749e79015bdebf04ced

12 years agoReplace dbus with socket
Sung-jae Park [Sat, 16 Jun 2012 07:14:08 +0000 (16:14 +0900)]
Replace dbus with socket

Change-Id: Ieadd9ad3a54b45d8d77f94a536a1b9eeaf6be181