Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:


icons for most sys ops - not great, but something.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- default_icons.edc   31 Aug 2006 04:16:43 -0000      1.28
+++ default_icons.edc   10 Sep 2006 09:15:54 -0000      1.29
@@ -2,12 +2,6 @@
    image: "e17_icon_e_0.png" LOSSY 90;
    image: "e17_icon_e_glow_0.png" LOSSY 90;
    
-   image: "e17_icon_power_button_0.png" LOSSY 90;
-   image: "e17_icon_power_button_glow_0.png" LOSSY 90;
-   
-   image: "e17_icon_reset_button_0.png" LOSSY 90;
-   image: "e17_icon_reset_button_glow_0.png" LOSSY 90;
-   
    image: "e17_icon_theme.png" LOSSY 90;
 
    image: "e17_icon_windows.png" LOSSY 90;
@@ -78,6 +72,13 @@
    image: "e17_wallpaper_screen.png" COMP;
    image: "e17_wallpaper_center_flat.png" COMP;
    image: "e17_wallpaper_grad_screen.png" COMP;
+   image: "e17_icon_e_exit.png" COMP;
+   image: "e17_icon_e_reset.png" COMP;
+   image: "e17_icon_logout.png" COMP;
+   image: "e17_icon_hibernate.png" COMP;
+   image: "e17_icon_suspend.png" COMP;
+   image: "e17_icon_halt.png" COMP;
+   image: "e17_icon_reboot.png" COMP;
 }
 
 group {
@@ -142,11 +143,11 @@
    }
 }
 group {
-   name: "e/icons/enlightenment/exit";
+   name: "e/icons/enlightenment/reset";
    max:  64 64;
    parts {
-      part {      
-        name:          "power_button";
+      part {
+        name:          "icon";
         mouse_events:  0;
         description {
            state:    "default" 0.0;
@@ -154,60 +155,56 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_power_button_0.png";
+              normal: "e17_icon_e_reset.png";
            }
         }
       }
+   }
+}   
+group {
+   name: "e/icons/enlightenment/exit";
+   max:  64 64;
+   parts {
       part {
-        name:          "power_button_glow";
+        name:          "icon";
         mouse_events:  0;
         description {
            state:    "default" 0.0;
-           visible:   0;
-           rel1 {
-              to:       "power_button";
-           }
-           rel2 {
-              to:       "power_button";
-           }
-           color:       255 255 255 0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
            image {
-              normal: "e17_icon_power_button_glow_0.png";
+              normal: "e17_icon_e_exit.png";
            }
         }
-        description {
-           state:    "hilited" 0.0;
-           inherit:  "default"  0.0;
-           visible:   1;
-           color:     255 255 255 255;
-        }
       }
    }
-   programs {
-      program {         
-        name:       "power_button_in";
-        signal:     "e,state,selected";
-        source:     "e";
-        action:     STATE_SET "hilited" 0.0;
-        transition: LINEAR 0.5;
-        target:     "power_button_glow";
-      }
-      program {
-        name:       "power_button_out";
-        signal:     "e,state,unselected";
-        source:     "e";
-        action:     STATE_SET "default" 0.0;
-        transition: LINEAR 0.5;
-        target:     "power_button_glow";
+}   
+group {
+   name: "e/icons/enlightenment/logout";
+   max:  64 64;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
+           image {
+              normal: "e17_icon_logout.png";
+           }
+        }
       }
    }
-}
+}   
 group {
-   name: "e/icons/enlightenment/reset";
+   name: "e/icons/enlightenment/halt";
    max:  64 64;
    parts {
-      part {      
-        name:          "reset_button";
+      part {
+        name:          "icon";
         mouse_events:  0;
         description {
            state:    "default" 0.0;
@@ -215,60 +212,75 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_reset_button_0.png";
+              normal: "e17_icon_halt.png";
            }
         }
       }
+   }
+}   
+group {
+   name: "e/icons/enlightenment/reboot";
+   max:  64 64;
+   parts {
       part {
-        name:          "reset_button_glow";
+        name:          "icon";
         mouse_events:  0;
         description {
            state:    "default" 0.0;
-           visible:   0;
-           rel1 {
-              to:       "reset_button";
-           }
-           rel2 {
-              to:       "reset_button";
-           }
-           color:       255 255 255 0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
            image {
-              normal: "e17_icon_reset_button_glow_0.png";
+              normal: "e17_icon_reboot.png";
            }
         }
+      }
+   }
+}   
+group {
+   name: "e/icons/enlightenment/suspend";
+   max:  64 64;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
         description {
-           state:    "hilited" 0.0;
-           inherit:  "default"  0.0;
-           visible:   1;
-           color:     255 255 255 255;
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
+           image {
+              normal: "e17_icon_suspend.png";
+           }
         }
       }
    }
-   programs {
-      program {         
-        name:       "reset_button_in";
-        signal:     "e,state,selected";
-        source:     "e";
-        action:     STATE_SET "hilited" 0.0;
-        transition: LINEAR 0.5;
-        target:     "reset_button_glow";
-      }
-      program {
-        name:       "reset_button_out";
-        signal:     "e,state,unselected";
-        source:     "e";
-        action:     STATE_SET "default" 0.0;
-        transition: LINEAR 0.5;
-        target:     "reset_button_glow";
+}   
+group {
+   name: "e/icons/enlightenment/hibernate";
+   max:  64 64;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
+           image {
+              normal: "e17_icon_hibernate.png";
+           }
+        }
       }
    }
-}
+}   
 group {
    name: "e/icons/enlightenment/themes";
    max:  64 64;
    parts {
       part {      
-        name:          "e/theme_button";
+        name:          "icon";
         mouse_events:  0;
         description {
            state:    "default" 0.0;



-------------------------------------------------------------------------
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

Reply via email to