Commit Graph

9 Commits

Author SHA1 Message Date
Ryuan Choi 37ffb188bb elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
Ryuan Choi 6dce293a5e elm_calendar: Reorder few members of _Elm_Calendar_Smart_Data to reduce size
After reordered, sizeof(Elm_Calendar_Smart_Data) is little bit reduced
from 560 to 544 on 64bit system.
2013-10-17 16:34:15 +09:00
Daniel Zaoui 187d6bf8de Elementary: replace eo_data_get for objects data referencing. 2013-05-01 11:04:09 +03:00
Flavio Vinicius Alvares Ceolin 3048fa42b8 [elm] calendar: Making the them with double spinner a
style

The theme with double spinners is now a different style, so the user
can choice wich style he wants to use. It also removes the deprecated
flag from the elm_calendar_format_function_set() function.



SVN revision: 83095
2013-01-22 16:37:45 +00:00
Flavio Vinicius Alvares Ceolin a8719f824d [elm] calendar: spinners for month and year now
Adding a separated spinner for year.



SVN revision: 82108
2013-01-03 20:50:10 +00:00
Yakov Goldberg 5c98343198 We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79668
2012-11-26 06:32:53 +00:00
Kim Shinwoo 7aacc9fc4b From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] calendar - add access feature,
access - add _elm_access_edje_object_part_object_unregister(); 

the attachment has accessibility feature which is for the
elm_calendar. and
moreover..
it would be better to keep one more api for the access which name is
_elm_access_edje_object_part_object_unregister();
in the case of calendar item, its text part could be set with empty
value
in run time(dynamically), even though it had a value (1~31) previously.
so if there is an empty field(item), then previously registered item
should
be unregistered. the api would be useful not only this case but also
others.
then, please review the patch and give feedback. thanks.



SVN revision: 76502
2012-09-12 08:25:10 +00:00
Michael BOUCHAUD 6b520ae48d elementary: add elm_calendar_selectable_set
SVN revision: 76478
2012-09-11 21:33:54 +00:00
Gustavo Lima Chaves b7e8152421 [elm] Calendar now inheritable.
SVN revision: 74691
2012-07-31 22:06:52 +00:00