Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
Loads of engage updates, mostly tray related. Merging all in so it is clear I 
am not idling ;)
1) Shutdown tray (more) properly - trayer will now work fine if you 
engage->system tray unselected without E restart
2) Hide tray when no icons - gets rid of the nast 1px wide window
3) beginning of new theming, make a swallow for the tray, need to do same for 
icon area
enjoy
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- module.edc  18 Mar 2005 13:39:54 -0000      1.7
+++ module.edc  30 Nov 2005 12:55:54 -0000      1.8
@@ -84,12 +84,15 @@
            state:    "default" 0.0;
            rel1 {
               relative: 0.0  0.0;
-              offset:   0    0;
+              offset:   10   10;
+              to: "background";
            }
            rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   -1;
+              relative: 0.0  1.0;
+              offset:   10   -11;
+              to: "background";
            }
+           align: 0.0 0.5;
            color: 0 0 0 0;
         }
         description {
@@ -130,6 +133,73 @@
         }
       }
       part {
+       name:          "tray";
+       type:          SWALLOW;
+       mouse_events:  0;
+       description {
+         state: "default" 0.0;
+         rel1 {
+           relative: 1.0 0.0;
+           offset: 1 2;
+           to_x: "items";
+           to_y: "background";
+         }
+         rel2 {
+           relative: 1.0 1.0;
+           offset: -3 -3;
+           to: "background";
+         }
+         color: 0 0 255 64;
+       }
+       description {
+         state: "top" 0.0;
+         rel1 {
+           relative: 1.0 0.0;
+           offset: 1 2;
+           to_x: "items";
+           to_y: "background";
+         }
+         rel2 {
+           relative: 1.0 1.0;
+           offset: -3 -3;
+           to: "background";
+         }
+         color: 0 0 255 64;
+       }
+       description {
+         state: "left" 0.0;
+         rel1 {
+           relative: 0.0 1.0;
+           offset: 2 1;
+           to_x: "background";
+           to_y: "items";
+         }
+         rel2 {
+           relative: 1.0 1.0;
+           offset: -3 -3;
+           to: "background";
+         }
+         color: 0 0 255 64;
+       }
+       description {
+         state: "right" 0.0;
+         rel1 {
+           relative: 0.0 1.0;
+           offset: 2 1;
+           to_x: "background";
+           to_y: "items";
+         }
+         rel2 {
+           relative: 1.0 1.0;
+           offset: -3 -3;
+           to: "background";
+         }
+         color: 0 0 255 64;
+       }
+
+      }
+
+      part {
         name:          "overlay";
         mouse_events:  0;
         description {




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to