Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_main.c mail.edc module.eap module_icon.png newmail.png 
Added Files:
        checking.png 


Log Message:
Better icons.
Add a "checking" state to show it's doing something.

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_main.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_mod_main.c        13 Jun 2006 13:19:11 -0000      1.26
+++ e_mod_main.c        15 Jun 2006 13:05:53 -0000      1.27
@@ -490,6 +490,9 @@
    
    ci = _mail_config_item_get(inst->gcc->id);
    if (!ci->boxes) return 1;
+
+   edje_object_signal_emit(inst->mail->mail_obj, "check_mail", "");
+   
    for (l = ci->boxes; l; l = l->next) 
      {
        Config_Box *cb;
===================================================================
RCS file: /cvs/e/e_modules/mail/mail.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- mail.edc    12 Jun 2006 20:45:10 -0000      1.12
+++ mail.edc    15 Jun 2006 13:05:53 -0000      1.13
@@ -6,6 +6,7 @@
 {
    image: "module_icon.png" COMP;
    image: "newmail.png" COMP;
+   image: "checking.png" COMP;
 }
 
 collections
@@ -50,7 +51,16 @@
                         {
                            normal: "newmail.png";
                         }
-                   }             
+                   }
+                 description 
+                   {
+                      state: "checking" 0.0;
+                      inherit: "default" 0.0;
+                      image 
+                        {
+                           normal: "checking.png";
+                        }
+                   }
               }
             part 
               {
@@ -126,6 +136,14 @@
                  name: "go_new";
                  signal: "new_mail";
                  action: STATE_SET "new" 0.0;
+                 transition: SINUSOIDAL 0.5;
+                 target: "logo";
+              }
+            program 
+              {
+                 name: "go_check";
+                 signal: "check_mail";
+                 action: STATE_SET "checking" 0.0;
                  transition: SINUSOIDAL 0.5;
                  target: "logo";
               }
===================================================================
RCS file: /cvs/e/e_modules/mail/module.eap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsqwmpyO and /tmp/cvsrnUEsw differ
===================================================================
RCS file: /cvs/e/e_modules/mail/module_icon.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsoWANlN and /tmp/cvshUAAhv differ
===================================================================
RCS file: /cvs/e/e_modules/mail/newmail.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsEdW2vQ and /tmp/cvs9lXoty differ




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to