diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-05-24 12:30:31 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-24 12:30:32 -0400 |
commit | 38d7d33354ce4d13d70f707498c267b120bf2e5a (patch) | |
tree | 4b6d9ad3f3e3089b3999d5e10a759fe7f5c73206 /src/lib/efl/Efl.h | |
parent | 00851ea53b7d87c2b5be244d4fba0af9253f8039 (diff) |
Rename Efl.Ui.Direction -> Efl.Ui.Layout_Orientation
Summary:
This clarifies a bit the whole Orientation vs. Direction confusion, at the
expense of longer names (Image_Orientation vs. Layout_Orientation).
Also, the interfaces are now adjectives (Orientable) and the enums have long
names (*_Orientation).
Pretty big patch, but no functional changes.
Relates to T7863
Test Plan:
Everything builds and passes tests.
Elementary_tests show same behavior, including the "inverted" widgets, which
are the only parts which received a bit of code changes.
Proof:
https://travis-ci.org/Enlightenment/efl/builds/536277282
Reviewers: zmike, bu5hm4n, cedric
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8946
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 2b5f62a04d..aa88196720 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -97,8 +97,8 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
97 | #include "interfaces/efl_text.eo.h" | 97 | #include "interfaces/efl_text.eo.h" |
98 | #include "interfaces/efl_text_types.eot.h" | 98 | #include "interfaces/efl_text_types.eot.h" |
99 | #include "interfaces/efl_ui_i18n.eo.h" | 99 | #include "interfaces/efl_ui_i18n.eo.h" |
100 | #include "interfaces/efl_ui_direction.eo.h" | 100 | #include "interfaces/efl_ui_layout_orientable.eo.h" |
101 | #include "interfaces/efl_ui_direction_readonly.eo.h" | 101 | #include "interfaces/efl_ui_layout_orientable_readonly.eo.h" |
102 | #include "interfaces/efl_ui_drag.eo.h" | 102 | #include "interfaces/efl_ui_drag.eo.h" |
103 | #include "interfaces/efl_ui_range_display.eo.h" | 103 | #include "interfaces/efl_ui_range_display.eo.h" |
104 | #include "interfaces/efl_ui_range_interactive.eo.h" | 104 | #include "interfaces/efl_ui_range_interactive.eo.h" |