Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        Makefile.am default.edc 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like "web_browser" and if the theme provides a theme override for icons of
class "web_browser" then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more "specific" and "more general"
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 28 Jul 2005 07:43:57 -0000      1.16
+++ Makefile.am 30 Jul 2005 07:46:03 -0000      1.17
@@ -32,7 +32,8 @@
 default_winlist.edc \
 default_transitions.edc \
 default_dialog.edc \
-default_desktopname.edc
+default_desktopname.edc \
+default_icons.edc
 
 default.edj: Makefile $(EXTRA_DIST)
        $(EDJE_CC) $(EDJE_FLAGS) \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- default.edc 28 Jul 2005 07:43:57 -0000      1.36
+++ default.edc 30 Jul 2005 07:46:03 -0000      1.37
@@ -41,5 +41,6 @@
 #include "default_transitions.edc"
 #include "default_dialog.edc"
 #include "default_desktopname.edc"
+#include "default_icons.edc"
 }
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to