Enlightenment CVS committal

Author  : boykot
Project : e17
Module  : apps/entice

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


Modified Files:
        buttons.edc enticethumb_group.edc mouse_wheel.edc panel.edc 
Added Files:
        panel.buttons.edc 


Log Message:
Resume: work on artifakt.edje

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/buttons.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- buttons.edc 7 May 2004 06:20:10 -0000       1.3
+++ buttons.edc 14 Jul 2004 13:29:05 -0000      1.4
@@ -1,6 +1,6 @@
-
+/*
 program { name, "LoadPreviousImage"; signal, "mouse,up,1"; source, "PrevBt";
-action, SIGNAL_EMIT "entice,image,prev" "";
+       action, SIGNAL_EMIT "entice,image,prev" "";
 }
 
 program { name, "LoadNextImage"; signal, "mouse,up,1"; source, "NextBt";
@@ -8,9 +8,9 @@
 }
 
 program { name, "GoodBye"; signal, "mouse,up,1"; source, "buttonExit";
-action, SIGNAL_EMIT "entice,quit" "";
+       action, SIGNAL_EMIT "entice,quit" "";
 }
-
+*/
 program { name, "PrevButtonClicked"; signal, "mouse,down,*"; source, "PrevBt";
        action, STATE_SET "clicked" 0.0;
        target, "PrevBt";
@@ -46,17 +46,17 @@
        target, "buttonExit";
 }
 
