- Add DnD support to icon view - drag works, but drop doesn't for some reason!

- Rename FileView::setType() and getType() to type(), for consistency with 
fltk
- Fix hiding of views in type()
- Remove some old commented code (shouldn't be needed ever again)
- Make the selecion box around icons rounded
- Show "directory not found" error when needed (previously, efiler would 
silently jump to home)
- Fix DirTree not respecting default settings
- Attempt to fix callback for dirtree - impossible - documented in BUGS so 
someone could fix it someday
- Selecting with Space key and increasing selection by holding down shift
This commit is contained in:
Vedran Ljubovic
2007-08-20 18:34:22 +00:00
parent 065fae4f87
commit a82ec954bd
4 changed files with 188 additions and 112 deletions

View File

@ -1,3 +1,5 @@
- Add dnd to directory tree
- Add notify support from edelib
- Add support for fd.o Trash protocol
- Altnernate line color in browser (add to EDE_Browser)
- Vertical lines delineating columns (add to EDE_Browser)