todo++ - refinement of new fm work.

fm2 now is much better at handling massive dirs of files - my test case is
5400 files or so in a dir (all jpg's). it seems rather happy dealing with it
and doesnt lock up or hang or seem to have issues. it just plods along.


SVN revision: 24290
This commit is contained in:
Carsten Haitzler 2006-07-29 09:28:50 +00:00
parent 639ce66fb3
commit 104b644327
2 changed files with 5 additions and 1 deletions

4
TODO
View File

@ -46,6 +46,8 @@ Some of the things (in very short form) that need to be done to E17...
ESSENTIAL FEATURES
-------------------------------------------------------------------------------
* fm2 (new efm) needs some visual theme indicator while it is still scanning
ans sorting dir entries and icons so you know it's busy.
* if we want to do icons on the desktop - and as part of efm, i am thinking
that we have little choice but to implement a .desktop file loader. this
is not to hard - it's the xml jungle of the system menus that is sucky. the
@ -83,6 +85,8 @@ Some of the things (in very short form) that need to be done to E17...
CLEANUPS
-------------------------------------------------------------------------------
* deskclock's pam profile should be configurable as system-auth doesn't
always work - maybe have some auto-detect and scan of pam files :)
* If a user has set a border type on a window, don't bother to check for
changes.
* keybindings dialog doesn't conform its formatting or datatype naming to

View File

@ -754,7 +754,7 @@ _e_test_internal(E_Container *con)
e_win_resize(dia->win, 400, 300);
}
#elif 1
#elif 0
static void
_e_test_cb_changed(void *data, Evas_Object *obj)
{