Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/data/themes/winter/programs


Modified Files:
        main.edc 


Log Message:

Rework zooming into a smart object.
  * You can now zoom in and out of an already taken shot
  * Resizing doesn't change the scale of the shot
  * Added an optional pixel grid (right click on the shot -- winter only atm).
  

===================================================================
RCS file: /cvs/e/e17/apps/elicit/data/themes/winter/programs/main.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- main.edc    8 Mar 2005 05:02:13 -0000       1.5
+++ main.edc    11 Jul 2006 05:23:00 -0000      1.6
@@ -75,6 +75,13 @@
       }
 
       program {
+        name, "shot.grid";
+        signal, "mouse,down,3*";
+        source, "shot-border";
+        action, SIGNAL_EMIT "elicit,grid,toggle" "";
+      }
+
+      program {
         name, "shot.ani";
         action, STATE_SET "hidden" 0.0;
         transition, LINEAR 0.0;




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to