apps/native/widget/widget.git
11 years agoUpdate License
Sung-jae Park [Thu, 18 Apr 2013 09:15:45 +0000 (18:15 +0900)]
Update License

Change-Id: Id38b3c2191337087b57212d519932a301b8cfbcd

11 years agoAdd MMC status changed event type
Sung-jae Park [Wed, 17 Apr 2013 06:23:20 +0000 (15:23 +0900)]
Add MMC status changed event type

Some boxes need to know the status of MMC mount.

Change-Id: Iec36d9666cd90f44f93fcc102de45978d9c02ae8

11 years agoRENDER_FLUSH_PRE/RENDER_FLUSH_POST -> RENDER_PRE/RENDER_POST
Sung-jae Park [Thu, 4 Apr 2013 13:37:03 +0000 (13:37 +0000)]
RENDER_FLUSH_PRE/RENDER_FLUSH_POST -> RENDER_PRE/RENDER_POST

Update VERSION

Change-Id: I6b08e759b3b375eeb60a268ef5b52f5a60d03b49

11 years agoMerge the desc data.
Sung-jae Park [Wed, 3 Apr 2013 18:54:53 +0000 (18:54 +0000)]
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.

Change-Id: I7855491559be50e58c2549dcd96084750eacf57b

11 years agoAccessibility desc type added
Sung-jae Park [Tue, 2 Apr 2013 13:15:01 +0000 (13:15 +0000)]
Accessibility desc type added

Change-Id: I2e04a8a6e22c1151874179a6548a391c2e274f07

11 years agoAdd dummy implmentation files.
Sung-jae Park [Tue, 26 Mar 2013 11:02:55 +0000 (11:02 +0000)]
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: If0b6e55a29028159c637759f5da5dd8a1da80345

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

2012 -> 2013

(Sync with the RSA)

Change-Id: Id58b351d2c05ca501cb1efe5c315d6677168e146

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

Change-Id: Id1f2870347df2d4a498291ece5413e8bd05e6199

11 years agoReplace system errno with livebox errno.
Sung-jae Park [Sun, 24 Mar 2013 03:36:19 +0000 (03:36 +0000)]
Replace system errno with livebox errno.

Make it more easy to understand what it means.

Change-Id: Id6572b16c291d6f0f15351f802c17354c99c7154

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

Change-Id: I3165ffe2ae278f8d6b387686c62d405f108f331c

11 years agoRemove heavy debugging message (sync)
Sung-jae Park [Fri, 8 Mar 2013 04:25:23 +0000 (04:25 +0000)]
Remove heavy debugging message (sync)

Change-Id: Id14ee1a8b59cdc3f167a54473d81c3b9b0868d29

11 years agoAdd new event.
Sung-jae Park [Mon, 4 Mar 2013 10:01:57 +0000 (10:01 +0000)]
Add new event.

REGION_CHANGED

Change-Id: I3b517a58665b8af66954155ea20d3ad4d8f1b4eb

11 years agoImplement the H/W accelerated buffer access API.
Sung-jae Park [Sat, 23 Feb 2013 07:18:00 +0000 (07:18 +0000)]
Implement the H/W accelerated buffer access API.

Change-Id: I4a29840849bc1125d69d4b0b615f367ed46d9e50

11 years agoClear the canvas right after it is allocated.
Sung-jae Park [Tue, 12 Feb 2013 08:54:15 +0000 (08:54 +0000)]
Clear the canvas right after it is allocated.

Clear the buffer for the virtual window of PD.
Only for the native livebox.

Change-Id: I201683308093bedcecc383a5b1d87d1eba08c8ef

11 years agoUpdate the script gen.
Sung-jae Park [Wed, 6 Feb 2013 13:59:27 +0000 (13:59 +0000)]
Update the script gen.

group is changed to option.
to use it for various cases.

Change-Id: I6d83dda8e59ccbec78cac15e14a28f10a20700ce

11 years agoAdd new description type for changing color
Sung-jae Park [Wed, 30 Jan 2013 05:28:44 +0000 (05:28 +0000)]
Add new description type for changing color

To change a color of the specified part,
This new description type "color" is added.

Change-Id: I2c6277f9adbbe415f35cc35c23b35bc2acf1064b

11 years agoAdd new return value for need_to_update function.
Sung-jae Park [Wed, 30 Jan 2013 05:01:30 +0000 (05:01 +0000)]
Add new return value for need_to_update function.

Change-Id: I04c18a3b7bca49e0758977fb7960cc337545fe9b

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

Change-Id: I63c3454f5262c4ff93b7410d6db781c3da9b51da

11 years agoTIME_CHANGED event is added
Sung-jae Park [Tue, 15 Jan 2013 04:40:01 +0000 (13:40 +0900)]
TIME_CHANGED event is added

Change-Id: Ia419ed65baa598330665c1d762ef211c6e88c390

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

Change-Id: I6ba3b5a445a65664a4a1a9a122418e6fab7b5f32

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

Change-Id: I488211f4caf4d13b00a38eb31c2277215cb67213

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

Change-Id: Ia3c291de5c8c968a80d82a50c1eb06fbdca4d68b

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

Change-Id: I81982635a9c26ccd620efa81a3f72739c151b06b

