platform/upstream/efl.git
5 years agoemotion: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:43:14 +0000 (09:43 -0500)]
emotion: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7049

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7050

5 years agoelu_ews_wm: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:43:09 +0000 (09:43 -0500)]
elu_ews_wm: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7048

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7049

5 years agoelm_transit: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:43:05 +0000 (09:43 -0500)]
elm_transit: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7047

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7048

5 years agoelm_genlist: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:43:02 +0000 (09:43 -0500)]
elm_genlist: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7046

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7047

5 years agoelm_gengrid: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:42:58 +0000 (09:42 -0500)]
elm_gengrid: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7045

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7046

5 years agoelm_box: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:42:54 +0000 (09:42 -0500)]
elm_box: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7044

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7045

5 years agoelm_actionslider: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:42:50 +0000 (09:42 -0500)]
elm_actionslider: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7043

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7044

5 years agoefl_ui_flip: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:42:46 +0000 (09:42 -0500)]
efl_ui_flip: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7042

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7043

5 years agoselection_manager: Convert to new animators
Derek Foreman [Tue, 18 Sep 2018 14:42:42 +0000 (09:42 -0500)]
selection_manager: Convert to new animators

Summary:
Use more efficient animator mechanism.

Depends on D7041

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7042

5 years agoecore: Add new way to register animators
Derek Foreman [Tue, 18 Sep 2018 14:42:38 +0000 (09:42 -0500)]
ecore: Add new way to register animators

Summary:
We have back-ends that can generate their own tick sources, but
ecore_animator_add()/ecore_animator_timeline_add() gives no indication
which backend the animator is running on.  This means that all animators
have to cause all currently in use backends to tick.

For example, if under wayland 4 application windows are open, all 4
windows will create ticks when any animator is present.

These new animator APIs that take an evas object allow us to figure out
out the backend and only cause the appropriate one to tick.

Depends on D7040

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: devilhorns, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7041

5 years agoecore_anim: Move struct Ecore_Animator to private header
Derek Foreman [Tue, 18 Sep 2018 14:42:34 +0000 (09:42 -0500)]
ecore_anim: Move struct Ecore_Animator to private header

Summary:
We're going to use this in ecore_evas shortly.

Depends on D7039

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7040

5 years agoecore_evas: Refactor out ticking start/stop as functions
Derek Foreman [Tue, 18 Sep 2018 14:42:29 +0000 (09:42 -0500)]
ecore_evas: Refactor out ticking start/stop as functions

Summary:
These are the refcounted ticky guts of the signal add/del catchers, we'll
need to use these to start/stop from other call chains in the near
future.

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7039

5 years agoefl_ui_clock: Support legacy part name for tizen_only code. 54/190154/2
Woochanlee [Thu, 27 Sep 2018 10:35:55 +0000 (19:35 +0900)]
efl_ui_clock: Support legacy part name for tizen_only code.

Change-Id: I2ea63abf10edc693ee9b0eb683b9ac5e6381bb38

5 years agoevas/vg: add legacy api - evas_object_vg_mmap_set() 47/190147/1
Hermet Park [Thu, 27 Sep 2018 09:35:19 +0000 (18:35 +0900)]
evas/vg: add legacy api - evas_object_vg_mmap_set()

Change-Id: Iaacf5db82da7332e3717cb9eaf08b8a76d61d5b1

5 years agoevas: Modify configure to branch by architectures for neon 15/190115/1
Wonki Kim [Thu, 27 Sep 2018 05:23:51 +0000 (14:23 +0900)]
evas: Modify configure to branch by architectures for neon

Summary:
neon code is only needed to be included for the arm architecture.
so that this code modify automake configure files to support it.

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7096

Change-Id: I70920f8cbabefc1e27deb4c9521d43d07974e404

5 years agoevas neon: fix build break. 14/190114/1
Hermet Park [Wed, 12 Sep 2018 04:35:42 +0000 (13:35 +0900)]
evas neon: fix build break.

there is a grammatic error, just fix it.

Change-Id: I45593866e40e75d0f1da4b4b1ff6d17572f28715

5 years agoRevert "Revert "evas: replace a current copy color function for neon"" 81/190081/1
Hermet Park [Thu, 27 Sep 2018 05:38:27 +0000 (14:38 +0900)]
Revert "Revert "evas: replace a current copy color function for neon""

This reverts commit 733774ed22e446096492b09f13637bd3daadf482.

Fix build break by 2e8f00c1ff0addfe32cfef329e808e8ef41c7a6f

Change-Id: I65b47d0bd8ba66049105e8b4015d6e41032d0424

5 years agoRevert " evas_op_copy: disable neon in _op_copy_c_dp_neon" 80/190080/1
Hermet Park [Thu, 27 Sep 2018 05:37:21 +0000 (14:37 +0900)]
Revert " evas_op_copy: disable neon in _op_copy_c_dp_neon"

This reverts commit 0d7891289fc8afe35af6e98bba117358eb8ad8ad.

Apply pixman-neon-copy implementation.

Change-Id: I1abd9bf6365f54d2bf533275c1cc4b2b2ac62e1b

5 years agoeo: Add null check 53/190053/2
JunsuChoi [Thu, 27 Sep 2018 02:14:39 +0000 (11:14 +0900)]
eo: Add null check

Summary:
This commit add null check on _efl_object_invalidate
In EO_OBJ_POINTER, if obj_id is null, obj can also be null.

