Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default.edc default_icons.edc Log Message: add gradient dialog icons. the diagonal up one looks a bit odd, but that's whats being generated right now. need to fix edje gradient fills first. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default.edc,v retrieving revision 1.70 retrieving revision 1.71 diff -u -3 -r1.70 -r1.71 --- default.edc 19 Aug 2006 19:09:05 -0000 1.70 +++ default.edc 20 Aug 2006 22:01:28 -0000 1.71 @@ -21,6 +21,15 @@ font: "VeraBd.ttf" "Edje-Vera-Bold"; } +spectra { + spectrum { + name: "black_to_trans"; + color: 0 0 0 255 1; + color: 0 0 0 0 1; + } +} + + collections { #include "default_background.edc" #include "default_battery.edc" =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- default_icons.edc 9 Aug 2006 07:58:27 -0000 1.20 +++ default_icons.edc 20 Aug 2006 22:01:28 -0000 1.21 @@ -67,6 +67,7 @@ image: "e17_wallpaper_center.png" COMP; image: "e17_wallpaper_screen.png" COMP; image: "e17_wallpaper_center_flat.png" COMP; + image: "e17_wallpaper_grad_screen.png" COMP; } group { @@ -1358,6 +1359,212 @@ aspect_preference: BOTH; image { normal: "e17_wallpaper_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/gradient_h"; + max: 24 24; + parts { + part { + name: "bg"; + type: GRADIENT; + mouse_events: 0; + description { + state: "default" 0.0; + + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + gradient { + spectrum: "black_to_trans"; + } + fill { + angle: 270; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_grad_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/gradient_v"; + max: 24 24; + parts { + part { + name: "bg"; + type: GRADIENT; + mouse_events: 0; + description { + state: "default" 0.0; + + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + gradient { + spectrum: "black_to_trans"; + } + fill { + angle: 0; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_grad_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/gradient_du"; + max: 24 24; + parts { + part { + name: "bg"; + type: GRADIENT; + mouse_events: 0; + description { + state: "default" 0.0; + + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + gradient { + spectrum: "black_to_trans"; + } + fill { + angle: 225; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_grad_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/gradient_dd"; + max: 24 24; + parts { + part { + name: "bg"; + type: GRADIENT; + mouse_events: 0; + description { + state: "default" 0.0; + + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + gradient { + spectrum: "black_to_trans"; + } + fill { + angle: 315; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_grad_screen.png"; + border: 2 2 2 2; + } + } + } + } +} + +group { + name: "icons/enlightenment/gradient_rad"; + max: 24 24; + parts { + part { + name: "bg"; + type: GRADIENT; + mouse_events: 0; + description { + state: "default" 0.0; + + rel1 { + to: "screen"; + } + rel2 { + to: "screen"; + } + gradient { + spectrum: "black_to_trans"; + type: "radial"; + } + fill { + origin.relative: 0.5 0.5; + } + } + } + part { + name: "screen"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + image { + normal: "e17_wallpaper_grad_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