Myoungwoon Roy, Kim [Thu, 4 Oct 2018 01:15:29 +0000 (10:15 +0900)]
Fix a build warning for unused variable
@tizen_fix
Change-Id: I84daa50c6149c974e403b4fe3093f9a704d5ab0a
Youngbok Shin [Thu, 20 Sep 2018 10:52:47 +0000 (19:52 +0900)]
circle surface: fix vg object management
Since, Tizen 5.0, EFL does not allow NULL parent.
So, when vg object of each circle object is not used,
set parent its main_obj as temporal parent.
Change-Id: I443f9b656ffd97a837ddb531ad1474698ecaaeba
Youngbok Shin [Thu, 20 Sep 2018 09:42:53 +0000 (18:42 +0900)]
circle surface: fix crash when private surface is used
Change-Id: I41e3badbab2b80025b14b932feb39a4f200daf0b
SangHyeon Jade Lee [Wed, 19 Sep 2018 06:34:35 +0000 (15:34 +0900)]
vg_container : apply evas_vg parent and refactored code for latest efl
Change-Id: Ic5a8099cd8f150ab8be6b3a71852e0554496e923
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Hermet Park [Tue, 18 Sep 2018 11:14:53 +0000 (20:14 +0900)]
floatingbutton: remove vg debug code.
This does not helpful enough to leave code here.
If you can't see floatingbutton, please just go inform to the maintainer.
Change-Id: I3514254e469cdf65aa074df210d67f91524fc4b7
Yeongjong Lee [Thu, 30 Aug 2018 04:27:39 +0000 (13:27 +0900)]
docs: Fix typos in API reference doc.
Change-Id: I06274c1e4c1c20de1e389f8c96c6d4e75df23dba
Hermet Park [Thu, 26 Jul 2018 10:48:41 +0000 (19:48 +0900)]
events: Make const variables static
These const variables are *only* used for this library so make it static
to have internal linkage.
Remeber this is not the case with C++.
Change-Id: I60ceaf31287e3523229976e7ef7fa76bb6e2a1e6
Jongmin Lee [Mon, 18 Jun 2018 01:58:05 +0000 (10:58 +0900)]
config: change the location of socket file
Change-Id: I9639677cfbb0c2ef407d8bedfb5635eba92d8522
Youngbok Shin [Thu, 3 May 2018 09:52:28 +0000 (18:52 +0900)]
floatingbutton: fix crash issues caused by unhandled timer callbacks
An Ecore_Timer has to removed when a related object is deleted.
So, floatingbutton must have its own destructor function to remove its timer.
In addition, during processing its super's destructor function,
_update_pos function can be called. It will add another unhandled timer callback.
So, we need to remove all event/signal callbacks to blocking meaningless works.
It also remove warning messages and minor issues.
Change-Id: Ieedc7564c3b521d501d83abbd3453d491c504334
Youngbok Shin [Thu, 19 Apr 2018 07:49:19 +0000 (16:49 +0900)]
circle surface: apply Evas Vector again with refactored code
The following things are changed.
- Surface will have a vector object and one vector root node.
Each Circle object will have one vector node.
It is able to attach/dettach object's vector nodes to/from a root node of Surface.
- The main object of Surface and Circle object is changed to elm_table from elm_image.
The elm_table object will manage an elm_image object as BG and an vector object.
[_eext_circle_object_init() is changed to _eext_circle_object_add()].
And the function will add an elm_table object and return it.
So, each type of Circle object don't have to call elm_image_add or elm_table_add seperately.
- No more memset/memcpy for bg image in every render job calls.
- Remove warning messages from all eext circle code.
Change-Id: I5952700903afee3f93d11912fc4bd40bdaa59e54
Wonki Kim [Thu, 12 Apr 2018 01:37:28 +0000 (10:37 +0900)]
Swap variables more clearly
Arguments pos_x and pos_y has been used as swapped
Change-Id: Iaa9506628e1aec77b52ad772fea2eed138d40777
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Youngbok Shin [Fri, 13 Apr 2018 03:46:35 +0000 (12:46 +0900)]
Revert "wearable surface: changed cairo to evasvector in surface renderer"
This reverts commit
d161a5725b7c631c5699b0c9d9b907f9773c5178.
Youngbok Shin [Fri, 13 Apr 2018 03:45:43 +0000 (12:45 +0900)]
Revert "circle_surface: fix some value names to give better reability"
This reverts commit
dac5efd867c6c301d8e2fb5464e83578092a6abe.
Hermet Park [Mon, 18 Jun 2018 11:04:10 +0000 (20:04 +0900)]
wearable/circle - no allow null parent container.
After migration efl 1.20, vg requires parent as mandatory.
Change-Id: Ibda608d0094e7aa651082b17b78014301514549e
Hermet Park [Mon, 18 Jun 2018 05:00:46 +0000 (14:00 +0900)]
mobile flaottingbutton Passing parent is mandatory to add a new object in new Eo.
Null parent vector container just causes a crash on constructing.
This change fixes that problem.
Change-Id: I371b7c50a3c65a790b4180ab8484591a8cc765a8
Jongmin Lee [Mon, 30 Apr 2018 07:14:40 +0000 (16:14 +0900)]
specify eldbus package dependency clearly
Change-Id: I024a66b8ea906e22400c4ed0244fc53e8ad57424
Jaehyun Cho [Tue, 5 Jun 2018 10:01:33 +0000 (19:01 +0900)]
migration: fix part_content_set problem in floating button
part_content_set did not work because of efl_part_get in floating button.
This patch replaces efl_part with efl_part_get to apply
3a167f4ced8b20e31d55df422d9252b3ba11bfe1
Change-Id: I8a4f6c9ffe6948d2f7d0068c3768cdea1006f85c
Jaehyun Cho [Tue, 5 Jun 2018 01:15:32 +0000 (10:15 +0900)]
migration: fix build error
This patch is to fix build error by applying efl patch
3a167f4ced8b20e31d55df422d9252b3ba11bfe1 and
9a10b00783d50b0d7452ca5190a03dab5d7cb31b about efl part.
Change-Id: Ia11cf43c9c554af80ecc04f06ed2b3b03dfb9e3c
Wonki Kim [Fri, 1 Jun 2018 07:17:31 +0000 (16:17 +0900)]
migration: fix build error
Change-Id: If9e3b0c1d7429bca5b964b853c1f24cd436b3123
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Fri, 1 Jun 2018 07:13:43 +0000 (16:13 +0900)]
migration: fix build error
Change-Id: I6656715517c2167091480447b48d8d27933c7ce6
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 30 May 2018 07:36:56 +0000 (16:36 +0900)]
migration: fix build error
Change-Id: I9f02258b523bce65faf22265d4a4481bbf778485
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 30 May 2018 07:24:56 +0000 (16:24 +0900)]
migration: fix build error
Change-Id: I258eefb6251ee9bdb1fc021367e6b0e93ca1ef1a
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 30 May 2018 06:54:23 +0000 (15:54 +0900)]
migration: fix build fail
Change-Id: I197b49c4d2e0179e9f6b24cbe5cf4a30b0bad172
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 30 May 2018 06:48:34 +0000 (15:48 +0900)]
migration: fix build error
Change-Id: I6084a27f381637b312be1612db34a1fb61e808f2
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 11 Apr 2018 09:23:37 +0000 (18:23 +0900)]
Fix a build again for VG
Change-Id: Ie156d0cfc0947140139d1f273b76141c7c53a09f
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 11 Apr 2018 06:26:19 +0000 (15:26 +0900)]
Merge branch 'efl120' into tizen
Wonki Kim [Wed, 11 Apr 2018 06:24:18 +0000 (15:24 +0900)]
Rename Efl_VG to Efl_Canvas_VG to fix a build error
namespace has been changed by efl package
Change-Id: I7c7b06408d57f7da10dfaab6378fd06ef07aa5bf
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
JunsuChoi [Mon, 9 Apr 2018 10:22:27 +0000 (19:22 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
5efc43d2907da092812d7e35d504406ee56cbffb
floatingbutton : remove not reached code
Change-Id: If6b4a0011bbdc0a97cf208b9e3da12a86e54455f
JunsuChoi [Mon, 9 Apr 2018 10:22:27 +0000 (19:22 +0900)]
floatingbutton : remove not reached code
Change-Id: If6b4a0011bbdc0a97cf208b9e3da12a86e54455f
WooHyun Jung [Thu, 5 Apr 2018 01:27:30 +0000 (10:27 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
dac5efd867c6c301d8e2fb5464e83578092a6abe
circle_surface: fix some value names to give better reability
Change-Id: I2066a335de077c46e350ac600ca6e985487a0446
WooHyun Jung [Thu, 5 Apr 2018 01:27:30 +0000 (10:27 +0900)]
circle_surface: fix some value names to give better reability
Change-Id: I2066a335de077c46e350ac600ca6e985487a0446
Jaehyun Cho [Wed, 4 Apr 2018 04:43:13 +0000 (13:43 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
6d54391547bb7147927f869105c518542775f1fe
floatingbutton: Fix unknown type Eext_Floatingbutton_Pos build error
Change-Id: I7dfa98e71e8974c6fc53217fc50f0949a3467112
Jaehyun Cho [Wed, 4 Apr 2018 04:43:13 +0000 (13:43 +0900)]
floatingbutton: Fix unknown type Eext_Floatingbutton_Pos build error
Change-Id: I7dfa98e71e8974c6fc53217fc50f0949a3467112
JunsuChoi [Thu, 29 Mar 2018 06:26:09 +0000 (15:26 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
553ff3342e2c089b2301e4dcdfbf9eb3f475f7d0
[floatingbutton] Add legacy api and modify eo_prefix
Change-Id: Ic929e557c5f9a141a66be0011c6793d1e84c10cc
JunsuChoi [Thu, 29 Mar 2018 06:26:09 +0000 (15:26 +0900)]
[floatingbutton] Add legacy api and modify eo_prefix
Change-Id: Ic929e557c5f9a141a66be0011c6793d1e84c10cc
Jaeun Choi [Wed, 10 Jan 2018 05:07:58 +0000 (14:07 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
654eae9045eebed9d4409a4990840d71ddefff52
eext_panel: add a new eext widget
this patch doesn't include accessibility implementation.
Change-Id: I4f6ffc33a7508a12a1e325c45fce2859f136a6f2
Jaeun Choi [Wed, 10 Jan 2018 05:07:58 +0000 (14:07 +0900)]
eext_panel: add a new eext widget
this patch doesn't include accessibility implementation.
Change-Id: I4f6ffc33a7508a12a1e325c45fce2859f136a6f2
Wonki Kim [Thu, 22 Mar 2018 06:01:52 +0000 (06:01 +0000)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
c38f9ce8c3f1b3dd6263e53d624a73cd0faab809
Add api to apply font config system-wide
there is socket comm logic running between setting app and efl_config daemon
to apply font config to system wide.
however system application have a logic that contains system dependency
so that this patch add api to replace the logic.
Change-Id: I804563c2aaf1b640386daa2f7488ddf13ede4538
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Thu, 22 Mar 2018 06:01:52 +0000 (06:01 +0000)]
Merge "Add api to apply font config system-wide" into tizen
Taehyub Kim [Mon, 19 Mar 2018 08:25:00 +0000 (17:25 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
db988cb0a7164edabdf10f2bef0297829094044a
rotary_selector: fix rotary selector bg hidden issue
Change-Id: I11af729fae3ec3e471e5c370e285184d8e042dd3
Taehyub Kim [Mon, 19 Mar 2018 08:25:00 +0000 (17:25 +0900)]
rotary_selector: fix rotary selector bg hidden issue
Change-Id: I11af729fae3ec3e471e5c370e285184d8e042dd3
Jongmin Lee [Mon, 19 Mar 2018 23:56:38 +0000 (08:56 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
fb4b3cb80d17291d61736979a4da8c989d3c91f7
replace eo_isa to efl_isa for efl 1.20
Change-Id: I35880574854b355318ff7e492f8acf95d473a921
Jongmin Lee [Mon, 19 Mar 2018 23:56:38 +0000 (08:56 +0900)]
replace eo_isa to efl_isa for efl 1.20
Change-Id: I35880574854b355318ff7e492f8acf95d473a921
subhransu mohanty [Wed, 21 Feb 2018 04:07:14 +0000 (13:07 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
5c6fd8a8f63bcdf660e9d447df5e0b7cf415c06f
subhransu mohanty [Wed, 21 Feb 2018 04:07:14 +0000 (13:07 +0900)]
vector: Fixed the api behaviour change.
Change-Id: Ia93751f39c338d7e31238895a499d29e8a6f7d3c
Youngbok Shin [Tue, 20 Feb 2018 08:43:47 +0000 (17:43 +0900)]
floatingbutton: add a debugging code for VG
You can test what happen if VG is replaced with a simple RECT.
JunsuChoi [Wed, 31 Jan 2018 12:08:24 +0000 (21:08 +0900)]
atspi, floatingbutton : update Efl.Access.Component.Extents function
Change-Id: I00ce7c8377c4c1ee7ecf99219f208a2896bde11a
Sungtaek Hong [Wed, 24 Jan 2018 08:31:17 +0000 (17:31 +0900)]
efl_extension_events: update CLASS_NAME to recent
Change-Id: Ic9fbd233c00ef9da045c8f21b837f9373e775a7e
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Sungtaek Hong [Wed, 24 Jan 2018 08:17:11 +0000 (17:17 +0900)]
Eext.Floatingbutton: update to recent Eo grammar
Change-Id: I21bc791bb0f163fc372913a877cfd60aa5ee4f56
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Sungtaek Hong [Mon, 22 Jan 2018 09:44:19 +0000 (18:44 +0900)]
Revert "disable to build floating build for temporary"
This reverts commit
bc0c1c8e1ea5690e08b544b0a12cabf8a6f2f934.
Change-Id: I89162d9f020f98910634c8ee4a8fbfb9fbc09bbb
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Thiep Ha [Mon, 22 Jan 2018 00:58:10 +0000 (09:58 +0900)]
change from ecore-wayland to ecore-wl2
Change-Id: I3b83565d729dfc5107876e6d6303ab9979e73297
Jongmin Lee [Tue, 16 Jan 2018 22:37:41 +0000 (07:37 +0900)]
disable to build floating build for temporary
Change-Id: I59d00583c6bf18fd7455bbe637981d832a42d8b3
Wonki Kim [Thu, 14 Dec 2017 02:52:56 +0000 (11:52 +0900)]
Disable temporally to work with efl 1.20
Change-Id: I5d2272de386cac656a957cc643979a250c2b7136
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Fri, 9 Mar 2018 08:46:36 +0000 (17:46 +0900)]
Add api to apply font config system-wide
there is socket comm logic running between setting app and efl_config daemon
to apply font config to system wide.
however system application have a logic that contains system dependency
so that this patch add api to replace the logic.
Change-Id: I804563c2aaf1b640386daa2f7488ddf13ede4538
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Shinwoo Kim [Mon, 19 Feb 2018 04:51:48 +0000 (13:51 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
7374e729055208df86969c27d514cc8e452644f1
rotary_selector: check number of items before setting a11y attribute
It is possible that roatary_selector dose not have any items.
So before using rotary_selector item, we have to check if it is an empty state.
Plese refer to following commit regarding emtpy state.
2544cd1 rotary_selector: support empty state (no items)
Change-Id: I148699aaf7489e26213da7746e78b2462c7c75c4
Shinwoo Kim [Mon, 19 Feb 2018 04:51:48 +0000 (13:51 +0900)]
rotary_selector: check number of items before setting a11y attribute
It is possible that roatary_selector dose not have any items.
So before using rotary_selector item, we have to check if it is an empty state.
Plese refer to following commit regarding emtpy state.
2544cd1 rotary_selector: support empty state (no items)
Change-Id: I148699aaf7489e26213da7746e78b2462c7c75c4
subhransu mohanty [Wed, 21 Feb 2018 04:07:14 +0000 (13:07 +0900)]
vector: Fixed the api behaviour change.
Change-Id: Ia93751f39c338d7e31238895a499d29e8a6f7d3c
Youngbok Shin [Tue, 20 Feb 2018 08:43:47 +0000 (17:43 +0900)]
floatingbutton: add a debugging code for VG
You can test what happen if VG is replaced with a simple RECT.
JunsuChoi [Wed, 31 Jan 2018 12:08:24 +0000 (21:08 +0900)]
atspi, floatingbutton : update Efl.Access.Component.Extents function
Change-Id: I00ce7c8377c4c1ee7ecf99219f208a2896bde11a
Youngbok Shin [Fri, 26 Jan 2018 08:15:02 +0000 (08:15 +0000)]
Merge "rotary_selector: support empty state (no items)" into tizen
Youngbok Shin [Fri, 26 Jan 2018 08:15:02 +0000 (08:15 +0000)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
d832028b83fa97f1fbf5a1366e4ac3bfebe236a2
rotary_selector: support empty state (no items)
When all items are deleted, rotary selector shows the empty state.
This state can be shown by application also.
Change-Id: I31625b57d68021008024f2888079f21cc917d8ec
(cherry picked from commit
2544cd1baefe8e01b58f5e804e87fd615664d46c)
Thiep Ha [Fri, 26 Jan 2018 04:59:39 +0000 (13:59 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
0bbd31fc7d181db3706240f08ec37aa270424794
rotary_selector: do not select item in the editing mode
In the editing mode, no item should be selected.
They are selected back when editing mode is tuned off.
Change-Id: I5a40f0804b605b770862597081c7dd4ee6260917
(cherry picked from commit
f2eb34886ffce544ba895a2a01d5b9dc66ec73bf)
Thiep Ha [Fri, 26 Jan 2018 08:07:51 +0000 (17:07 +0900)]
rotary_selector: support empty state (no items)
When all items are deleted, rotary selector shows the empty state.
This state can be shown by application also.
Change-Id: I31625b57d68021008024f2888079f21cc917d8ec
(cherry picked from commit
2544cd1baefe8e01b58f5e804e87fd615664d46c)
Thiep Ha [Fri, 26 Jan 2018 04:59:39 +0000 (13:59 +0900)]
rotary_selector: do not select item in the editing mode
In the editing mode, no item should be selected.
They are selected back when editing mode is tuned off.
Change-Id: I5a40f0804b605b770862597081c7dd4ee6260917
(cherry picked from commit
f2eb34886ffce544ba895a2a01d5b9dc66ec73bf)
Sungtaek Hong [Wed, 24 Jan 2018 08:31:17 +0000 (17:31 +0900)]
efl_extension_events: update CLASS_NAME to recent
Change-Id: Ic9fbd233c00ef9da045c8f21b837f9373e775a7e
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Sungtaek Hong [Wed, 24 Jan 2018 08:17:11 +0000 (17:17 +0900)]
Eext.Floatingbutton: update to recent Eo grammar
Change-Id: I21bc791bb0f163fc372913a877cfd60aa5ee4f56
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Sungtaek Hong [Mon, 22 Jan 2018 09:44:19 +0000 (18:44 +0900)]
Revert "disable to build floating build for temporary"
This reverts commit
bc0c1c8e1ea5690e08b544b0a12cabf8a6f2f934.
Change-Id: I89162d9f020f98910634c8ee4a8fbfb9fbc09bbb
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Thiep Ha [Mon, 22 Jan 2018 00:58:10 +0000 (09:58 +0900)]
change from ecore-wayland to ecore-wl2
Change-Id: I3b83565d729dfc5107876e6d6303ab9979e73297
Jongmin Lee [Tue, 16 Jan 2018 22:37:41 +0000 (07:37 +0900)]
disable to build floating build for temporary
Change-Id: I59d00583c6bf18fd7455bbe637981d832a42d8b3
Jongmin Lee [Wed, 10 Jan 2018 08:16:55 +0000 (17:16 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
72fcc424f8a170007007dd21c235bf92a8b1009b
remove all submodules
Change-Id: I5706abee17480d2985bea01a327dd8c884227163
Jongmin Lee [Wed, 10 Jan 2018 08:16:55 +0000 (17:16 +0900)]
remove all submodules
Change-Id: I5706abee17480d2985bea01a327dd8c884227163
JinYong Park [Thu, 28 Dec 2017 11:10:55 +0000 (20:10 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
4e3dc83f78b7f4cb0abc77a3a727695f924b4cd7
more_option: add color class parent-child relationship
Change-Id: Iefa569376d8dc3c7d98660c5d28e88edb92599b2
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
JinYong Park [Thu, 28 Dec 2017 11:10:55 +0000 (20:10 +0900)]
more_option: add color class parent-child relationship
Change-Id: Iefa569376d8dc3c7d98660c5d28e88edb92599b2
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
Youngbok Shin [Thu, 28 Dec 2017 06:19:23 +0000 (15:19 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
76212ad72e1d7b5919ec6a85c7d0dda81b43067a
rotary_selector: set color class parent for all internal objects
Change-Id: I6ae6bc9b00a824a0758eeff9e22e9d2d21758f0b
Youngbok Shin [Thu, 28 Dec 2017 06:19:23 +0000 (15:19 +0900)]
rotary_selector: set color class parent for all internal objects
Change-Id: I6ae6bc9b00a824a0758eeff9e22e9d2d21758f0b
Thiep Ha [Tue, 26 Dec 2017 01:55:20 +0000 (10:55 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
c7cbaa28a7e4477b85c77f326ab5e9da970cb989
rotary_selector: disable mirroring
Rotary selector does not support mirroring, so disable it.
Change-Id: I1ec0457e514038f53c2a9eaf1591b55eaa2d1b8c
Thiep Ha [Tue, 26 Dec 2017 01:55:20 +0000 (10:55 +0900)]
rotary_selector: disable mirroring
Rotary selector does not support mirroring, so disable it.
Change-Id: I1ec0457e514038f53c2a9eaf1591b55eaa2d1b8c
Thiep Ha [Thu, 21 Dec 2017 23:57:50 +0000 (08:57 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
b2bbc7df1092c0253ee21629023890c1c13a2aaf
rotary_selector: show editing text at the center
Change-Id: Iad62c49bc2cd591fcd55238d68caac455f1a4843
Thiep Ha [Thu, 21 Dec 2017 23:57:50 +0000 (08:57 +0900)]
rotary_selector: show editing text at the center
Change-Id: Iad62c49bc2cd591fcd55238d68caac455f1a4843
Thiep Ha [Wed, 20 Dec 2017 08:24:43 +0000 (17:24 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
f629884a203c79d69e87cba2586a0c11a592d3f2
rotary_selector: fix dnd and page move: only move to next/prev page after timeout
Change-Id: I7fcd508cc0ba024b4ea79338089881c6c08f4bb8
Thiep Ha [Wed, 20 Dec 2017 05:13:40 +0000 (14:13 +0900)]
Updated platform/core/uifw/efl-ext
Project: platform/core/uifw/efl-ext
bf18609065f04da09a5f0b4dbb2193a45184b213
rotary_selector: add more animation for page transition (text, page arrow)
Change-Id: I85d641880726cef81e958caf358266be72d58752
Thiep Ha [Wed, 20 Dec 2017 08:24:43 +0000 (17:24 +0900)]
rotary_selector: fix dnd and page move: only move to next/prev page after timeout
Change-Id: I7fcd508cc0ba024b4ea79338089881c6c08f4bb8
Thiep Ha [Wed, 20 Dec 2017 05:13:40 +0000 (14:13 +0900)]
rotary_selector: add more animation for page transition (text, page arrow)
Change-Id: I85d641880726cef81e958caf358266be72d58752
Wonki Kim [Thu, 14 Dec 2017 02:52:56 +0000 (11:52 +0900)]
wip: modify to work with efl 1.20
working in progress.
another patchs will be followed.
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Youngjae Shin [Mon, 11 Dec 2017 08:08:55 +0000 (17:08 +0900)]
fix build warning
Change-Id: Ide0d40d3843afd99f37c978cc4eb5c9a1de0f54d
Taehyub Kim [Wed, 27 Sep 2017 09:45:02 +0000 (18:45 +0900)]
wearable surface: changed cairo to evasvector in surface renderer
Change-Id: Id991e6837c1d21038878283b2fc7cf54d5d0dc0a
Myoungwoon Roy, Kim [Tue, 21 Nov 2017 00:37:44 +0000 (09:37 +0900)]
Exception Handling for NULL
Summary:
Add a code to handle exception case for NULL value.
Change-Id: I20a5119efdadb01214d6af5ea4375f05763ab3fa
JunsuChoi [Thu, 16 Nov 2017 05:55:57 +0000 (05:55 +0000)]
Merge "atspi : Modify spinner to have only one focus." into tizen
JunsuChoi [Thu, 16 Nov 2017 05:55:52 +0000 (05:55 +0000)]
Merge "atspi : Fix reading text for Datetime" into tizen
JunsuChoi [Tue, 7 Nov 2017 04:16:21 +0000 (13:16 +0900)]
atspi : Fix reading text for Datetime
Change-Id: I4a4968adb11deb9cca534b235c6aae5bf6145fe2
JunsuChoi [Wed, 15 Nov 2017 11:16:36 +0000 (20:16 +0900)]
atspi : Modify spinner to have only one focus.
The focus of the widget_object(button)of the spinner
must be unique in screen.
Therefore, do not call focus using evas_object_smart_callback_call,
but use elm_object_focus_set to make the focus unique in the screen.
Change-Id: I1ab5abc670b6ae6a32c7633738102839c5f30939
Thiep Ha [Wed, 1 Nov 2017 22:38:36 +0000 (07:38 +0900)]
more_option: bring back deleted APIs
APIs related to editing mode were accidentally deleted
by commit:
ac16b70a599e2658dbfd59b3cebba2a47b7aef75.
This patch brings them back.
Change-Id: Ic00b9a44aac0f0bfe1264b2505acef32a943e272
JunsuChoi [Mon, 6 Nov 2017 07:09:35 +0000 (16:09 +0900)]
atspi : Fix abnormal behavior and relationship for rotary selector item
Resets rotary selector item's relationship
when screen_reader_changed callback is called.
and If the rotary_event is COUNTER_CLOCKWISE,
rotary_event should ignore action once.
Change-Id: Ib599602ac45d04d80ba3f9fa6abf90f31c75b47a
JunsuChoi [Mon, 6 Nov 2017 02:51:38 +0000 (11:51 +0900)]
atspi : Remove unnessary code in moreoption/rotaryselector
Change-Id: Ia0471f369de0d93508762d69ab66496458e9ef82
Shinwoo Kim [Thu, 2 Nov 2017 05:15:32 +0000 (05:15 +0000)]
Merge "atspi: use is_first_rotary_control only if screen-read is enabled" into tizen
Shinwoo Kim [Wed, 1 Nov 2017 07:26:43 +0000 (16:26 +0900)]
atspi: use is_first_rotary_control only if screen-read is enabled
The is_first_rotary_cotrol is used for ignoring the first bezel event,
if the screen-reader is enabled, because the first bezel event should
give highlight to the first item of rotary_selector.
When the screen-reader is disabled, the first bezel event should select
the second item of rotary_selector.
The is_first_rotary_control logic worked even though the screen-reader
is disabled. So the first bezel event did NOT select the second item
of rotary_selector.
Change-Id: I00c6fdcdc48b9e78cdb30af247b5c70f80b18c92
Sungtaek Hong [Tue, 31 Oct 2017 11:34:09 +0000 (20:34 +0900)]
datetime: remove non working code
This fixes an issue:
Wrong clock hand indicator displayed when setting alarm
Change-Id: Ic9d8ef0c7eb3574287d32be9a41606aff1e9d045
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
JunsuChoi [Fri, 20 Oct 2017 06:29:06 +0000 (15:29 +0900)]
atspi : Fix wrong rotary handling in rotary selector
Change-Id: I49ff09ef99187b2b4ddfa4dad4959b735cb52442
JunsuChoi [Fri, 20 Oct 2017 02:23:12 +0000 (11:23 +0900)]
atspi : Accessibility code only works when screen-reader is on.
Change-Id: I89fc6387869c8b3f05bcb647b74b33de1bd96e39
JunsuChoi [Wed, 18 Oct 2017 08:38:40 +0000 (08:38 +0000)]
Merge "Implements accessibility for eext_more_option for 4.0 UX" into tizen