Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/entice

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


Modified Files:
        icons.edc tool_panel.edc 


Log Message:
Woops

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/icons.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- icons.edc   27 Apr 2004 10:29:00 -0000      1.2
+++ icons.edc   27 Apr 2004 11:19:03 -0000      1.3
@@ -11,11 +11,11 @@
        a, SIGNAL_EMIT "entice,image,current,zoom,reset" ""; }
 
 p { n, SCALE"Clicked"; s, "mouse,down,*"; so, SCALE;
-       a, ST "clicked" x; tr, SINUSOIDAL x1; 
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
        t, SCALE; }
 
 p { n, SCALE"UnClicked"; s, "mouse,up,*"; so, SCALE;
-       a, ST "default" x; tr, SINUSOIDAL x1; 
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, SCALE; }
 //
 p { n, FIT"Hilited"; s, "mouse,in"; so, FIT;
@@ -23,18 +23,18 @@
        t, FIT; after, FIT"Hilited"; }
 
 p { n, FIT"Unhilited"; signal, "mouse,out"; so, FIT;
-       a, ST "default" x; tr, SINUSOIDAL x5;
+       a, ST "default" x; tr, SINUSOIDAL 0.05;
        t, FIT; }
 
 p { n, FIT"Execute"; s, "mouse,down,*"; so, FIT;
        a, SIGNAL_EMIT "entice,image,current,zoom,fit" ""; }
 
 p { n, FIT"Clicked"; s, "mouse,down,*"; so, FIT;
-       a, ST "clicked" x; tr, SINUSOIDAL x1; 
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
        t, FIT; }
 
 p { n, FIT"UnClicked"; s, "mouse,up,*"; so, FIT;
-       a, ST "default" x; tr, SINUSOIDAL x1; 
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, FIT; }
 //
 p { n, ZoomIn"Hilited"; s, "mouse,in"; so, ZoomIn;
@@ -42,18 +42,18 @@
        t, ZoomIn; af, ZoomIn"Hilited"; }
 
 p { n, ZoomIn"Unhilited"; s, "mouse,out"; so, ZoomIn;
-       a, ST "default" x; tr, SINUSOIDAL x5;
+       a, ST "default" x; tr, SINUSOIDAL 0.05;
        t, ZoomIn; }
 
 p { n, ZoomIn"Execute"; s, "mouse,down,*"; so, ZoomIn;
        a, SIGNAL_EMIT "entice,image,current,zoom,in" ""; }
 
 p { n, ZoomIn"Clicked"; signal, "mouse,down,*"; so, ZoomIn;
-       a, ST "clicked" x; tr, SINUSOIDAL x1; 
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
        t, ZoomIn; }
 
 p { n, ZoomIn"UnClicked"; s, "mouse,up,*"; so, ZoomIn;
-       a, ST "default" x; tr, SINUSOIDAL x1; 
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, ZoomIn; }
 //
 
@@ -62,18 +62,18 @@
        t, ZoomOut; af, ZoomOut"Hilited"; }
 
 p { n, ZoomOut"UnHilited"; s, "mouse,out"; so, ZoomOut;
-       a, ST "default" x; tr, SINUSOIDAL x5;
+       a, ST "default" x; tr, SINUSOIDAL 0.05;
        t, ZoomOut; }
 
 p { n, ZoomOut"Execute"; s, "mouse,down,*"; so, ZoomOut;
        a, SIGNAL_EMIT "entice,image,current,zoom,out" ""; }
 
 p { n, ZoomOut"Clicked"; s, "mouse,down,*"; so, ZoomOut;
-       a, ST "clicked" x; tr, SINUSOIDAL x1; 
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
        t, ZoomOut; }
 
 p{ n, ZoomOut"UnClicked"; s, "mouse,up,*"; so, ZoomOut;
-       a, ST "default" x; tr, SINUSOIDAL x1; 
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, ZoomOut; }
 
 //
@@ -90,9 +90,9 @@
        a, SIGNAL_EMIT "entice,fullscreen" ""; }
 
 p { n, "FullScreenClicked"; s, "mouse,down,*"; so, "IconFullScreen";
-       a, ST "clicked" x; tr, SINUSOIDAL x1; 
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
        t, "IconFullScreen"; }
 
 p { n, "FullScreenUnClicked"; s, "mouse,up,*"; so, "IconFullScreen";
-       a, ST "default" x; tr, SINUSOIDAL x1; 
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, "IconFullScreen"; }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/tool_panel.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- tool_panel.edc      27 Apr 2004 10:29:00 -0000      1.2
+++ tool_panel.edc      27 Apr 2004 11:19:03 -0000      1.3
@@ -47,7 +47,7 @@
 }
 
 p { n, "Hide.Thumbnail.area.Panel"; s, "mouse,in"; so, "entice.image";
-       a, ST "default" x; tr, DECELERATE x1;
+       a, ST "default" x; tr, DECELERATE 0.01;
        t, "ToolPanel";
 }
 
@@ -57,7 +57,7 @@
 }
 
 p { n, "UnShowT"; s, "mouse,in"; so, "entice.image";
-       a, STATE_SET "default" x; tr, LINEAR x1; 
+       a, STATE_SET "default" x; tr, LINEAR 0.01; 
        t, "entice.thumbnail.area";
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to