Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: Makefile.am default.edc default_cslider.edc default_spectrum.edc Added Files: default_color_well.edc Log Message: more csel work. theme it up a bit. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/Makefile.am,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- Makefile.am 14 Aug 2006 04:38:49 -0000 1.44 +++ Makefile.am 15 Aug 2006 00:54:32 -0000 1.45 @@ -55,7 +55,8 @@ default_shelf.edc \ default_preview.edc \ default_cslider.edc \ -default_spectrum.edc +default_spectrum.edc \ +default_color_well.edc default.edj: Makefile $(EXTRA_DIST) $(EDJE_CC) $(EDJE_FLAGS) \ =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default.edc,v retrieving revision 1.65 retrieving revision 1.66 diff -u -3 -r1.65 -r1.66 --- default.edc 14 Aug 2006 04:38:49 -0000 1.65 +++ default.edc 15 Aug 2006 00:54:32 -0000 1.66 @@ -64,5 +64,6 @@ #include "default_preview.edc" #include "default_cslider.edc" #include "default_spectrum.edc" +#include "default_color_well.edc" } =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_cslider.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- default_cslider.edc 14 Aug 2006 04:38:49 -0000 1.1 +++ default_cslider.edc 15 Aug 2006 00:54:32 -0000 1.2 @@ -1,78 +1,124 @@ group { name: "widgets/cslider"; parts { - part { - name: "bg"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - color: 0 0 0 100; - min: 0 20; - max: 99999 20; - rel1.offset: 2 2; - rel2.offset: -3 -3; - } - description { - state: "vertical" 0.0; - inherit: "default" 0.0; - min: 20 0; - max: 20 99999; + part { + name: "background"; + mouse_events: 0; + description { + state: "default" 0.0; + min: 50 20; + rel1 { + to: "overlay"; + } + rel2 { + to: "overlay"; + } + image { + normal: "e17_ibar_bg_h.png"; + border: 6 6 6 6; + } + fill { + smooth: 0; + } + } + description { + state: "vertical" 0.0; + inherit: "default" 0.0; + min: 20 50; + } + } + part { + name: "content_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + to: "background"; + offset: 4 4; + } + rel2 { + to: "background"; + offset: -5 -5; + } + color: 255 255 255 255; + } + } + part { + name: "content"; + type: SWALLOW; + mouse_events: 0; + clip_to: "content_clip"; + description { + state: "default" 0.0; + rel1 { + offset: 4 4; + } + rel2 { + offset: -5 -5; + } + color: 0 0 0 0; + } } - } - part { - name: "gradient"; - type: SWALLOW; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.to: "bg"; - rel1.offset: 1 1; - rel2.to: "bg"; - rel2.offset: -2 -2; - } - } part { name: "cursor"; type: RECT; + clip_to: "content_clip"; dragable { - confine: "gradient"; + confine: "content"; x: 1 1 0; y: -1 1 0; } description { state: "default" 0.0; - min: 3 16; - max: 3 9999; + min: 1 16; + max: 1 9999; fixed: 1 1; rel1 { - to: "gradient"; + to: "content"; relative: 0.5 0; offset: 0 0; } rel2 { - to: "gradient"; + to: "content"; relative: 0.5 1; offset: 0 -1; } } description { state: "vertical" 0.0; - min: 16 3; - max: 9999 3; + min: 16 1; + max: 9999 1; fixed: 1 1; rel1 { - to: "gradient"; + to: "content"; relative: 0 0.5 ; offset: 0 0; } rel2 { - to: "gradient"; + to: "content"; relative: 1 0.5; offset: -1 0; } } } + + part { + name: "overlay"; + mouse_events: 0; + description { + state: "default" 0.0; + image { + normal: "e17_well_overlay.png"; + border: 13 13 13 13; + middle: 0; + } + fill { + smooth: 0; + } + } + } + } programs { program { @@ -81,7 +127,7 @@ source: ""; action: STATE_SET "vertical" 0.0; target: "cursor"; - target: "bg"; + target: "background"; } } } =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_spectrum.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- default_spectrum.edc 14 Aug 2006 04:38:49 -0000 1.1 +++ default_spectrum.edc 15 Aug 2006 00:54:32 -0000 1.2 @@ -1,53 +1,88 @@ +images { + image: "e17_well_overlay.png" COMP; +} + group { name: "widgets/spectrum"; parts { - part { - name: "bg"; - type: RECT; - mouse_events: 0; - description { - state: "default" 0.0; - aspect: 1 1; - color: 0 0 0 100; - rel1.offset: 2 2; - rel2.offset: -3 -3; + part { + name: "background"; + mouse_events: 0; + description { + state: "default" 0.0; + min: 50 50; + aspect: 1 1; + rel1 { + to: "overlay"; + } + rel2 { + to: "overlay"; + } + image { + normal: "e17_ibar_bg_h.png"; + border: 6 6 6 6; + } + fill { + smooth: 0; + } + } + } + part { + name: "content_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1 1; + rel1 { + to: "background"; + offset: 4 4; + } + rel2 { + to: "background"; + offset: -5 -5; + } + color: 255 255 255 255; + } + } + part { + name: "content"; + type: SWALLOW; + mouse_events: 0; + clip_to: "content_clip"; + description { + state: "default" 0.0; + aspect: 1 1; + rel1 { + offset: 4 4; + } + rel2 { + offset: -5 -5; + } + color: 0 0 0 0; + } } - } - part { - name: "spectrum"; - type: SWALLOW; - mouse_events: 0; - description { - state: "default" 0.0; - min: 18 18; - max: 9999 9999; - rel1.to: "bg"; - rel1.offset: 1 1; - rel2.to: "bg"; - rel2.offset: -2 -2; - } - } part { name: "cursor"; type: RECT; dragable { - confine: "spectrum"; + confine: "content"; x: 1 1 0; y: 1 1 0; } description { state: "default" 0.0; - min: 3 3; - max: 3 3; + min: 1 1; + max: 1 1; fixed: 1 1; visible: 0; rel1 { - to: "spectrum"; + to: "content"; relative: 0.5 0.5; offset: 0 0; } rel2 { - to: "spectrum"; + to: "content"; relative: 0.5 0.5; offset: 0 0; } @@ -60,11 +95,11 @@ state: "default" 0.0; rel1 { to_x: "cursor"; - to_y: "spectrum"; + to_y: "content"; } rel2 { to_x: "cursor"; - to_y: "spectrum"; + to_y: "content"; } } @@ -75,15 +110,32 @@ description { state: "default" 0.0; rel1 { - to_x: "spectrum"; + to_x: "content"; to_y: "cursor"; } rel2 { - to_x: "spectrum"; + to_x: "content"; to_y: "cursor"; } } } + part { + name: "overlay"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1 1; + image { + normal: "e17_well_overlay.png"; + border: 13 13 13 13; + middle: 0; + } + fill { + smooth: 0; + } + } + } + } } ------------------------------------------------------------------------- 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