Age | Commit message (Collapse) | Author |
|
|
|
Summary:
This calendar widget will support basic functionality of calendar.
I've separated this widget from elm_calendar since elm_calendar had
lots of unuseful things inside.
Reviewers: jpeg, singh.amitesh, cedric, CHAN, Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5346
|
|
Summary: @ref T5358
Reviewers: woohyun, jpeg, cedric, Jaehyun_Cho
Reviewed By: Jaehyun_Cho
Subscribers: Jaehyun, bu5hm4n, cedric, jpeg
Maniphest Tasks: T5358
Differential Revision: https://phab.enlightenment.org/D5169
JP's note:
MBE currently has quite a few issues, probably related to focus
handling. This needs to be fixed.
|
|
|
|
Summary:
elm_bg was supposed to be used only in legacy,
but since we need a common object to be used as a background of widgets,
it is now renamed as efl_ui_bg and supports EO APIs.
Reviewers: cedric, jpeg, woohyun
Differential Revision: https://phab.enlightenment.org/D5147
|
|
|
|
also add the comment in the code for trsanslators
@fix
|
|
This widget is a slider with two indicators which allows
to have interval of value.
|
|
This reverts commit 9836116cab93388cf3d079d39180f675f86be78f.
This is based on discussion today i had.
There would be a separate minimal spinner class instead
which facilates ways to extend it.
|
|
Ref T5900
|
|
|
|
Some names have not been changed, hopefully making a distinction
between legacy APIs and internal code (elm_layout_blah) and valid EO
usages.
This means many internal functions are still elm_layout_ as their
sole purpose is to support the legacy API.
Ref T5315
|
|
|
|
|
|
|
|
ref T5361
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
ref T5360
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
ref T5323
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
|
|
|
|
|
|
|
|
as per mailing list discussion about dropping xcb support now. it
hasn't been complete for a long time, thus not recommented for being
turned on. as we are moving to a wayland world xcbmakes even less
sense. as agreed, time to clean up a bit and remove a distraction as
well as not well tested code. this also updates po's too.
@feature
|
|
|
|
|
|
|
|
|
|
|
|
This unbreaks build.
See 53035f23e6d4d0cfc93356c1776d8a2a58d18f91.
|
|
In commit 549e274acb69131b5fb7dccc1659372cef7a6572 this file was renamed but
POTFILES.in not updated.
|
|
|
|
|
|
|
|
Follwoing a0ec05cd8f9307d0a28f6902680f579b96812f71 we also rename the file
here to fix the po file generation.
|
|
|
|
File was removed in 902950018be3682c0549174fc0c6d1c04141cd39.
|
|
Box, Table and Grid now belong to legacy land.
Their Evas counterparts are already not installed anymore,
and Efl.Ui.Box and Efl.Ui.Grid are here to replace those
widgets (note: code was initially copy & pasted).
This should fix installed EO files consistency.
|
|
In the elementary tree all translatable messages are enclosed in a E_() macro, and since this macro was undefined in Makevars all massages was not included in catalog.
If some coder think that the E domain is useless, or deprecated or whatever, please remove it and update all source files accordingly.
|
|
|
|
integrated"
This reverts commit 5517a23cde7af74cacf6d13be6e65596c02de048.
edje_external are back in, so this is not needed anymore.
|
|
The edje_external module from elementary is not integrated into the build
system yet and having these files enabled here confuses our po rules.
Cedric will enable these again when he enables them in the build.
|
|
Strange enough, if I still try to update po files, half of their content
disapear as if we are unable to find the text to translate in the .c files
when it is still there and the file is processed...
|
|
Please spend time looking at those as I had to do few stuff
manually and I may have borked some of them.
Side note question, why do we have ko.po and ko_KR.po ?
|
|
|