Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : envision

Dir     : misc/envision/data/default


Modified Files:
        trakvision.eet trakvision_progs.edc 


Log Message:
Seek buttons should work now, tracking forward and back doesn't yet and probly won't
untill I find a cheap DVD drive.

===================================================================
RCS file: /cvsroot/enlightenment/misc/envision/data/default/trakvision.eet,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsNGTayz and /tmp/cvs2spzw9 differ
===================================================================
RCS file: /cvsroot/enlightenment/misc/envision/data/default/trakvision_progs.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- trakvision_progs.edc        15 Jul 2004 21:17:31 -0000      1.3
+++ trakvision_progs.edc        15 Jul 2004 21:39:40 -0000      1.4
@@ -85,6 +85,14 @@
                         }
 
                         program {
+                                name,       "seekback";
+                                signal,     "mouse,up,1";
+                                source,     "seekback_button";
+                                action,     SIGNAL_EMIT "SEEK_BACK" "seekback_button";
+                        }
+
+                       /***************************************** Not for the moment 
**
+                        program {
                                 name,       "seekback_start";
                                 signal,     "mouse,down,1";
                                 source,     "seekback_button";
@@ -97,6 +105,7 @@
                                 source,     "seekback_button";
                                 action,     SIGNAL_EMIT "SEEK_BACK_STOP" 
"seekback_button";
                         }
+                       **************************************************************/
 
 
                         /* Play */
@@ -211,6 +220,14 @@
                         }
 
                         program {
+                                name,       "seekforward";
+                                signal,     "mouse,up,1";
+                                source,     "seekforward_button";
+                                action,     SIGNAL_EMIT "SEEK_FORWARD" 
"seekforward_button";
+                        }
+
+                       /***************************************** Not for the moment 
**
+                        program {
                                 name,       "seekforward_start";
                                 signal,     "mouse,down,1";
                                 source,     "seekforward_button";
@@ -223,6 +240,7 @@
                                 source,     "seekforward_button";
                                 action,     SIGNAL_EMIT "SEEK_FORWARD_STOP" 
"seekforward_button";
                         }
+                       
*****************************************************************/
 
 
                         /* Next Track/Chapter */




-------------------------------------------------------
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