-program { name, "LoadPreviousImage"; signal, "mouse,up,1"; source, "PrevBt";
-action, SIGNAL_EMIT "entice,image,prev" "";
+program { name, "LoadPreviousImage"; signal, "mouse,up,*"; source, "PrevBt";
+       action, SIGNAL_EMIT "entice,image,prev" "";
 }
 
-program { name, "LoadNextImage"; signal, "mouse,up,1"; source, "NextBt";
+program { name, "LoadNextImage"; signal, "mouse,up,*"; source, "NextBt";
                action, SIGNAL_EMIT "entice,image,next" "";
 }
 
-program { name, "GoodBye"; signal, "mouse,up,1"; source, "buttonExit";
-action, SIGNAL_EMIT "entice,quit" "";
-}
+//program { name, "GoodBye"; signal, "mouse,up,*"; source, "buttonExit";
+//     action, SIGNAL_EMIT "entice,quit" "";
+//}
 
 program { name, "PrevButtonClicked"; signal, "mouse,down,*"; source, "PrevBt";
        action, STATE_SET "clicked" 0.0;
@@ -87,3 +87,42 @@
        action, STATE_SET "default" 0.0;
        target, "buttonExit";
 }
+/*
+program { name, "Effect.In.Exit"; signal, "mouse,in"; source, "buttonExit";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; 
+}
+*/
+program { name, "Signal.Effect.In.Exit"; signal, "mouse,down,*"; source, "buttonExit";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; after, "CloseEntice"; 
+}
+
+program { name, "CloseEntice"; signal, "mouse,down,*"; source, "buttonExit";
+       action, STATE_SET "default" 0.0; transition, DECELERATE 1.00; 
+       target, "Panel"; in, 1.0 0.0; after, "GoodBye"; 
+}
+
+program { name, "GoodBye"; signal, ""; source, "*";
+       action, SIGNAL_EMIT "entice,quit" "";  in, 1.0 0,0;
+}
+
+program { name, "Effect.In.NextBt"; signal, "mouse,down,*"; source, "NextBt";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; 
+}
+
+program { name, "Effect.Out.NextBt"; signal, "mouse,up,*"; source, "NextBt";
+       action, STATE_SET "default" 0.0; transition, DECELERATE 1.00; 
+       target, "FadeEffect";
+}
+
+program { name, "Effect.In.PrevBt"; signal, "mouse,down,*"; source, "PrevBt";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; 
+}
+
+program { name, "Effect.Out.PrevBt"; signal, "mouse,up,*"; source, "PrevBt";
+       action, STATE_SET "default" 0.0; transition, DECELERATE 1.00; 
+       target, "FadeEffect";
+}
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/enticethumb_group.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- enticethumb_group.edc       11 Apr 2004 22:57:53 -0000      1.1
+++ enticethumb_group.edc       14 Jul 2004 13:29:05 -0000      1.2
@@ -1,45 +1,19 @@
 
-program { name, "ShowThumb"; signal, "mouse,in"; source, "entice.thumb"; in, 0.35 0.0;
-       action, SIGNAL_EMIT "entice,thumb,preview" "";
+program { name, "Thumbnails.Not.ok"; signal, "load"; source, "";
+       action, STATE_SET "default" 0.0; transition, LINEAR 0.01; 
+       target, "ThumbClip";
 }
 
-program { name, "StopShrinkThumb"; signal, "mouse,in"; source, "entice.thumb";
-       action, ACTION_STOP;
-       target, "ShrinkThumb";
-}
-
-program { name, "GrowThumb"; signal, "mouse,in"; source, "entice.thumb"; 
-       action, STATE_SET "selected" 0.0;
-       transition, LINEAR 0.2;
-       target, "entice.thumb";
-}
-
-program { name, "StopShowThumb"; signal, "mouse,out"; source, "entice.thumb";
-       action, ACTION_STOP;
-       target, "ShowThumb";
-}
-
-program { name, "StopGrowThumb"; signal, "mouse,out"; source, "entice.thumb";
-       action, ACTION_STOP;
-       target, "GrowThumb";
-}
-
-program { name, "ShrinkThumb"; signal, "mouse,out"; source, "entice.thumb";
-       action, STATE_SET "default" 0.0; transition, LINEAR 0.4;
-       target, "entice.thumb";
-       in, 0.15 0.0;
+program { name, "Thumbnails.ok"; signal, "mouse,in"; source, "entice.thumb";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "ThumbClip"; in, 2.0 0.0;
 }
 
 program { name, "SelectThumb"; signal, "mouse,clicked,1"; source, "entice.thumb";
        action, SIGNAL_EMIT "entice,thumb,load" "";
 }
 
-program { name, "ThumbSelected"; signal, "entice,thumb,load"; source, "";
-       action, STATE_SET "selected" 0.0; transition, SINUSOIDAL 0.3;
-       target, "ThumbClip"; target, "entice.thumb";
-}
-
-program { name, "ThumbUnSelected"; signal, "entice,thumb,unload"; source, "";
-       action, STATE_SET "default" 0.0; transition, SINUSOIDAL 0.3;
-       target, "ThumbClip"; target, "entice.thumb";
+program { name, "Thumbnails.Begone"; signal, "quit"; source, "";
+       action, STATE_SET "default" 0.0; transition,  LINEAR 0.01; 
+       target, "ThumbClip";
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/mouse_wheel.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- mouse_wheel.edc     11 Apr 2004 22:57:53 -0000      1.1
+++ mouse_wheel.edc     14 Jul 2004 13:29:05 -0000      1.2
@@ -1,8 +1,7 @@
-program { name, "MouseWheelZoomerInner"; signal, "mouse,wheel,0,-1"; 
-       source, "entice.image"; action, SIGNAL_EMIT "entice,image,current,zoom,in" "";
+program { name, "MouseWheelZoomerInner"; signal, "mouse,wheel,0,-1"; source, 
"entice.image"; 
+       action, SIGNAL_EMIT "entice,image,current,zoom,in" "";
 }
            
-program { name, "MouseWheelZoomerOuter"; signal, "mouse,wheel,0,1";
-       source, "entice.image";
+program { name, "MouseWheelZoomerOuter"; signal, "mouse,wheel,0,1"; source, 
"entice.image";
        action, SIGNAL_EMIT "entice,image,current,zoom,out" "";
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/programs/panel.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- panel.edc   27 Apr 2004 10:29:00 -0000      1.2
+++ panel.edc   14 Jul 2004 13:29:05 -0000      1.3
@@ -1,10 +1,90 @@
 
-program { name, "ShowPanel"; signal, "mouse,in"; source, "PanelMouseArea";
-       action, STATE_SET "visible" 0.0; transition, LINEAR 0.45; 
-       target, "PanelClip"; in, 0.5 0.0;
+program { name, "Panel.Visible.Ook"; signal, "load"; source, "*";
+       action, STATE_SET "visible" 0.0; transition, DECELERATE 1.00; 
+       target, "Panel"; in, 1.0 0.0;
 }
 
-program { name, "HidePanel"; signal, "mouse,in"; source, "entice.image";
-       action, STATE_SET "default" 0.0; transition, DECELERATE 0.75;
-       target, "PanelClip"; in, 0.5 0.0;
+program { name, "Thumbnail.Area.Is.Evil"; signal, "mouse,down,*"; source, 
"buttonExit";
+
+script { 
+       if(get_int(entice_thumbnail_area_is_evil) == 1)
+               {
+                       set_int(entice_thumbnail_area_is_evil, 0);
+                       emit("show,area", ""); 
+               }
+
+       else {
+                       set_int(entice_thumbnail_area_is_evil, 1);
+                       emit("hide,area", ""); 
+               }
+       }
+}
+
+program { name, "Evilness"; signal, "hide,area"; source, "";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "entice.thumbnail.area";
+}
+
+program { name, "ThumbScrollLeftStop"; signal, "mouse,up,*"; source, "thumbnail-lbar";
+       action, SIGNAL_EMIT "entice,thumbnail,scroll,stop" ""; 
+}
+
+program { name, "ThumbScrollLClicked"; signal, "mouse,down,*"; source, 
"thumbnail-lbar";
+       action, STATE_SET "clicked" 0.0; 
+       target, "thumbnail-lbar";
+}
+
+program { name, "ThumbScrollLUnClicked"; signal, "mouse,up,*"; source, 
"thumbnail-lbar";
+       action, STATE_SET "default" 0.0; 
+       target, "thumbnail-lbar";
+}
+
+program { name, "ThumbScrollLeftStart"; signal, "mouse,down,*"; source, 
"thumbnail-lbar";
+       action, SIGNAL_EMIT "entice,thumbnail,scroll,start,prev" "";
+}
+
+program { name, "ScrollLNextImage"; signal, "mouse,up,*"; source, "thumbnail-lbar";
+       action, SIGNAL_EMIT "entice,image,prev" "";
+}
+
+program { name, "ThumbScrollRightStop"; signal, "mouse,up,*"; source, 
"thumbnail-rbar";
+       action, SIGNAL_EMIT "entice,thumbnail,scroll,stop" ""; 
+}
+
+program { name, "ThumbScrollRClicked"; signal, "mouse,down,*"; source, 
"thumbnail-rbar";
+       action, STATE_SET "clicked" 0.0;
+       target, "thumbnail-rbar";
+}
+
+program { name, "ThumbScrollRUnClicked"; signal, "mouse,up,*"; source, 
"thumbnail-rbar";
+       action, STATE_SET "default" 0.0;
+       target, "thumbnail-rbar";
+}
+   
+program { name, "ThumbScrollRightStart"; signal, "mouse,down,*"; source, 
"thumbnail-rbar";
+       action, SIGNAL_EMIT "entice,thumbnail,scroll,start,next" ""; 
+}
+
+program { name, "ScrollRPrevImage"; signal, "mouse,up,*"; source, "thumbnail-rbar";
+       action, SIGNAL_EMIT "entice,image,next" "";
+}
+
+program { name, "Effect.In.TNextBt"; signal, "mouse,down,*"; source, "thumbnail-rbar";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; 
+}
+
+program { name, "Effect.Out.TNextBt"; signal, "mouse,up,*"; source, "thumbnail-rbar";
+       action, STATE_SET "default" 0.0; transition, DECELERATE 1.00; 
+       target, "FadeEffect";
+}
+
+program { name, "Effect.In.TPrevBt"; signal, "mouse,down,*"; source, "thumbnail-lbar";
+       action, STATE_SET "default" 0.1; transition, DECELERATE 1.00; 
+       target, "FadeEffect"; 
+}
+
+program { name, "Effect.Out.TPrevBt"; signal, "mouse,up,*"; source, "thumbnail-lbar";
+       action, STATE_SET "default" 0.0; transition, DECELERATE 1.00; 
+       target, "FadeEffect";
 }




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to