apps/livebox/livebox.git
10 years agoFix the accessiblity event feed bug. 2.2_release submit/tizen_2.2/20130716.173212 submit/tizen_2.2/20130717.010333 submit/tizen_2.2/20130717.053107
Sung-jae Park [Mon, 15 Jul 2013 03:46:41 +0000 (12:46 +0900)]
Fix the accessiblity event feed bug.

Change-Id: I6cfd6d53886765d31b675892176d993a8309e272

10 years agoRemove last trailing comma submit/tizen_2.2/20130714.150837
Sung-jae Park [Wed, 3 Jul 2013 23:41:52 +0000 (08:41 +0900)]
Remove last trailing comma

Change-Id: I5776255e5fe2cc6e5643d2f0ed8f187c5cedd913

10 years agoAdd new API for notifying updated contents.
Sung-jae Park [Thu, 27 Jun 2013 07:51:54 +0000 (16:51 +0900)]
Add new API for notifying updated contents.

Change-Id: I29a36c95c342881563cdb547b16b81da7539d19e

10 years agoUpdate Log
Sung-jae Park [Thu, 27 Jun 2013 05:12:05 +0000 (14:12 +0900)]
Update Log

Change-Id: I0b8f67af8248395e6f1632214d195c55beed5d2a

10 years agoReduce the verbose logging
Sung-jae Park [Thu, 20 Jun 2013 07:57:02 +0000 (16:57 +0900)]
Reduce the verbose logging

Change-Id: I6847ca2ea2450d2910564fba7b5524114101224f

10 years agoMerge branch 'tizen_2.1' into tizen_2.2
Sung-jae Park [Thu, 13 Jun 2013 02:06:15 +0000 (11:06 +0900)]
Merge branch 'tizen_2.1' into tizen_2.2

Change-Id: I4fd5f953e115eeb3c14971e5457f597000093a1c

10 years agoApply SECURE_DLOG
Sung-jae Park [Thu, 13 Jun 2013 01:06:34 +0000 (10:06 +0900)]
Apply SECURE_DLOG

