r287: Removed the DEFAULT_PIXMAP array - the new type system makes in unnecessary
[rox-filer.git] / ROX-Filer / Help / TODO
blobac992f4c8521d974d5aad9590c0bbc4d64d7b7ba
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 when
6 someone sends patches!).
9 BUGS
11 Rename box - use action window (currently doesn't work across file systems)
13 GNOME toolbar
14         - doesn't work properly when detached. Is this a GTK+ problem?
15         - 'Other Action' doesn't work
17 Set Run Action: deref symlinks
19 Moving a directory (outside of the filer) causes an error when you try
20 to access it (OK), but the error is still reported when you open the
21 directory in its new location until you click refresh.
24 MISSING FEATURES
26 Allow applets inside the panel? Allow the filer to go inside GNOME-panel
27 and similar?
29 Scrollable panel (already works with wheel-mice).
31 Back/Forwards browser style navigation?
33 Better installation (eg, install in /usr/local/*; but keep the app dir
34 structure).
36 Textured window backgrounds (themes?)
38 Long leafnames get truncated / wrap onto multiple lines.
40 Better icon arrangement (different column widths?)
42 More permissions checking in Find?
44 Fully configurable toolbar. Allow clicking button 2 on buttons.
46 Can't create a panel if the filer is already running.
48 Use an environment variable to override the platform-name guessing in AppRun.
50 People sometimes forget to save the key bindings - remind them somehow?
52 Enable (temporarily) single-click navigation when a special key (e.g. Alt) is
53 pressed?
55 Improve MIME-type guessing:
56         - Try to find longest extension match (eg .ps.gz, then .gz)
57         - Try again ignoring case (so .BMP matches .bmp) (.C must still work!)
58         - Use regexp rules on whole name (eg for 'Makefile' and 'core')
60 Provide a way to set the display style on a per-directory basis
61 (shell glob patterns?)
64 RISC OS COMPATIBILITY
66 The menu opens with `File 'file'' under the pointer. Under RO it was the
67 Display menu.
70 OTHERS
72 Holding a file being saved over a directory should open the directory (Mac
73 style)? Make it optional?
75 Copying a relative symlink should make it absolute? Ask during the copy?
77 Recursive 'a-x' acts on the directory first and so can't then change the
78 permissions on the contents. chmod(1) has the same problem.
80 Set Run Action should be on the 'File' menu, not in the minibuffer.