r898: Applied Bernard Jungen's latest patch:
[rox-filer.git] / ROX-Filer / Help / TODO
blob62b7535474673fa12e27da21a3dc4d2838277c6c
1                         ROX-Filer
2                         A RISCOS-like filer for X
3                         by Thomas Leonard
5 This is a list of features that should/will be added when I have time (or
6 when someone sends patches!).
8 BUGS
10 Show Hidden flashes the last winked item.
12 Think about XXXs in dnd menu.
14 Escape in Enter Path minibuffer scrolls to cursor. Why?
16 Quits if only an Info window is open.
18 Deleting a symlink to a pinboard icon shows a warning
20 Gtk+ 2.0:
21         - Panel menu appears, but menu item under cursor doesn't highlight
22         - Savebox doesn't highlight leafname
23         - Pinboard text background types none/outline don't work
24         - Can't set menu shortcuts to a single key (eg, 'L') (GTK API bug)
25         - Wheel mice don't work anymore?
27 Return for 'Do another search' toggles Quiet...
29 'Edit Item' doesn't make much sense for applets...
31 Rescanning sometimes causes the display to scroll (automounter problem).
33 Panel sometimes won't accept drops (unrepeatable).
36 FEATURES FOR 1.1
38 Option to mount on click, Shift+Click to open without mounting.
40 When following symlinks, don't convert to the 'real' path. Up should
41 go back to the directory containing the symlink.
43 Add menu of currently used directories to Set Icon box.
45 Ctrl+[0-9] stores current directory and selection. [0-9] restores it.
47 Make Find expressions easier for beginners.
49 Improve thumbnail handling:
50         - Lazy scanning?
51         - Recursive scanning?
52         - Add (partial) support for thumbnails spec, when complete.
54 Click Refresh to reload MIME-info files.
56 Individual sliders for max window horizontal and vertical sizes.
58 Winking of items should be an option.
60 Scanning:
61         - Use dir_check_this in more places
62         - Clear window before resizing
64 Add 'Just for this file / All files of type' to Set Icon dialog.
66 Don't beep for paths with a # in the leafname (for AVFS).
68 Path Entry minibuffer -- add a drop down list for bookmarks.
69 Way to reopen last closed directory. Also do this for Select If.
71 Details toolbar button should return to previous size, not default size.
73 Remove panel applets if they quit normally.
75 Set a property giving the panel side (for applet menus).
77 Shift-click on symlink should open the file. Add a 'Follow link' submenu.
79 Convert manual to HTML (smaller, searchable).
81 Option to make menu-click over a file open the File submenu only?
83 Key bindings in the New File menu doesn't work (move to dialog box?).
85 All leafnames to be truncated, even when details are displayed.
87 Use an environment variable to override the platform-name guessing in
88 AppRun.
90 Provide a way to set the display style on a per-directory basis
91 (shell glob patterns?) Also remember window size?
93 Right-most icon in the last row should extend to the far right of the window,
94 even if it isn't in the last column.
96 Allow find expression with Permissions command...
98 Use AA fonts and word wrapping in main window with Gtk+ 2.0.
101 OTHERS
103 Fully configurable toolbar?
105 Corner panels?
107 Tooltips to show extra detail about items?
109 Close Panel menu item?
111 Toolbar buttons for sort type?
113 Highlighting of icons as you drag a box around them, so it's clear what you
114 have caught in the box?
116 Allow the filer to go inside GNOME-panel and similar?
118 More permissions checking in Find?
120 Enable (temporarily) single-click navigation when a special key (e.g. Alt)
121 is pressed?
123 In single click mode, beep when the user tries to double click?
125 Options to set where the toolbar appears?
127 Copying a relative symlink should make it absolute? Ask during the copy?
129 Recursive 'a-x' acts on the directory first and so can't then change the
130 permissions on the contents. chmod(1) has the same problem.
132 Option to disable open-file-and-close-window behaviour (sometimes happens
133 accidentally)?
135 Items on the panel should be sensitive right up to the edge of the screen
136 (GTK bug prevents this currently - should be fixed by 1.2.11).
138 Remember last scroll position when returning to a directory?
140 After entering a symlinked directory, Up should return to the symlink's
141 directory, not the real parent?
144 LONG TERM
146 Use a separate process to access the filesystem. Prevents hanging when you
147 try to access a dead filesystem.
149 Allow user to change permissions to another user on the fly, by entering a
150 password. 'su' requires a tty - do we need an SUID binary?