platform/framework/web/livebox-viewer.git
11 years agoAdd new event SET/UNSET, aul_open for auto-launch
Sung-jae Park [Tue, 19 Mar 2013 10:25:16 +0000 (10:25 +0000)]
Add new event SET/UNSET, aul_open for auto-launch

1. SET/UNSET
SET will be used to set focus to a box.
Then the master will send mouse event to it directly.

UNSET will be used to unset a focus from the box.
Then the master will stop sending mouse events.

2. Auto launch
Previously, we use the aul_launch to launch an app via box.
So the app always got reset event when a user tries launch it.
This patch will do not send reset event to the app if it is already launched.
Instead of reset, this changes will send the resume event.

Issue: DCM-974

Change-Id: Ia1e515d0d7d6dd45144603f149c2b4586744b736

11 years agoFix the bug of livebox_get_pdsize function.
Sung-jae Park [Fri, 8 Mar 2013 08:57:49 +0000 (08:57 +0000)]
Fix the bug of livebox_get_pdsize function.

It has to returns the default PD size if the PD is not created.

Change-Id: Id8388d0b047f01cff5dd2ef82dbbbb25dbe65567

11 years agoGet the default PD size even though it is not created.
Sung-jae Park [Tue, 5 Mar 2013 11:04:34 +0000 (11:04 +0000)]
Get the default PD size even though it is not created.

Change-Id: Ib31cac7fef1b3e9e35aa7d97b9047c8eb154b768

11 years agoAdd PD move event
Sung-jae Park [Mon, 4 Mar 2013 11:03:02 +0000 (11:03 +0000)]
Add PD move event

Change-Id: Iad6368979c251ccedd195d3235f1e08e09e6bb38

11 years agoUpdate the FB size when a box gets resized event.
Sung-jae Park [Tue, 26 Feb 2013 12:29:11 +0000 (12:29 +0000)]
Update the FB size when a box gets resized event.

Change-Id: Id870904824de13cf5793d114298494fae7b3c361

11 years agoAdd client pause/resume API
Sung-jae Park [Sat, 23 Feb 2013 09:21:42 +0000 (09:21 +0000)]
Add client pause/resume API

Sync with the private repo

Change-Id: Ic0e3c0fec8de5f99cbece342e645900cb277ccb9

11 years agoAdd new resized event type.
Sung-jae Park [Thu, 21 Feb 2013 10:58:07 +0000 (10:58 +0000)]
Add new resized event type.

Client tries to use the width & height value when it gots the resize done event callback.
So I change it to work like what they expected.

Change-Id: I63e8da340cff685281b3927ba8cbbefd68fde111

11 years agoDisabled package is not able to create an instance.
Sung-jae Park [Thu, 14 Feb 2013 05:22:36 +0000 (05:22 +0000)]
Disabled package is not able to create an instance.

live viewer is updated. (but not working yet)

Change-Id: I4c1f9f4c61213c929aab0f5002d4c3cdb5bc0790

11 years agoAdd livebox update interface.
Sung-jae Park [Wed, 6 Feb 2013 14:12:20 +0000 (14:12 +0000)]
Add livebox update interface.

To update a box individually, we need a new interface.

Change-Id: I17b2669c0d226cf3964bc4f41105a0f5123ce857

11 years agoKey down/up, accessibility events is added
Sung-jae Park [Fri, 25 Jan 2013 11:02:50 +0000 (11:02 +0000)]
Key down/up, accessibility events is added

Update spec file

Change-Id: Ice619a0493cdc5adb768d25db33c4b081fffd025

11 years agoAdd mouse_event attribute
Sung-jae Park [Wed, 23 Jan 2013 03:07:57 +0000 (03:07 +0000)]
Add mouse_event attribute

Change-Id: Ie2f68bad40ec33d3388e80f5ac5a10644345f3ec

11 years agoFix the text type box parsing bug.
Sung-jae Park [Thu, 10 Jan 2013 11:25:32 +0000 (20:25 +0900)]
Fix the text type box parsing bug.

Use the kept_in_safe function to get the filename of the text data
Without that function, the parser couldn't find the correct data file.

Change-Id: If4aea2a0445192664523dfd3cab914f01c15614a

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

Change-Id: Ie2afc73eae1dad15388e416fb528e5c0ea860305

11 years agoChange the LOG_TAG
Sung-jae Park [Wed, 2 Jan 2013 07:03:40 +0000 (16:03 +0900)]
Change the LOG_TAG

Change-Id: Ic4e860de0b0d950695534de8111b9d2f3365528d

11 years agoChange the type of auto-launch attribute to TEXT.
Sung-jae Park [Thu, 27 Dec 2012 03:48:04 +0000 (12:48 +0900)]
Change the type of auto-launch attribute to TEXT.

To launch the app using explict package name.

Change-Id: I6eecec6986af258fbac07d7653cb449cf3050a15

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

Change-Id: Ib443f3c3ff0ff476ffe441a75095d86341a5da12

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