Test Plan: N/A

Reviewers: cedric, zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7068

Change-Id: I59fa9c6be5ea1502b6e783636c6456cbfe3a063b

5 years agoefl_ui_focus_manager: Add null check 52/190052/2
JunsuChoi [Thu, 27 Sep 2018 02:13:36 +0000 (11:13 +0900)]
efl_ui_focus_manager: Add null check

Summary:
This commit add null check on _next and _request_subchild function.
The value 'node' is can be null.

Test Plan: N/A

Reviewers: bu5hm4n, YOhoho, Hermet

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7069

Change-Id: I9c12ebc17bd2e959a4fc388ad761ee7d171581fd

5 years agoefl_ui_list: Add return value check 51/190051/2
JunsuChoi [Thu, 27 Sep 2018 02:11:56 +0000 (11:11 +0900)]
efl_ui_list: Add return value check

Summary:
efl_ui_layout_object_theme_set without checking return value.
so add return value check and log message.

Test Plan: N/A

Reviewers: SanghyeonLee, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: Hermet, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7070

Change-Id: I9b2a28f390ce6886384c8f0e3ae007fcf4d4f1a6

5 years agoctxpopup: Add return value check 50/190050/1
JunsuChoi [Thu, 27 Sep 2018 02:10:25 +0000 (11:10 +0900)]
ctxpopup: Add return value check

Summary:
Using elm_widget_theme_object_set without checking return value.
so add return value check and log message

Test Plan: N/A

Reviewers: herb, cedric, Hermet

Reviewed By: Hermet

Subscribers: Hermet, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7072

Change-Id: I372f7ad1ea1989b34243b034f5209711e2b48c23

5 years agoevas_events: Use ecore mouse device instead of default mouse device 47/190047/1
Jaehyun Cho [Thu, 26 Jul 2018 03:01:42 +0000 (12:01 +0900)]
evas_events: Use ecore mouse device instead of default mouse device

In Tizen, ecore uses mouse device handle corresponding to actual mouse
device.
However, evas uses both ecore mouse device handles and default mouse
handle at the same time.
This causes that "mouse_in" state is not preserved.
Consequently, mouse in/out callback is not called correctly.

To resolve above issue, evas stores the last activated ecore mouse
device handle to "last_mouse" variable.

This patch should be applied with
00004cb2e36842c41b866027ae7f486c6a9ad204

Change-Id: I5da9da5662c55af0df191c9a876487831f5f33d9
Signed-off-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
5 years agoefl_ui_list: Return function if data get is failed 99/189899/1
Jaehyun Cho [Fri, 21 Sep 2018 09:40:05 +0000 (18:40 +0900)]
efl_ui_list: Return function if data get is failed

Summary: Check data and return function if data get is failed.

Reviewers: SanghyeonLee

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7092

Change-Id: I37a3789d21c715dc3a64151daafa707808484f10

5 years agoeina_vpath_vdg: free locally allocated memory before return 95/189895/2
Shinwoo Kim [Fri, 21 Sep 2018 03:11:24 +0000 (03:11 +0000)]
eina_vpath_vdg: free locally allocated memory before return

The eina_vpath_resolve could allocate memory and return it.
But the eina_xdg_env_init does not release it.

*Detected by static analysis with the Coverity
Differential Revision: https://phab.enlightenment.org/D7066

Change-Id: Ic243f70632dd731cf1cab426d1abfe013afa362b

5 years agoevas_object_smart: fix dereference of null 94/189894/2
Shinwoo Kim [Fri, 21 Sep 2018 07:46:03 +0000 (16:46 +0900)]
evas_object_smart: fix dereference of null

Summary:
The cso could b NULL so we need to check if the cso is NULL or not before
dereferencing it.

Reviewers: jpeg, Hermet, jypark

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7075

Change-Id: Ic3b28206a263f4a145a0cd00b315652f00144407

5 years agoEfl.Ui.Popup.Alert: add icon parameter for icon button of popup 49/189849/3
Taehyub Kim [Fri, 21 Sep 2018 06:05:49 +0000 (15:05 +0900)]
Efl.Ui.Popup.Alert: add icon parameter for icon button of popup

Summary: add icon parameter for icon button of popup

Test Plan:
1. run elementry_test
2. run Efl.Ui.Popup.Alert sample
3. call set button function of popup and pass the icon by parameter
4. see the result of the popup

Reviewers: Jaehyun_Cho, jpeg, raster, cedric, woohyun

Reviewed By: Jaehyun_Cho

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7079

Change-Id: Ida7570b8089fe6138a06f850b3cdb7d03ba9e09f

5 years agoevas-wayland-shm: add a missing code caused by upstream migration 63/189863/2
Youngbok Shin [Fri, 21 Sep 2018 08:32:01 +0000 (17:32 +0900)]
evas-wayland-shm: add a missing code caused by upstream migration

@tizen_fix

Change-Id: I9788ac96a85195dabc66552fa34a58a1c60c22e7

5 years agoelm_atspi_bride: Add missing changes from cherry-picking 48/189848/2
Wonki Kim [Fri, 21 Sep 2018 06:32:40 +0000 (15:32 +0900)]
elm_atspi_bride: Add missing changes from cherry-picking

tizen patch 51f850df676956d4085002afb401d2c649ffb93f was cherry-picked from
upstream patch 804fc1667ac72338e3691447e149e54261a9ffe6.
however some changes were not cherry-picked by mistake.
this patch appends the missing changes.

