Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_shelf.edc Log Message: now config comes off a menu as does editing of items =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- default_shelf.edc 23 Apr 2006 06:56:22 -0000 1.8 +++ default_shelf.edc 23 Apr 2006 13:20:56 -0000 1.9 @@ -1,6 +1,6 @@ images { image: "e17_shelf_bg_h.png" COMP; - image: "e17_shelf_sh_h.png" COMP; + image: "e17_shelf_bg_v.png" COMP; image: "e17_ibar_bg_h.png" COMP; image: "e17_ibar_over_h.png" COMP; } @@ -13,31 +13,6 @@ } parts { part { - name: "shadow"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - rel1 { - to: "base"; - relative: 0.0 0.0; - offset: -5 -5; - } - rel2 { - to: "base"; - relative: 1.0 1.0; - offset: 12 12; - } - image { - normal: "e17_shelf_sh_h.png"; - border: 19 19 19 19; - } - fill { - smooth: 0; - } - } - } - part { name: "base"; mouse_events: 0; description { @@ -115,6 +90,96 @@ } } } + description { + state: "left" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: -6 0; + } + size { + offset: 6 0; + } + } + } + description { + state: "left_top" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: -6 -16; + } + size { + offset: 6 16; + } + } + } + description { + state: "left_bottom" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: -6 0; + } + size { + offset: 6 16; + } + } + } + description { + state: "right" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: 0 0; + } + size { + offset: 6 0; + } + } + } + description { + state: "right_top" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: 0 -16; + } + size { + offset: 6 16; + } + } + } + description { + state: "right_bottom" 0.0; + image { + normal: "e17_shelf_bg_v.png"; + border: 9 9 19 19; + } + fill { + origin { + offset: 0 0; + } + size { + offset: 6 16; + } + } + } } part { name: "items"; @@ -186,6 +251,72 @@ offset: -3 -3; } } + description { + state: "left" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 18; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -19; + } + } + description { + state: "left_top" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 2; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -19; + } + } + description { + state: "left_bottom" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 18; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -3; + } + } + description { + state: "right" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 18; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -19; + } + } + description { + state: "right_top" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 2; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -19; + } + } + description { + state: "right_bottom" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 18; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -3; + } + } } } programs { @@ -234,6 +365,54 @@ signal: "set_orientation"; source: "bottom_right"; action: STATE_SET "bottom_right" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient7"; + signal: "set_orientation"; + source: "left"; + action: STATE_SET "left" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient8"; + signal: "set_orientation"; + source: "left_top"; + action: STATE_SET "left_top" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient9"; + signal: "set_orientation"; + source: "left_bottom"; + action: STATE_SET "left_bottom" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient10"; + signal: "set_orientation"; + source: "right"; + action: STATE_SET "right" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient11"; + signal: "set_orientation"; + source: "right_top"; + action: STATE_SET "right_top" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient12"; + signal: "set_orientation"; + source: "right_bottom"; + action: STATE_SET "right_bottom" 0.0; target: "base"; target: "items"; } ------------------------------------------------------- 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