summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sung-jae Park [Fri, 19 Apr 2013 11:41:22 +0000 (20:41 +0900)]
Update License
Change-Id: Ieee33f696a5254c2a0c1e5706b8b22cf7f0d7e70
Sung-jae Park [Thu, 18 Apr 2013 09:35:11 +0000 (18:35 +0900)]
Update License
Change-Id: I339740850c5fd050bc83a3d6831891d5867720dd
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
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
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
Sung-jae Park [Mon, 25 Mar 2013 04:06:49 +0000 (04:06 +0000)]
Update License
2012 -> 2013
Change-Id: I3eb61af344a9f22e7f45abc0019b3c3bec6fbd0e
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
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
Jinkun Jang [Sat, 16 Mar 2013 12:42:12 +0000 (21:42 +0900)]
sync with master
Sung-jae Park [Mon, 4 Mar 2013 10:48:17 +0000 (10:48 +0000)]
Region changed system event is added
Change-Id: I8744816278e0ce57716166369afc4b43eaac86de
Sung-jae Park [Sat, 23 Feb 2013 08:59:16 +0000 (08:59 +0000)]
Update the H/W buffer support API
Change-Id: I6ab8efbc7ce0f8a4d98c4696d2cf227d3c50ce2f
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
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
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
Sung-jae Park [Thu, 24 Jan 2013 05:37:14 +0000 (05:37 +0000)]
Fix the prevent issue.
Change-Id: Ia384b56d717e64280a5a9231f6b32f78d0f4aaa1
Sung-jae Park [Tue, 15 Jan 2013 05:17:58 +0000 (14:17 +0900)]
Add TIME_CHANGED event
Change-Id: Ifa9ca0d344236826ba1a8906778c86fe3ad237e7
Sung-jae Park [Thu, 10 Jan 2013 08:35:10 +0000 (17:35 +0900)]
Add new API for updating boxes.
Change-Id: I59fedbfcbfe423a5fe266a7d67cf7265f065b353
Sung-jae Park [Fri, 4 Jan 2013 12:35:22 +0000 (21:35 +0900)]
Revise the spec file
Change-Id: I56c404237df290ea2edddb22b53b7fe38093a3a7
Sung-jae Park [Wed, 2 Jan 2013 07:00:32 +0000 (16:00 +0900)]
Change the LOG_TAG
Change-Id: I3e00382892a32dfd7d097f04c5f8d9a436352b08
Sung-jae Park [Thu, 20 Dec 2012 08:11:32 +0000 (17:11 +0900)]
Initialize the project.
Change-Id: I033f9b5b5b73c3d8a53a8edcade0cb3a8722a725
HyungKyu Song [Thu, 20 Dec 2012 04:05:05 +0000 (13:05 +0900)]
Initial empty repository