Enlightenment CVS committal

Author  : jlzapata
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:
efm:

- two more states for the fileman edje, hover - unhover
- implemented hover functions when dragging
- relative actions / default relative action in place (not working yet)
- there is SERIOUS BUG when using multiple windows of efm, when dragging
or using the band on 2+ windows for the first time segvs, i think this
was also before my changes.
- still there are lots of things to be coded, dont expect to work 
cleanly yet

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- default_fileman.edc 11 Feb 2006 22:54:06 -0000      1.32
+++ default_fileman.edc 16 Feb 2006 03:13:30 -0000      1.33
@@ -1129,6 +1129,11 @@
               inherit: "default" 0.0;
               color: 10 10 10 30;
            }
+           description {
+              state: "hover" 0.0;
+              inherit: "default" 0.0;
+              color: 10 10 10 30;
+           }
         }               
         part {
            name: "icon_box";
@@ -1264,6 +1269,24 @@
         target: "icon_title"; 
          target: "icon_overlay";        
       }      
+      program { 
+        name:   "hover"; 
+        signal: "hover"; 
+        source: ""; 
+        action: STATE_SET "hover" 0.0;
+        transition: LINEAR 0.2;         
+        target: "icon_title"; 
+         target: "icon_overlay";        
+      }      
+      program { 
+        name:   "unhover"; 
+        signal: "unhover"; 
+        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