Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir     : e_modules/devian/data/themes/blue_eyed


Modified Files:
        blue_eyed.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/blue_eyed.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- blue_eyed.edc       3 Apr 2006 06:18:27 -0000       1.1
+++ blue_eyed.edc       2 May 2006 14:24:21 -0000       1.2
@@ -11,6 +11,11 @@
 #define MSG_RECV_ITEM_STATE 0
 
 #define MSG_RECV_POPUP_WARN_SHOW_DISABLE 0
+#define MSG_RECV_POPUP_WARN_TYPE 1
+
+#define POPUP_WARN_TYPE_NEWS 0
+#define POPUP_WARN_TYPE_INFO 1
+#define POPUP_WARN_TYPE_ERROR 2
 
 #define INFOS_POS_DEFAULT 2
 #define INFOS_POS_TOP 1
@@ -38,6 +43,9 @@
        image: "images/popup_close.png" COMP;
        image: "images/popup_disable.png" COMP;
        image: "images/popup_disable_clicked.png" COMP;
+       image: "images/popup_logo_news.png" COMP;
+       image: "images/popup_logo_info.png" COMP;
+       image: "images/popup_logo_error.png" COMP;
 
 //     image: "images/rss_background.png" COMP;
 //     image: "images/rss_background_selected.png" COMP;
@@ -64,7 +72,7 @@
        font: "fonts/VeraBd.ttf" "VeraBd";
 }
 data{
-       item: "version" "2";
+       item: "version" "3";
 }
 
 collections{




-------------------------------------------------------
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