Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_icons.edc default_radio.edc Log Message: make radio icons use icons only to save space =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- default_icons.edc 4 Apr 2006 14:00:19 -0000 1.8 +++ default_icons.edc 21 May 2006 15:10:20 -0000 1.9 @@ -32,7 +32,20 @@ image: "e17_icon_up_arrow.png" COMP; image: "e17_icon_down_arrow.png" COMP; - image: "e17_pointer.png" COMP; + image: "e17_pointer.png" COMP; + + image: "e17_shelf_bottom_left.png" COMP; + image: "e17_shelf_bottom.png" COMP; + image: "e17_shelf_bottom_right.png" COMP; + image: "e17_shelf_left_bottom.png" COMP; + image: "e17_shelf_left.png" COMP; + image: "e17_shelf_left_top.png" COMP; + image: "e17_shelf_right_bottom.png" COMP; + image: "e17_shelf_right.png" COMP; + image: "e17_shelf_right_top.png" COMP; + image: "e17_shelf_top_left.png" COMP; + image: "e17_shelf_top.png" COMP; + image: "e17_shelf_top_right.png" COMP; } group { @@ -563,6 +576,223 @@ normal: "e17_pointer.png"; } } - } - } + } + } +} +group { + name: "icons/enlightenment/shelf_position_bottom"; + 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.png"; + } + } + } + } +} +/// +group { + name: "icons/enlightenment/shelf_position_bottom_left"; + 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_left.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_bottom_right"; + 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_right.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_top"; + 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.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_top_left"; + 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_left.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_top_right"; + 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_right.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_left"; + 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_left.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_left_top"; + 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_left_top.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_left_bottom"; + 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_left_bottom.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_right"; + 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_right.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_right_top"; + 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_right_top.png"; + } + } + } + } +} +group { + name: "icons/enlightenment/shelf_position_right_bottom"; + 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_right_bottom.png"; + } + } + } + } } =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_radio.edc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- default_radio.edc 21 May 2006 11:00:03 -0000 1.10 +++ default_radio.edc 21 May 2006 15:10:20 -0000 1.11 @@ -264,6 +264,19 @@ offset: 2 2; } rel2 { + relative: 1.0 1.0; + offset: -2 -2; + } + } + description { + state: "label_visible" 0.0; + min: 16 16; + rel1 { + to_x: "outline"; + relative: 1.0 0.0; + offset: 2 2; + } + rel2 { to_y: "label"; relative: 1.0 0.0; offset: -2 -2; @@ -292,10 +305,24 @@ } } part { + name: "label_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + visible: 0; + } + description { + state: "label_visible" 0.0; + visible: 1; + } + } + part { name: "label"; type: TEXT; effect: SHADOW; mouse_events: 0; + clip_to: "label_clip"; description { state: "default" 0.0; min: 16 16; @@ -311,7 +338,7 @@ color: 0 0 0 255; color3: 255 255 255 128; text { - text: "Radio Button"; + text: ""; font: "Edje-Vera"; size: 10; min: 1 1; @@ -364,6 +391,14 @@ } } programs { + program { + name: "label_on"; + signal: "label_visible"; + source: ""; + action: STATE_SET "label_visible" 0.0; + target: "icon_swallow"; + target: "label_clip"; + } program { name: "turn_on1"; signal: "toggle_on"; ------------------------------------------------------- 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