- add more signals to icons / bg (need to properly rename them to make more sense)
authorcodewarrior <codewarrior>
Wed, 9 Nov 2005 02:00:33 +0000 (02:00 +0000)
committercodewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Nov 2005 02:00:33 +0000 (02:00 +0000)
commit9bcb821d091eb1255495604e9104fb64d7ad7773
tree45ce405f2582b9fe973e090143c3764106e7cd2d
parent803d1158dc9a5e153c1de256d9a3393506d22ba0
- add more signals to icons / bg (need to properly rename them to make more sense)
- add dynamic glob matches to typebuffer (can get slow with 10,000 files, as expected, should be faster when we optimize e_icon_layout)
- add ability to start efm from e_remote (thanks ngc)
- add some edje effects.
- add a test idea for dynamic selection: when you bring up the typebuffer,
everything goes into "dark mode", and your searches light up dynamically as
they are found while you type.

- question: should A be equal to *A* in the typebuffer? ngc and rephorm
suggested this could be an option and if we do add a * manually then this
case will be invalidated.

- note: when browsing 10,000+ files, the slowness of the dir loading occurs
due to the fact that ecore_file's monitor will loop thru all the files and do
an insertion sort. raster said we can fix this with some work on the monitor
code.

SVN revision: 18390
data/themes/default_fileman.edc
src/bin/e_fileman.c
src/bin/e_fileman.h
src/bin/e_fileman_smart.c
src/bin/e_ipc_handlers.h
src/bin/e_ipc_handlers_list.h