Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:


typebuf makes a comeback... bitches! yooot!

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- default_fileman.edc 9 Sep 2006 07:00:14 -0000       1.43
+++ default_fileman.edc 15 Sep 2006 14:06:23 -0000      1.44
@@ -2931,6 +2931,36 @@
    name: "e/fileman/overlay";
    parts {
       part {
+        name: "e.text.typebuf_label";
+         type: TEXT;
+        effect: SOFT_SHADOW;
+        clip_to: "typebuf_clip";
+         mouse_events:  0;
+        description {
+           state: "default" 0.0;
+           align: 0.5 0.5;
+           rel1 {
+              relative: 0.0 0.0;
+              offset:   4 4;
+           }
+           rel2 {
+              relative: 1.0 1.0;
+              offset:   -5 -5;
+           }
+           color: 255 255 255 255;
+           color3: 0 0 0 24;
+           text {
+              text: "";
+              font: "Edje-Vera-Bold";
+              size: 10;
+              min:  0 0;
+              align: 0.5 0.5;
+              elipsis: 1.0;
+              text_class: "fileman_typebuf";
+           }
+        }
+      }
+      part {
         name: "busy";
         clip_to: "busy_clip";
          mouse_events:  0;
@@ -3007,6 +3037,21 @@
            color: 255 255 255 255;
         }
       }
+      part {
+        name: "typebuf_clip";
+        type: RECT;
+         mouse_events:  0;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 255 255 255 0;
+        }
+        description {
+           state: "active" 0.0;
+           visible: 1;
+           color: 255 255 255 255;
+        }
+      }
    }
    programs {
       program {
@@ -3039,6 +3084,23 @@
         name: "stop2";
         action: ACTION_STOP;
         target: "go2";
+      }
+      program {
+        name: "gob1";
+        signal: "e,state,typebuf,start";
+        source: "e";
+        action: STATE_SET "active" 0.0;
+        transition: SINUSOIDAL 0.25;
+        target:  "typebuf_clip";
+      }
+      program {
+        name: "stopb1";
+        signal: "e,state,typebuf,stop";
+        source: "e";
+        action: STATE_SET "default" 0.0;
+        transition: SINUSOIDAL 1.0;
+        target: "typebuf_clip";
+        after: "stop2";
       }
    }
 }



-------------------------------------------------------------------------
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

Reply via email to