efl/legacy/elementary/src/bin
Leandro Pereira c563ef2370 [Elementary] Make it possible to lookup icons from Freedesktop in Elm_Icon.
With these changes, Elm_Icon will also look up icons from the chosen
Freedesktop (fd.o) icon theme.  Since this might incur in some performance
penalties if you're sure only theme icons will be used, icon lookup order
may be specified with the elm_icon_order_lookup_set() function call; using
the lookup parameter as follows:

 - ELM_ICON_ORDER_FDO_THEME (default) will look up first fd.o, then the theme;
 - ELM_ICON_ORDER_THEME_FDO will look up first the theme, then fd.o;
 - ELM_ICON_ORDER_FDO will look up only fd.o; and
 - ELM_ICON_ORDER_THEME (old behaviour) will lookup only from the theme.

Elm_Icon will also try to use a different resolution image if the widget is
resized and the image source is fd.o.

fd.o support requires Efreet, but it should work nicely (falling back to the
old behaviour) if it isn't available.

SVN revision: 53433
2010-10-14 22:21:43 +00:00
..
.cvsignore elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
Makefile.am add elm_fileselector_entry 2010-10-14 01:18:14 +00:00
config.c Remove some dead assignments from elementary 2010-09-25 22:07:55 +00:00
quicklaunch.c Remove some dead assignments from elementary 2010-09-25 22:07:55 +00:00
run.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test.c add elm_fileselector_entry 2010-10-14 01:18:14 +00:00
test_anchorblock.c printf-- 2010-09-16 06:55:22 +00:00
test_anchorview.c support items in anchorblock/view too. 2010-04-28 06:13:06 +00:00
test_anim.c * elementary: fix Ecore API changes. 2010-06-25 09:58:14 +00:00
test_bg.c Default BG Plain test back to scaled.... 2010-10-12 15:33:40 +00:00
test_box.c oops - other way. 2010-01-14 04:02:21 +00:00
test_button.c aaah typo! fix from lupan. 2010-03-14 22:33:52 +00:00
test_calendar.c Fix elm calendar test 2 windows title 2010-09-14 21:36:56 +00:00
test_carousel.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_check.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_clock.c Add tests for elm clock using time different from the system 2010-09-14 21:40:08 +00:00
test_colorpicker.c Elementary Colorpicker, widget designed to select a color. 2010-10-12 20:38:00 +00:00
test_conform.c Improve scrolled_entry a bit, it's still open for more love though. 2010-02-09 15:43:17 +00:00
test_cursor.c Fix cast between int and void* in x86_64. 2010-09-29 12:22:22 +00:00
test_diskpicker.c Add yet another kind of list widget to elm - diskpicker 2010-10-07 18:44:43 +00:00
test_entry.c Filter input text in entries. 2010-10-07 12:50:00 +00:00
test_fileselector.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_fileselector_button.c Welcome a new Elementary widget: file selector button. 2010-04-08 20:36:37 +00:00
test_fileselector_entry.c add elm_fileselector_entry 2010-10-14 01:18:14 +00:00
test_flip.c [Elementary] Implement priority in Elm_Toolbar. 2010-10-14 15:27:25 +00:00
test_flippicker.c Elementary Flippicker, a fresh new widget. 2010-10-06 18:40:04 +00:00
test_floating.c Remove dead assignments from elementary 2010-10-14 14:10:33 +00:00
test_focus.c Adding custom chain to focus. 2010-10-06 20:24:22 +00:00
test_focus2.c test focus brokenness. 2010-09-25 00:06:32 +00:00
test_gengrid.c Fix items alignment in Gengrid. 2010-10-11 01:55:07 +00:00
test_genlist.c Remove dead assignments from elementary 2010-10-14 14:10:33 +00:00
test_hover.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_hoversel.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_icon.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_icon_desktops.c Fix tests to use the void *data instead of const... 2010-09-17 16:34:59 +00:00
test_index.c Removing warnings in elm_tests. 2010-09-24 14:48:15 +00:00
test_inwin.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_label.c handle label resizes and wraps properly - add test for it! 2010-01-08 02:33:03 +00:00
test_launcher.c Remove some dead assignments from elementary 2010-09-25 22:07:55 +00:00
test_layout.c allow cursors on edje parts. 2010-09-27 00:51:16 +00:00
test_list.c example with button that propagates event to the list item. 2010-10-06 22:47:12 +00:00
test_map.c Remove dead assignments from elementary 2010-10-14 14:10:33 +00:00
test_menu.c Remove dead assignments from elementary 2010-10-14 14:10:33 +00:00
test_multi.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_notepad.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_notify.c Elm notify: better docs and fitting new API. 2010-09-28 16:56:34 +00:00
test_pager.c Adding focus cycle hook to pager, bubble and flip. 2010-10-01 19:03:02 +00:00
test_panel.c Removing unused variables 2010-10-14 17:58:01 +00:00
test_panes.c Adding focus cycle hook to Panes 2010-10-04 18:37:45 +00:00
test_photo.c Removing warnings in elm_tests. 2010-09-24 14:48:15 +00:00
test_photocam.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_progressbar.c * elementary: fix Ecore API changes. 2010-06-25 09:58:14 +00:00
test_radio.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_scaling.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_scroller.c scroller in scroller.... works! well with scrollers for now (elm_scroller). 2010-05-07 13:21:45 +00:00
test_separator.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_slider.c New API functions for elm slider. 2010-09-28 15:09:19 +00:00
test_slideshow.c Elm notify: better docs and fitting new API. 2010-09-28 16:56:34 +00:00
test_spinner.c Add special values to spinner. 2010-04-18 00:31:07 +00:00
test_table.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_thumb.c elm_thumb: Can now be dragged too. 2010-09-15 05:42:19 +00:00
test_toggle.c EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass. 2009-09-28 19:23:33 +00:00
test_toolbar.c [Elementary] Make it possible to lookup icons from Freedesktop in Elm_Icon. 2010-10-14 22:21:43 +00:00
test_tooltip.c Fix cast between int and void* in x86_64. 2010-09-29 12:22:22 +00:00
test_weather.c take that - more warning-- 2010-03-10 04:13:34 +00:00
test_win_state.c Fix compiler warnings ... yes, they were fairly harmless, but I hate 2010-05-21 17:16:42 +00:00