Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_pager.edc 


Log Message:


SOME of the pager is fixed. not all. it may leak and more - i'm in the middle
of fixing it up and so on. bear with me on this. it's less offensive now
though :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_pager.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- default_pager.edc   18 Mar 2005 05:41:41 -0000      1.10
+++ default_pager.edc   18 Mar 2005 06:39:20 -0000      1.11
@@ -1,11 +1,9 @@
 images {
    image: "e17_pager_desk.png" COMP;
+   image: "e17_pager_desk_sel.png" COMP;
    image: "e17_pager_window.png" COMP;
 }
 
-// e17_ibar_over_h.png
-// e17_ibar_bg_h.png
-
 group {
    name: "modules/pager/main";
    parts {
@@ -36,10 +34,10 @@
          description {
            state:    "default" 0.0;
            rel1 {
-              offset:   4    4;
+              offset:   5    5;
            }
            rel2 {
-              offset:   -5    -5;
+              offset:   -6    -6;
            }
            color: 0 0 0 0;
         }
@@ -65,36 +63,47 @@
    name: "modules/pager/desk";
    parts {
       part {
-        name:          "background";
+        name:          "clip";
         mouse_events:  0;
         type:          RECT;
         description {
            state:    "default" 0.0;
-           visible:  0;
            rel1 {
-              relative: 0.0  0.0;
-              offset:   0    0;
+              offset:   2    2;
            }
            rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
+              offset:   -3   -3;
            }
-           color: 0 0 0 0;
+           color: 255 255 255 128;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           color: 255 255 255 255;
         }
       }
       part {
-        name:          "items";
+        name:          "sel";
         mouse_events:  0;
-        type:          SWALLOW;
-         description {
+        description {
            state:    "default" 0.0;
+           visible:  0;
            rel1 {
               offset:   2    2;
            }
            rel2 {
-              offset:   -3    -3;
+              offset:   -3   -3;
            }
-           color: 0 0 0 0;
+           image {
+              normal: "e17_pager_desk_sel.png";
+           }
+           color:    255 255 255 0;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           color:    255 255 255 255;
         }
       }
       part {
@@ -103,19 +112,61 @@
         description {
            state:    "default" 0.0;
            rel1 {
-              relative: 0.0  0.0;
               offset:   1    1;
            }
            rel2 {
-              relative: 1.0  1.0;
               offset:   -2   -2;
            }
            image {
               normal: "e17_pager_desk.png";
               border: 2 2 2 2;
            }
+           color: 255 255 255 64;
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           color: 255 255 255 255;
         }
       }
+      part {
+        name:          "items";
+        mouse_events:  0;
+        type:          SWALLOW;
+        clip_to:       "clip";
+         description {
+           state:    "default" 0.0;
+           rel1 {
+              offset:   2    2;
+           }
+           rel2 {
+              offset:   -3    -3;
+           }
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+        name:    "go_active";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+         transition: SINUSOIDAL 0.25;
+        target:  "clip";
+        target:  "sel";
+        target:  "overlay";
+      }
+      program {
+        name:    "go_passive";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+         transition: SINUSOIDAL 1.0;
+        target:  "clip";
+        target:  "sel";
+        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