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.
Details
Details
Run elementary_test, Part Background, background part is well set.
Run efl.ui.panes/efl.ui.flip, check content is well set.
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
ELM_PART_OVERRIDE_ONLY_ALIASES should be removed because no more widget is using it,
but I will remove the macro after D5556 is merged to avoid merge conflict
Comment Actions
@taxi2se
Sorry to bother you but I made a mistake when I rebased the code and the commit owner was changed to me.
Please remove the blank line in efl_ui_popup_alert.c and do "arc diff --update D5566" again to create new commit for this patch.
If you do so, you will become the owner of this commit again.
Sorry again..
Comment Actions
I agree with the concept. If it works and passes make check and all tests, then this is fine, and @Jaehyun_Cho can push.