Enlightenment CVS committal

Author  : jlzapata
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:
efm:
- xdnd / internal dnd works
- new signals for drag/drop of icons

----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- default_fileman.edc 11 Nov 2005 08:03:49 -0000      1.30
+++ default_fileman.edc 9 Feb 2006 18:31:14 -0000       1.31
@@ -1124,6 +1124,11 @@
               inherit: "default" 0.0;
               color: 255 255 255 255;
            }
+           description {
+              state: "dragged" 0.0;
+              inherit: "default" 0.0;
+              color: 10 10 10 30;
+           }
         }               
         part {
            name: "icon_box";
@@ -1241,6 +1246,24 @@
         target: "icon_title"; 
          target: "icon_overlay";        
       }      
+      program { 
+        name:   "dragged"; 
+        signal: "dragged"; 
+        source: ""; 
+        action: STATE_SET "dragged" 0.0;
+        transition: LINEAR 0.2;         
+        target: "icon_title"; 
+         target: "icon_overlay";        
+      }      
+      program { 
+        name:   "dropped"; 
+        signal: "dropped"; 
+        source: ""; 
+        action: STATE_SET "default" 0.0;
+        transition: LINEAR 0.2;         
+        target: "icon_title"; 
+         target: "icon_overlay";        
+      }      
    }   
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to