Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
nicer, faster engage theme
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.edc  9 Mar 2005 22:31:33 -0000       1.5
+++ module.edc  18 Mar 2005 12:34:32 -0000      1.6
@@ -3,7 +3,6 @@
    image: "bg_v.png" COMP;
    image: "over_h.png" COMP;
    image: "over_v.png" COMP;
-   image: "iconified_emblem.png" COMP;
 }
 fonts {
    font: "Vera.ttf" "Edje Vera";
@@ -255,32 +254,54 @@
    name: "icon";
    parts {
       part {
+        name:          "clip";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           visible:  1;
+            rel1 {
+               relative: 0.0  0.0;
+               offset:   0   0;
+            }
+            rel2 {
+                relative: 1.0  1.0;
+                offset:   -1   -1;
+            }
+            color: 255 255 255 255;
+         }
+         description {
+            state:    "iconified" 0.0;
+            visible:  1;
+            rel1 {
+               relative: 0.0  0.3;
+               offset:   0   0;
+            }
+            rel2 {
+               relative: 0.7  1.0;
+               offset:   -1   -1;
+            }
+            color: 255 255 255 128;
+         }
+      }
+      part {
         name:          "item";
         type:          SWALLOW;
         mouse_events:  0;
+        clip_to:       "clip";
         description {
            state:    "default" 0.0;
            rel1 {
               relative: 0.0  0.0;
               offset:   2   2;
+              to:       "clip";
            }
            rel2 {
               relative: 1.0  1.0;
               offset:   -3   -3;
+              to:       "clip";
            }
-           color: 0 0 0 0;
-        }
-        description {
-           state:    "iconified" 0.0;
-           rel1 {
-              relative: 0.0  0.5;
-              offset:   0   0;
-           }
-           rel2 {
-              relative: 0.5  1.0;
-              offset:   -1   -1;
-           }
-           color: 0 0 0 0;
+           color:    255 255 255 255;
         }
       }
    }
@@ -290,14 +311,14 @@
         signal:  "iconify";
         source:  "";
         action:  STATE_SET "iconified" 0.0;
-        target:  "item";
+        target:  "clip";
       }
       program {
          name:    "uniconify";
         signal:  "uniconify";
         source:  "";
         action:  STATE_SET "default" 0.0;
-        target:  "item";
+        target:  "clip";
       }
    }
 }
@@ -405,144 +426,6 @@
            }
            color: 255 255 255 0;
         }
-        description {
-           state:    "visible" 0.0;
-           rel1 {
-              relative: 0.0  0.0;
-              offset:   0    0;
-              to:       "base";
-           }
-           rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
-              to:       "base";
-           }
-           color: 255 255 255 255;
-        }
-        description {
-           state:    "hidden" 0.0;
-           rel1 {
-              relative: -0.5  -0.5;
-              offset:   0    0;
-              to:       "base";
-           }
-           rel2 {
-              relative: 1.5  1.5;
-              offset:   -1   -1;
-              to:       "base";
-           }
-           color: 255 255 255 0;
-        }
-      }
-      part {
-        name:          "item";
-        type:          SWALLOW;
-        mouse_events:  0;
-        clip_to:       "background";
-        description {
-           state:    "default" 0.0;
-           rel1 {
-              relative: 0.0  0.0;
-              offset:   0    0;
-              to:       "background";
-           }
-           rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
-              to:       "background";
-           }
-           color: 0 0 0 0;
-        }
-      }
-      part {
-        name:          "overlay";
-        type:          IMAGE;
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           rel1 {
-              relative: 0.0  0.0;
-              offset:   0    0;
-              to:       "base";
-           }
-           rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
-              to:       "base";
-           }
-           color: 255 255 255 0;
-           image {
-              normal: "iconified_emblem.png";
-           }
-        }
-        description {
-           state:    "iconified" 0.0;
-           rel1 {
-              relative: 0.0  0.0;
-              offset:   0    0;
-              to:       "base";
-           }
-           rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
-              to:       "base";
-           }
-           color: 255 255 255 56;
-           image {
-              normal: "iconified_emblem.png";
-           }
-        }
-      }
-   }
-   programs {
-      program {
-        name:    "go_active";
-        signal:  "active";
-        source:  "";
-        action:  STATE_SET "visible" 0.0;
-        target:  "background";
-        after:   "go_active2";
-      }
-      program {
-        name:    "go_active2";
-        signal:  "";
-        source:  "";
-        action:  STATE_SET "hidden" 0.0;
-        transition: LINEAR 0.5;
-        target:  "background";
-        target:  "EngageIconText";
-        after:   "go_active";
-      }
-      program {
-        name:    "go_passive";
-        signal:  "passive";
-        source:  "";
-        action:  ACTION_STOP;
-        target:  "go_active";
-        target:  "go_active2";
-        after:   "go_passive2";
-      }
-      program {
-        name:    "go_passive2";
-        signal:  "";
-        source:  "";
-        action:  STATE_SET "default" 0.0;
-        target:  "background";
-        target:  "EngageIconText";
-      }
-      program {
-         name:    "iconify";
-        signal:  "iconify";
-        source:  "";
-        action:  STATE_SET "iconified" 0.0;
-        target:  "overlay";
-      }
-      program {
-         name:    "uniconify";
-        signal:  "uniconify";
-        source:  "";
-        action:  STATE_SET "default" 0.0;
-        target:  "overlay";
       }
    }
 }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to