[model] Tizen
[binary_type] AP
[customer] Tizen Developer
[issue#] N/A
[problem] Secured data should not be printed as log.
[cause] Security enhancement
[solution] using secure_dlog
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I6a4c8fd4455def3320e74a7406fcf5b1f282e150

10 years agoEvent handler wrapper is introduced.
Sung-jae Park [Fri, 31 May 2013 04:56:13 +0000 (13:56 +0900)]
Event handler wrapper is introduced.

libprovider should be free from strict constraints.
- some codes are removed from the libprovider.
- instead of libprovider, liblivebox should do what it does.

Add event type for accessibility (buffer type)
- Add new event types for accessibility

Change-Id: I753c4a4c3fcfd0af7f6925b249fc88d02331c00c

11 years agoUpdate License tizen_2.1 submit/tizen_2.1/20130514.052944
Sung-jae Park [Tue, 30 Apr 2013 12:43:31 +0000 (21:43 +0900)]
Update License

Udpate virtual window for accessibility

Change-Id: Ibbf9d460262491a1e2c01d7f67589ac0e229393a

11 years agoUpdate License 2.1b_release accepted/tizen_2.1/20130425.023335 submit/tizen_2.1/20130424.223907
Sung-jae Park [Fri, 19 Apr 2013 11:41:22 +0000 (20:41 +0900)]
Update License

Change-Id: Ieee33f696a5254c2a0c1e5706b8b22cf7f0d7e70

11 years agoUpdate License
Sung-jae Park [Thu, 18 Apr 2013 09:35:11 +0000 (18:35 +0900)]
Update License

Change-Id: I339740850c5fd050bc83a3d6831891d5867720dd

11 years agoAdd MMC status changed event type
Sung-jae Park [Thu, 18 Apr 2013 05:00:01 +0000 (14:00 +0900)]
Add MMC status changed event type

Some boxes need to know the status of MMC mount.

Change-Id: Ia211e22c352ec77e84d81f42296433c5f617db32

11 years agoSync with the private repository
Sung-jae Park [Wed, 10 Apr 2013 11:44:53 +0000 (20:44 +0900)]
Sync with the private repository

RENDER_FLUSH_PRE/RENDER_FLUSH_POST -> RENDER_PRE/RENDER_POST

Merge the desc data.
If it is not read by the script engine of provider,
merge new desc blocks with previous one.

script engine should know the context of desc blocks.

Accessibility desc type added

Add dummy implmentation files.

These patch will not apply any changes to release binary.
Just keep the implementations only in this repository as source code level.
will not be built and distributed.
---------------------------------

Implementing the snapshot & virtual window add function.

The snapshot window is used for getting an image file from the rendering buffer.

Conceptual logic (how it works?)
-----------------------------------------------------------------------
1. Create a new snapshot window

2. Add widget objects for representing the content.

3. Trigger the snapshot flush opertaion

4. post-render callback will add the flush timer (0.5 sec period)

5. start rendering loop

5.1 If the pre render callback is called,
  reset the flush timer

5.2 If the flush timer is expired so the timer callback is called,
  flush the data in the rendering buffer to a file.
-----------------------------------------------------------------------
This logic can be failed when the system is going to slower and slower.
After set the flush timer from the post render callback, the process
has to start the rendering of a next frame in 0.5 sec.
If it couldn't start rendering, the flush timer will be expired.
then it will finsish the rendering loop and flush the rendered data to a file
If there are remained frames, we will lost it.

Change-Id: Ic7216ce392faaf679f8f024130599516477ffb2e

11 years agoFix for 64 bit compatibility.
Junfeng Dong [Mon, 8 Apr 2013 06:24:44 +0000 (14:24 +0800)]
Fix for 64 bit compatibility.

- Fix hardcoding path.
- Use %cmake to set default paths.

Change-Id: I75e78c30235fe099d5f7f0a2f5ab0f48a9c1e9df

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

2012 -> 2013

Change-Id: I3eb61af344a9f22e7f45abc0019b3c3bec6fbd0e

11 years agoMerge branch 'master' into tizen_2.1
Sung-jae Park [Thu, 21 Mar 2013 12:57:53 +0000 (12:57 +0000)]
Merge branch 'master' into tizen_2.1

Conflicts:
packaging/liblivebox.spec
src/livebox.c

Change-Id: Ia4cccebd50b8613537af419233052d04f91f98d7

11 years agoRemove the debugging message (Sync)
Sung-jae Park [Tue, 19 Mar 2013 10:29:05 +0000 (10:29 +0000)]
Remove the debugging message (Sync)

Tooooo verbose logging

Change-Id: Ia049dc78c6d40f4ac57066cec987f2b5166d07e5

11 years agosync with master
Jinkun Jang [Sat, 16 Mar 2013 12:42:12 +0000 (21:42 +0900)]
sync with master

11 years agoRegion changed system event is added
Sung-jae Park [Mon, 4 Mar 2013 10:48:17 +0000 (10:48 +0000)]
Region changed system event is added

Change-Id: I8744816278e0ce57716166369afc4b43eaac86de

11 years agoUpdate the H/W buffer support API
Sung-jae Park [Sat, 23 Feb 2013 08:59:16 +0000 (08:59 +0000)]
Update the H/W buffer support API

Change-Id: I6ab8efbc7ce0f8a4d98c4696d2cf227d3c50ce2f

11 years agoClear the allocated buffer.
Sung-jae Park [Thu, 14 Feb 2013 05:20:35 +0000 (05:20 +0000)]
Clear the allocated buffer.

Only for the plugin type livebox.

Change-Id: Ib3148f821bf6a0db7a246c95cc266b1e78eed4f9

11 years agoScript is changed.
Sung-jae Park [Wed, 6 Feb 2013 14:10:50 +0000 (14:10 +0000)]
Script is changed.

Group is changed to Option.
To use it for image loading.

Change-Id: I5511bc7e13f40e5e1f64412e51a781ffd003990c

11 years agoAdd new interface for changing color
Sung-jae Park [Wed, 30 Jan 2013 05:59:48 +0000 (05:59 +0000)]
Add new interface for changing color

need_to_update function can returns network status flag.

Change-Id: I7b7b2637c301c79a27034eec1d2b1a48c6fbedaa

11 years agoFix the prevent issue.
Sung-jae Park [Thu, 24 Jan 2013 05:37:14 +0000 (05:37 +0000)]
Fix the prevent issue.

Change-Id: Ia384b56d717e64280a5a9231f6b32f78d0f4aaa1

11 years agoAdd TIME_CHANGED event
Sung-jae Park [Tue, 15 Jan 2013 05:17:58 +0000 (14:17 +0900)]
Add TIME_CHANGED event

Change-Id: Ifa9ca0d344236826ba1a8906778c86fe3ad237e7

11 years agoAdd new API for updating boxes.
Sung-jae Park [Thu, 10 Jan 2013 08:35:10 +0000 (17:35 +0900)]
Add new API for updating boxes.

Change-Id: I59fedbfcbfe423a5fe266a7d67cf7265f065b353

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

Change-Id: I56c404237df290ea2edddb22b53b7fe38093a3a7

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

Change-Id: I3e00382892a32dfd7d097f04c5f8d9a436352b08

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

Change-Id: I033f9b5b5b73c3d8a53a8edcade0cb3a8722a725

11 years agoInitial empty repository
HyungKyu Song [Thu, 20 Dec 2012 04:05:05 +0000 (13:05 +0900)]
Initial empty repository