Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc default_preview.edc 
        default_scrollframe.edc 


Log Message:


working on fwin... :)

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- default_fileman.edc 28 Sep 2006 06:07:15 -0000      1.46
+++ default_fileman.edc 1 Oct 2006 12:05:33 -0000       1.47
@@ -4802,6 +4802,750 @@
 
 
 
+images {
+   image: "e17_ibar_over_v.png" COMP;
+   image: "e17_sb_btd1.png" COMP;
+   image: "e17_sb_btd2.png" COMP;
+   image: "e17_sb_btu1.png" COMP;
+   image: "e17_sb_btu2.png" COMP;
+   image: "e17_sb_btl1.png" COMP;
+   image: "e17_sb_btl2.png" COMP;
+   image: "e17_sb_btr1.png" COMP;
+   image: "e17_sb_btr2.png" COMP;
+   image: "e17_sb_btu1.png" COMP;
+   image: "e17_sb_barh1.png" COMP;
+   image: "e17_sb_barh2.png" COMP;
+   image: "e17_sb_barv1.png" COMP;
+   image: "e17_sb_barv2.png" COMP;
+   image: "e17_sb_runnerh.png" COMP;
+   image: "e17_sb_runnerv.png" COMP;
+   image: "e17_scrollbar_hdrag_thumb.png" COMP;
+   image: "e17_scrollbar_vdrag_thumb.png" COMP;
+}
+
+group {
+   name: "e/fileman/scrollframe/default";
+   parts {
+      part {
+        name: "bg";
+        type: RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name: "clipper";
+        type: RECT;
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              to: "bg";
+           }
+           rel2 {
+              to: "bg";
+           }
+        }
+      }
+      part {
+        name: "e.swallow.content";
+        clip_to: "clipper";
+        type: SWALLOW;
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel2 {
+              relative: 0.0  0.0;
+              offset:   -1   -1;
+              to_x: "sb_vbar";
+              to_y: "sb_hbar";
+           }
+        }
+      }
+      part {
+        name:          "conf_over";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              to:       "bg";
+              offset:   -5 -5;
+           }
+           rel2 {
+              to:       "bg";
+              offset:   4 4;
+           }
+           image {
+              normal: "e17_ibar_over_v.png";
+              border: 13 13 13 13;
+               middle: 0;
+           }
+            fill {
+              smooth : 0;
+           }
+        }
+      }
+      part {
+        name: "sb_vbar";
+        type: RECT;
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           min: 16 16;
+           align: 1.0 0.0;
+           rel1 {
+              to: "bg";
+              relative: 1.0 0.0;
+              offset:   -1 0;
+           }
+           rel2 {
+              to: "bg";
+              relative: 1.0 0.0;
+              offset:   -1 -1;
+              to_y:     "sb_hbar";
+           }
+        }      
+        description {
+           state: "hidden" 0.0;
+           visible: 0;
+           max: 0 99999;
+           rel1 {
+              to: "bg";
+              relative: 1.0 0.0;
+              offset:   0 0;
+           }
+           rel2 {
+              to: "bg";
+              relative: 1.0 0.0;
+              offset:   0 -1;
+              to_y:     "sb_hbar";
+           }
+        }
+      }
+      part {
+        name: "sb_vbar_base";
+        type: RECT;
+        clip_to: "sb_vbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 0.0  1.0;
+              offset:   0    0;
+              to:       "sb_vbar_a1";
+           }
+           rel2 {
+              relative: 1.0  0.0;
+              offset:   -1   -1;
+              to:       "sb_vbar_a2";
+           }
+        }
+      }
+      part {
+        name: "sb_vbar_runner";
+        clip_to: "sb_vbar";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           max: 2 99999;
+           rel1 {
+              to:       "sb_vbar_base";
+           }
+           rel2 {
+              to:       "sb_vbar_base";
+           }
+           image {
+              normal: "e17_sb_runnerv.png";
+              border: 0 0 4 4;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+      }
+      part {
+        name: "sb_vbar_p1";
+        type: RECT;
+        clip_to: "sb_vbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 0.0 1.0;
+              offset:   0   0;
+              to:       "sb_vbar_a1";
+           }
+           rel2 {
+              relative: 1.0 0.0;
+              offset:   -1  -1;
+              to:       "e.dragable.vbar";
+           }
+        }
+      }
+      part {
+        name: "sb_vbar_p2";
+        type: RECT;
+        clip_to: "sb_vbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 0.0 1.0;
+              offset:   0   0;
+              to:       "e.dragable.vbar";
+           }
+           rel2 {
+              relative: 1.0 0.0;
+              offset:   -1  -1;
+              to:       "sb_vbar_a2";
+           }
+        }
+      }
+      part {
+        name: "e.dragable.vbar";
+        clip_to: "sb_vbar";
+        mouse_events: 1;
+        dragable {
+           x: 0 0 0;
+           y: 1 1 0;
+           confine: "sb_vbar_base";
+        }
+        description {
+           state: "default" 0.0;
+           min: 16 16;
+           rel1 {
+              relative: 0.5  0.5;
+              offset:   0    0;
+              to: "sb_vbar_base";
+           }
+           rel2 {
+              relative: 0.5  0.5;
+              offset:   0    0;
+              to: "sb_vbar_base";
+           }
+           image {
+              normal: "e17_sb_barv1.png";
+              border: 5 5 5 5;
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_barv2.png";
+           }
+        }
+      }
+      part {
+        name: "vbar_bar_thumb";
+        clip_to: "sb_vbar";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           max: 8 8;
+           min: 8 8;
+           rel1 {
+              to: "e.dragable.vbar";
+           }
+           rel2 {
+              to: "e.dragable.vbar";
+           }
+           image {
+              normal: "e17_scrollbar_vdrag_thumb.png";
+           }
+        }
+      }
+      part {      
+        name: "sb_vbar_a1";
+        type: IMAGE;
+        mouse_events: 1;
+        clip_to: "sb_vbar";
+        description {
+           state: "default" 0.0;
+           align: 0.5 0.0;
+           aspect: 1.0 1.0;
+           aspect_preference: HORIZONTAL;
+           rel1 {
+              to: "sb_vbar";
+              relative: 0.0  0.0;
+              offset:   0    0;
+           }
+           rel2 {
+              to: "sb_vbar";
+              relative: 1.0  0.0;
+              offset:   -1   0;
+           }
+           image {
+              normal: "e17_sb_btu1.png";
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_btu2.png";
+           }
+        }
+      }
+      part {
+        name: "sb_vbar_a2";
+        type: IMAGE;
+        mouse_events: 1;
+        clip_to: "sb_vbar";
+        description {
+           state: "default" 0.0;
+           align: 0.5 1.0;
+           aspect: 1.0 1.0;
+           aspect_preference: HORIZONTAL;
+           rel1 {
+              to: "sb_vbar";
+              relative: 0.0  1.0;
+              offset:   0    -1;
+           }
+           rel2 {
+              to: "sb_vbar";
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+           }
+           image {
+              normal: "e17_sb_btd1.png";
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_btd2.png";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar";
+        type: RECT;
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           min: 16 16;
+           align: 0.0 1.0;
+           rel1 {
+              to: "bg";
+              relative: 0.0 1.0;
+              offset:   0 -1;
+           }
+           rel2 {
+              to: "bg";
+              relative: 0.0 1.0;
+              offset:   -1 -1;
+              to_x:     "sb_vbar";
+           }
+        }
+        description {
+           state: "hidden" 0.0;
+           visible: 0;
+           rel1 {
+              to: "bg";
+              relative: 0.0  1.0;
+              offset:   0    0;
+           }
+           rel2 {
+              to: "bg";
+              relative: 0.0  1.0;
+              offset:   -1   0;
+              to_x:     "sb_vbar";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_base";
+        type: RECT;
+        clip_to: "sb_hbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 1.0  0.0;
+              offset:   0    0;
+              to:       "sb_hbar_a1";
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   -1   -1;
+              to:       "sb_hbar_a2";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_runner";
+        clip_to: "sb_hbar";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           max: 99999 2;
+           rel1 {
+              to:       "sb_hbar_base";
+           }
+           rel2 {
+              to:       "sb_hbar_base";
+           }
+           image {
+              normal: "e17_sb_runnerh.png";
+              border: 4 4 0 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_p1";
+        type: RECT;
+        clip_to: "sb_hbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 1.0 0.0;
+              offset:   0   0;
+              to:       "sb_hbar_a1";
+           }
+           rel2 {
+              relative: 0.0 1.0;
+              offset:   -1  -1;
+              to:       "e.dragable.hbar";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_p2";
+        type: RECT;
+        clip_to: "sb_hbar";
+        mouse_events: 1;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           rel1 {
+              relative: 1.0 0.0;
+              offset:   0   0;
+              to:       "e.dragable.hbar";
+           }
+           rel2 {
+              relative: 0.0 1.0;
+              offset:   -1  -1;
+              to:       "sb_hbar_a2";
+           }
+        }
+      }
+      part {
+        name: "e.dragable.hbar";
+        clip_to: "sb_hbar";
+        mouse_events: 1;
+        dragable {
+           x: 1 1 0;
+           y: 0 0 0;
+           confine: "sb_hbar_base";
+        }
+        description {
+           state: "default" 0.0;
+           min: 16 16;
+           rel1 {
+              relative: 0.5  0.5;
+              offset:   0    0;
+              to: "sb_hbar_base";
+           }
+           rel2 {
+              relative: 0.5  0.5;
+              offset:   0    0;
+              to: "sb_hbar_base";
+           }
+           image {
+              normal: "e17_sb_barh1.png";
+              border: 5 5 5 5;
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_barh2.png";
+           }
+        }
+      }
+      part {
+        name: "hbar_bar_thumb";
+        clip_to: "sb_hbar";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           max: 8 8;
+           min: 8 8;
+           rel1 {
+              to: "e.dragable.hbar";
+           }
+           rel2 {
+              to: "e.dragable.hbar";
+           }
+           image {
+              normal: "e17_scrollbar_hdrag_thumb.png";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_a1";
+        type: IMAGE;
+        mouse_events: 1;
+        clip_to: "sb_hbar";
+        description {
+           state: "default" 0.0;
+           align: 0.0 0.5;
+           aspect: 1.0 1.0;
+           aspect_preference: VERTICAL;
+           rel1 {
+              to: "sb_hbar";
+              relative: 0.0  0.0;
+              offset:   0    0;
+           }
+           rel2 {
+              to: "sb_hbar";
+              relative: 0.0  1.0;
+              offset:   0   -1;
+           }
+           image {
+              normal: "e17_sb_btl1.png";
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_btl2.png";
+           }
+        }
+      }
+      part {
+        name: "sb_hbar_a2";
+        type: IMAGE;
+        mouse_events: 1;
+        clip_to: "sb_hbar";
+        description {
+           state: "default" 0.0;
+           align: 1.0 0.5;
+           aspect: 1.0 1.0;
+           aspect_preference: VERTICAL;
+           rel1 {
+              to: "sb_hbar";
+              relative: 1.0  0.0;
+              offset:   -1    0;
+           }
+           rel2 {
+              to: "sb_hbar";
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+           }
+           image {
+              normal: "e17_sb_btr1.png";
+           }
+        }
+        description {
+           state: "clicked" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "e17_sb_btr2.png";
+           }
+        }
+      }
+   }
+   programs {   
+      program {
+        name: "sb_vbar_show";
+        signal: "e,action,show,vbar";
+        source: "e";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_vbar";
+      }
+      program {
+        name: "sb_vbar_hide";
+        signal: "e,action,hide,vbar";
+        source: "e";
+        action:  STATE_SET "hidden" 0.0;
+        target: "sb_vbar";
+      }
+      program {
+        name: "sb_hbar_show";
+        signal: "e,action,show,hbar";
+        source: "e";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_hbar";
+      }
+      program {
+        name: "sb_hbar_hide";
+        signal: "e,action,hide,hbar";
+        source: "e";
+        action:  STATE_SET "hidden" 0.0;
+        target: "sb_hbar";
+      }
+      
+      program {
+        name: "sb_vbar_a1_down";
+        signal: "mouse,down,1";
+        source: "sb_vbar_a1";
+        action:  STATE_SET "clicked" 0.0;
+        target: "sb_vbar_a1";
+      }
+      program {
+        name: "sb_vbar_a1_down2";
+        signal: "mouse,down,1";
+        source: "sb_vbar_a1";
+        action:  DRAG_VAL_STEP 0.0 -1.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_vbar_a1_up";
+        signal: "mouse,up,1";
+        source: "sb_vbar_a1";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_vbar_a1";
+      }
+      program {
+        name: "sb_vbar_a2_down";
+        signal: "mouse,down,1";
+        source: "sb_vbar_a2";
+        action:  STATE_SET "clicked" 0.0;
+        target: "sb_vbar_a2";
+      }
+      program {
+        name: "sb_vbar_a2_down2";
+        signal: "mouse,down,1";
+        source: "sb_vbar_a2";
+        action:  DRAG_VAL_STEP 0.0 1.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_vbar_a2_up";
+        signal: "mouse,up,1";
+        source: "sb_vbar_a2";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_vbar_a2";
+      }
+      program {
+        name: "sb_vbar_p1_down";
+        signal: "mouse,down,1";
+        source: "sb_vbar_p1";
+        action:  DRAG_VAL_PAGE 0.0 -1.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_vbar_p2_down";
+        signal: "mouse,down,1";
+        source: "sb_vbar_p2";
+        action:  DRAG_VAL_PAGE  0.0 1.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_vbar_down";
+        signal: "mouse,down,1";
+        source: "e.dragable.vbar";
+         action:  STATE_SET "clicked" 0.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_vbar_up";
+        signal: "mouse,up,1";
+        source: "e.dragable.vbar";
+         action:  STATE_SET "default" 0.0;
+        target: "e.dragable.vbar";
+      }
+      program {
+        name: "sb_hbar_a1_down";
+        signal: "mouse,down,1";
+        source: "sb_hbar_a1";
+        action:  STATE_SET "clicked" 0.0;
+        target: "sb_hbar_a1";
+      }
+      program {
+        name: "sb_hbar_a1_down2";
+        signal: "mouse,down,1";
+        source: "sb_hbar_a1";
+        action:  DRAG_VAL_STEP -1.0 0.0;
+        target: "e.dragable.hbar";
+        }
+      program {
+        name: "sb_hbar_a1_up";
+        signal: "mouse,up,1";
+        source: "sb_hbar_a1";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_hbar_a1";
+      }
+      program {
+        name: "sb_hbar_a2_down";
+        signal: "mouse,down,1";
+        source: "sb_hbar_a2";
+        action:  STATE_SET "clicked" 0.0;
+        target: "sb_hbar_a2";
+      }
+      program {
+        name: "sb_hbar_a2_down2";
+        signal: "mouse,down,1";
+        source: "sb_hbar_a2";
+        action:  DRAG_VAL_STEP 1.0 0.0;
+        target: "e.dragable.hbar";
+      }
+      program {
+        name: "sb_hbar_a2_up";
+        signal: "mouse,up,1";
+        source: "sb_hbar_a2";
+        action:  STATE_SET "default" 0.0;
+        target: "sb_hbar_a2";
+      }
+      program {
+        name: "sb_hbar_p1_down";
+        signal: "mouse,down,1";
+        source: "sb_hbar_p1";
+        action:  DRAG_VAL_PAGE -1.0 0.0;
+        target: "e.dragable.hbar";
+      }
+      program {
+        name: "sb_hbar_p2_down";
+        signal: "mouse,down,1";
+        source: "sb_hbar_p2";
+        action:  DRAG_VAL_PAGE  1.0 0.0;
+        target: "e.dragable.hbar";
+      }
+      program {
+        name: "sb_hbar_down";
+        signal: "mouse,down,1";
+        source: "e.dragable.hbar";
+         action:  STATE_SET "clicked" 0.0;
+        target: "e.dragable.hbar";
+      }
+      program {
+        name: "sb_hbar_up";
+        signal: "mouse,up,1";
+        source: "e.dragable.hbar";
+         action:  STATE_SET "default" 0.0;
+        target: "e.dragable.hbar";
+      }
+   }
+}
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_preview.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- default_preview.edc 23 Aug 2006 03:39:01 -0000      1.3
+++ default_preview.edc 1 Oct 2006 12:05:33 -0000       1.4
@@ -72,6 +72,7 @@
            image {
               normal: "e17_ibar_over_v.png";
               border: 13 13 13 13;
+               middle: 0;
            }
             fill {
               smooth : 0;
===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_scrollframe.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- default_scrollframe.edc     24 Aug 2006 04:16:04 -0000      1.7
+++ default_scrollframe.edc     1 Oct 2006 12:05:33 -0000       1.8
@@ -87,6 +87,7 @@
            image {
               normal: "e17_ibar_over_v.png";
               border: 13 13 13 13;
+               middle: 0;
            }
             fill {
               smooth : 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to