Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : apps/exhibit

Dir     : e17/apps/exhibit/data


Modified Files:
        gui.edc 


Log Message:
make the loading hourglass animate
Note: This makes the app heavy when generating large number of thumbnails, 
that's why it's commited alone, so if people feel it's too much you can revert 
it

===================================================================
RCS file: /cvs/e/e17/apps/exhibit/data/gui.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gui.edc     6 Jul 2007 23:05:17 -0000       1.3
+++ gui.edc     13 Jul 2007 08:02:26 -0000      1.4
@@ -34,7 +34,25 @@
    image: "tiles.png" COMP;
    image: "e17_fileman_thumb_bg.png" COMP;
    image: "e17_mini_button_shadow2.png" COMP;
-   image: "exhibit_thumb_loading.png" COMP;
+   image: "exhibit_thumb_loading_1.png" COMP;
+   image: "exhibit_thumb_loading_2.png" COMP;
+   image: "exhibit_thumb_loading_3.png" COMP;
+   image: "exhibit_thumb_loading_4.png" COMP;
+   image: "exhibit_thumb_loading_5.png" COMP;
+   image: "exhibit_thumb_loading_6.png" COMP;
+   image: "exhibit_thumb_loading_7.png" COMP;
+   image: "exhibit_thumb_loading_8.png" COMP;
+   image: "exhibit_thumb_loading_9.png" COMP;
+   image: "exhibit_thumb_loading_10.png" COMP;
+   image: "exhibit_thumb_loading_11.png" COMP;
+   image: "exhibit_thumb_loading_12.png" COMP;
+   image: "exhibit_thumb_loading_13.png" COMP;
+   image: "exhibit_thumb_loading_14.png" COMP;
+   image: "exhibit_thumb_loading_15.png" COMP;
+   image: "exhibit_thumb_loading_16.png" COMP;
+   image: "exhibit_thumb_loading_17.png" COMP;
+   image: "exhibit_thumb_loading_18.png" COMP;
+   image: "exhibit_thumb_loading_19.png" COMP;
 }
 
 collections {
@@ -61,14 +79,50 @@
                  offset: -1 -1; 
               } 
               image { 
-                 normal: "exhibit_thumb_loading.png";
+                 normal: "exhibit_thumb_loading_1.png";
               } 
               fill { 
                  smooth: 0; 
               } 
            } 
+           description { 
+              state: "anim" 0.0; 
+              inherit: "default" 0.0;
+              image { 
+                 normal: "exhibit_thumb_loading_1.png";
+                 tween: "exhibit_thumb_loading_2.png";
+                 tween: "exhibit_thumb_loading_3.png";
+                 tween: "exhibit_thumb_loading_4.png";
+                 tween: "exhibit_thumb_loading_5.png";
+                 tween: "exhibit_thumb_loading_6.png";
+                 tween: "exhibit_thumb_loading_7.png";
+                 tween: "exhibit_thumb_loading_8.png";
+                 tween: "exhibit_thumb_loading_9.png";
+                 tween: "exhibit_thumb_loading_10.png";
+                 tween: "exhibit_thumb_loading_11.png";
+                 tween: "exhibit_thumb_loading_12.png";
+                 tween: "exhibit_thumb_loading_13.png";
+                 tween: "exhibit_thumb_loading_14.png";
+                 tween: "exhibit_thumb_loading_15.png";
+                 tween: "exhibit_thumb_loading_16.png";
+                 tween: "exhibit_thumb_loading_17.png";
+                 tween: "exhibit_thumb_loading_18.png";
+                 tween: "exhibit_thumb_loading_19.png";
+              } 
+           }
         } 
       } 
+      programs {
+         program {
+           name: "animate";
+           signal: "show";
+           source: "";
+           action: STATE_SET "anim" 0.0;
+           transition: LINEAR 1.0;
+           target: "icon";
+           after: "animate";
+        }
+      }
    }   
    
    group {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to