+---------------------------------------------------------+ | TODO | +---------------------------------------------------------+ Stuff planned for v1.1 ---------------------- * SMB browsing using gnome-vfs-extras. Make it a compile time option. * Personal toolbar like mozilla. * Make all changes in the options-dialog cancelable. * Add 'Execute' option in the file-popup. * Add 'Open with other...' option to the 'Open with' submenu in the file-popup. * Filtering files display according to a specified mask. * Vertical/horizontal pane arrangement - the latter is convenient for browsing very long file names. * Copying a directory over another should be possible without first removing the target directory as gnome-vfs does it. This requires GC to check for this condition first and then xfer the files in a way that doesn't remove unaffected stuff. It would be good if this code once written could be added to gnome-vfs since this is a common thing that more apps could use. Stuff planned for v2.0 ---------------------- * Port to GNOME2 * Use PONG for the options dialog. Also pay some attention to the "GNOME Human Interface Guidelines" available at http://developer.gnome.org/projects/gup/hig/1.0/index.html Deeply wanted stuff (not doable ATM) ------------------- * Browsing of compressed archives. Will be possible as soon as gnome-vfs gets this stuff working.... * Better error dialogs. When doing FTP connections you can get really stupid error dialogs, such as "Generic error". * There was a report of problems when using odd characters (like $) in passwords for ftp servers. UPDATE: Not much to do right now. Some chars such as '$' seems to be corrupted by the gnome_vfs_escape_string function. Discussed stuff (not assigned to a version yet) ------------------------------- * 'Directory Tree' with ALT+F10 * 'Subdirectory View' - showing contents of a given dir and all its subdirs in one file list. It gives the possibility of mass operation like: copy/move/rename/delete for all subdirs files. _Very_ handy. * Add tabs in the main-window?