Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

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


Modified Files:
        bg.edc buttons.edc tooltip.edc 


Log Message:
zoom to fit by default, this window is no longer dragable, add an evil bg fullscreen 
state that isn't used yet, reposition the h and v sliders so that they don't cover 
part of the image, make the image area fill the whole edje a little better, make 
showing/hiding of the panel MUCH more smooth, show filesize and geometry on the same 
line but still needs work, prolly introduced some annoyances but oh well
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/programs/bg.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- bg.edc      7 Apr 2004 04:14:02 -0000       1.3
+++ bg.edc      22 Jul 2004 21:41:25 -0000      1.4
@@ -6,3 +6,20 @@
            "entice,image,current,align,drag,vertical", 
            "entice,image,current,align,seek,vertical", 
            "VPanningClip");
+    program {
+       name: "edje_resized";
+       signal: "resize";
+       source: "";
+       script {
+       }
+    }
+    /* just for looks */
+    program
+    {
+       name, "ShowLogo";
+       signal, "show";
+       source, "";
+       action, STATE_SET "logo" 0.0;
+       transition, LINEAR 1.25;
+       target, "entice.image";
+    }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/programs/buttons.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- buttons.edc 3 Apr 2004 02:24:12 -0000       1.4
+++ buttons.edc 22 Jul 2004 21:41:26 -0000      1.5
@@ -4,14 +4,33 @@
                signal, "mouse,in";
                source, "ButtonMouseArea";
                action, STATE_SET "visible" 0.0;
-               transition, ACCELERATE 0.4;
+               transition, ACCELERATE 0.5;
                target, "Buttons";
            }
            program
            {
+               name,   "HideButtonsDie";
+               signal, "mouse,in";
+               source, "ButtonMouseArea";
+               action, ACTION_STOP;
+               target, "HideButtons";
+               target, "HideButtonsAfter";
+           }
+           program
+           {
                name,   "HideButtons";
                signal, "mouse,out";
                source, "ButtonMouseArea";
+               action, ACTION_STOP;
+               target, "ShowButtons";
+               in: 0.75 0.0;
+               after: "HideButtonsAfter";
+           }
+           program
+           {
+               name,   "HideButtonsAfter";
+               signal, "";
+               source, "ButtonMouseArea";
                action, STATE_SET "default" 0.0;
                transition, ACCELERATE 1.3;
                target, "Buttons";
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/programs/tooltip.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- tooltip.edc 2 Mar 2004 21:11:33 -0000       1.2
+++ tooltip.edc 22 Jul 2004 21:41:26 -0000      1.3
@@ -4,7 +4,7 @@
                source, ""; 
                action, STATE_SET "default" 0.0; 
                transition, DECELERATE 1.5; 
-               target, "EnticeToolTipClip"; in, 1.0 0.0; 
+               target, "EnticeToolTipClip"; in, 0.75 0.0; 
            } 
            program { 
                name, "ToolTipShow"; 
@@ -24,7 +24,7 @@
                        target, "EnticeToolTipClip"; } \
            program { name, "ToolTip"pname; signal, "mouse,in"; \
                        source, pname; action, STATE_SET pstate 0.0; \
-                       transition, ACCELERATE 0.25; in, 0.75 0.0; \
+                       transition, ACCELERATE 0.25; in, 0.5 0.0; \
                        target, "EnticeToolTip"; after, "ToolTipShow"; } \
            program { name, "ToolTipHide"pname; signal, "mouse,out"; \
                        source, pname; action, ACTION_STOP; \




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to