platform/core/appfw/widget-viewer.git
11 years agoClear the callback when processing the result callback.
Sung-jae Park [Thu, 11 Apr 2013 05:50:14 +0000 (14:50 +0900)]
Clear the callback when processing the result callback.

User can call again in its result callback.

Update version

Change-Id: If45cb7ac5b7f97671e35c8dc3f52b3dee8d2e92f

11 years agoAdd an event for accessibility unhighlight.
Sung-jae Park [Thu, 11 Apr 2013 01:53:35 +0000 (10:53 +0900)]
Add an event for accessibility unhighlight.

Update version

Change-Id: Ib614a730dacff7f54b0126ff2bf12f034c6c3431

11 years agoAdd more log for debugging
Sung-jae Park [Wed, 10 Apr 2013 05:12:47 +0000 (14:12 +0900)]
Add more log for debugging

Change-Id: Ie26cc20e3d8c7e06d99005b1cd3c185b9cee5714

11 years agoAdd log for debugging
Sung-jae Park [Fri, 5 Apr 2013 20:07:18 +0000 (20:07 +0000)]
Add log for debugging

Change-Id: I413d81c79d704db78cf7e0090f93f332ec75720f

11 years agoUpdate accessibility event code.
Sung-jae Park [Thu, 4 Apr 2013 12:38:15 +0000 (12:38 +0000)]
Update accessibility event code.

Add new API for sending accessibility event to provider.

Clear all registered event callbacks if an instance is destroyed by fault.
To give time to release their resources for event callbacks.

Access status event type is added.
Access status would be sent from the provider.

Update VERSION

Change-Id: I760abf4ee5f2dfc62b08744f982cbbd5d2625505

11 years agoActive/Passive update mode is added
Sung-jae Park [Tue, 2 Apr 2013 11:43:12 +0000 (11:43 +0000)]
Active/Passive update mode is added

Change-Id: I57db8c5815d79e2e492e9222cf206483c62d7e53

11 years agolivebox_set_update_mode is added.
Sung-jae Park [Mon, 1 Apr 2013 14:17:38 +0000 (14:17 +0000)]
livebox_set_update_mode is added.

This only can be used after creating a livebox.
After it gets the created event, the viewer can set the update mode.

Before set the update mode, it will run for passive mode viewer.
So it will send updated event to the viewer for every frames.

Change-Id: I2ea9667bd6836060aa2de37ac75ae20460ea5037

11 years agoAdd new event path & change pixmap 24 to 32.
Sung-jae Park [Sun, 31 Mar 2013 09:26:43 +0000 (09:26 +0000)]
Add new event path & change pixmap 24 to 32.

Accessibility event paths are added.

Fix the bug of size changed event handler.
Because of invalid fbfile, the size of a box is resetted.
I used instance id instead of fb id,.
So the box buffer info indicates invalid uri
This patch will fix it.

master will send a new fbid when it sending the size,changed event.
Then the viewer will get it and update the fbinfo using received fbid.

Change-Id: I29fc45cc5bd693eb796d4ea256c0b23afe39b192

11 years agoRemove unnecessary parameter checking code.
Sung-jae Park [Sat, 30 Mar 2013 06:27:05 +0000 (06:27 +0000)]
Remove unnecessary parameter checking code.

Maybe accidently remained.

Change-Id: I52200d5067935ae3f2c0db7e2b9af30685ae1a38

11 years agoAdd hold scroll event path.
Sung-jae Park [Sat, 30 Mar 2013 02:54:42 +0000 (02:54 +0000)]
Add hold scroll event path.

Some box wants to hold the viewer's scroller when they handling their events.

Change-Id: I0476e26fd6a24af1c0dff874ed16ddac6a49e986

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

2012 -> 2013

(Sync with the RSA)

Unlink kept image file when the handler is deleted

Change-Id: If8be7c4e5f7bd29278a27f40a87babe959757302

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

Change-Id: I67d00b7403c5b46729726b31bfd1f18411815463

11 years agoUsing LB_ERRNO instead of errno.h (system header)
Sung-jae Park [Fri, 22 Mar 2013 13:47:35 +0000 (13:47 +0000)]
Using LB_ERRNO instead of errno.h (system header)

Change-Id: I6faad8268ce0d7fba2f149427c1c8a574c174ecd

11 years agoDefine the livebox-errno
Sung-jae Park [Fri, 22 Mar 2013 13:37:13 +0000 (13:37 +0000)]
Define the livebox-errno

LB_STATUS_XXXX series status codes are defined.
This lb status codes are has to be shared with provider & master & viewer.
(including all other packages which are related with livebox f/w)

Change-Id: Ia45a7116d842897acbb029913b2eae8f44d13fd2

11 years agoCall the size changed callback even if it failed.
Sung-jae Park [Fri, 22 Mar 2013 01:37:02 +0000 (01:37 +0000)]
Call the size changed callback even if it failed.

Change-Id: I97194ef4d215355c57bbceb129798bed33172249

11 years agoUpdate version
Sung-jae Park [Tue, 19 Mar 2013 10:24:47 +0000 (10:24 +0000)]
Update version

Change-Id: I1c69412c9ded9d1b4ceed4b2fd1fefe2c40f1c72

11 years agoUse the aul_open instead of aul_launch
Sung-jae Park [Tue, 19 Mar 2013 08:11:24 +0000 (08:11 +0000)]
Use the aul_open instead of aul_launch

Change-Id: Ieaea5fdef40ebabcc9edee83ea930fb4a19c11e3

11 years agoAdd new type to use the master's input event monitor.
Sung-jae Park [Thu, 14 Mar 2013 14:52:51 +0000 (14:52 +0000)]
Add new type to use the master's input event monitor.

Change-Id: Id7f1612eba88da66e84a92f3df4df04c079e2c84

11 years agoUse the default size if the PD is not created.
Sung-jae Park [Fri, 8 Mar 2013 08:54:43 +0000 (08:54 +0000)]
Use the default size if the PD is not created.

default_pd_size is not changed.
but the pd_size can be changed.

This default_pd_size is newly added by this patch.
To keep the PD Size.

Change-Id: I1101935e33a01ce2d4ad255e227d3d2df4b4b8bb

11 years agolivebox_get_pdsize can be used to get the default pd size.
Sung-jae Park [Tue, 5 Mar 2013 09:49:46 +0000 (09:49 +0000)]
livebox_get_pdsize can be used to get the default pd size.

If a PD is not created yet, client can get its default size using livebox_get_pdsize function.

Change-Id: I78fb4520fbc87b0c8614f1b4975a0c17943808fd

11 years agoAdd new API for moving the PD
Sung-jae Park [Mon, 4 Mar 2013 10:03:29 +0000 (10:03 +0000)]
Add new API for moving the PD

Change-Id: I8d79f518cbb47ce9729568f65f99f383cd9bfd7b

11 years agoFix the invalid buffer size bug.
Sung-jae Park [Tue, 26 Feb 2013 12:27:25 +0000 (12:27 +0000)]
Fix the invalid buffer size bug.

FB is not updated when a handle gets resize event.
So this patch added a line for updating FB size in resize event callback.

Change-Id: I2dce6a220ff352a73ffff33c6d52b1968d6b9a6c

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