Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_icon_theme.c Log Message: - Start working on the icon theme code. - this works by using the icon naming spec to query the names from ecore_desktop. it uses the Tango theme by default. if you don't have this theme installed you won't see the icons. - the theme is settable through examine (currently not working) - the theme can be either the installed icon theme name or a .edj file. if it's a .edj the group names need to match the icon name spec names for each icon that is provided. - the 'icon theme' test is a bit slow to start as it's trying to load up a lot of stuff. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/Makefile.am,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- Makefile.am 7 Aug 2006 19:15:44 -0000 1.36 +++ Makefile.am 16 Aug 2006 15:04:50 -0000 1.37 @@ -27,7 +27,8 @@ ewl_scrollpane.la ewl_spinner.la ewl_progressbar.la \ ewl_theme.la ewl_media.la ewl_menu.la ewl_imenu.la \ ewl_widget.la fullscreen.la modal.la ewl_layer.la \ - ewl_list.la puzzle.la ewl_grid.la + ewl_list.la puzzle.la ewl_grid.la \ + ewl_icon_theme.la ewl_border_la_SOURCES = ewl_border.c ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la @@ -351,6 +352,13 @@ -L$(top_builddir)/src/lib/.libs ewl_grid_la_DEPENDENCIES = +ewl_icon_theme_la_SOURCES = ewl_icon_theme.c +ewl_icon_theme_la_LIBADD = $(top_builddir)/src/lib/libewl.la +ewl_icon_theme_la_LDFLAGS = -module -avoid-version \ + -L$(top_builddir)/src/lib \ + -L$(top_builddir)/src/lib/.libs +ewl_icon_theme_la_DEPENDENCIES = + FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \ $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \ @@ -374,7 +382,8 @@ $(ewl_image_thumbnail_la_SOURCES) $(fullscreen_la_SOURCES) \ $(modal_la_SOURCES) $(ewl_layer_la_SOURCES) \ $(ewl_dnd_snoop_la_SOURCES) $(ewl_list_la_SOURCES) \ - $(puzzle_la_SOURCES) $(ewl_grid_la_SOURCES) + $(puzzle_la_SOURCES) $(ewl_grid_la_SOURCES) \ + $(ewl_icon_theme_la_SOURCES) EXTRA_DIST = $(FILES) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs