Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/default


Modified Files:
        default.edc 


Log Message:
Make loading more smooth, slideshows look quite nice now.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/default.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- default.edc 24 Oct 2003 08:55:34 -0000      1.12
+++ default.edc 24 Oct 2003 23:58:27 -0000      1.13
@@ -84,9 +84,56 @@
            }
            part
            {
+               name, "EnticeImageClip";
+               type, RECT;
+               mouse_events, 0;
+//             dragable
+//             {
+//                 confine, "bg";
+//             }
+               description
+               {
+                   state, "default" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.0 0.0;
+                       offset, 0 0;
+                       to, "bg";
+                   }
+                   rel2
+                   {
+                       relative, 1.0 1.0;
+                       offset, 0 0;
+                       to, "bg";
+                   }
+                   color, 255 255 255 255;
+               }
+               description
+               {
+                   state, "loading" 0.0;
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.0 0.0;
+                       offset, 0 0;
+                       to, "bg";
+                   }
+                   rel2
+                   {
+                       relative, 1.0 1.0;
+                       offset, 0 0;
+                       to, "bg";
+                   }
+                   color, 255 255 255 0;
+               }
+           }
+           part
+           {
                name, "EnticeImage";
                type, IMAGE;
                mouse_events, 1;
+               clip_to, "EnticeImageClip";
 //             dragable
 //             {
 //                 confine, "bg";
@@ -99,13 +146,13 @@
                    {
                        relative, 0.0 0.0;
                        offset, 0 0;
-                       to, "bg";
+                       to, "EnticeImageClip";
                    }
                    rel2
                    {
                        relative, 1.0 1.0;
                        offset, 0 0;
-                       to, "bg";
+                       to, "EnticeImageClip";
                    }
                    color, 255 255 255 0;
                }
@@ -117,13 +164,13 @@
                    {
                        relative, 0.5 0.5;
                        offset, -128 -93;
-                       to, "bg";
+                       to, "EnticeImageClip";
                    }
                    rel2
                    {
                        relative, 0.5 0.5;
                        offset, 128 93;
-                       to, "bg";
+                       to, "EnticeImageClip";
                    }
                    color, 255 255 255 255;
                    image
@@ -140,24 +187,6 @@
                            }
                        }
                }
-               description
-               {
-                   state, "loading" 0.0;
-                   visible, 1;
-                   rel1
-                   {
-                       relative, 0.0 1.0;
-                       offset, 0 0;
-                       to, "bg";
-                   }
-                   rel2
-                   {
-                       relative, 0.0 1.0;
-                       offset, 0 0;
-                       to, "bg";
-                   }
-                   color, 255 255 255 0;
-               }
            }
            part
            {
@@ -2970,21 +2999,21 @@
            program
            {
                name, "IncomingImage";
-               signal, "EnticeImageDisplay";
+               signal, "EnticeImageDisplayPrep";
                source, "";
                action, STATE_SET "loading" 0.0;
-               transition, LINEAR 0.0;
-               target, "EnticeImage";
-               after, "IncomingImageShow";
+               transition, LINEAR 0.15;
+               target, "EnticeImageClip";
            }
            program
            {
                name, "IncomingImageShow";
-               signal, "";
+               signal, "EnticeImageDisplay";
                source, "";
                action, STATE_SET "default" 0.0;
-               transition, DECELERATE 0.2;
+               transition, DECELERATE 0.25;
                target, "EnticeImage";
+               target, "EnticeImageClip";
                target, "EnticeImagePreview";
                target, "ButtonMouseArea";
                target, "ButtonSaveImage";




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to