Change-Id: I03323992f8b429f97fce16e512e801cce0057b1d
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
5 years agoels_tooltip: Fix to show correct arrow type 67/189667/2
Jaehyun Cho [Wed, 19 Sep 2018 12:01:55 +0000 (21:01 +0900)]
els_tooltip: Fix to show correct arrow type

Summary:
Current calculation for arrow type is not based on mouse position.
Consequently, tooltip arrow type is incorrect when tooltip shows on
mouse position with ELM_TOOLTIP_ORIENT_NONE.

Test Plan:
1. Execute "Tooltip" in elementary_test
2. Hover mouse on any button and move mouse

Reviewers: Hermet, raster, woohyun

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7074

Change-Id: I60920f4c5320cb649a8ef19359bca77ad2e7d315

5 years agofix for wrong object passed to _elm_widget_accessibility_highlight_grabbing_set 85/187185/4
Radoslaw Cybulski [Mon, 20 Aug 2018 13:38:39 +0000 (15:38 +0200)]
fix for wrong object passed to _elm_widget_accessibility_highlight_grabbing_set

Turning screen-reader on on setting app and flicking right until
reaching "device" item would crash setting due to invalid object
passed to _elm_widget_accessibility_highlight_grabbing_set function.

Change-Id: I055afee745ff782b870c5663fc124059df3db2f7

5 years agoelc_multibuttonentry: fix the invalid return value 32/189832/2
Taehyub Kim [Fri, 21 Sep 2018 04:26:26 +0000 (13:26 +0900)]
elc_multibuttonentry: fix the invalid return value

Change-Id: I9bab03d012bb391cc4114c3c8dbd4763ccde6179

5 years agoevas_filter: fix wrong merge commit in evas filter 42/189842/1
SangHyeon Jade Lee [Fri, 21 Sep 2018 05:43:27 +0000 (14:43 +0900)]
evas_filter: fix wrong merge commit in evas filter

Change-Id: I8b8a44ab11b0c473aaee98b5e167e02b51f42999
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
5 years agoecore_evas_wayland_common : remove duplicate engine_info_set 27/189827/1
Joogab Yun [Fri, 21 Sep 2018 02:58:13 +0000 (11:58 +0900)]
ecore_evas_wayland_common : remove duplicate engine_info_set

We calculate the rotation value at the end of _rotation_do () and then we do the engine_info_set.
So we do not need engine_info_set here.

Myfiles -> search -> keybord -> input text -> look at the mangifier
-> rotate 90 or 270 -> input text -> rotate 0 -> input text -> look at
the mangifier -> issue

Change-Id: I6d729815f6749937693ed7934b08019b5a98c2cb

5 years ago eina: add the last fallback runtime directory as /tmp 13/189713/5 accepted/tizen/unified/20180921.042445 submit/tizen/20180920.084839 submit/tizen/20180920.105841
Youngbok Shin [Thu, 20 Sep 2018 04:32:59 +0000 (13:32 +0900)]
 eina: add the last fallback runtime directory as /tmp

When XDG_RUNTIME_DIR environment value is empty,
Eina Vpath tries to use fallback runtime dir by calling _fallback_runtime_dir with "home".
But, that "home" path is not allowed for using runtime dir in Tizen.
So, we are going to add one more fallback directory as "/tmp" which is allowed in Tizen.

@tizen_fix

Change-Id: Ib57e2976d919bfe2a9a4babaa3e8c4626aaa2f8f

5 years ago evas_op_copy: disable neon in _op_copy_c_dp_neon 33/189733/1
Jiyoun Park [Thu, 20 Sep 2018 05:48:09 +0000 (14:48 +0900)]
 evas_op_copy: disable neon in _op_copy_c_dp_neon

 crash occured in _op_copy_c_dp_neon function's neon code.
 so disable neon code in that function until find the root cause.

Change-Id: Ic70585922c839d4dfae31cc5ffbfa5a4e8cf01b6

5 years agoecore_wl2: Add return value check for coverity issue 51/189651/2
JunsuChoi [Wed, 19 Sep 2018 11:05:39 +0000 (20:05 +0900)]
ecore_wl2: Add return value check for coverity issue

   Using wl_display_dispatch_pending without checking return value.
   so add return value check and log message.

Change-Id: Ifa21cad0b0b64ff836215a0e56449c2ef07d6c2b

5 years agoctxpopup: Add return value check for elm_layout_theme_set 43/189643/1
JunsuChoi [Wed, 19 Sep 2018 10:42:15 +0000 (19:42 +0900)]
ctxpopup: Add return value check for elm_layout_theme_set

   Using elm_layout_theme_set without checking return value.
   so add return value check and log message.

Change-Id: I849f04464df71b6e5bbd0a677b9f0031a70aaac6

5 years agoefl_ui_tab_pager : Fix type mismatch for calloc 13/189613/1 submit/tizen/20180919.084736
JunsuChoi [Wed, 19 Sep 2018 08:10:32 +0000 (17:10 +0900)]
efl_ui_tab_pager : Fix type mismatch for calloc

Summary:
Fix type mismatch.
The return value of function 'calloc' is cast to type 'App_Data *',
which doesn't match the sizeof expression 'sizeof (ad)' passed as its 2nd argument 'sizeof (ad)'.
The size of the result is 8 bytes, value of the sizeof expression is 4.

