Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:


new basic mode shelf config - simpler with "pre-defined" recipies - this
should stop people asking stupid things like "how can i get gadgets on the
desktop" as its a 1 click option. things like "they look like shit - cokie
cutter" are hidden so silly peolpe who dont listen to advice and dont select
below everything - have it selected for them. don't like the basic set of
options given - use advanced to fiddle to your hearts content.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default_icons.edc   21 May 2006 15:10:20 -0000      1.9
+++ default_icons.edc   16 Jun 2006 08:20:35 -0000      1.10
@@ -46,6 +46,12 @@
    image: "e17_shelf_top_left.png" COMP;
    image: "e17_shelf_top.png" COMP;
    image: "e17_shelf_top_right.png" COMP;
+   image: "e17_shelf_bottom_desk.png" COMP;
+   image: "e17_shelf_custom.png" COMP;
+   image: "e17_shelf_dock.png" COMP;
+   image: "e17_shelf_menu_bar.png" COMP;
+   image: "e17_shelf_panel.png" COMP;
+   image: "e17_shelf_top_desk.png" COMP;
 }
 
 group {
@@ -791,6 +797,114 @@
            max:      24 24;
            image {
               normal: "e17_shelf_right_bottom.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_bottom_desk";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_bottom_desk.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_custom";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_custom.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_dock";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_dock.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_menu_bar";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_menu_bar.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_panel";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_panel.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "icons/enlightenment/shelf_top_desk";
+   max:  24 24;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           max:      24 24;
+           image {
+              normal: "e17_shelf_top_desk.png";
            }
         }
       }




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to