Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_icons.edc Log Message: much improved importer - not done yet... =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- default_icons.edc 7 Aug 2006 20:25:34 -0000 1.18 +++ default_icons.edc 8 Aug 2006 20:41:45 -0000 1.19 @@ -63,6 +63,10 @@ image: "e17_icon_screen_normal.png" COMP; image: "e17_icon_screen_right.png" COMP; image: "e17_icon_screen_vflip.png" COMP; + + image: "e17_wallpaper_center.png" COMP; + image: "e17_wallpaper_screen.png" COMP; + image: "e17_wallpaper_center_flat.png" COMP; } group { @@ -1106,6 +1110,206 @@ max: 24 24; image { normal: "e17_shelf_top_desk.png"; + } + } + } + } +} + +group { + name: "icons/enlightenment/wallpaper_stretch"; + max: 24 24; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + image { + normal: "e17_wallpaper_center_flat.png"; + border: 5 5 5 5; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/wallpaper_tile"; + max: 24 24; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + image { + normal: "e17_wallpaper_center_flat.png"; + border: 5 5 5 5; + } + fill { + size { + relative: 0.33 0.33; + } + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/wallpaper_center"; + max: 24 24; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + rel1 { + relative: 0.125 0.125; + } + rel2 { + relative: 0.875 0.875; + } + image { + normal: "e17_wallpaper_center.png"; + border: 5 5 5 5; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/wallpaper_scale_aspect_in"; + max: 24 24; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.5 1.5; + aspect_preference: BOTH; + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + image { + normal: "e17_wallpaper_center.png"; + border: 5 5 5 5; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/wallpaper_scale_aspect_out"; + max: 24 24; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.5 1.5; + aspect_preference: NONE; + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + image { + normal: "e17_wallpaper_center.png"; + border: 5 5 5 5; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; } } } ------------------------------------------------------------------------- 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