Test Plan: N/A

Reviewers: bowonryu, SanghyeonLee

Reviewed By: bowonryu, SanghyeonLee

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7067

Change-Id: I2bd5cc58056c97c288e1bfbab93705568ba2b5f4

5 years agoecore_wl2_window: Fix incorrectly implemented null check. 89/189589/3
Woochanlee [Wed, 19 Sep 2018 04:47:26 +0000 (13:47 +0900)]
ecore_wl2_window: Fix incorrectly implemented null check.

https://phab.enlightenment.org/D7065

Change-Id: I5b97ce038dccaa9d20637802b30fb03686415c25

5 years agoelm_genlist: add internal keyword for making private rootstrap 87/189587/1
Taehyub Kim [Wed, 19 Sep 2018 04:40:13 +0000 (13:40 +0900)]
elm_genlist: add internal keyword for making private rootstrap
- To make private rootstrap, @internal keyword is needed.

Change-Id: I7b68ab0558658c38dd1ee5cf6d7a4370aef5594d

5 years agoecore_wl2_window: make TIZEN aux_hint interface work 40/189540/2
Shinwoo Kim [Tue, 18 Sep 2018 10:57:00 +0000 (19:57 +0900)]
ecore_wl2_window: make TIZEN aux_hint interface work

Upstream changed its condition before using aux_hint interface.
The tizen aux_hint interface did not work because of this.
The win->display->wl.efl_aux_hints is NULL on the tizen (downstream).
So there is not a logic change.

*tizen_fix

Change-Id: I767bca40e8605d7dfc46d550f93a349eeb846402

5 years agoevas vg: fix non rendering issue of vg direct commands. 56/189556/3
Hermet Park [Tue, 18 Sep 2018 11:59:52 +0000 (20:59 +0900)]
evas vg: fix non rendering issue of vg direct commands.

That's my critical mistake that
I supposed vg is only available at file input.

Change-Id: I9f112cc4e4b6d6058320214855b97716eef9d6bf

5 years agoevas vg: add 2 more legacy apis. 80/189580/1
Hermet Park [Wed, 19 Sep 2018 02:10:30 +0000 (11:10 +0900)]
evas vg: add 2 more legacy apis.

evas_object_vg_animated_frame_count_get()
evas_object_vg_animated_frame_set()

@feature

Change-Id: I3081551f6da06cdaaecf20471296f58d5412781c

5 years agogenlist: fix item show/bring in coordinate calculation with zero-sized pan. 06/189406/3
SangHyeon Jade Lee [Mon, 17 Sep 2018 10:54:41 +0000 (19:54 +0900)]
genlist: fix item show/bring in coordinate calculation with zero-sized pan.

item show and bring can be processed with zero-sized pan.
item's coordinate will be calculated with this zero-sized pan,
so target position of scroll region bring in is not proper.

it occurs wrong result of SCROLLTO_MIDDLE and SCROLLTO_BOTTOM cases.

now we check pan size, and if less than 1, deferred call.

this is port of upstream patch D7037

Change-Id: Ie5d5ecd039d835caefa47c272547506946e91a37
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
5 years agogenlist: missing scrollto_bottom condition in item_scroll is fixed. 05/189405/3
SangHyeon Jade Lee [Mon, 17 Sep 2018 10:48:12 +0000 (19:48 +0900)]
genlist: missing scrollto_bottom condition in item_scroll is fixed.

ELM_GENLIST_ITEM_SCROLLTO_BOTTOM condition is considered in coordinate_calc,
but not considered in item_scroll which calls deferred for item calculation.
so put the proper condition for ELM_GENLIST_ITEM_SCROLLTO_BOTTOM in item scroll.

this is port of upstream patch D7035

Change-Id: I2b5606c9eee9a7dac31d5aa75598ac0a52f66387
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
5 years agoRevert "elm_genlist: add internal keyword for making private rootstrap" 21/189521/1
Youngbok Shin [Tue, 18 Sep 2018 09:01:48 +0000 (18:01 +0900)]
Revert "elm_genlist: add internal keyword for making private rootstrap"

This reverts commit c898de4c3ad10564599f38ba8bd6e8320ac404bb.

It is reverted to fix build failure.

Change-Id: Ic57982ab987665e965f0c649b103db8fc8bec34e

5 years agoedje: Remove hack code
Youngbok Shin [Tue, 18 Sep 2018 08:41:41 +0000 (17:41 +0900)]
edje: Remove hack code

Summary:
special calculation for textblock is for fit calculation.
This is obvious from code that fit is being calculated
before text is actually been set to textblock.
I am not sure whether this is intentional or mistake
but it make sense to calculate fit after text is being
set so that formatted and native calculation can be proper.

@fix

Test Plan: NA

Reviewers: cedric, zmike, herdsman, devilhorns

Subscribers: stefan_schmidt, #reviewers, #committers, shilpasingh

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6045

Change-Id: Ib3d2256f11027690e756dce438ebc68deeaa02f0

5 years agoci: run tests up to 5 times before failing
Mike Blumenkrantz [Tue, 28 Aug 2018 18:09:05 +0000 (14:09 -0400)]
ci: run tests up to 5 times before failing

when travis is throttling resourcse more than usual (resources are
dynamically allocated since we are not using a paid service), it
can be the case that tests fail even more than usual.

this number may need to be increased further if 5 does not provide enough
reliability

Differential Revision: https://phab.enlightenment.org/D6920

