efl/src
Woochan Lee 62a09f69a1 Efl.Ui.Calendar, elm_calendar: Code fixed to support auto repeat feature.
Summary:
1.  Why there is a edje signal callback in elm_calendar? and do we need to maintain?

 We used edje part like a button before (3 years ago?), So there is a callbacks to get edje signal.

 Im pretty sure it is not use anymore. but we need to maintain backward compatibility.

2. elm_calendar using using repeat feature in efl_ui_button for it. why did i change it to manual timer?

 We opend elm_calendar_interval_set() APIs. Support this API the manual timer is proper then using button's feature.

3. why scroll freeze? and why only elm_calendar does it?

 When the user long press calendar button area and then move the scroll will be activated. it can prevent that weird action.

 efl_ui_calendar using button's feature. i not sure scroll freeze is deserve to attached in button side as a feature or not.

 So i will consider more for this case.

4. Why efl_ui_calendar doesn't have year buttons (double spinner case)

 After interface work, we don't accept style change in the runtime. so that featrue will be supported as API.

 The year_button_set/get() property should be added. but i dont know is it really needed...

 If the app developer want use year inc/dec button for efl_ui_calendar. they can inherit the class and make it easily.

Test Plan:
View, Action, API test in the elementary-test sample App.

Ps. The issue of the calendar2 crash when it closed. It's not relative with this commit. its focus. i will look around.

Reviewers: Hermet, zmike, ManMower, segfaultxavi, devilhorns

Reviewed By: Hermet

Subscribers: cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6626
2018-07-23 15:49:10 +09:00
..
benchmarks
bin elm_code: (cherry-pick) Support indentation styles that are purely tab based 2018-07-22 17:02:23 +01:00
bindings efl_mono: Fix call to System.Threading.Thread. 2018-06-19 13:28:58 -04:00
edje_external
examples efl: fix some warnings in examples 2018-07-20 10:36:38 -04:00
generic
lib Efl.Ui.Calendar, elm_calendar: Code fixed to support auto repeat feature. 2018-07-23 15:49:10 +09:00
modules ecore_evas: when window resized in ecore_evas, check evas rotate state. 2018-07-18 08:10:22 -04:00
scripts eolian: make doc ref resolution global 2018-04-18 16:38:14 +02:00
static_libs evas: actually we expect gradient to live as long as the part that is using them. 2018-05-24 16:02:20 -07:00
tests elm_code: (cherry-pick) Support indentation styles that are purely tab based 2018-07-22 17:02:23 +01:00
wayland_protocol
CMakeLists.txt
CMakeLists_Eina.txt
Makefile.am build: fix distcheck when elua is disabled in main tree 2018-07-13 15:41:15 -04:00
Makefile_Cxx.am efl_cxx: remove eolized promises from the CXX bindings 2018-05-01 10:39:01 -07:00
Makefile_EPhysics.am
Makefile_Ecore.am tests/ecore: remove ecore-drm test 2018-07-10 14:44:44 -04:00
Makefile_Ecore_Audio.am
Makefile_Ecore_Avahi.am
Makefile_Ecore_Buffer.am
Makefile_Ecore_Cocoa.am
Makefile_Ecore_Con.am Efl.Net.Control.Manager (from Efl.Net.Control) 2018-04-24 09:03:42 -07:00
Makefile_Ecore_Drm.am
Makefile_Ecore_Drm2.am
Makefile_Ecore_Evas.am ecore_evas: fix vnc_server build. 2018-05-01 10:39:01 -07:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am
Makefile_Ecore_IMF.am
Makefile_Ecore_IMF_Evas.am
Makefile_Ecore_Input.am
Makefile_Ecore_Input_Evas.am
Makefile_Ecore_Ipc.am
Makefile_Ecore_Js.am
Makefile_Ecore_SDL.am
Makefile_Ecore_Wayland.am
Makefile_Ecore_Win32.am
Makefile_Ecore_Wl2.am ecore_wl2: Include window_v6.x in the dist even if not configured for wayland 2018-07-10 11:40:10 -04:00
Makefile_Ecore_X.am
Makefile_Ector.am tests: unbreak PACKAGE_BUILD_DIR usage in makefiles 2018-04-05 11:10:27 +02:00
Makefile_Edje.am tests/edje: split edje tests into separate files 2018-07-12 16:25:15 +09:00
Makefile_Edje_Helper.am
Makefile_Eet.am
Makefile_Eet_Helper.am
Makefile_Eeze.am
Makefile_Efl.am efl_ui_list : introduce new list widget for simple usage 2018-04-28 13:41:41 +09:00
Makefile_Efl_Js.am
Makefile_Efl_Mono.am C# bindings: Make efl_loop_timer.eo available to bindings 2018-07-06 15:00:51 -04:00
Makefile_Efl_Mono_MSBuild_Gen_Helper.am
Makefile_Efreet.am efreet: simplify and fix efreetd launch 2018-07-06 15:51:59 +02:00
Makefile_Eina.am tests: add test for eina_debug signal handling 2018-06-19 14:04:40 -04:00
Makefile_Eio.am
Makefile_Eldbus.am eldbus: refactor model code. 2018-04-30 14:21:11 -07:00
Makefile_Elementary.am elm_win: fix widget type name for backward compatibility 2018-05-31 21:39:34 +09:00
Makefile_Elocation.am
Makefile_Elput.am
Makefile_Elua.am build: fix distcheck when elua is disabled in main tree 2018-07-13 15:41:15 -04:00
Makefile_Elua_Helper.am
Makefile_Embryo.am
Makefile_Emile.am
Makefile_Emotion.am
Makefile_Eo.am eo: add testcase for basic eventing and lifetime checking 2018-06-07 09:39:10 +02:00
Makefile_Eolian.am eolian: add code to run static checks but don't enable yet 2018-05-17 16:11:03 +02:00
Makefile_Eolian_Cxx.am build: include newly created blacklist.hpp in dist 2018-05-03 14:43:38 +02:00
Makefile_Eolian_Cxx_Helper.am
Makefile_Eolian_Files_Helper.am
Makefile_Eolian_Helper.am
Makefile_Eolian_Js.am efl-js: Fix dependency generation in JavaScript binding compilation 2018-04-08 11:24:08 -03:00
Makefile_Eolian_Js_Helper.am
Makefile_Eolian_Mono_Helper.am
Makefile_Escape.am
Makefile_Ethumb.am
Makefile_Ethumb_Client.am
Makefile_Evas.am evas: move clearing cows to right place. 2018-06-27 07:50:31 -04:00
Makefile_Evil.am tests: unbreak PACKAGE_BUILD_DIR usage in makefiles 2018-04-05 11:10:27 +02:00
Makefile_Wayland_Protocols.am
Makefile_efl_wl.am