Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir     : e_modules/devian/data/themes/blue_eyed/edjes/parts


Modified Files:
        popup_warn_logo.edc 


Log Message:
Work on picture loading, popups, and some cleanups
 * Rewrite popup system
 * Popups when loading picture, you can disable it
 * Fix loading in background and you can now stop thumbnailing when changing 
directory of pictures
 * Indent and cleanups in code

===================================================================
RCS file: 
/cvs/e/e_modules/devian/data/themes/blue_eyed/edjes/parts/popup_warn_logo.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- popup_warn_logo.edc 3 Apr 2006 06:18:27 -0000       1.1
+++ popup_warn_logo.edc 2 May 2006 14:24:22 -0000       1.2
@@ -17,12 +17,42 @@
                        offset: 0 78;
                }
                image{
-                       normal: "images/logo.png";
+                       normal: "images/popup_logo_news.png";
                }
        }
+        description{
+                state: "info" 0.0;
+                inherit: "default" 0.0;
+                       image{
+                       normal: "images/popup_logo_info.png";
+               }
+        }
+        description{
+                state: "error" 0.0;
+                inherit: "default" 0.0;
+                       image{
+                       normal: "images/popup_logo_error.png";
+               }
+        }
        description{
-               state: "hidden" 0.0;
+               state: "news_hidden" 0.0;
                inherit: "default" 0.0;
                color: 255 255 255 0;
+       }
+       description{
+               state: "info_hidden" 0.0;
+               inherit: "default" 0.0;
+               color: 255 255 255 0;
+                       image{
+                       normal: "images/popup_logo_info.png";
+               }
+       }
+       description{
+               state: "error_hidden" 0.0;
+               inherit: "default" 0.0;
+               color: 255 255 255 0;
+                       image{
+                       normal: "images/popup_logo_error.png";
+               }
        }
 }




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to