Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_border.edc 


Log Message:


border resp0onds to hung/unhung signals - pulsating red glow on the titlebar

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_border.edc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- default_border.edc  18 Jun 2005 04:28:53 -0000      1.16
+++ default_border.edc  22 Jun 2005 07:24:24 -0000      1.17
@@ -215,6 +215,7 @@
    image: "e17_border7.png" COMP;
    image: "e17_titlebar_outline.png" COMP;
    image: "e17_titlebar.png" COMP;
+   image: "e17_titlebar_hung.png" COMP;
    image: "e17_titlebar_shadow1.png" COMP;
    image: "e17_titlebar_shadow2.png" COMP;
    image: "e17_titlebar_glint1.png" COMP;
@@ -943,6 +944,35 @@
         }
       }
       part {
+        name:          "title_hung";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "title_outline";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "title_outline";
+           }
+           image {
+              normal: "e17_titlebar_hung.png";
+              border: 10 10 10 10;
+           }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "hung" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
         name:          "icon_swallow";
         type:          SWALLOW;
         description {
@@ -1601,6 +1631,31 @@
         action:  STATE_SET "default" 0.0;
         target:  "b5";
       }
+      
+      program {
+        name:    "go_hung";
+        signal:  "hung";
+        source:  "";
+        action:  STATE_SET "hung" 0.0;
+        target:  "title_hung";
+         transition: DECELERATE 0.5;
+        after:   "go_hung2";
+      }
+      program {
+        name:    "go_hung2";
+        action:  STATE_SET "default" 0.0;
+        target:  "title_hung";
+         transition: SINUSOIDAL 1.0;
+        after:   "go_hung";
+      }
+      program {
+        name:    "go_unhung";
+        signal:  "unhung";
+        source:  "";
+        action:  ACTION_STOP;
+        target:  "go_hung";
+        target:  "go_hung2";
+      }
    }
 }
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to