Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        gentoo.edc none.edc 


Log Message:
Feedback from launching
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/gentoo.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- gentoo.edc  30 Oct 2004 05:13:35 -0000      1.14
+++ gentoo.edc  10 Nov 2004 15:53:47 -0000      1.15
@@ -109,6 +109,21 @@
             normal, "engage-bottomlayer.png";
           }
         }
+       description {
+          state, "pressed" 0.0;
+
+          rel1 {
+            relative, 0.05 0.05;
+            offset, 0 0;
+          }
+          rel2 {
+            relative, 0.95 0.95;
+            offset, 0 0;
+          }
+          image {
+            normal, "engage-bottomlayer.png";
+          }
+        }
       }
       part {
         name,   "EngageIcon";
@@ -334,6 +349,23 @@
         transition, SINUSOIDAL 0.75;
         target, "arrow.image.clip";
       }
+      program {
+        name, "engage_icon_launched_up";
+        signal, "mouse,clicked,1";
+       source, "background";
+        action, STATE_SET "pressed" 0.0;
+        target, "background";
+        transition, DECELERATE 0.1;
+        after, "engage_icon_launched_down";
+      }
+      program {
+        name, "engage_icon_launched_down";
+        signal, "";
+       source, "";
+        action, STATE_SET "default" 0.0;
+        target, "background";
+        transition, ACCELERATE 0.1;
+      }
     }/* Close Programs */
   } /* Close Group */
 } /* Close Coll */
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/none.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- none.edc    30 Oct 2004 05:13:35 -0000      1.4
+++ none.edc    10 Nov 2004 15:53:47 -0000      1.5
@@ -84,6 +84,20 @@
             offset, 0 0;
           }
         }
+       description {
+          state, "pressed" 0.0;
+          visible, 1;
+          color, 255 255 255 0;
+
+          rel1 {
+            relative, 0.05 0.05;
+            offset, 0 0;
+          }
+          rel2 {
+            relative, 0.95 0.95;
+            offset, 0 0;
+          }
+        }
       }
       part {
         name,   "EngageIcon";
@@ -289,6 +303,23 @@
         transition, SINUSOIDAL 0.75;
         target, "arrow.image.clip";
       }
+      program {
+        name, "engage_icon_launched_up";
+        signal, "mouse,clicked,1";
+       source, "background";
+        action, STATE_SET "pressed" 0.0;
+        target, "background";
+        transition, DECELERATE 0.1;
+        after, "engage_icon_launched_down";
+      }
+      program {
+        name, "engage_icon_launched_down";
+        signal, "";
+       source, "";
+        action, STATE_SET "default" 0.0;
+        target, "background";
+        transition, ACCELERATE 0.1;
+      }
     } /* Close Programs */
   } /* Close Group */
 } /* Close Coll */




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to