Enlightenment CVS committal

Author  : sndev
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:

Ehhhh. So stuff in one go.

* Mouse Binding Dialog
  - dialog refactoring
  - no need to select modifiers, etc. Just click add button and do an action 
with a mouse.
  - new icons. Many thanks to Luchezar 'ManowarrioR' Petkov for great work on 
this icons.
  - extra mouse buttons and wheels are supported.
  - etc, just try and see.

* Shelf
  - No re-population when "plain/inset" mode set.
  - Changing the orientation of the shelf horiz->vert does not screws up it 
look.
  - something else

* Gadcon
  - No overlaping items in initial shelf.
  - Moving of items in gadcon is not problematic any more. Will not get any mess
    and overlaps in gadcon on moving. 
  - Item sizing. If u size an item to the left it will be sized only to the 
left.
  - If gadcon clients take much more space than gadcon can display, they are 
resized
    starting from the biggest item(s).
  - Shrinked mode actions, moving/sizing, is not problematic. Everything works
    exactly in the same fasion as in non-shrinked mode.
  - etc.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- default_icons.edc   30 Aug 2006 21:35:35 -0000      1.27
+++ default_icons.edc   31 Aug 2006 04:16:43 -0000      1.28
@@ -41,11 +41,12 @@
    image: "e17_icon_up_arrow.png" COMP;
    image: "e17_icon_down_arrow.png" COMP;
 
-   image: "e17_icon_mouse_bindings_left.png" COMP;
-   image: "e17_icon_mouse_bindings_middle.png" COMP;
-   image: "e17_icon_mouse_bindings_right.png" COMP;
-   image: "e17_icon_mouse_bindings_scroll_up.png" COMP;
-   image: "e17_icon_mouse_bindings_scroll_down.png" COMP;
+   image: "e17_icon_mouse_left.png" COMP;
+   image: "e17_icon_mouse_middle.png" COMP;
+   image: "e17_icon_mouse_right.png" COMP;
+   image: "e17_icon_mouse_extra.png" COMP;
+   image: "e17_icon_mouse_wheel.png" COMP;
+   image: "e17_icon_mouse_clean.png" COMP;
    
    image: "e17_shelf_bottom_left.png" COMP;
    image: "e17_shelf_bottom.png" COMP;
@@ -605,7 +606,7 @@
    }
 }
 group {
-   name: "e/icons/enlightenment/mouse_binding_left";
+   name: "e/icons/enlightenment/mouse_left";
    max:  64 64;
    parts {
       part {
@@ -617,14 +618,14 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_mouse_bindings_left.png";
+              normal: "e17_icon_mouse_left.png";
            }
         }
       }
    }
 }
 group {
-   name: "e/icons/enlightenment/mouse_binding_middle";
+   name: "e/icons/enlightenment/mouse_middle";
    max:  64 64;
    parts {
       part {
@@ -636,14 +637,14 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_mouse_bindings_middle.png";
+              normal: "e17_icon_mouse_middle.png";
            }
         }
       }
    }
 }
 group {
-   name: "e/icons/enlightenment/mouse_binding_right";
+   name: "e/icons/enlightenment/mouse_right";
    max:  64 64;
    parts {
       part {
@@ -655,14 +656,14 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_mouse_bindings_right.png";
+              normal: "e17_icon_mouse_right.png";
            }
         }
       }
    }
 }
 group {
-   name: "e/icons/enlightenment/mouse_binding_scroll_up";
+   name: "e/icons/enlightenment/mouse_extra";
    max:  64 64;
    parts {
       part {
@@ -674,14 +675,14 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_mouse_bindings_scroll_up.png";
+              normal: "e17_icon_mouse_extra.png";
            }
         }
       }
    }
 }
 group {
-   name: "e/icons/enlightenment/mouse_binding_scroll_down";
+   name: "e/icons/enlightenment/mouse_wheel";
    max:  64 64;
    parts {
       part {
@@ -693,7 +694,26 @@
            aspect_preference: BOTH;
            max:      64 64;
            image {
-              normal: "e17_icon_mouse_bindings_scroll_down.png";
+              normal: "e17_icon_mouse_wheel.png";
+           }
+        }
+      }
+   }
+}
+group {
+   name: "e/icons/enlightenment/mouse_clean";
+   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_mouse_clean.png";
            }
         }
       }



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