11 years agoReplace part or data with "" if null.
Sung-jae Park [Tue, 18 Dec 2012 04:37:01 +0000 (13:37 +0900)]
Replace part or data with "" if null.

Change-Id: Ieb9b8ad4acb6ae2a2966ef3c8fe863eaf82703aa

11 years agoUpdate for handling the multi-depth edje loading
Sung-jae Park [Mon, 19 Nov 2012 05:06:09 +0000 (14:06 +0900)]
Update for handling the multi-depth edje loading

Add a new API instead of changing the old API.
For keeping the compatibility.

Change-Id: I50deda7b26e7bb1c99f5bc34e84a40d6330b9560

11 years agoAdd new API for getting the PIXMAP Id
Sung-jae Park [Tue, 13 Nov 2012 06:46:47 +0000 (15:46 +0900)]
Add new API for getting the PIXMAP Id

Change-Id: I02e143e8e147529d46b34e92e40af1c3cc5ec99b

11 years agoAdd missed declaration of event types.
Sung-jae Park [Mon, 12 Nov 2012 07:57:47 +0000 (16:57 +0900)]
Add missed declaration of event types.

Change-Id: Ia9d37449bd31a40031402b15b8fd25ffa08d80e9

11 years agoAdd new event types.
Sung-jae Park [Fri, 9 Nov 2012 06:59:38 +0000 (15:59 +0900)]
Add new event types.

Change-Id: I2ecfd7fd3fb5bb8c0943228c9e58256b7bdaab7a

11 years agoImplement buffer management code.
Sung-jae Park [Fri, 19 Oct 2012 01:47:12 +0000 (10:47 +0900)]
Implement buffer management code.

This patch will make the livbox can control the buffer of the PD area
Now the inhouse livebox can use the buffer directly to render its
contents on the screen (but, only for the PD)

Remove the livebox_root_path.

Change-Id: Ie3e92788ccd1bb9aa579a4fbde08d52216f2757b

11 years agoInstall the license file
Sung-jae Park [Fri, 12 Oct 2012 08:58:49 +0000 (17:58 +0900)]
Install the license file

Change-Id: Iccf1cc6b516c31bc39fa0831b11e9cdfe4cbaf87

11 years agoAdd new API for getting the root path of given pkg
Sung-jae Park [Wed, 10 Oct 2012 04:48:59 +0000 (13:48 +0900)]
Add new API for getting the root path of given pkg

Change-Id: Iccaf67cbfe7686b1ba0a97ee9e1db29ed54099aa

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

Change-Id: I7d1655b3d5f9f2694e934aca7e791e247911f9dc

11 years agoAdd livebox_util_nl2br function.
Sung-jae Park [Mon, 6 Aug 2012 09:15:10 +0000 (18:15 +0900)]
Add livebox_util_nl2br function.

Replace New Line with <BR>

Change-Id: Ia2571b4bcc22f4b23d823727f4cabfdd82676a9d

11 years agoMerge "Add -g option for generating stripped binary"
Youngjoo Park [Tue, 24 Jul 2012 06:17:47 +0000 (15:17 +0900)]
Merge "Add -g option for generating stripped binary"

11 years agoAdd -g option for generating stripped binary
Sung-jae Park [Mon, 23 Jul 2012 08:12:27 +0000 (17:12 +0900)]
Add -g option for generating stripped binary

Change-Id: I231f9874e4836949ce4546cba8b8932421d010db

11 years agoAdd -g option for generating stripped binary
Sung-jae Park [Mon, 23 Jul 2012 08:12:27 +0000 (17:12 +0900)]
Add -g option for generating stripped binary

12 years agoStrip the binary
Sung-jae Park [Fri, 20 Jul 2012 01:12:31 +0000 (10:12 +0900)]
Strip the binary

12 years agoRevise the API (just applying the doxygen)
Sung-jae Park [Fri, 29 Jun 2012 09:30:32 +0000 (18:30 +0900)]
Revise the API (just applying the doxygen)

12 years agoUpdata pc file for C++
Sung-jae Park [Thu, 24 May 2012 08:33:42 +0000 (17:33 +0900)]
Updata pc file for C++

12 years agoAdd the script event info structure
Sung-jae Park [Wed, 23 May 2012 12:43:20 +0000 (21:43 +0900)]
Add the script event info structure

12 years agoUpdate OBJ Package name
Sung-jae Park [Mon, 21 May 2012 05:12:40 +0000 (14:12 +0900)]
Update OBJ Package name

12 years agoJust matching the OBS packaging version
Sung-jae Park [Sat, 19 May 2012 16:51:51 +0000 (01:51 +0900)]
Just matching the OBS packaging version

12 years agoAdd spc file for OBS packaging
Sung-jae Park [Fri, 18 May 2012 06:33:01 +0000 (15:33 +0900)]
Add spc file for OBS packaging

Change-Id: I22a1cfd98f58895afa625f83594b6fc4315ee413

12 years agoImport the livebox library from a local git
Sung-jae Park [Thu, 17 May 2012 05:05:08 +0000 (14:05 +0900)]
Import the livebox library from a local git

Change-Id: I9b59033f254e75b3a701eee23f2ed71eac89f343

12 years agoInitial empty repository
hyesook choi [Thu, 17 May 2012 04:33:27 +0000 (13:33 +0900)]
Initial empty repository