5 years agoelm-containers: use alive api
Marcel Hollerbach [Wed, 1 Aug 2018 14:41:45 +0000 (16:41 +0200)]
elm-containers: use alive api

check if the object is in its correct lifetime before performing
operations

Differential Revision: https://phab.enlightenment.org/D6724

5 years agoeo: add funktion for alive checks
Marcel Hollerbach [Wed, 1 Aug 2018 14:41:14 +0000 (16:41 +0200)]
eo: add funktion for alive checks

The function simply checks if the object is finalized and not
started to be invalidated or invalidated.

Differential Revision: https://phab.enlightenment.org/D6723

5 years agobuild: make configure not error if cxx compiler is not found when not needed
Mike Blumenkrantz [Wed, 25 Jul 2018 15:41:39 +0000 (11:41 -0400)]
build: make configure not error if cxx compiler is not found when not needed

a cxx compiler is not required unless physics, poppler, or ddraw support are
enabled, so don't fail configure unless one of those cases is true

ref T2838

Differential Revision: https://phab.enlightenment.org/D6683

5 years agobuild: break out ddraw and cocoa static engine builds into utility libraries
Mike Blumenkrantz [Wed, 25 Jul 2018 15:44:21 +0000 (11:44 -0400)]
build: break out ddraw and cocoa static engine builds into utility libraries

these engines include c++ and objc files, meaning the final evas library will
use cxx/objc compilers for linking--even if they are not enabled--as long as
they are added to libevas.la in any condition

by compiling them into separate libraries and linking those into libevas.la,
cc can be used for linking in all cases

fix T2838

Differential Revision: https://phab.enlightenment.org/D6682

5 years agoci: silence libtool
Mike Blumenkrantz [Fri, 14 Sep 2018 08:49:45 +0000 (10:49 +0200)]
ci: silence libtool

attempt to disable some libtool warnings throughout the build

https://phab.enlightenment.org/D6661

[Hand edited to get it applied. Stefan]

5 years agospinner_example: add focused, unfocused callback to test focus signal
Yeongjong Lee [Tue, 11 Sep 2018 07:37:56 +0000 (07:37 +0000)]
spinner_example: add focused, unfocused callback to test focus signal

add focused, unfocused callback for test
Differential Revision: https://phab.enlightenment.org/D7019

5 years agoethumb: fix module loading when running in tree
Marcel Hollerbach [Mon, 13 Aug 2018 13:47:18 +0000 (15:47 +0200)]
ethumb: fix module loading when running in tree

Differential Revision: https://phab.enlightenment.org/D6820

5 years agotest_gengrid: add focused, unfocused callback to test focus signal
Yeongjong Lee [Tue, 11 Sep 2018 07:22:06 +0000 (07:22 +0000)]
test_gengrid: add focused, unfocused callback to test focus signal

add focused, unfocused callback for test
Differential Revision: https://phab.enlightenment.org/D7018

5 years agotests/elm: use custom tick source for animator events
Mike Blumenkrantz [Mon, 6 Aug 2018 18:14:02 +0000 (14:14 -0400)]
tests/elm: use custom tick source for animator events

ensure that animator ticks are occurring at the same time as render
dumping in order to further speed up tests

Differential Revision: https://phab.enlightenment.org/D6766

5 years agoevas_events: NULL check before evas_event_freezes_through.
Alastair Poole [Wed, 12 Sep 2018 19:18:03 +0000 (19:18 +0000)]
evas_events: NULL check before evas_event_freezes_through.

In some cases focused_obj can be NULL. Add a check before
calling evas_event_freezes_through. Was causing a SEGV
in some situations. Avoiding a crash here is good
but we also need to warn for future debugging to
be more useful.
Differential Revision: https://phab.enlightenment.org/D7027

5 years agoefl_ui_focus_manager_calc: invalidate obj on delete.
Alastair Poole [Wed, 12 Sep 2018 19:01:57 +0000 (20:01 +0100)]
efl_ui_focus_manager_calc: invalidate obj on delete.

Summary:
In some situations focus is being set to a deleted object.
Use EFL_EVENT_INVALIDATE on object deletion not
EFL_EVENT_DEL. This prevents the object to be again selected for restoring focus when a redirect is deleted.

This fixes SEGV with some widgets including popup tests.

Test Plan:
* elementary_test -to popup
* popup-center-text + 3 button (check add, remove buttons).
* Close popup, enter text (reopen popup and repeat).
* Crash should be avoided.

Reviewers: bu5hm4n, zmike

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7026

5 years agoecore_wl2: add support for intree loading of the module
Marcel Hollerbach [Wed, 12 Sep 2018 12:39:14 +0000 (08:39 -0400)]
ecore_wl2: add support for intree loading of the module

Summary: the module was not loaded when we were running intree.

Reviewers: ManMower, devilhorns

Reviewed By: devilhorns

Subscribers: devilhorns, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7023

5 years agowayland_egl: Fix drop shadows on radeon
Derek Foreman [Tue, 11 Sep 2018 16:22:06 +0000 (12:22 -0400)]
wayland_egl: Fix drop shadows on radeon

Summary:
We're doing this all wrong.

We've asking for "at least 1 bit" of A, R, G, B color depth.

ARGB2101010 fits that nicely, so mesa on radeon gives it to us.

