efl/legacy/elementary/src/lib
Gustavo Lima Chaves 87648e9ace [elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.



SVN revision: 79909
2012-11-30 14:41:39 +00:00
..
Elementary.h.in [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
Elementary_Cursor.h fomatting of headers -> fixup. and documentation fixing. 2011-12-30 07:20:48 +00:00
Makefile.am [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elc_ctxpopup.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_ctxpopup.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elc_fileselector.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_fileselector.h 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. 2012-11-26 06:32:53 +00:00
elc_fileselector_button.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_fileselector_button.h 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. 2012-11-26 06:32:53 +00:00
elc_fileselector_entry.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_fileselector_entry.h 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. 2012-11-26 06:32:53 +00:00
elc_hoversel.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_hoversel.h 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. 2012-11-26 06:32:53 +00:00
elc_multibuttonentry.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_multibuttonentry.h 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. 2012-11-26 06:32:53 +00:00
elc_naviframe.c elementary/naviframe - optimize code 2012-11-30 13:27:56 +00:00
elc_naviframe.h 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. 2012-11-26 06:32:53 +00:00
elc_player.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elc_popup.c [elementary/popup] Add edje_object_message_signal_process after some signal_emitting in smart_add function. 2012-11-28 14:52:34 +00:00
elc_popup.h 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. 2012-11-26 06:32:53 +00:00
elc_scrolled_entry.c [elm] Entry now a scrollable layout. 2012-08-30 16:45:15 +00:00
elm_access.c [access] enhance access features 2012-11-30 11:50:52 +00:00
elm_actionslider.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_actionslider.h 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. 2012-11-26 06:32:53 +00:00
elm_app.h Fix typos in documentation #2 2012-02-14 08:50:23 +00:00
elm_authors.h elm: Added Jiyoun Park to elementary authors list. 2012-10-16 00:01:38 +00:00
elm_bg.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_bg.h 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. 2012-11-26 06:32:53 +00:00
elm_box.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_box.h 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. 2012-11-26 06:32:53 +00:00
elm_bubble.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_bubble.h 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. 2012-11-26 06:32:53 +00:00
elm_button.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_button.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_cache.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_calendar.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_calendar.h elm: fix doxygen in calendar widget 2012-11-29 02:34:12 +00:00
elm_check.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_check.h 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. 2012-11-26 06:32:53 +00:00
elm_clock.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_clock.h 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. 2012-11-26 06:32:53 +00:00
elm_cnp.c elementary: Add COMPOUND_TEXT handler 2012-10-04 23:19:05 +00:00
elm_cnp.h core fixup of elm cnp to be able to work regardless ofr display 2012-08-22 08:33:43 +00:00
elm_colorselector.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_colorselector.h 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. 2012-11-26 06:32:53 +00:00
elm_config.c elementary: add a mode to entry to clear selection when loosing focus. 2012-11-29 08:58:49 +00:00
elm_config.h elementary: add a mode to entry to clear selection when loosing focus. 2012-11-29 08:58:49 +00:00
elm_conform.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_conform.h 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. 2012-11-26 06:32:53 +00:00
elm_container.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_cursor.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_datetime.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_datetime.h 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. 2012-11-26 06:32:53 +00:00
elm_dayselector.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_dayselector.h 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. 2012-11-26 06:32:53 +00:00
elm_debug.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_deprecated.h elementary - RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:14:45 +00:00
elm_diskselector.c 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. 2012-11-26 06:32:53 +00:00
elm_diskselector.h 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. 2012-11-26 06:32:53 +00:00
elm_entry.c elementary: add a mode to entry to clear selection when loosing focus. 2012-11-29 08:58:49 +00:00
elm_entry.h 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. 2012-11-26 06:32:53 +00:00
elm_factory.c remove deprecated function related with elm_flipselector and elm_factory 2012-03-06 12:58:07 +00:00
elm_factory.h disable factory for elm release 2012-03-05 13:13:26 +00:00
elm_finger.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_flip.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_flip.h 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. 2012-11-26 06:32:53 +00:00
elm_flipselector.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_flipselector.h 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. 2012-11-26 06:32:53 +00:00
elm_focus.h elementary: move Elm_Focus_Direction into Focus group 2012-11-16 05:58:20 +00:00
elm_font.c fix bug hermet added in font code! :) 2012-05-03 09:18:20 +00:00
elm_font.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_frame.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_frame.h 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. 2012-11-26 06:32:53 +00:00
elm_gen.h elm genlist: Fixed wrong member name. 'edit_item_style' -> 'decorate_all_item_style' 2012-03-09 12:00:28 +00:00
elm_gen_common.h elm genlist/gengrid: Refactoring. 2012-11-16 14:26:04 +00:00
elm_general.h elementary: move Elm_Focus_Direction into Focus group 2012-11-16 05:58:20 +00:00
elm_gengrid.c 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. 2012-11-26 06:32:53 +00:00
elm_gengrid.h 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. 2012-11-26 06:32:53 +00:00
elm_genlist.c 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. 2012-11-26 06:32:53 +00:00
elm_genlist.h 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. 2012-11-26 06:32:53 +00:00
elm_gesture_layer.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_gesture_layer.h 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. 2012-11-26 06:32:53 +00:00
elm_getting_started.h Removing meaningless '*' from documentation output. 2012-05-29 20:20:33 +00:00
elm_glview.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_glview.h elm: add ingroup GLView for some enums 2012-11-26 23:58:23 +00:00
elm_grid.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_grid.h 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. 2012-11-26 06:32:53 +00:00
elm_hover.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_hover.h 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. 2012-11-26 06:32:53 +00:00
elm_icon.c elementary: move code around for better readability. 2012-11-30 07:55:49 +00:00
elm_icon.h 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. 2012-11-26 06:32:53 +00:00
elm_image.c Add the hit_rect in elm_image. When the image is changed, the evas callback cannot be called. 2012-11-27 09:29:16 +00:00
elm_image.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_index.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_index.h 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. 2012-11-26 06:32:53 +00:00
elm_interface_scrollable.c elementary: x and y really need to be initialized in that case. 2012-11-30 10:08:23 +00:00
elm_interface_scrollable.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_intro.h update @version's 2012-08-27 09:51:57 +00:00
elm_inwin.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_inwin.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_label.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_label.h 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. 2012-11-26 06:32:53 +00:00
elm_layout.c elementary: move code around for better readability. 2012-11-30 07:55:49 +00:00
elm_layout.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_list.c 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. 2012-11-26 06:32:53 +00:00
elm_list.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_macros.h split up all elm headers. not perfect, but a big start 2011-12-30 06:49:28 +00:00
elm_main.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_map.c 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. 2012-11-26 06:32:53 +00:00
elm_map.h 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. 2012-11-26 06:32:53 +00:00
elm_mapbuf.c elementary/mapbuf - removed white trailing 2012-11-30 06:29:10 +00:00
elm_mapbuf.h 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. 2012-11-26 06:32:53 +00:00
elm_menu.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_menu.h 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. 2012-11-26 06:32:53 +00:00
elm_mirroring.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_module.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_need.h Fix typos in documentation #8. 2012-02-14 08:50:43 +00:00
elm_notify.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_notify.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_object.h elm elm_object.h: Fixed documentation and added more description. 2012-11-13 18:25:40 +00:00
elm_object_item.h Cleanup Doxygen Warnings - elementary 5 2012-04-27 12:55:29 +00:00
elm_panel.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_panel.h 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. 2012-11-26 06:32:53 +00:00
elm_panes.c elm panes: Added 'top' and 'bottom' part aliases for vertical panes. I did not change the swallow part name not to breatk theme api. 2012-11-29 18:43:39 +00:00
elm_panes.h elm panes: Added 'top' and 'bottom' part aliases for vertical panes. I did not change the swallow part name not to breatk theme api. 2012-11-29 18:43:39 +00:00
elm_photo.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_photo.h 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. 2012-11-26 06:32:53 +00:00
elm_photocam.c 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. 2012-11-26 06:32:53 +00:00
elm_photocam.h 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. 2012-11-26 06:32:53 +00:00
elm_plug.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_plug.h 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. 2012-11-26 06:32:53 +00:00
elm_prefs.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_data.c [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_data.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_edd.x [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_priv.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_progressbar.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_progressbar.h 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. 2012-11-26 06:32:53 +00:00
elm_radio.c [radio] add smart_activate(); 2012-11-26 11:18:04 +00:00
elm_radio.h 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. 2012-11-26 06:32:53 +00:00
elm_removed.h elm: Fixed formatting. 2012-03-28 09:02:22 +00:00
elm_route.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_route.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_scale.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_scroll.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_scroller.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_scroller.h 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. 2012-11-26 06:32:53 +00:00
elm_segment_control.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_segment_control.h 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. 2012-11-26 06:32:53 +00:00
elm_separator.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_separator.h 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. 2012-11-26 06:32:53 +00:00
elm_slider.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_slider.h 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. 2012-11-26 06:32:53 +00:00
elm_slideshow.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_slideshow.h 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. 2012-11-26 06:32:53 +00:00
elm_spinner.c [spinner] enhance access feature 2012-11-26 10:59:00 +00:00
elm_spinner.h 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. 2012-11-26 06:32:53 +00:00
elm_store.c remove trailing spaces and fix coding style 2012-10-11 00:35:00 +00:00
elm_store.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_table.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_table.h 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. 2012-11-26 06:32:53 +00:00
elm_theme.c elementary: escape theme filename correctly. 2012-09-25 08:04:17 +00:00
elm_theme.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_thumb.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_thumb.h 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. 2012-11-26 06:32:53 +00:00
elm_toolbar.c 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. 2012-11-26 06:32:53 +00:00
elm_toolbar.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_tooltip.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_transit.c elementary/transit - fix the transit to accept proxy obj 2012-10-30 14:44:34 +00:00
elm_transit.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_util.c elementary - sorry i pushed together which should not be 2012-10-30 13:11:53 +00:00
elm_video.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_video.h 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. 2012-11-26 06:32:53 +00:00
elm_web.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_web.h 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. 2012-11-26 06:32:53 +00:00
elm_web2.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_widget.c Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h 2012-11-26 09:29:01 +00:00
elm_widget.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_widget_actionslider.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_bg.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_box.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_bubble.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_button.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_calendar.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_check.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_clock.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_colorselector.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_conform.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_container.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
elm_widget_ctxpopup.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_datetime.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_dayselector.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_diskselector.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_entry.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_fileselector.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_fileselector_button.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_fileselector_entry.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_flip.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_flipselector.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_frame.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_gengrid.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_genlist.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_glview.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_grid.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_hover.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_hoversel.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_icon.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_image.h Add the hit_rect in elm_image. When the image is changed, the evas callback cannot be called. 2012-11-27 09:29:16 +00:00
elm_widget_index.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_inwin.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_label.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_layout.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_list.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_map.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_mapbuf.h elementary/mapbuf - fix the mapbuf to update it's contents correctly even if they go outside of the buffer 2012-11-29 06:51:30 +00:00
elm_widget_menu.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_multibuttonentry.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_naviframe.h elementary/naviframe - move the animator to item. now animator can be managed by each item properly. 2012-11-30 12:17:04 +00:00
elm_widget_notify.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_panel.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_panes.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_photo.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_photocam.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_player.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_plug.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_popup.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_prefs.h [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_widget_progressbar.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_radio.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_route.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_scroller.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_segment_control.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_separator.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_slider.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_slideshow.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_spinner.h [spinner] enhance access feature 2012-11-26 10:59:00 +00:00
elm_widget_table.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_thumb.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_toolbar.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_video.h 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. 2012-11-26 06:32:53 +00:00
elm_widget_web.h 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. 2012-11-26 06:32:53 +00:00
elm_win.c [access] enhance access features 2012-11-30 11:50:52 +00:00
elm_win.h Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings. 2012-11-27 05:35:43 +00:00
els_box.c Remove unnecessary code. 2012-04-24 11:09:31 +00:00
els_box.h
els_cursor.c Elm: Patches from Rob Bradford <rob@linux.intel.com> to: 2012-06-06 13:55:15 +00:00
els_pan.c Elm smart/pan: Check obj != NULL before fetching smart data. 2012-07-08 10:31:34 +00:00
els_pan.h fomatting of headers -> fixup. and documentation fixing. 2011-12-30 07:20:48 +00:00
els_scroller.c elementary - sorry i pushed together which should not be 2012-10-30 13:11:53 +00:00
els_scroller.h move lots of deprecated stuff into deprecated files. need 2 right now. 2011-12-30 09:41:11 +00:00
els_tooltip.c big tooltip (tooltip in window) visibility bug fix! yay! :) 2012-08-06 06:43:59 +00:00
elu_ews_wm.c use the new escape text set to clear up issues if theme has TEXT vs 2012-04-20 12:51:10 +00:00