Jaehyun Cho [Wed, 5 Feb 2020 10:43:49 +0000 (19:43 +0900)]
efl_extension_more_option: fix not to pass touch events behind panel
Whenever panel becomes inactive by elm_panel_toggle(), repeat events is
set true and it causes that touch events are passed through panel.
Not to pass touch events behind the panel, repeat events should be set
false in the panel's inactive callback.
Change-Id: I93e980b9c86fb0a56c135d6dfdd747c2065910ab
Taehyub Kim [Wed, 5 Feb 2020 09:05:45 +0000 (18:05 +0900)]
more_option: fix rotary_genlist tc breaks
Change-Id: I745f85017ba9038107201a759be9323a129f4217
Taehyub Kim [Fri, 31 Jan 2020 05:40:07 +0000 (14:40 +0900)]
more_option: fix the delay for opened get API
Change-Id: I86988ca90cba8100ba9f2e890603fcd15fb80b41
Hosang Kim [Tue, 31 Dec 2019 11:38:37 +0000 (20:38 +0900)]
efl-ext: apply prod efl-extension for supporting ONE UI
add supporting color class
- slider
- progressbar
- scroller
- genlist
- gengrid
Change-Id: I7b46a2a6bda3bee893f3c4fa8e36b1ffafcf62c9
Prasoon Singh [Mon, 16 Dec 2019 11:21:50 +0000 (16:51 +0530)]
[OneUI1.5] spinner:apply blink effect
Change-Id: I7a82ef4f53937f9ad9b4ab1c828afc1d6e971574
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
Prasoon Singh [Wed, 26 Dec 2018 14:55:17 +0000 (20:25 +0530)]
[spinner] Activate rotary events on spinner and add circle_spinner over datetime
Change-Id: I9d6f1c35e3d73038af6ae1e41ec994a1a8f39c78
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
Signed-off-by: Anuj Asher <anuj.asher@samsung.com>
Signed-off-by: Godly T.Alias <godlytalias@yahoo.co.in>
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Jongmin Lee [Fri, 27 Dec 2019 01:31:07 +0000 (10:31 +0900)]
resolve format-truncation build warning
Because of Werror introduced by language rules strincting in gcc9,
it results build errors when compiling with gcc9.
Change-Id: I9745918a71a17161e65b0aee3f9fb1efd08afb88
Taehyub Kim [Thu, 26 Dec 2019 06:42:23 +0000 (15:42 +0900)]
efl_extension_rotary: add eext_rotary_object_event_activated_get API
Change-Id: I7099702de9aa4a49b9e420152b64eefd6e5a4a6d
WooHyun Jung [Thu, 14 Nov 2019 01:45:50 +0000 (01:45 +0000)]
Merge "C# CircleDatepicker and Timepicker: check the class name without the namespace" into tizen
Taehyub Kim [Wed, 13 Nov 2019 07:54:32 +0000 (16:54 +0900)]
C# CircleSpinner: check the class name without the namespace
Change-Id: If310a8b9a2c10646856485c35fc2c0463b21fc86
Taehyub Kim [Wed, 13 Nov 2019 07:51:52 +0000 (16:51 +0900)]
C# CircleDatepicker and Timepicker: check the class name without the namespace
Change-Id: I67a5aae69e353de97f8dc37a1c8c1b4feddabeb1
Bowon Ryu [Wed, 2 Oct 2019 06:18:06 +0000 (15:18 +0900)]
circle_slider: block scrolling when on slider
Change-Id: Ibaf7083aea7fb779746f641afed41a274e26020a
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 2 Oct 2019 05:52:40 +0000 (14:52 +0900)]
circle_slider: support drag for out of touch area
when drag a tap, dragging continues even if leave the touch area.
Change-Id: I68057e94f7105e28e81c72748e2d3f6d63986e2a
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 2 Oct 2019 05:46:15 +0000 (14:46 +0900)]
circle_slider: dynamic calculation of circle slider's center point.
Change-Id: Ie4af8d110fa79a92d83cacaf3b2dcd0e960ba7e9
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Woochanlee [Mon, 21 Oct 2019 06:55:09 +0000 (15:55 +0900)]
'circle_datetime: Clean timer data up when widget terminated.
Change-Id: I94670026e7d9cc39b9ae0ed8f50236783dbcc6f3
Taehyub Kim [Tue, 1 Oct 2019 11:38:28 +0000 (20:38 +0900)]
[C# datetime]: change the class name for the consistency with other widgets
Change-Id: Ia80aec44952e988a54c25419d5ba7efc6e6a9fc2
Yeongjong Lee [Wed, 25 Sep 2019 09:23:12 +0000 (18:23 +0900)]
eext_floatingbutton: mark as legacy
floatingbutton should work in legacy code.
Change-Id: I677c02a568b2ced5b755490bdc9f64644e427271
Yeongjong Lee [Tue, 17 Sep 2019 04:23:06 +0000 (13:23 +0900)]
circle: fix scrollable event name
Since
7db9366cadbbc3b85c523952bae92906c354f051 of efl, scrollable event name
is changed.
Change-Id: I16592bb32868b86d6bb52fd99ca86e6e0f4c89d1
Yeongjong Lee [Mon, 16 Sep 2019 05:11:27 +0000 (14:11 +0900)]
eext_floatingbutton: remove legacy keyword of Eext.Floatingbutton.Pos
If the legacy keyword is removed, eolian generate EEXT_FLOATINGBUTTON_POS prefix
instead of EEXT_FLOATINGBUTTON. e.g. EEXT_FLOATINGBUTTON_POS_LAST.
This patch declare Eext_Floatingbutton_Pos enum manually because eolian doesn't
support c_prefix in enum.
Change-Id: I9365390dafad42ddc7eeb8037938c511c1ca8b7c
Hosang Kim [Wed, 28 Aug 2019 09:29:30 +0000 (18:29 +0900)]
datetime: change spin button API name
Change-Id: Ibe2b5a7e71f0925a53a39b41a5f59e8fc3311207
Yeongjong Lee [Mon, 5 Aug 2019 12:03:54 +0000 (21:03 +0900)]
circle_spinner: change EFL_UI_SPIN_EVENT_CHANGED to EFL_UI_RANGE_EVENT_CHANGED
The spinner event name is changed.
See also, commit
f2297992fee2c02490f64b57d7e69537bad35f2d on tizen.
(efl_ui_range_display: move events from spin)
Change-Id: Ic38c1a3de55dfebba34fc72690ef3c8548e41306
Jongmin Lee [Mon, 8 Jul 2019 00:08:57 +0000 (09:08 +0900)]
spec: make a gcov package for measuring coverage easier
Change-Id: Iee9681fa1a0e73b5ced01f55b287826adb1d178f
Jongmin Lee [Wed, 26 Jun 2019 02:17:52 +0000 (11:17 +0900)]
change efl_ui_range_min_max_get to efl_ui_range_limits_get acrcordingly
Change-Id: I76d02f12f6cc2b05e8c481d1aa1cd90ac836ea6e
Piotr Czaja [Wed, 12 Jun 2019 07:30:49 +0000 (09:30 +0200)]
wearable/rotary Add editing mode events
It can be worth for user to knowing when the editing mode is entered and
exited. The app developer could then for example handle back button events
in a different way depending on the rotary selector is in editing mode or not.
Change-Id: Iddf1579bfa4cedb44ab6fbada3872898e6ec2ae6
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Taehyub Kim [Thu, 13 Jun 2019 05:49:04 +0000 (14:49 +0900)]
circle_datetime: C# supports Efl.Ui.DatePicker and TimePicker
Change-Id: I991cd2488c18bd8c8a10f52cb8483ccb9f106469
Taehyub Kim [Thu, 13 Jun 2019 05:47:44 +0000 (14:47 +0900)]
circle_surface: fix vector items deleted problem when circle widgets show, hide and show
Change-Id: I853cf5ae5164e2da981841a33384355cead2911d
Jongmin Lee [Sun, 2 Jun 2019 23:17:32 +0000 (23:17 +0000)]
Merge "Remove container feature" into tizen
JunsuChoi [Thu, 30 May 2019 08:40:48 +0000 (17:40 +0900)]
eolian: move from eo_prefix to c_prefix
Change-Id: I4288aa0e175f5e9d52ce8fd0a12f084530920ad8
Signed-off-by: JunsuChoi <jsuya.choi@samsung.com>
Hosang Kim [Fri, 24 May 2019 09:54:52 +0000 (18:54 +0900)]
efl_extension_circle_object_scroller: fix scrollbar hide waiting time
Change-Id: If7582172dd4ea7bc9966dbf46fd66030b5c14150
Myoungwoon Roy, Kim [Mon, 20 May 2019 04:22:27 +0000 (13:22 +0900)]
efl-ext doc: Fix misprepresented circular ui components on Mobile profile doc.
The API reference guideline of Circular UI components should be displayed within Wearable profile only.
Change-Id: I79c1362c66b5827adfd19332a8b6d7834ba98150
Myoungwoon Roy, Kim [Fri, 10 May 2019 02:40:02 +0000 (11:40 +0900)]
efl_ext doc: marks circular ui components with @WEARABLE_ONLY.
Circular UI components should be used for wearable devices only.
Change-Id: I3f369cee6ea13206ca7907c751d081a2065296bf
INSUN PYO [Mon, 29 Apr 2019 02:18:54 +0000 (11:18 +0900)]
Remove container feature
Change-Id: I3eba0e12ded3d582b04873e95b459ecf17f192b6
Yeongjong Lee [Wed, 24 Apr 2019 07:00:22 +0000 (16:00 +0900)]
eext_floatingbutton: remove all legacy usage from eo files
eolian_gen no longer supports legacy header file generation
Change-Id: I4244b19da959396c6d4ea2723fc79f7981216eec
Taehyub Kim [Thu, 18 Apr 2019 06:40:51 +0000 (06:40 +0000)]
Merge "genlist: fix to support non legacy widget Efl.Ui.List" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:48 +0000 (06:40 +0000)]
Merge "scroller: fix to support non legacy widget Efl.Ui.Scroller" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:46 +0000 (06:40 +0000)]
Merge "[C# spinner]: change class name" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:44 +0000 (06:40 +0000)]
Merge "datatime: fix to support non legacy widget Efl.Ui.Datepicker" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:42 +0000 (06:40 +0000)]
Merge "[C# datetime]: supports Efl.Ui.DatePicker compatibility" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:40 +0000 (06:40 +0000)]
Merge "[C# spinner]: supports Efl.Ui.Spinner compatibility" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:38 +0000 (06:40 +0000)]
Merge "[C# scroller]: supports Efl.Ui.Scroller compatibility" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:36 +0000 (06:40 +0000)]
Merge "[C#: genlist]: supports Efl.Ui.List compatibility" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:27 +0000 (06:40 +0000)]
Merge "[C#: circle_object]: add surface connection features" into tizen
Taehyub Kim [Thu, 18 Apr 2019 06:40:24 +0000 (06:40 +0000)]
Merge "[C#: surface] make Efl.Ui.Win compatible with conformant" into tizen
Taehyub Kim [Tue, 19 Feb 2019 04:15:58 +0000 (13:15 +0900)]
rotary_selector: remove unnecessary code
Change-Id: I47a12d413a4d6d3ef6678b89b032dcaf71d2ea18
jinhyuk PARK [Thu, 23 Aug 2018 07:10:19 +0000 (16:10 +0900)]
wearable/rotaryselector: Prevent flick while item dragged
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3253422/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] Prevent flick while item dragged
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] Drag item on rotary selector, edit mode
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I1a177d1b4f695327c50bb1de876c87da46af558f
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Thu, 23 Aug 2018 05:36:19 +0000 (14:36 +0900)]
wearable/rotaryselector: Change delay time for long press move of item & page transition of dragged item
Product patch
1.http://slp-info.sec.samsung.net/gerrit/#/c/
3254010/
2.http://slp-info.sec.samsung.net/gerrit/#/c/
3253944/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] UX
[Occurrence Version] N/A
[Problem] N/A
[Measure] Add configuration variable and init values
[Checking Method] Do longpress item, Drag item to other page
[Team] UIFW
[Developer] jinhyuk park
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ic57501bcb534b45e54e8d6d7e99571306c3db5d5
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 9 Jul 2018 08:06:29 +0000 (17:06 +0900)]
wearable/rotaryselector: Delete item more safety
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3266033/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] P180707-00424
[Request] Fix crash for deletion case
[Occurrence Version] Latest
[Problem] P180707-00424
[Measure] Fix crash for deletion case
[Checking Method] delete item on rotary
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I02ee21704bc3aa61ae30cf8c2f85fdadf2832ce4
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
Shilpa Singh [Tue, 14 Aug 2018 08:20:37 +0000 (13:50 +0530)]
wearable/rotaryselector: Add flick support
product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3251930/
Change-Id: If1144bd921010dac4c87a9ae13ea5f24e802a8b3
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
akash verma [Tue, 14 Aug 2018 09:17:01 +0000 (14:47 +0530)]
wearable/rotary_selector: Disable further deletion till rearrange
animation is complete during edit mode deletion.
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3252048/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] N/A
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] N/A
[Team] UIFW
[Developer] Akash Verma
[Solution company] Samsung
[Change Type] N/A
Change-Id: I8cefccc69852db92e6982b5a92bc2e541d3756db
Signed-off-by: akash verma <akash2.verma@samsung.com>
SubodhKumar [Mon, 18 Jun 2018 08:34:59 +0000 (14:04 +0530)]
rotatory_selector: Start drag on first press
Change-Id: I206403bce3069145f89579fac13debb6e93ebf40
Signed-off-by: SubodhKumar <s7158.kumar@samsung.com>
SubodhKumar [Tue, 5 Jun 2018 15:13:50 +0000 (20:43 +0530)]
rotatory_selector: Remove actual cnp dnd.
Issue:
1. DND does not suport offset so that moving the grag object from finger
is not possible.
2. When drag item touches the indicator window, dnd gets wrong.
Signed-off-by: SubodhKumar <s7158.kumar@samsung.com>
Change-Id: I511d527d11466b7c432f6544d49cc76afbb2c45f
jinhyuk PARK [Mon, 13 Aug 2018 10:11:06 +0000 (19:11 +0900)]
wearable/rotary_selector: should not show a selector on edit mode
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3271901/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] P180713-01769
[Request] should not show a selector on edit mode
[Occurrence Version] Latest
[Problem] P180713-01769
[Measure] hide seletor on edit mode
[Checking Method] Add or delete work program by phone health app
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I411c18d8376bd8c043b5c2dfc059bb91414db8b3
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 13 Aug 2018 10:00:02 +0000 (19:00 +0900)]
wearable/rotary_selector: Fix item_prepend api more safe
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3259625/
[Model] Tizen 4.0
[BinType] AP
[Customer] OPEN
[Issue#] NA
[Request] NA
[Occurrence Version] NA
[Problem] Item selector pointing to invalid item
[Cause & Measure] Cause : Wrong calculation of item selector index
Measure : Fix calculation
[Checking Method] NA
[Team] UIFW
[Developer] Godly T Alias
[Solution company] Samsung
[Change Type] NA
Change-Id: Ifb5b6fc36e644733536fae9fdc60d1a701a69752
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 13 Aug 2018 09:55:04 +0000 (18:55 +0900)]
wearable/rotary_selector: Init & Reset drop_item_index
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3258401/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] N/A
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] N/A
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: If79f370dd53a4b2fcb8d55045ca6264060015c10
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 13 Aug 2018 05:35:11 +0000 (14:35 +0900)]
wearable/rotary_selector: Reset drop_item_index after drag done
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3258289/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] N/A
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] N/A
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: Id40912d57fdc872a29170157cd15db7edb89f730
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 13 Aug 2018 05:18:48 +0000 (14:18 +0900)]
wearable/rotary_selector: mouse down cb more safe
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3257705/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] Apply safety code while drag and drop item to same place
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] Drag and drop item to same place on edit mode
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I244988491b631ba79cc464b228825c8c606ba387
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Tue, 12 Jun 2018 07:55:07 +0000 (16:55 +0900)]
wearable/rotary_selector: Set delete_icon to hide state while drag item
Prodcut patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3253167/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] Set delete_icon to hide state while drag item
[Occurrence Version] Latest
[Problem] N/A
[Measure] N/A
[Checking Method] Drag item on rotary selector
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ia329e58440dfc2c52a7a5e4762a1c6546372575e
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Mon, 13 Aug 2018 04:55:12 +0000 (13:55 +0900)]
wearable/rotary_selector: Hide delete icon while dnd
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3252201/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] Hide delete icon when dnd
[Occurrence Version] Latest
[Problem] Showing delete icon while dnd
[Measure] Hide delete icon when dnd
[Checking Method] try to reorder item on edit mode
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I9545969957d78a63ffbe9fc9a44255c7e52f5559
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Fri, 8 Jun 2018 09:05:06 +0000 (18:05 +0900)]
wearable/rotary_selector: Fix selected_index when page transition dnd
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3251868/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] N/A
[Request] N/A
[Occurrence Version] Latest
[Problem] selected_index is strange when page transition while item drag and drop
[Measure] call _item_select After page transition dnd
[Checking Method] Do dnd including page transition
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: I30507d4685a363f82a4e9f0b8070a9f02c791c48
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
jinhyuk PARK [Thu, 7 Jun 2018 10:06:49 +0000 (19:06 +0900)]
wearable/rotary_selector: Fix item clear api
Product patch: http://slp-info.sec.samsung.net/gerrit/#/c/
3251178/
[Model] TIZEN 4.0
[BinType] AP
[Customer] N/A
[Issue#] P180605-04089
[Request] do page transition when calling item clear api
[Occurrence Version] Latest
[Problem] P180605-04089
[Measure] init current_page when calling item clear
[Checking Method] Add health app program
[Team] UIFW
[Developer] jinhyuk Park
[Solution company] Samsung
[Change Type] N/A
Change-Id: Iae53b8e7491e4e689c41f3124c70c716f764c22e
Signed-off-by: jinhyuk PARK <jh2174.park@samsung.com>
JunsuChoi [Tue, 12 Jun 2018 03:35:30 +0000 (12:35 +0900)]
Change accessible_name_cb_set to accessible_name_set
Application side can't use accessible_name_set for rotary_selector item
Because name's callback takes precedence over name_set at elementary.
Change-Id: I07df4da5b9cd165144153a9dcc16e90d9b862671
Taehyub Kim [Mon, 4 Jun 2018 06:52:04 +0000 (15:52 +0900)]
wearable/rotary_selector: prevent duplicate calls of _drag_item_move function for safety of moving drag item
Change-Id: I5e2ab28d1d006bd23b96553bffb2f1ad358461b1
Taehyub Kim [Fri, 1 Jun 2018 02:44:11 +0000 (11:44 +0900)]
wearable/rotary_selector: make item drag and drop more stable in editmode
(sometimes, item is deleted when item is animating)
Change-Id: I2205e469aaa0d1303022c85d5040dcab6cf6588c
Taehyub Kim [Thu, 31 May 2018 10:16:58 +0000 (19:16 +0900)]
wearable/rotary_selector: check current state before setting state
Change-Id: I2d1d5550e95b0f35f70340666f3c3bde3b0825e1
Taehyub Kim [Wed, 30 May 2018 07:36:56 +0000 (16:36 +0900)]
wearable/rotary_selector: modify items clear api more safe
Change-Id: I8e9552eb614aacbda4578c68245506ef1994da44
Taehyub Kim [Wed, 30 May 2018 06:15:53 +0000 (15:15 +0900)]
wearable/rotary_selector: support page detent transition UX in editmode
Change-Id: I40174628d9350d87b1990dcd02d7ebda111c5045
Taehyub Kim [Tue, 29 May 2018 10:05:02 +0000 (19:05 +0900)]
wearable/rotary_selector: update current page after using item insert/prepend API
Change-Id: I1433ad06a70219294b8eb268e7a5d51ed6fa2ce3
Taehyub Kim [Tue, 29 May 2018 05:28:13 +0000 (14:28 +0900)]
wearable/rotary_selector: initialize items before starting editing mode for delete badge VI animation
Change-Id: I0ee708c4bc9a181ccb216aa90aabaf30fc9829de
Taehyub Kim [Tue, 29 May 2018 02:24:18 +0000 (11:24 +0900)]
wearable/rotary_selector: modify items clear API considering to add item
Change-Id: I415a8ea4f6a0926f1586037ab52ac695f3f06f3c
Taehyub Kim [Mon, 28 May 2018 10:41:56 +0000 (19:41 +0900)]
wearable/rotary_selector: apply sound to button in editmode
Change-Id: I3caba73c61f3f6b7a4643e2a24a4b31195614255
Taehyub Kim [Mon, 28 May 2018 08:21:34 +0000 (17:21 +0900)]
wearable:rotary_selector: fix delete item timing issue since sometiems it is not deleted when we delete item fast
Change-Id: I347e227a9fba276a88ebd94ee70b6c832bae69fa
Taehyub Kim [Mon, 14 May 2018 06:52:18 +0000 (15:52 +0900)]
wearable/rotary_selector: apply edit mode dnd UX
Change-Id: I044345240b521a5979d3e13e13da1c4eff11a3ce
Taehyub Kim [Thu, 10 May 2018 09:23:22 +0000 (18:23 +0900)]
wearable/rotary_selector: expand touch area of deleted item
Change-Id: I14c8a1ce2a8f8a992f1f37ed920604a47add30fb
Taehyub Kim [Wed, 9 May 2018 01:35:04 +0000 (10:35 +0900)]
wearable/rotary_selector: prevent add item duplicated creation
Change-Id: I5fdc392f3e310cdad7be53707e829ece2dea6719
Taehyub Kim [Wed, 2 May 2018 09:43:20 +0000 (18:43 +0900)]
wearable/rotary_selector: modify add item mode to support in normal and edit mode, it can be added and removed dynamically
Change-Id: I278d611a662dc86adc15f986a62b03de92f905d8
Taehyub Kim [Wed, 2 May 2018 11:25:04 +0000 (20:25 +0900)]
wearable/rotary_selector: fix the condition to not go to the next page when rotary selector has 11 items
Change-Id: I8b37f77f57133764aa018da61855706e32aa2d21
Taehyub Kim [Mon, 23 Apr 2018 06:26:27 +0000 (15:26 +0900)]
wearable/rotary_selector: item click event should not occur when selector button is long pressed
Change-Id: I05aac03defd94548f943eea169ba36f025d4beef
Taehyub Kim [Thu, 19 Apr 2018 05:47:38 +0000 (14:47 +0900)]
wearable/rotary selector: Add item deleted and reordered events.
If item is deleted or reordered in rotary selector edit mode,
event should happen so that apps can take cover scenarios.
Change-Id: I0f76e15cc48ea85ac33fca143511cd4c3d51a92b
Jaehyun Cho [Fri, 5 Apr 2019 06:29:00 +0000 (15:29 +0900)]
genlist: fix to support non legacy widget Efl.Ui.List
The non legacy widget class name is fixed to "Efl.Ui.List".
Change-Id: I195880ca733a0c3ed6f44cf59d3ec0761eca69f3
Jaehyun Cho [Thu, 4 Apr 2019 07:56:43 +0000 (16:56 +0900)]
scroller: fix to support non legacy widget Efl.Ui.Scroller
The non legacy widget class name is fixed to "Efl.Ui.Scroller".
Change-Id: I8347aef074bc8fa3990020ed2d35c2395cf0e1d0
Taehyub Kim [Thu, 4 Apr 2019 09:23:12 +0000 (18:23 +0900)]
[C# spinner]: change class name
Change-Id: I5fc950d9569a5896e66b157a14d7a7bf81b10ffc
Jaehyun Cho [Thu, 4 Apr 2019 04:38:28 +0000 (13:38 +0900)]
datatime: fix to support non legacy widget Efl.Ui.Datepicker
The non legacy widget class name is fixed to "Efl.Ui.Datepicker".
The style "datetime/circle" is not set for the non legacy widget.
Change-Id: Id19dc791fa14b40b12ed74e783f2d22fcaca829c
Taehyub Kim [Tue, 12 Feb 2019 04:31:34 +0000 (13:31 +0900)]
[C# datetime]: supports Efl.Ui.DatePicker compatibility
Change-Id: I9502f376e136fea38a84e130be2c1f4b38546a49
Taehyub Kim [Tue, 12 Feb 2019 04:30:25 +0000 (13:30 +0900)]
[C# spinner]: supports Efl.Ui.Spinner compatibility
Change-Id: I1e46377e9f0bf9cedd38c629435d740ed83b6b80
Taehyub Kim [Tue, 12 Feb 2019 04:29:29 +0000 (13:29 +0900)]
[C# scroller]: supports Efl.Ui.Scroller compatibility
Change-Id: Iff78b48af34d6788a868b9d86301a00f7f61bd9f
Taehyub Kim [Tue, 12 Feb 2019 04:28:14 +0000 (13:28 +0900)]
[C#: genlist]: supports Efl.Ui.List compatibility
Change-Id: I0dc3700e9a708765785cf5b39cdcab24bf5551e4
Taehyub Kim [Tue, 12 Feb 2019 04:25:48 +0000 (13:25 +0900)]
[C#: circle_object]: add surface connection features
Change-Id: I15a77014a92898f0a0d761f21f8dabbe0e8e97b1
Taehyub Kim [Tue, 12 Feb 2019 04:23:28 +0000 (13:23 +0900)]
[C#: surface] make Efl.Ui.Win compatible with conformant
Change-Id: I1d3dea27d86502b9c071e727132c61b02401ca2f
Yeongjong Lee [Tue, 2 Apr 2019 06:40:04 +0000 (15:40 +0900)]
build: make Efl_Ui.h private
Change-Id: I91040643b4b3c97b559624195a702e7c42ca08ac
Jaehyun Cho [Tue, 19 Mar 2019 11:35:37 +0000 (20:35 +0900)]
eext_floatingbutton: fix return value of elm_widget_theme_object_set
Now elm_widget_theme_object_set returns EFL_UI_THEME_APPLY_ERROR_GENERIC
when theme load is failed.
Change-Id: I604fa705221fc921f199464e61c9c2acf7122d5e
Taehyub Kim [Mon, 18 Mar 2019 04:06:21 +0000 (13:06 +0900)]
fix migration build errors
Change-Id: I0f87a539d776175436c3563d77e7b5b9d91b1465
Shilpa Singh [Tue, 5 Jun 2018 10:15:17 +0000 (15:45 +0530)]
Accessibility, Datetime: gesture cb appended to wrong field issue fix
Change-Id: Id5603fa2e4676b187099b5f0883afdceb9c14ab4
SangHyeon Jade Lee [Thu, 25 Oct 2018 07:02:33 +0000 (16:02 +0900)]
gengrid : apply circle gengrid
Change-Id: I49da004ba2d94c75ecdd905d954d682901ec5b5c
Signed-off-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
JunsuChoi [Mon, 28 Jan 2019 10:56:12 +0000 (19:56 +0900)]
eext_floatingbutton: remove unused function.
mirrored_get/set is unused.
Change-Id: Id3dae7a96ad8966fd6e5cb61a84bbcfefa786756
junsu choi [Thu, 24 Jan 2019 06:41:29 +0000 (06:41 +0000)]
Merge "eext_floatingbutton: Up to date latest interface grammer" into tizen
JunsuChoi [Thu, 24 Jan 2019 05:45:25 +0000 (14:45 +0900)]
eext_floatingbutton: Up to date latest interface grammer
Change-Id: Ib5e3c3e155ef9f07ded2bd8a69cfa66fef7095de
Bowon Ryu [Fri, 4 Jan 2019 05:27:15 +0000 (05:27 +0000)]
Merge "wearable/slider: add tap & drag features" into tizen
Shinwoo Kim [Thu, 3 Jan 2019 10:12:43 +0000 (19:12 +0900)]
[MIGRATION] FIX BUILD ERROR
Collaboration between following commit of efl package and TIZEN ONLY widget
commit occurs build error. :/
0386127 efl: rename Efl.Ui.Base -> Efl.Ui.I18n as that is really what it does.
Change-Id: I73b0b5b5bef27be8ec199571808ee89979131bd2
Bowon Ryu [Thu, 3 Jan 2019 06:42:55 +0000 (15:42 +0900)]
wearable/slider: add tap & drag features
Change-Id: I87217521bc9037c366af8cce370f8a3ea9b2fe1d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Taehyub Kim [Fri, 14 Dec 2018 06:14:28 +0000 (15:14 +0900)]
circle_object: make circle object resizable when it is used stand-alone
Change-Id: Iacf290ac154b65c7a6d07b0d5c6d7dee64d62b7f