Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default.edc default_icons.edc 
Added Files:
        default_fileman.edc 


Log Message:
EFM - The E17 file manager and file browser smart object.

*** BEFORE YOU USE ***
This is alpha software and may cause E17 to crash, lockup, use 99% of
your cpu, or even delete your files! I would advise using it in Xnest
if you want to test or develop it.
*** BEFORE YOU USE ***

EFM can:
- browse files and directories
- generate thumbnails
- launch executables
- do some xdnd
- monitor files and directories
- delete and rename files

EFM cant:
- scroll
- associate applications with files
- purge its thumbnails (do it manually: ~/.e/e/fileman/thumbnails)
- do a lot of things you'd expect it to do because its still in alpha stage

Current TODO:

- scrolling

- we need a redraw function that will just re-arrange and not do
  the whole thing. for example, when we resize, we should just
  check the file offset and fill the empty space with icons
    
- is the offset code working properly? i have a feeling we're displayin
  more icons that the visible space can take and they are being hidden.
     
- emit all sorts of signals on double click, right click, single click...
     
- aspect ratio on thumbnails.
    
- add typebuffer like in evidence.
      
- keyboard shortcuts for directory and file navigation.
  
- multi select
      
- allow for icon movement inside the canvas
      
- add metadata system which allows us to save icon positions and will
  eventually allow us to have custom icon sizes, custom bgs per dir...
        
- double check dir monitoring. note: when we are in a dir that is constantly
  changing, we cant keep calling redraw_new as it will kill us.
  
- we need to fix the icon edc to allow us to have icon labels what will
  wrap on wrap=char
  
- fix bugs  
            


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- default.edc 4 Oct 2005 01:33:59 -0000       1.46
+++ default.edc 10 Oct 2005 00:55:07 -0000      1.47
@@ -46,7 +46,8 @@
 #include "default_pointer.edc"
 #include "default_about.edc"
 #include "default_theme_about.edc"
-#include "default_entry.edc"
+#include "default_entry.edc"   
+#include "default_fileman.edc"
 #include "default_scrollbar.edc"   
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_icons.edc   22 Aug 2005 12:25:23 -0000      1.2
+++ default_icons.edc   10 Oct 2005 00:55:07 -0000      1.3
@@ -411,3 +411,22 @@
         }
       }
    }
+
+   group {
+      name: "icons/enlightenment/fileman";
+      max:  64 64;
+      parts {
+        part {
+           name:          "icon";
+           mouse_events:  0;
+           description {
+              state:    "default" 0.0;
+              aspect:   1.0 1.0;
+              max:      64 64;
+              image {
+                 normal: "e17_icon_fileman_folder.png";
+              }
+           }
+        }
+      }
+   }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to