Enlightenment CVS committal
Author : technikolor
Project : misc
Module : eplayer
Dir : misc/eplayer/data/themes/default
Modified Files:
default.edc
Log Message:
The default theme now supports rephorm's new seek methods which are signicantly
smoother.
Also, initial key binding support is added. Current it is not user configurable, but
the
basics are there and should work as most people would expect.
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/themes/default/default.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default.edc 10 Jan 2004 16:04:49 -0000 1.5
+++ default.edc 19 Jan 2004 18:13:31 -0000 1.6
@@ -2651,12 +2651,20 @@
}
program {
- name, "seekback_click";
- signal, "mouse,up,1";
+ name, "seekback_start";
+ signal, "mouse,down,1";
source, "seekback_button";
- action, SIGNAL_EMIT "SEEK_BACK" "seekback_button";
+ action, SIGNAL_EMIT "SEEK_BACK_START"
"seekback_button";
}
+ program {
+ name, "seekback_stop";
+ signal, "mouse,up,1";
+ source, "seekback_button";
+ action, SIGNAL_EMIT "SEEK_BACK_STOP"
"seekback_button";
+ }
+
+
/* Play */
program {
@@ -2771,12 +2779,20 @@
}
program {
- name, "seekforward_signal";
- signal, "mouse,up,1";
+ name, "seekforward_start";
+ signal, "mouse,down,1";
source, "seekforward_button";
- action, SIGNAL_EMIT "SEEK_FORWARD"
"seekforward_button";
+ action, SIGNAL_EMIT "SEEK_FORWARD_START"
"seekforward_button";
}
+ program {
+ name, "seekforward_stop";
+ signal, "mouse,up,1";
+ source, "seekforward_button";
+ action, SIGNAL_EMIT "SEEK_FORWARD_STOP"
"seekforward_button";
+ }
+
+
/* Next File */
program {
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs