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:
I would not use this if I were you :/
Re-arranging stuff around. Icons need to be re-thought/re-done
atmos: I turned the entice.thumbnail.area programs in to an embryo. Somehow the wierd 
behavior still there.
Look in programs/enticethumbnail_area.edc (have yet to upload)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/icons.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- icons.edc   27 Apr 2004 11:19:03 -0000      1.3
+++ icons.edc   4 May 2004 11:31:07 -0000       1.4
@@ -87,7 +87,7 @@
        t, "IconFullScreen"; }
 
 p { n, "FullScreenExecute"; s, "mouse,clicked,*"; so, "IconFullScreen";
-       a, SIGNAL_EMIT "entice,fullscreen" ""; }
+       a, SIGNAL_EMIT "entice,window,fullscreen" ""; }
 
 p { n, "FullScreenClicked"; s, "mouse,down,*"; so, "IconFullScreen";
        a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
@@ -96,3 +96,45 @@
 p { n, "FullScreenUnClicked"; s, "mouse,up,*"; so, "IconFullScreen";
        a, ST "default" x; tr, SINUSOIDAL 0.01; 
        t, "IconFullScreen"; }
+
+//
+
+p { n, "RotateLeftHilited"; s, "mouse,in"; so, RotateLeft;
+       a, ST "active" x; tr, SINUSOIDAL 1.05;
+       t, RotateLeft; af, "RotateLeftUnHilited"; }
+
+p { n, "RotateLeftUnHilited"; s, "mouse,out"; so, RotateLeft;
+       a, ST "default" x; tr, SINUSOIDAL 0.45;
+       t, RotateLeft; }
+
+p { n, "RotateLeftExecute"; s, "mouse,clicked,*"; so, RotateLeft;
+       a, SIGNAL_EMIT "entice,image,current,rotate,left" ""; }
+
+p { n, "RotateLeftClicked"; s, "mouse,down,*"; so, RotateLeft;
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
+       t, RotateLeft; }
+
+p { n, "RotateLeftUnClicked"; s, "mouse,up,*"; so, RotateLeft;
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
+       t, RotateLeft; }
+
+//
+
+p { n, "RotateRightHilited"; s, "mouse,in"; so, RotateRight;
+       a, ST "active" x; tr, SINUSOIDAL 1.05;
+       t, RotateRight; af, "RotateRightUnHilited"; }
+
+p { n, "RotateRightUnHilited"; s, "mouse,out"; so, RotateRight;
+       a, ST "default" x; tr, SINUSOIDAL 0.45;
+       t, RotateRight; }
+
+p { n, "RotateRightExecute"; s, "mouse,clicked,*"; so, RotateRight;
+       a, SIGNAL_EMIT "entice,image,current,rotate,right" ""; }
+
+p { n, "RotateRightClicked"; s, "mouse,down,*"; so, RotateRight;
+       a, ST "clicked" x; tr, SINUSOIDAL 0.01; 
+       t, RotateRight; }
+
+p { n, "RotateRightUnClicked"; s, "mouse,up,*"; so, RotateRight;
+       a, ST "default" x; tr, SINUSOIDAL 0.01; 
+       t, RotateRight; }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/tool_panel.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- tool_panel.edc      27 Apr 2004 11:19:03 -0000      1.3
+++ tool_panel.edc      4 May 2004 11:31:07 -0000       1.4
@@ -13,11 +13,11 @@
 }
 
 p { n, "ThumbScrollLeftStart"; s, "mouse,down,1"; so, "ScrollLeft";
-       a, SIGNAL_EMIT "entice,thumbnail,scroll,start,next" "";
+       a, SIGNAL_EMIT "entice,thumbnail,scroll,start,prev" "";
 }
 
 p { n, "ScrollLNextImage"; s, "mouse,up,1"; so, "ScrollLeft";
-       a, SIGNAL_EMIT "entice,image,next" "";
+       a, SIGNAL_EMIT "entice,image,prev" "";
 }
 
 p { n, "ScrollRightDefault"; s, "mouse,up,1"; so, "ScrollRight";
@@ -34,31 +34,11 @@
        a, SIGNAL_EMIT "entice,thumbnail,scroll,stop" ""; }
            
 p { n, "ThumbScrollRightStart"; s, "mouse,down,1"; so, "ScrollRight";
-       a, SIGNAL_EMIT "entice,thumbnail,scroll,start,prev" ""; 
+       a, SIGNAL_EMIT "entice,thumbnail,scroll,start,next" ""; 
 }
 
 p { n, "ScrollRPrevImage"; s, "mouse,up,1"; so, "ScrollRight";
-       a, SIGNAL_EMIT "entice,image,prev" "";
-}
-
-p { n, "Show.Thumbnail.area.Panel"; s, "mouse,in"; so, "PanningClipMouseArea";
-       a, ST"visible" 0.0; tr, DECELERATE 0.50; 
-       t, "ToolPanel"; in, 0.5 x;
-}
-
-p { n, "Hide.Thumbnail.area.Panel"; s, "mouse,in"; so, "entice.image";
-       a, ST "default" x; tr, DECELERATE 0.01;
-       t, "ToolPanel";
-}
-
-p { n, "ShowT"; s, "mouse,in"; so, "ToolPanel";
-       a, STATE_SET "visible" x; tr, LINEAR 0.45; 
-       t, "entice.thumbnail.area"; in, 0.75 x;
-}
-
-p { n, "UnShowT"; s, "mouse,in"; so, "entice.image";
-       a, STATE_SET "default" x; tr, LINEAR 0.01; 
-       t, "entice.thumbnail.area";
+       a, SIGNAL_EMIT "entice,image,next" "";
 }
 
 p { n, "ShowFileAttrib"; s, "mouse,in"; so, "PanningClipMouseArea";




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to