Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Summary: Applied new theme group name. Moved logic in finalize to constructor.
Test Plan: Run elementary_test->Efl.Ui.Spin, Efl.Ui.Spin.Button, Part_Background
Reviewers: jpeg, woohyun, CHAN
Reviewed By: CHAN
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5592
|
|
Summary: I accidentally deleted it. This should be maintained.
Reviewers: jpeg, taxi2se
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5615
|
|
Summary: separator0 part was not text part, thus printing error.
Test Plan: Run elementary_test->Efl.Ui.Clock
Reviewers: jpeg, woohyun, cedric
Differential Revision: https://phab.enlightenment.org/D5629
|
|
Summary:
elm_layout_theme_set calls theme_apply, which means
some of the components might not be initialized.
Test Plan: Run elementary_test->check no more ERR shown.
Reviewers: jpeg, woohyun
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5564
|
|
Summary:
It removes legacy aliases from efl_ui_text's theme.
And it also move all code from group add/del overriding functions to
constructor/destructor.
@fix
Test Plan: N/A
Reviewers: jpeg, taxi2se
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5601
|
|
Summary: Apply laze edc for efl widget.
Test Plan: elementary_test -> Efl.Ui.Clock sample.
Reviewers: jpeg, taxi2se, Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5606
|
|
Summary: Apply lazy edc, code clean up.
Test Plan: elementary_test -> multibuttonentry sample.
Reviewers: jpeg, taxi2se, Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5607
|
|
Completely broken after a few commits (removal of legacy widgets from EO
API, theme changes, etc...).
|
|
|
|
|
|
Reviewers: jpeg, taxi2se
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5578
|
|
|
|
Summary: remove redundant logic for button part.
Test Plan: Run elementary_test->Efl.Ui.Popup_alert
Reviewers: jpeg, Jaehyun_Cho, woohyun
Reviewed By: Jaehyun_Cho
Subscribers: cedric, Blackmole, herb
Differential Revision: https://phab.enlightenment.org/D5577
|
|
Summary:
ELM_PART_OVERRIDE_PARTIAL replaces ELM_PART_OVERRIDE and
ELM_PART_OVERRIDE_ONLY_ALIASES.
The difference is ELM_PART_OVERRIDE_PARTIAL calls super
ELM_PART_IMPLEMENT when subclass of part is not needed.
Test Plan:
Run elementary_test, Part Background, background part is well set.
Run efl.ui.panes/efl.ui.flip, check content is well set.
Reviewers: jpeg, Jaehyun_Cho, woohyun
Reviewed By: Jaehyun_Cho
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5566
|
|
Summary:
efl_ui_popup parts overrides efl_content and efl_text
which are sometimes not needed.
Test Plan: Run elementary_test -> efl_ui_popup tests
Reviewers: jpeg, cedric, woohyun, Jaehyun_Cho
Reviewed By: Jaehyun_Cho
Subscribers: Jaehyun_Cho, Blackmole, herb
Differential Revision: https://phab.enlightenment.org/D5556
|
|
Summary:
elm_button -> efl_ui_button class.
elm_entry will be changed after filter feature added.
Reviewers: Jaehyun_Cho, jpeg, woohyun
Reviewed By: Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5555
|
|
|
|
|
|
Summary:
elm_code_widget is legacy add, thus efl_add is not available.
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Reviewers: jpeg, cedric, ajwillia.ms, woohyun
Differential Revision: https://phab.enlightenment.org/D5548
|
|
|
|
When a widget inherits layout in tries to set theme in group_add or in
constructor. When another widget inherits the previous widget, it sets
layout again with new klass name. This sets klass in the widget and
sets layout in super class, so that it can set layout only once.
Test Plan: Run efl_ui_widget related elementary test.
Reviewers: jpeg, cedric, woohyun, singh.amitesh
Differential Revision: https://phab.enlightenment.org/D5473
|
|
affected widget list:
efl_ui_clock: test, ampm
efl_ui_multibuttonentry: guidetext, label, closedbutton
efl_ui_slider: popup(indicator)
efl_ui_text: scroller, handler, magnifier, cursor, selection, anchor
|
|
new eo widgets(efl_ui_ prefix) finds new edc group in
data/elementary/themes/edc/efl/*.edc.
New group name is "klass/group:style" and "base" group name and
"default" style name can be omitted.
for now, separator for style is ':' but needs to be decided.
|
|
theme_klass: set/get klass name used for resize_obj
theme_element: set/get group name used for resize_obj
theme_style: set/get style name used for resize_obj
element_update: automatically sets and apply theme for
sub object of widget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Author Nate Drake
Reviewer: Andy Williams
|
|
|
|
Those promise/future APIs are not required in the EO files.
|
|
|
|
Ref T5315
|
|
Summary:
eolian_mono now properly fills Eolian Unit when calling eolian_cxx
classes and functions.
Reviewers: felipealmeida
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5614
|
|
Summary:
Unit is now stored in klass_def, parameter_def and function_def for
future calls to the Eolian API.
Reviewers: felipealmeida, jpeg
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5613
|
|
Summary:
Edje.Object was renamed Efl.Canvas.Layout in
54ae9cc18b6c0fdb9a10f03ad2681587ca062c6c
Reviewers: jpeg, marcelhollerbach, felipealmeida
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D5610
|
|
Summary:
eolian_cxx was segfaulting due to a null unit being passed to
class_get_by_file.
Reviewers: felipealmeida, jpeg, q66
Differential Revision: https://phab.enlightenment.org/D5611
|
|
|
|
we had the issue that we stopped looping if we are a regular end. but we
need to continue until we have no rec_manager anymore.
|
|
|
|
|
|
|
|
|
|
|