Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_entry.edc default_fileman.edc 


Log Message:
- efm smart uses its own edje
- fix x, y in win (move)
- clean up efm code
- add basics for typebuffer
- allow icon_layout to sort internall (no unpack / pack)


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_entry.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- default_entry.edc   7 Nov 2005 00:09:20 -0000       1.3
+++ default_entry.edc   7 Nov 2005 15:31:07 -0000       1.4
@@ -86,7 +86,7 @@
          target: "entry_focus";
       }
       program {
-         name: "button_unfocus";
+         name: "entry_unfocus";
          signal: "focus_out";
          source: "";
          action: STATE_SET "default" 0.0;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- default_fileman.edc 6 Nov 2005 13:53:46 -0000       1.24
+++ default_fileman.edc 7 Nov 2005 15:31:08 -0000       1.25
@@ -149,6 +149,7 @@
    image: "e17_button.png" COMP;
    image: "e17_fileman_thumb_bg.png" COMP;
    image: "e17_mini_button_shadow2.png" COMP;
+   image: "e17_fileman_typebuf.png" COMP;
 }
 
 styles
@@ -162,6 +163,67 @@
       }
 }
 
+group {
+   name: "fileman/smart";
+   parts {
+      part {
+        name: "background";
+        type: SWALLOW;
+        description {
+           state: "default" 0.0;
+        }
+      }
+      
+      part {
+        name: "icons";
+        type: SWALLOW;
+        description {
+           state: "default" 0.0;
+        }
+      }
+      
+      part {
+        name:         "typebuffer";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           min: 96 64;
+           max: 384 64;            
+           visible: 0;
+           align: 0.5 0.5;
+           image {
+              normal: "e17_fileman_typebuf.png";
+              border: 17 17 17 17;
+           }
+        }
+        description {
+           state: "shown" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+        }
+      }     
+   }
+   
+   programs {   
+      program {
+        name: "typebuf_show";
+        signal: "typebuf_show";
+        source: "";
+        action: STATE_SET "shown" 0.0;
+        transition: LINEAR 0.2;
+        target: "typebuffer";
+      }
+      program {
+        name: "typebuf_hide";
+        signal: "typebuf_hide";
+        source: "";
+        action: STATE_SET "default" 0.0;
+        transition: LINEAR 0.2;
+        target: "typebuffer";
+      }
+   }
+}
+        
 
 group {
    name: "fileman/main";




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to