summaryrefslogtreecommitdiff
path: root/src/lib/elm_radio.c
Commit message (Collapse)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-5/+5
|
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
| | | | | | | | Being annoyed by different types of eina critical macros - CRI, CRIT, CRITICAL -, I concluded to unify them to one. Discussed on IRC and finally, CRI was chosen to meet the consistency with other macros - ERR, WRN, INF, DBG - in terms of the number of characters. If there is any missing bits, please let me know.
* check + radio - fix sizing evals and emits on content setCarsten Haitzler (Rasterman)2013-11-171-1/+5
| | | | this should fix T261
* button,check,colorselector,diskselector,flipselector,image,radio,toolbar: ↵Daniel Juyung Seo2013-11-131-1/+1
| | | | | | fixed formatting of smart_event functions before working on it. Now they look more consistent.
* button,inwin,radio,scroller,slider: Do not call smart_activate when the ↵Daniel Juyung Seo2013-11-081-0/+1
| | | | widget is disabled.
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
| | | | All the class names are now of the format: Elm_Type_Subtype_Extra
* elm: Fixed formatting about smart_event check for code consistency.Daniel Juyung Seo2013-10-281-6/+3
| | | | | | - Made it look clearer. - Removed unnecessary local variables. - Keep the code sequence consistent.
* fix up namespace for many signal while keeping old versions for compatCarsten Haitzler (Rasterman)2013-10-051-1/+1
|
* elm_radio.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-4/+3
|
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
|
* elementary/widgets - set parents before widget constructs their body.ChunEon Park2013-08-271-2/+3
| | | | This avoids unnecessary multiple setups when obj and subobj has connected.
* Fix elm to use key not keyname (so xmodmap works)Carsten Haitzler (Rasterman)2013-07-311-3/+3
|
* [access] use proper name _elm_access_info_get(); not ↵Shinwoo Kim2013-07-311-3/+3
| | | | _elm_access_object_get(); to get access information
* elm_radio.c: remove unused callback. elm,action,radio,on.Daniel Juyung Seo2013-07-241-2/+0
| | | | elm,action,radio,on was not used since elm 1.0 so this is not a theme api break.
* elm: added more "focused" and "unfocused" documentations.Daniel Juyung Seo2013-06-101-0/+2
| | | | genlist, hover, index, list, map, photocam, progressbar, radio, scroller, slider, slideshow, spinner, toolbar, win.
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+5
|
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-3/+3
|
* elm: print the error message inside elm_widget_sub_object_add().Daniel Juyung Seo2013-04-031-3/+1
| | | | | | | | 1. Do not need to print the same error message from all the widget codes. 2. Even though elm_widget_sub_object_add() can be used internally, there should be no error message at all. Elm devs should fix it beforehand. So it looks ok to print the error message in elm_widget_sub_object_add() to force elm devs to fix it. 3. Got additional code cleanups.
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-7/+7
|
* An internal layout error, on a widget set, is a CRITICAL error.Gustavo Lima Chaves2013-03-011-1/+2
|
* Replace supported_typesDaniel Zaoui2013-02-101-0/+2
| | | | | | Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 83803
* elm: Refactoring.Daniel Juyung Seo2013-01-041-1/+0
| | | | | | | Smart data is already initialized so we do not need to re-initialize them if the value equals to 0, NULL, or EINA_FALSE. Sometimes re-initializing smart data explicitly is needed for readability. So there are left overs. SVN revision: 82228
* [access] export some APIs,and remove unnecessary lines.Shinwoo Kim2012-12-231-6/+2
| | | | | | | | | | | | | | | + elm_access_object_register(); + elm_access_object_unregister(); + elm_access_text_set(); + elm_access_text_get(); + elm_access_cb_set(); These APIs are to use edje part, evas object as an accessible object. and do not create access object, because access object would be created at run time. This is different with internal API _elm_access_object_register(); SVN revision: 81659
* [radio] add smart_activate();Shinwoo Kim2012-11-261-2/+17
| | | | SVN revision: 79696
* Cleaning: removed include Eo.h in widgets because it was indirectly included ↵Daniel Zaoui2012-11-261-2/+0
| | | | | | | | by Elementary.h Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 79682
* We have ported to Eo all the widgets of elementary. We didn't change the ↵Yakov Goldberg2012-11-261-103/+231
| | | | | | | | | 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
* elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE).Daniel Juyung Seo2012-10-011-2/+2
| | | | SVN revision: 77244
* [elm] Now those comments make less sense, remove.Gustavo Lima Chaves2012-08-011-2/+0
| | | | SVN revision: 74768
* [elm] Radio now inheritable.Gustavo Lima Chaves2012-07-311-52/+25
| | | | SVN revision: 74693
* [elm] New elm_widget_add() usage spread.Gustavo Lima Chaves2012-07-181-5/+2
| | | | SVN revision: 74148
* [elm] More cosmetic.Gustavo Lima Chaves2012-07-171-1/+2
| | | | SVN revision: 73994
* [Elm] Radio now a layout.Gustavo Lima Chaves2012-05-031-376/+340
| | | | SVN revision: 70731
* REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Carsten Haitzler2012-05-031-284/+377
| | | | | | | | | this breaks theme api. so NO! come back with a version that doesn't break it. SVN revision: 70679
* [Elm] Radio now a layout.Gustavo Lima Chaves2012-05-021-377/+284
| | | | | | | | Theme changes will be ported back to other elm themes ASAP. SVN revision: 70654
* use the new escape text set to clear up issues if theme has TEXT vsCarsten Haitzler2012-04-201-2/+2
| | | | | | | | | TEXTBLOCK items and handling escapes so text is consistend across elm. fiuxes the fileselector issues kai reported. SVN revision: 70362
* remove code related with elm_radio_label_XXX & elm_radio_icon_XXXJiyoun Park2012-03-091-30/+0
| | | | | | | which was deprecated SVN revision: 69092
* elm radio: Added elm_radio_selected_object_get().Daniel Juyung Seo2012-02-211-0/+20
| | | | | | Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com> SVN revision: 68215
* elemlentary - minor changes. ChunEon Park2011-11-171-3/+3
| | | | | | | | guarantee the compatibility for priveous content_set/get/unset changes. SVN revision: 65320
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-10/+19
| | | | | | | | | | | | | | | Previous part names are just the swallow part names but in modified version, the part names chaned to simpler meaning names to use. i.e for button elm_object_content_part_set(button, "elm.swallow.icon", icon); -> elm_object_content_part_set(button, "icon", icon); SVN revision: 65295
* elementary - slider, scroller, progressbar, radioChunEon Park2011-10-311-31/+53
| | | | | | | | applied elm_object_content_set/get/unset APIs. SVN revision: 64542
* elm: Use appropriate add/del_full for evas event callbacks.Daniel Juyung Seo2011-10-311-0/+2
| | | | SVN revision: 64536
* elementary/elm_radio : Added accessibility for elm_radio.WooHyun Jung2011-09-191-4/+40
| | | | SVN revision: 63468
* Elementary: radio button documentation.Jonas M. Gastal2011-07-251-157/+0
| | | | SVN revision: 61698
* Elm: Make all the widgets accept "default" as the default.Tom Hacohen2011-07-041-2/+2
| | | | SVN revision: 61002
* elm radio: add the elm_object_text_set/get hooks.Tom Hacohen2011-07-041-20/+38
| | | | | | deprecate: elm_radio_indicator_label_set/get. SVN revision: 60986
* Elementary / genlist, slider, radio, win toolbar, thumb, toggle, scroller, ↵ChunEon Park2011-04-051-0/+5
| | | | | | | | | | slideshow, spinner updated signall callback list in each doxygen SVN revision: 58342
* elementary / slider, radio, separator, photocam, photo, store, scroller, ↵ChunEon Park2011-04-011-51/+51
| | | | | | slideshow, spinner, progressbar - removed white spacesw SVN revision: 58250
* make all widgets use a standard setup macro. cuts code down andCarsten Haitzler2011-04-011-6/+2
| | | | | | | | handles null parent errors, null wd alloc, null obj create errors etc. SVN revision: 58242
* Elementary: Added on-the-fly UI-mirroing support to all of the widgetsTom Hacohen2011-02-091-0/+1
| | | | SVN revision: 56846
* Elementary: Added ui-mirroring support for all the widgets.Tom Hacohen2011-02-081-0/+11
| | | | SVN revision: 56803