platform/framework/web/livebox-edje.git
10 years agoSync with the latest commercial code. 63/19063/1 tizen submit/tizen/20140430.020105
Sung-jae Park [Sat, 5 Apr 2014 09:44:55 +0000 (18:44 +0900)]
Sync with the latest commercial code.

Add new event on-hold & on-scroll

Change-Id: I2f516d66d68a93baebda2910e5410b14f0a4cc7c

10 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/livebox... 84/15484/1
Sung-jae Park [Wed, 22 Jan 2014 00:23:10 +0000 (09:23 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/framework/web/livebox-edje into tizen

Conflicts:
src/script_port.c

Change-Id: I86dca8dcdf8a2534691914bcfdc42f1aeebadc09

10 years agoSync with the latest one. 76/14476/1
Sung-jae Park [Sun, 5 Jan 2014 09:09:36 +0000 (18:09 +0900)]
Sync with the latest one.

Get all EFL codes from the data-provider-master.
So now the data-provider-master doesn't have any relation with Evas.

Change-Id: I75a5a8c5db807a2f6311568becae40917f3db3c2

10 years agoApply image shadow effect code efs/for/tizen
Sung-jae Park [Fri, 29 Nov 2013 04:14:09 +0000 (13:14 +0900)]
Apply image shadow effect code

Change-Id: Ibd55acc48043defb7ce67f60b779f70a7f331c2c

10 years agoApply image shadow effect code 84/13184/1
Sung-jae Park [Fri, 29 Nov 2013 04:14:09 +0000 (13:14 +0900)]
Apply image shadow effect code

Change-Id: Ibd55acc48043defb7ce67f60b779f70a7f331c2c

10 years agoUpdate accessibility object 62/13162/1
Sung-jae Park [Thu, 28 Nov 2013 12:52:48 +0000 (21:52 +0900)]
Update accessibility object

Change-Id: Iad60078d39bc11f57c6f922ed149487f26fcd402

10 years agoUse the hexadecimal for representing color 22/12622/1
Sung-jae Park [Wed, 20 Nov 2013 08:08:27 +0000 (17:08 +0900)]
Use the hexadecimal for representing color

Change-Id: I0c58d8d58d5f08f1703aa1cf23cd9e2e8a1590d0

10 years agoInvoke the evas_font_reinit to reload the font list 43/11943/1
Sung-jae Park [Fri, 8 Nov 2013 05:49:17 +0000 (14:49 +0900)]
Invoke the evas_font_reinit to reload the font list

Need to rearrange the fallback list of registered fonts.

Change-Id: I7e97ee404a3d76a451afecb0cc595c20da731b67

10 years agoRemove unused variables 64/11864/1
Sung-jae Park [Wed, 6 Nov 2013 13:16:30 +0000 (22:16 +0900)]
Remove unused variables

Change-Id: Ie7703ef202b5926b997c2e65c5001b3abea8e45a

10 years agoUpdate the accessibility object management code 20/11720/1
Sung-jae Park [Mon, 4 Nov 2013 05:36:45 +0000 (14:36 +0900)]
Update the accessibility object management code

Change-Id: Ib6f63d11af3cfb30b680b94166c1c572600a844a

10 years agoUpdate the accessibility focus chain handling code 00/11600/2
Sung-jae Park [Thu, 31 Oct 2013 03:13:12 +0000 (12:13 +0900)]
Update the accessibility focus chain handling code

elm_access_XXX series functions are only available for mobile profile now.
But it should be supported by IVI too, I think.

Or, the elementary should support the feature macro.
To select the code for building(compiling).

At this moment, there is no way to make this to buildable.
Because there is no way to check the supported feature of elementary for accessibilty.

Change-Id: I95e63578f27350dc307e3a54ee18b93a1893de42

10 years agoSupporting the image effect option. 98/11598/1
Sung-jae Park [Thu, 31 Oct 2013 03:06:38 +0000 (12:06 +0900)]
Supporting the image effect option.

public & rsa doesn't support the additional effects for image.
However the option should be supported by parser.
even though it is not available now, it could be extendable.

Change-Id: I3774aee9098ef998999beea7b78f97460212c9f5

10 years agoMove manifest file to packaging folder 29/11329/1
Sung-jae Park [Thu, 24 Oct 2013 11:30:44 +0000 (20:30 +0900)]
Move manifest file to packaging folder

Change-Id: Iec23e8ffdfafb5dd7edbb35d89ffba412f3197e6
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
10 years agoMerge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/apps/livebox/livebox... accepted/tizen/ivi/release accepted/tizen/20131022.083652 accepted/tizen/20131028.165912 accepted/tizen/20131112.015354 submit/tizen/20131022.040045
Sung-jae Park [Tue, 22 Oct 2013 03:48:43 +0000 (12:48 +0900)]
Merge branch 'tizen_2.2' of ssh://review.tizendev.org:29418/apps/livebox/livebox-edje into work

10 years agoDiscard too lately arrived events.
Sung-jae Park [Fri, 18 Oct 2013 04:53:58 +0000 (13:53 +0900)]
Discard too lately arrived events.

Delayed event should be discarded.
Time of delievering event is depends on the system performance,
So if it arrived to lately, system is in low performance states.

Don't processing the late events just discarding them.

Change-Id: Ibd50d22033acc9780db24498d3ddab02e601614e

10 years agoReduce the gap of events
Sung-jae Park [Mon, 14 Oct 2013 09:31:03 +0000 (18:31 +0900)]
Reduce the gap of events

Change-Id: Ic90dd01e20458c4551f4ca1ee2b8eadc90156394

10 years agoUpdate accessibility operation
Sung-jae Park [Thu, 10 Oct 2013 09:02:53 +0000 (18:02 +0900)]
Update accessibility operation

Change-Id: I1bc27662e5190d877237cc1643b494725a4089e1

10 years agoCheck the highlighted object after hight action
Sung-jae Park [Wed, 2 Oct 2013 17:15:40 +0000 (02:15 +0900)]
Check the highlighted object after hight action

Change-Id: Ia110629ec59fed2494c2d72e07d56eb4822b6ecc

10 years agoUse clock_get_time instead of gettimeofday
Sung-jae Park [Thu, 26 Sep 2013 02:13:49 +0000 (11:13 +0900)]
Use clock_get_time instead of gettimeofday

Change-Id: Ic6a329613a0d7f44f61bc3382cbe22e31685f1ab

10 years agoUpdate script init ABI.
Sung-jae Park [Wed, 18 Sep 2013 13:12:13 +0000 (22:12 +0900)]
Update script init ABI.

Get the scale factor from the master via init interface.

Change-Id: I27b34e512b427dc0829732e1b37f0724c8efb710

10 years agoUpdate coding convention.
Sung-jae Park [Tue, 13 Aug 2013 01:27:16 +0000 (10:27 +0900)]
Update coding convention.

Change-Id: I8bdd76e210028b56a71374693aeac08ea8b2aa24

10 years agoUpdate the accessibility event handler.
Sung-jae Park [Mon, 15 Jul 2013 03:45:20 +0000 (12:45 +0900)]
Update the accessibility event handler.

Use the stack variable instead of heap variable.

Change-Id: I4eef9739bb643cbaafee4235b1292925d69a26a6

10 years agoFix the type of timestamp for feeding mouse event.
Sung-jae Park [Tue, 9 Jul 2013 03:54:36 +0000 (12:54 +0900)]
Fix the type of timestamp for feeding mouse event.

Invalid type is used for feeding mouse event to the "evas" canvas.

Change-Id: I1e9d913730addedecc21f6ea90f78846e029c79e

10 years agoRemove the last trailing comma of enum list.
Sung-jae Park [Thu, 4 Jul 2013 14:15:15 +0000 (23:15 +0900)]
Remove the last trailing comma of enum list.

Change-Id: I4e32cf0cf1807f3d0134ed1005078e947ca6493e

10 years agoRemove verbose logs
Sung-jae Park [Thu, 27 Jun 2013 08:39:54 +0000 (17:39 +0900)]
Remove verbose logs

Change-Id: Iaee2cea4595ce4141261b90c0e993e8d084afe6e

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

Change-Id: I0c807b281a09292c4c7d95e153844260be714852

10 years agoUpdate initiate font type setting code
Sung-jae Park [Wed, 26 Jun 2013 04:36:15 +0000 (13:36 +0900)]
Update initiate font type setting code

Change-Id: Ic16cb714086c4cc051869cbfe4bea25a26e49ae7

10 years agoFix GCC 4.8 warnings
Sung-jae Park [Wed, 26 Jun 2013 00:34:41 +0000 (09:34 +0900)]
Fix GCC 4.8 warnings

Change-Id: I4182cd36aa68454248a6ac7de79efe366ee2cd9f

10 years agoClear the buffer first.
Sung-jae Park [Tue, 25 Jun 2013 08:34:31 +0000 (17:34 +0900)]
Clear the buffer first.

Change-Id: I6c1462a77ee7e3c043adeed0cbdaf9ca3d72d924

10 years agoRemoved -Werror to fit GCC 4.7. 38/4138/1 accepted/tizen/20130620.141935 submit/tizen/20130620.144654
Dong Junfeng [Thu, 20 Jun 2013 08:51:54 +0000 (01:51 -0700)]
Removed -Werror to fit GCC 4.7.

Change-Id: I7fcdb0cbc816c4d8cb23fe373719e415bf98c733
Signed-off-by: Dong Junfeng <junfeng.dong@intel.com>
10 years agoVarious patches are applied.
Sung-jae Park [Thu, 20 Jun 2013 07:55:17 +0000 (16:55 +0900)]
Various patches are applied.

Reduce the verbose log prints

[issue#] N/A
[problem] Too many logs are printed
[cause] N/A
[solution] Reduce the print code
[team] HomeTF
[request]
[horizontal_expansion]
-------------------------------------

Use the filled_set instaed of fill_set

[issue#] N/A
[problem] Image is repeated when the filled_set is not enabled. (Facebook team requests)
[cause] Internally, evas tries to repeat the image on the canvas if it has no filled option.
[solution] use the filled_set instead of fill_set when it tries to load an image using partial loading.
[team] HomeTF
[request] N/A
[horizontal_expansion] N/A

Change-Id: I8c8be9a77ce4206bda3645ca9f782aca653b6ac0

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

Change-Id: I52c8c6957a1365da029e6577b299d48850e30041

10 years agoUpdate finalize function
Sung-jae Park [Thu, 13 Jun 2013 01:08:58 +0000 (10:08 +0900)]
Update finalize function

[model] Tizen
[binary_type] AP
[customer] Tizen Developer
[issue#] N/A
[problem] Even though the module unloaded, allocated data is not released correctly.
[cause] Update finalize function.
[solution] Destroy all created handles.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I31a2be8d6cdcece725730f4c978025bff2ade3d4

10 years agoFix the image loading option.
Sung-jae Park [Wed, 29 May 2013 12:36:42 +0000 (21:36 +0900)]
Fix the image loading option.

Default image loading option should be worked for filling content to its container.

Change-Id: Ie8f1450d2439e72c9b4fad6878d00547e5e09efe

10 years agoSupporting partial loading.
Sung-jae Park [Wed, 22 May 2013 00:35:38 +0000 (09:35 +0900)]
Supporting partial loading.

Change-Id: Id216137d0b76e003dce737ce66db743ee14231ad

10 years agoVarious patches are applied tizen_2.1 accepted/tizen/20130530.164858 accepted/tizen_2.1/20130520.093054 submit/tizen/20130528.214443 submit/tizen_2.1/20130516.045458
Sung-jae Park [Wed, 15 May 2013 02:29:22 +0000 (11:29 +0900)]
Various patches are applied

Patch 5
    Ignore if the font size is changed.

Patch 4
    If a user didn't set the target Id.

Patch 3
    Use the anonymous target Id.

Patch 2
    First try to use "part" name.
    If it is already in use, try to use timestamp value.

Patch 1
    Revise the code.

    There is one missing code.
    Which is releasing parent evas object rectangle.

    While unloading an EDJE object,
    I should delete the parent rectangle object too.

Change-Id: Ia5257f6294f9f2be46734509303d633e3d4c7cf4

10 years agoApply various patches submit/tizen_2.1/20130514.052957
Sung-jae Park [Tue, 30 Apr 2013 12:45:02 +0000 (21:45 +0900)]
Apply various patches

Patch 6/6
    Rollback the last commit.
    LB_SCRIPT_ACCESS_VALUE_CHANGE is changed to LB_SCRIPT_ACCESS_ACTION.

Patch 5/6
    replace LB_SCRIPT_ACCESS_ACTION with LB_SCRIPT_ACCESS_VALUE_CHANGE
    Temporarly applied patch
    for the commercial release only

Patch 4/6
    Do not change the size of font for class "tizen"

Patch 3/6
    Update License

Patch 2/6
    Fix the build error and logic

Patch 1/6
    Replace the VALUE_CHANGED with ACTION_DOWN/UP

Change-Id: Ibd7fd75b544aca13335daf70b2388f3fc04a9d08

11 years agoUpdate License 2.1b_release accepted/tizen_2.1/20130425.023339 submit/tizen_2.1/20130424.223920
Sung-jae Park [Fri, 19 Apr 2013 11:42:13 +0000 (20:42 +0900)]
Update License

Change-Id: I9327fe323bfa1d62c4463d80f024628032b2da75

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

Change-Id: Ia481a1097cdf82ee2ec6f40371d49b17b3d2b1e0

11 years agoFix bug, Add Scroller accessiblity, font handler
Sung-jae Park [Thu, 18 Apr 2013 05:02:29 +0000 (14:02 +0900)]
Fix bug, Add Scroller accessiblity, font handler

Update the font name & font size event handler.

Fix the IN-SIZE image loading bug.
It didn't load the size as its requested size.

Update accessibility scroll event.
Scroll event requires x,y,mouse_state variables.

Change-Id: Ib6945ede699cfbd2a8bd9ae40694927a72692ff5

11 years agoUpdate accessibility event handling codes.
Sung-jae Park [Fri, 12 Apr 2013 04:16:37 +0000 (13:16 +0900)]
Update accessibility event handling codes.

ACTIVATE accessibilty event is implemented.
It has to send mouse event to focused object to activate it.

Change-Id: Ibe5efe1c6a6fd559182a08482f54648f88a31076

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

Fix invalid return value for access_action function.
If it returns TRUE, we should convert it to LB_ACCESS_STATUS_DONE
Use the vconf to set the elm_config_access_set

Add unhighlight access event
Convert MARKUP STRING to UTF8 STRING for accessibility (to read it)

Update livebox access status handling codes.
Add more log for debugging for accessibility

Accessibility event feed function is added

Implement the Access chain management code

Change-Id: Ifc4668a1b8386b424535b52b2a087dd22c2a8c3d

11 years agoSync to I97773092923a0223505ede7be707c67cedc0832f
Sung-jae Park [Sun, 31 Mar 2013 23:27:11 +0000 (23:27 +0000)]
Sync to I97773092923a0223505ede7be707c67cedc0832f

    Replace EDJE with ELM_LAYOUT.

    To support the accessibility

Change-Id: I007a26f6a707fc3ca1fda4e71d9ded90e2e4689d

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

2012 -> 2013

Change-Id: Ie910c38fea1591ff08dc720ca358b460ae51a23d

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

Conflicts:
packaging/liblivebox-edje.spec
src/script_port.c

Change-Id: I39e25cac21bfb97a362226925df8eb41d1322c1e

11 years agoFix the bug of font-style changing code
Sung-jae Park [Thu, 21 Mar 2013 07:43:39 +0000 (07:43 +0000)]
Fix the bug of font-style changing code

Change-Id: I4b562fc7127b2dfdb28cd34043484a8bb7663aa6

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

11 years agoFix the EDJE scale factor problem.
Sung-jae Park [Thu, 21 Feb 2013 10:57:00 +0000 (10:57 +0000)]
Fix the EDJE scale factor problem.

Sync with the latest code

Change-Id: I96f32a257d0a7b47dadde447b04bcd997c311640

11 years agoAdd "size" option for image container.
Sung-jae Park [Sun, 17 Feb 2013 12:05:54 +0000 (12:05 +0000)]
Add "size" option for image container.

This size option will be used for determining size of a container.

Change-Id: I6b9b749f0b1568a36815c81abb0266d4a83a72eb

11 years agoAdd the "fill" option.
Sung-jae Park [Sun, 17 Feb 2013 06:44:03 +0000 (06:44 +0000)]
Add the "fill" option.

To load an image, there are aspect & orient option exists.
And here is new option "fill"

it can be "in-size", "over-size"

in-size will fit your image to the size of a part.
over-size will keep the original image size, so if it is bigger than the size of part,
some part of an image will be displayed in your livebox.

Change-Id: I5df8dd329a3be47c69d4126ad0f7dd49bbbc83b6

11 years agoScript parser updated.
Sung-jae Park [Thu, 14 Feb 2013 05:21:30 +0000 (05:21 +0000)]
Script parser updated.

EDJE script parser is updated.

Change-Id: I8c0c5ec86d207b5cf6842a3339b1b483de9630e1

11 years agoUpdate the livebox-edje.
Sung-jae Park [Wed, 6 Feb 2013 14:11:33 +0000 (14:11 +0000)]
Update the livebox-edje.

Option parser is added for loading an image.
Group is changed to Option.
To use it for more various cases

Change-Id: I0176f14038ebef084780d496e52abcda96f5b677

11 years agoUse the rotation information to loads an image.
Sung-jae Park [Tue, 5 Feb 2013 12:53:04 +0000 (12:53 +0000)]
Use the rotation information to loads an image.

Change-Id: I66878acf538712e45cc35feda75fa4240bb1c546

11 years agoUpdate the color of speicified color_class
Sung-jae Park [Wed, 30 Jan 2013 06:00:34 +0000 (06:00 +0000)]
Update the color of speicified color_class

Change-Id: I893b8e648a32c0999eb092faf7a8c6254445518b

11 years agoChange the font class to "tizen"
Sung-jae Park [Mon, 28 Jan 2013 23:20:58 +0000 (23:20 +0000)]
Change the font class to "tizen"

Change-Id: I5cd04209414cb2207bdc75052b8795125408f26e

11 years agoChange the script plugin folder
Sung-jae Park [Mon, 21 Jan 2013 05:56:19 +0000 (05:56 +0000)]
Change the script plugin folder

Change-Id: Ia0a0a5157da2af51728ad6050bef85021faf6235

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

Change-Id: Iece67e61d51b8bb32f1d9ad2473294716beca0be

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

Change-Id: I09c8ab791e2eaf52efe1879f1a3c43c726f798a7

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

Change-Id: I0ceefe55eaf1c6040a4be8a1d2419e4bcfb08f09

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