Enlightenment CVS committal
Author : rephorm
Project : e17
Module : apps/elicit
Dir : e17/apps/elicit/data/themes/winter/programs
Modified Files:
colors.edc
Log Message:
save the zoom and color out to the config.db (and use them next time)
new signal: elicit,copy,hex sets the primary selection to the hex val
update winter theme to use this signal (click on the hex val)
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/elicit/data/themes/winter/programs/colors.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- colors.edc 6 Feb 2004 06:56:30 -0000 1.1
+++ colors.edc 8 Feb 2004 04:02:09 -0000 1.2
@@ -5,3 +5,25 @@
COLOR_PROG("sat", "color,s")
COLOR_PROG("val", "color,v")
COLOR_PROG("zoom", "zoom")
+
+program {
+ name, "hex-copy";
+ signal, "mouse,clicked,1";
+ source, "hex-val";
+ action, SIGNAL_EMIT "elicit,copy,hex" "";
+ after, "hex-pulse";
+}
+
+program {
+ name, "hex-pulse";
+ action, STATE_SET "off" 0.0;
+ target, "hex-clip";
+ after, "hex-pulse-2";
+}
+
+program {
+ name, "hex-pulse-2";
+ action, STATE_SET "default" 0.0;
+ transition, DECELERATE 0.5;
+ target, "hex-clip";
+}
-------------------------------------------------------
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