This only fixes the drop shadows though, it's entirely possible that
a fullscreen window without alpha would get ARGB2101010 instead of
XRGB8888, so this code probably needs a rethink for multiple engines.

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: devilhorns, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7022

5 years agoefl-csharp: Add copy constructor for eina.Value.
Lauro Moura [Tue, 11 Sep 2018 14:31:51 +0000 (11:31 -0300)]
efl-csharp: Add copy constructor for eina.Value.

Summary: This will allow deep copying the given value from C#.

Reviewers: felipealmeida, vitor.sousa, segfaultxavi

Reviewed By: vitor.sousa, segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7017

5 years agoelm_code: Make sure we handle python3 mime type.
Alastair Poole [Tue, 11 Sep 2018 11:22:34 +0000 (12:22 +0100)]
elm_code: Make sure we handle python3 mime type.

Summary:
Let's not miss python3 mimetype when setting up
syntax highlighting.

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7000

5 years agoecore_wl2: Move surface module file to modules directory
Derek Foreman [Mon, 10 Sep 2018 15:34:30 +0000 (10:34 -0500)]
ecore_wl2: Move surface module file to modules directory

It is now similar to how other modules are handled.

Differential Revision: https://phab.enlightenment.org/D7016

Signed-off-by: Derek Foreman <derek.foreman.samsung@gmail.com>
5 years agoelm_access: add internal keyword for making private rootstrap 93/189493/2
Taehyub Kim [Tue, 18 Sep 2018 07:10:05 +0000 (16:10 +0900)]
elm_access: add internal keyword for making private rootstrap
- To make private rootstrap, @internal keyword is needed.

Change-Id: I34fa6fecb9b48732f5f22a845e5497cf9680cc8e

5 years agoelm_genlist: add internal keyword for making private rootstrap 92/189492/1
Taehyub Kim [Tue, 18 Sep 2018 07:06:24 +0000 (16:06 +0900)]
elm_genlist: add internal keyword for making private rootstrap
- To make private rootstrap, @internal keyword is needed.

Change-Id: I3d8d655960dbb8e487bf597e6d70c7b3c20715f6

5 years agoecore/evas_device: update device info if subclas is changed 07/189407/4
JengHyun Kang [Mon, 17 Sep 2018 10:58:58 +0000 (19:58 +0900)]
ecore/evas_device: update device info if subclas is changed

Change-Id: I25412cb72df663aab605b41e21b5fb29c5480acd

5 years agoslider: fix memory leak 67/189467/1
Hosang Kim [Tue, 18 Sep 2018 05:00:17 +0000 (14:00 +0900)]
slider: fix memory leak

@fix

Change-Id: I9960cd0c59c3bd1d733e7dd12021b2b3cabd8861

5 years agoecore_con_local: change location for socket. 54/189354/2
Hosang Kim [Mon, 17 Sep 2018 07:20:38 +0000 (16:20 +0900)]
ecore_con_local: change location for socket.

In Tizen, the security does not allow 1 application to create
socket and other applications to connect to that socket.
All sockets should be created by system daemon or service.
Therefore, we request the E compositor to create sockets for us.
Besides, this patches also change the location of sockets to
avoid smack errors.

@tizen_only

Change-Id: I9ceda7bbd5cb7b06331bb2ced6342f646a2f44fb

5 years agoefl gfx_path: prevent buffer overflow. 51/189451/1
Hermet Park [Tue, 18 Sep 2018 02:48:13 +0000 (11:48 +0900)]
efl gfx_path: prevent buffer overflow.

Summary:
the counter must be less than 7,
don't allow to over the index.

@fix

Reviewers: #committers

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7053

Change-Id: I35fd1ebf0f1ca0068be306fbe56e72f846eba338

5 years agoevas vg: don't close file before deleting cache entry. 22/189422/2
Hermet Park [Mon, 17 Sep 2018 12:42:22 +0000 (21:42 +0900)]
evas vg: don't close file before deleting cache entry.

Since internal eina file could be referred in vg cache,
vg should not close it before deleting cache_entry.

Change-Id: Icc51c609aef5642f834e9a04c427745a1364665b

5 years agoevas vg: Check if could not open file for a vg canvas 15/189315/2
Bryce Harrington [Fri, 14 Sep 2018 02:50:03 +0000 (11:50 +0900)]
evas vg: Check if could not open file for a vg canvas

eina_file_open() returns NULL under various circumstances such as not
being able to find the file or not having read permission, for example.

Change-Id: Ifcf9f3839fadebe6d2628751a038ac13b6dd1cf5

5 years agoevas vg: Check for OOM when setting root node in a vg canvas 14/189314/2
Bryce Harrington [Fri, 14 Sep 2018 02:47:52 +0000 (11:47 +0900)]
evas vg: Check for OOM when setting root node in a vg canvas

Change-Id: I7597f567be9579adcaedf3db113a66dbd773b211

5 years agoevas vg: Check for OOM in evas_cache_vg_entry_create 13/189313/2
Bryce Harrington [Fri, 14 Sep 2018 02:45:24 +0000 (11:45 +0900)]
evas vg: Check for OOM in evas_cache_vg_entry_create

Change-Id: I201f5f8fe8c12aa172a979b6f9e8e6cb2cbd78f4

5 years agoevas vg: fix minor typo. 12/189312/2
Bryce Harrington [Fri, 14 Sep 2018 02:42:02 +0000 (11:42 +0900)]
evas vg: fix minor typo.

