Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_battery.edc 


Log Message:


battery alarm from nick

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_battery.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_battery.edc 10 Jan 2005 22:33:53 -0000      1.2
+++ default_battery.edc 11 Jan 2005 07:08:29 -0000      1.3
@@ -27,7 +27,7 @@
    parts {
       part {
         name: "battery";
-        clip_to: "fade_clip";
+        clip_to: "pulse_clip";
         description {
            state: "default" 0.0;
            aspect: 0.669291339 0.669291339;
@@ -206,6 +206,24 @@
            color: 255 255 255 128;
         }
       }
+      part {
+        name:           "pulse_clip";
+        type:           RECT;
+        mouse_events:   0;
+        clip_to:        "fade_clip";
+        description {
+           state: "default" 0.0;
+           color: 255 255 255 255;
+        }
+        description {
+           state: "faded" 1.0;
+           color: 255 255 255 255;
+        }
+        description {
+           state: "faded" 0.0;
+           color: 255 255 255 0;
+        }
+      }
    }
    programs {
       program {
@@ -243,6 +261,29 @@
         action: STATE_SET "faded" 0.0;
         target: "fade_clip";
       }
+      program {
+        name: "pulse";
+        signal: "pulse";
+        source: "";
+        action: STATE_SET "faded" 0.0;
+        transition: ACCELERATE 0.3;
+        after: "pulse2";
+        target: "pulse_clip";
+      }
+      program {
+        name: "pulse2";
+        signal: "pulse2";
+        source: "";
+        action: STATE_SET "faded" 1.0;
+        transition: ACCELERATE 0.1;
+        target: "pulse_clip";
+      }
+      program {
+        name: "pulsestop";
+        signal: "pulsestop";
+        source: "";
+        action: STATE_SET "default" 0.0;
+        target: "pulse_clip";
+      }
    }
 }
-




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to