Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        eplayer.edc eplayer.eet 


Log Message:
Cleaned up mixer code, the mixer is periodically read now to reflect changes made by 
other apps, the time part is updated in a sane period now, libao calls have been 
tidied up. theme changes: buttons emit their signals on mouse_up now (used to be 
mouse_down)
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/eplayer.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eplayer.edc 15 Oct 2003 16:19:00 -0000      1.2
+++ eplayer.edc 17 Oct 2003 17:00:27 -0000      1.3
@@ -1149,7 +1149,7 @@
 
                program {
                         name,       "previous_click";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "previous_button";
                        /* Emit signal to handler "previous file", from part/sender 
"previous_button" */
                        /* Catch with the following Edje code in your app */
@@ -1185,7 +1185,7 @@
                
                 program {
                         name,       "seekback_click";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "seekback_button";
                         action,     SIGNAL_EMIT "SEEK_BACK" "seekback_button";
                }
@@ -1235,7 +1235,7 @@
 
                 program {
                         name,       "play_click";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "play_button";
                         action,     SIGNAL_EMIT "PLAY" "play_button";
                }
@@ -1280,7 +1280,7 @@
 
                 program {
                         name,       "pause_click";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "pause_button";
                         action,     SIGNAL_EMIT "PAUSE" "pause_button";
                }
@@ -1307,7 +1307,7 @@
 
                 program {
                         name,       "seekforward_signal";
-                       signal,     "mouse,down,1"; 
+                       signal,     "mouse,up,1"; 
                         source,     "seekforward_button";
                         action,     SIGNAL_EMIT "SEEK_FORWARD" "seekforward_button";
                 }
@@ -1347,7 +1347,7 @@
                 }
                 program {
                         name,       "next_click";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "next_button";
                         action,            SIGNAL_EMIT "PLAY_NEXT" "next_button";
                }
@@ -1380,7 +1380,7 @@
                         name,       "vol_incr_sig";
                        //signal,           "*";
                        //source,     "volplus_click";  
-                       signal,     "mouse,down,1";
+                       signal,     "mouse,up,1";
                         source,     "vol_incr_button";
                         action,     SIGNAL_EMIT "VOL_INCR" "vol_incr_button";
                        //in,       0.5 0.0; // DELAY, Run proggy IN x.x seconds. Add 
some random time (arg2).
@@ -1437,7 +1437,7 @@
                 }
                 program {
                         name,       "vol_decr_sig";
-                        signal,     "mouse,down,1";
+                        signal,     "mouse,up,1";
                         source,     "vol_decr_button";
                         action,     SIGNAL_EMIT "VOL_DECR" "vol_decr_button";
                 }
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/eplayer.eet,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvskEl07m and /tmp/cvsALxxSB differ




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to