Change-Id: I7e1c7bda6042be42b5cb0c5abb14d685beee8b32

5 years agoedje: add json file support feature 86/189186/3
Youngbok Shin [Fri, 14 Sep 2018 05:39:04 +0000 (14:39 +0900)]
edje: add json file support feature

It also starts to support following new edc properties.

1. frame
desc { "default"
   vector {
      frame: 0.5; // 0.0 ~ 1.0
   }
}

2. actions
program { "vector_animation";
   // VG_ANIM_PLAY, VG_ANIM_PLAY_BACK, VG_ANIM_LOOP,
   // VG_ANIM_STOP, VG_ANIM_PAUSE, VG_ANIM_RESUME
   action: VG_ANIM_PLAY;
   target: "your_vector_part";
}

Change-Id: If93fdbe68b6af7a2f66e47e3eb8a5bc490e29d23

5 years agoevas_engine: add fn_serial_get to get current serial number 16/187016/10 16/187016/11
Juyeon Lee [Fri, 17 Aug 2018 08:06:22 +0000 (17:06 +0900)]
evas_engine: add fn_serial_get to get current serial number

Add to get current serial number from evas engine

@tizen_only

Change-Id: I125159f47a92eacbb96df715527573572c95d7a2

5 years agoRevert "elm_toolbar: fix _item_visiblity" 77/189177/1
Bowon Ryu [Fri, 14 Sep 2018 04:57:36 +0000 (13:57 +0900)]
Revert "elm_toolbar: fix _item_visiblity"

this commit caused toolbar resizing issue.

This reverts commit 5b90da46b76e0428e1fbbba7a43cdcfde921af75.

Change-Id: Iccb870122bec3952f67f0a8dc7a3ed529d9b32c9

5 years agoevas json: fix missing ';' - #12 64/189164/1
Hermet Park [Wed, 12 Sep 2018 07:23:01 +0000 (16:23 +0900)]
evas json: fix missing ';' - #12

@feature

Change-Id: I0f10a4ed1010a1fa93a9e78daecd450bc0df7e56

5 years agoevas json: support efl_canvas_vg_file_mmap_set() - #11 63/189163/1
Hermet Park [Tue, 11 Sep 2018 11:49:17 +0000 (20:49 +0900)]
evas json: support efl_canvas_vg_file_mmap_set() - #11

example)
...
Eina_File *file = eina_file_virtualize(NULL, data, strlen(data), EINA_TRUE);
eina_file_mmap_set(vg, file, key);
...
eina_file_close(file);

@feature

Change-Id: I4ccfa1dc46f274e0d4838b5dccee58126802743a

5 years agoevas vg: changed "vg object" to just "vg" 62/189162/1
Hermet Park [Fri, 7 Sep 2018 11:58:19 +0000 (20:58 +0900)]
evas vg: changed "vg object" to just "vg"

just keep our naming rule along with other primitives.

i.e. efl_canvas_rect, efl_canvas_image, efl_canvas_vg ...

Change-Id: I49c96b4a535cd2fed29a07ec20375a2efd1682af

5 years agoevas json: revise implementation along with lottie player - #10 61/189161/1
Hermet Park [Fri, 7 Sep 2018 11:37:26 +0000 (20:37 +0900)]
evas json: revise implementation along with lottie player - #10

lottie-player API has been changed to lottie-animation.

@feature

Change-Id: I7dd04326de713969a2b51b5de0d52e9b243b782f

5 years agoevas json: fix json loader configuration. - #9 60/189160/1
Hermet Park [Wed, 5 Sep 2018 11:13:08 +0000 (20:13 +0900)]
evas json: fix json loader configuration. - #9

lottie-player detection is not correct.
fix configure to enable/disable it automatically.

@feature

Change-Id: I286341164490b6b89ba0cf7fcd28aba9ba7721bd

5 years agoevas json: new feature for lottie - #8 59/189159/1
Hermet Park [Tue, 4 Sep 2018 05:31:41 +0000 (14:31 +0900)]
evas json: new feature for lottie - #8

add example.

@feature

Change-Id: I71996519e21bb63ce9bdc4b357e98775500b6c4d

5 years agoevas json: new feature for lottie - #7 58/189158/1
Hermet Park [Mon, 3 Sep 2018 12:00:55 +0000 (21:00 +0900)]
evas json: new feature for lottie - #7

Support caching mechanism properly if multiple instances share one resource.

@feature

Change-Id: I3617cf52a51a237c19a424c076d435e01b3e3228

5 years agoevas json: new feature for lottie - #6 57/189157/1
Hermet Park [Fri, 31 Aug 2018 11:20:39 +0000 (20:20 +0900)]
evas json: new feature for lottie - #6

fix a crash case if no file data.

@feature

Change-Id: If3ed044a74fa197337b6ca7c4374f94f050ef91c

5 years agoevas json: new feature for lottie - #5 56/189156/1
Hermet Park [Fri, 31 Aug 2018 11:03:39 +0000 (20:03 +0900)]
evas json: new feature for lottie - #5

fix broken svg/eet compatibility.

@feature

Change-Id: Ifd607b4abe27b402b57bfee2d951735c9e8027f1

5 years agoevas json: new feature for lottie - #4 55/189155/1
Hermet Park [Fri, 31 Aug 2018 06:21:18 +0000 (15:21 +0900)]
evas json: new feature for lottie - #4

vg inherits efl_gfx_image_animation_controller to support animation.

