efl/src/tests
Mike Blumenkrantz 0b152734ba efl_ui_widget: redo disable handling
before the disable property was a bit weird. Setting something to
disabled=true will disable all children of the widget that is changed.
However, only the update function of the children will get the false flag,
not the flag itself. Which means, to query the real disabled state, we
need to walk up the parent relations.

With this patch, every change to disabled will go through the disabled
property, which mean, a implementor can just overwrite the disabled
property, and adjust its internal state there. Just be carefull, a set
to disabled=true still might result in disabled=false. This makes the
function on_disable_update unneccesary. Which also cleans up the
Efl.Ui.Widget class.

ref T7553

Depends on D8016

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D8017
2019-02-27 20:19:23 +01:00
..
ecore eolian: validate betaness 2019-02-25 14:00:28 +01:00
ecore_audio_cxx eolian-cxx: Remove .Base requirement 2016-04-21 18:31:53 -03:00
ecore_con eolian: drop class function overriding 2019-02-13 16:59:58 +01:00
ecore_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
ector cmake: remove! 2018-12-20 20:07:26 +01:00
edje efl.canvas.object: clip -> clipper && clipees -> clipped_objects 2019-02-27 13:17:37 -05:00
edje_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eet cmake: remove! 2018-12-20 20:07:26 +01:00
eet_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eeze cmake: remove! 2018-12-20 20:07:26 +01:00
efl efl: improve Efl.Container_Model test to have proper lifecycle. 2019-02-23 08:58:07 -05:00
efl_js eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
efl_mono efl-csharp: Remove legacy Evas bindings. 2019-02-25 19:21:04 -03:00
efreet efreet test - use correct free func prototype for desktyp type add 2018-11-09 11:43:59 +00:00
eina eina: add tests for the new Eina_Value convert functions. 2019-01-23 10:54:07 -08:00
eina_cxx meson: use eolian_gen with -S 2018-12-03 19:00:26 +01:00
eio eio: enforce proper lifecycle for all Efl.Io_Model and fix discovered lifecycle bugs. 2019-02-23 08:57:48 -05:00
eldbus cmake: remove! 2018-12-20 20:07:26 +01:00
eldbus_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
elementary efl_ui_widget: redo disable handling 2019-02-27 20:19:23 +01:00
elementary_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
elocation tests: add instrumentation to existing tests to find slow tests 2018-04-05 11:10:25 +02:00
elput here comes meson 2018-10-02 17:22:50 +02:00
elua elua tests: fix distcheck 2019-02-27 18:40:10 +01:00
emile cmake: remove! 2018-12-20 20:07:26 +01:00
emotion efl.file: improve api a bit 2019-02-27 13:17:10 -05:00
eo build: test eo fallback add 2019-02-25 07:59:13 -05:00
eo_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
eolian eolian: introduce typed slice types 2019-02-22 16:18:49 +01:00
eolian_cxx eolian-cxx: Add constructor_def 2019-01-28 16:23:07 +09:00
eolian_js eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
evas efl.canvas.object: clip -> clipper && clipees -> clipped_objects 2019-02-27 13:17:37 -05:00
evas_cxx meson: here comes cxx bindings 2018-10-24 12:05:58 +02:00
evil evil: Fix test compilation. 2018-06-13 10:09:16 -04:00
.gitignore tests: add failsafe timeout for tests running in fork mode 2018-08-16 09:59:58 +02:00
efl_check.h tests: guard eina bool variable to avoid compilation failure on windows 2019-02-14 13:00:54 +01:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00
timeout.c tests: add failsafe timeout for tests running in fork mode 2018-08-16 09:59:58 +02:00