Enlightenment CVS committal Author : sndev Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_icons.edc Log Message: New Mouse Bindings dialog. Plz try, test, and let me know, if something is wrong. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- default_icons.edc 23 Aug 2006 03:39:01 -0000 1.24 +++ default_icons.edc 23 Aug 2006 12:49:10 -0000 1.25 @@ -40,6 +40,12 @@ image: "e17_icon_right_arrow.png" COMP; 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_shelf_bottom_left.png" COMP; image: "e17_shelf_bottom.png" COMP; @@ -612,6 +618,101 @@ max: 64 64; image { normal: "e17_icon_mouse.png"; + } + } + } + } +} +group { + name: "e/icons/enlightenment/mouse_binding_left"; + 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_bindings_left.png"; + } + } + } + } +} +group { + name: "e/icons/enlightenment/mouse_binding_middle"; + 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_bindings_middle.png"; + } + } + } + } +} +group { + name: "e/icons/enlightenment/mouse_binding_right"; + 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_bindings_right.png"; + } + } + } + } +} +group { + name: "e/icons/enlightenment/mouse_binding_scroll_up"; + 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_bindings_scroll_up.png"; + } + } + } + } +} +group { + name: "e/icons/enlightenment/mouse_binding_scroll_down"; + 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_bindings_scroll_down.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