@feature

Change-Id: Ib0b420271d4c5cc22d5f345b7fd5f72a6a44992e

5 years agoevas vg: code refactoring. 54/189154/1
Hermet Park [Fri, 31 Aug 2018 06:05:23 +0000 (15:05 +0900)]
evas vg: code refactoring.

give svg prefix of vg common functions (only for svg functions)

Change-Id: I29627d0ec958362336c909f9e2b1d1d246fcfac2

5 years agoevas json: new feature for lottie - #3 52/189152/1
Hermet Park [Thu, 30 Aug 2018 11:26:41 +0000 (20:26 +0900)]
evas json: new feature for lottie - #3

++implementation to draw first image.

@feature

Change-Id: I8f2fbab042c91b54726b8805f494a4b6264ca42b

5 years agoevas json: new feature for lottie - #2 51/189151/1
Hermet Park [Wed, 29 Aug 2018 12:49:31 +0000 (21:49 +0900)]
evas json: new feature for lottie - #2

1. polish canvas vg/cache infrastructure code.
2. expand loader module interfaces - open/close/data
   then reconstruct based on it.
3. fix to close vg cache data properly.

@feature

Change-Id: Ic23926db4b545bbd3fc6ae55dd851c06b8c147b4

5 years agoevas json: new feature for lottie - #1 50/189150/1
Hermet Park [Tue, 21 Aug 2018 10:41:31 +0000 (19:41 +0900)]
evas json: new feature for lottie - #1

set up infrastructure for json loader.

@feature

Change-Id: I1a12ad306da2db9b90150a9df5d9e49b5e0e5f7e

5 years agoRevert "Revert "Revert "Revert "evas image: fix a bug in image preloading.""""
Hermet Park [Thu, 13 Sep 2018 09:59:00 +0000 (18:59 +0900)]
Revert "Revert "Revert "Revert "evas image: fix a bug in image preloading.""""

This reverts commit d91b043750bc8672cf6b9648cfcdae95c5b54b30.

fixed TC - https://review.tizen.org/gerrit/#/c/189099/

5 years agoevas canvas: fix null possibility of evas_object_above_get(). 94/189094/1
Gwanglim Lee [Thu, 13 Sep 2018 09:24:35 +0000 (18:24 +0900)]
evas canvas: fix null possibility of evas_object_above_get().

fix null object return when trying to get an object
above the current object and a layer with no objects is present.
probably a layer not being cleaned somewhere.

Reviewed By: Hermet

@fix

Change-Id: Iffacaf6f3fd62771d208b611f96ecde77260e498

5 years agoRevert "evas: fix child position when the container is moved" submit/sandbox/upgrade/efl120/20180919.042345 submit/tizen/20180913.054954 submit/tizen/20180913.064436 submit/tizen/20180918.111512 submit/tizen/20180919.042618
Shinwoo Kim [Thu, 13 Sep 2018 05:20:32 +0000 (14:20 +0900)]
Revert "evas: fix child position when the container is moved"

This reverts commit c59a8ddebc6d1d8fd4f6c9855b7c8cb1c50a6c6e.

*Reason: Failed TC

5 years agoRevert "Revert "Revert "evas image: fix a bug in image preloading."""
Shinwoo Kim [Thu, 13 Sep 2018 04:59:06 +0000 (13:59 +0900)]
Revert "Revert "Revert "evas image: fix a bug in image preloading."""

This reverts commit e887948f90b244d3f7c55862c4b56a47e7d83817.

*Reason: There is failed TC.

5 years agoeina_debug: add env to turn off the eina cpu debug
Jiyoun Park [Tue, 11 Sep 2018 08:25:40 +0000 (17:25 +0900)]
eina_debug: add env to turn off the eina cpu debug

sometimes eina_debug_cpu causes deadlock.
and some app has limitation the number of thread, bug this cpu increase thread number.
so add method to turn on/off eina cpu debug.

Change-Id: I25a0cf61765eaa0deebeabeffa0825116eacf4f4

5 years agoecore_wl2_display: add tizen_move_resize for client demand move resize
Juyeon Lee [Mon, 13 Aug 2018 01:45:42 +0000 (10:45 +0900)]
ecore_wl2_display: add tizen_move_resize for client demand move resize

Client window is driven its move,resize by display server using xdg_shell.
btw some tizen application wants to make its position and size while they're shown
server received tz_position, and resized buffer in consequence so far.
but client's position, and buffer delivery does not always come to server at the
same idler loop. In that case, user could see move first, and resize after a sec.
here, added new wl protocol and ecore_wl2_window_sync_geometry_set api to make
move and resize happen at the sametime.

@tizen_only

Change-Id: If4bd8153c0842cce82333d02278e23f6d7e2402c

5 years agoelm_gengrid: fix item_show / bring_in deferred call.
SangHyeon Jade Lee [Mon, 10 Sep 2018 06:29:11 +0000 (15:29 +0900)]
elm_gengrid: fix item_show / bring_in deferred call.

item_show / bring_in will be deferred, if object is not resized properly.
the deferred call of item_show_region() is on the calc_job(),
after calculating proper object, pan size, but still item is not placed,
so target scrolling position is wrong while item_show_region().

move deferred call to group_calculate() to get correct item position,
after item_place() and group_item_place() were processed.

this is port of upstream patch D7014

Change-Id: I3a2842f75fb4b46a8ea5c5eab7df8cf03e068102
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>