enlightenment/data
codewarrior 8128695e77 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


SVN revision: 17370
2005-10-10 00:55:07 +00:00
..
fonts 1. better chinese font - it screws up japanese though. grrr. lets talk about 2005-04-28 06:27:23 +00:00
icons shh....quiet now 2005-08-15 04:32:49 +00:00
images dont need these animore - cruft. 2005-08-31 09:26:17 +00:00
init iniut splash should stay up a bit longer even on early end of init 2005-06-23 05:12:53 +00:00
other engines can be default. 2005-10-09 21:42:37 +00:00
themes EFM - The E17 file manager and file browser smart object. 2005-10-10 00:55:07 +00:00
xsession ssssh 2005-07-21 11:51:41 +00:00
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
Makefile.am icons are now part of the theme and themable from the theme (always 2005-07-30 07:46:05 +00:00