Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_ibar.edc 


Log Message:


move bar directory down 1 level so all "bar" dirs are in their own domain -
makes listing available bar dirs, managing them and so on much simpler and
cleaner. also add label popups to ibar (finally).

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_ibar.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- default_ibar.edc    5 May 2006 09:47:23 -0000       1.14
+++ default_ibar.edc    10 May 2006 07:42:38 -0000      1.15
@@ -194,6 +194,32 @@
            color: 0 0 0 0;
         }
       }
+      part {      
+        name: "label";
+        type: TEXT;
+        effect: SOFT_SHADOW;                  
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           align: 0.5 0.5;
+           color: 255 255 255 0;
+           color3: 0 0 0 0;
+           text {
+              text: "Icon Name";
+              font: "Edje-Vera-Bold";
+              size: 10;
+              min:  1 1;
+              align: 0.5 0.5;
+              text_class: "module_normal";
+           }
+        }
+        description {
+           state: "visible" 0.0;
+           inherit: "default" 0.0;
+           color: 255 255 255 255;
+           color3: 0 0 0 42;
+        }
+      }
    }
    programs {
       program {
@@ -205,6 +231,14 @@
         after:   "go_active2";
       }
       program {
+        name:    "go_activeB";
+        signal:  "label_active";
+        source:  "";
+        action:  STATE_SET "visible" 0.0;
+        transition: SINUSOIDAL 1.0;
+        target:  "label";
+      }
+      program {
         name:    "go_active2";
         signal:  "";
         source:  "";
@@ -221,6 +255,14 @@
         target:  "go_active";
         target:  "go_active2";
         after:   "go_passive2";
+      }
+      program {
+        name:    "go_passiveB";
+        signal:  "label_passive";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        transition: SINUSOIDAL 2.0;
+        target:  "label";
       }
       program {
         name:    "go_passive2";




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