r1542: Option to switch automatically between Large and Small icons (Stephen Watson).
[rox-filer.git] / ROX-Filer / Help / TODO
blobc9419503b1672783c5a6a60f31f60cc0123a030c
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!).
9 BUGS
11 Dragging a pinboard icon doesn't remove the tooltip.
13 When the minibuffer is highlighted in red, scanning more items should recheck.
15 Panel sometimes won't accept drops (sawfish bug).
17 Using spring-opening with a missing directory has grab problems (Gkt+
18 problem?).
20 rox -b Small
21 <?xml version="1.0"?>
22 <env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope"><env:Body xmlns:rox="http://rox.sourceforge.net/SOAP/ROX-Filer"><rox:Panel><rox:Name>Small</rox:Name><rox:Side>Bottom</rox:Side></rox:Panel></env:Body></env:Envelope>
24 Changing the pinboard font doesn't realign the icons.
26 Dirs in /proc which have no access permission keep bringing up error boxes.
28 FEATURES FOR 1.3
30 Edit MIME-Info database.
32 Clean out thumbnails cache (memory and disk) from time to time.
34 Options to set fonts.
36 Option to show DnD menu on button-1 drags (for pen users).
38 Put Disk Usage in the Info box.
40 Tab completion in save boxes.
42 Have an option to set what happens when you double-click the background.
44 Option to auto-choose Large or Small icons depending on the number of files.
46 User icons for mounted/unmounted?
48 Order icons vertically or horizontally (option).
50 Rescanning sometimes causes the display to scroll (automounter problem).
52 Allow command-line arguments for executation pinboard/panel icons.
54 Opening an AVFS directory with left-click should reuse the same window.
56 Deleting / moving files should update the globicons?
58 Pinboard icons can only be dragged one at a time.
60 Remove icon should work with MIME stuff.
62 'Edit Item' doesn't make much sense for applets...
64 Option to mount on click, Shift+Click to open without mounting.
66 Make Find expressions easier for beginners.
68 Improve thumbnail handling:
69         - Lazy scanning?
70         - Recursive scanning?
72 Individual sliders for max window horizontal and vertical sizes.
74 Winking of items should be an option.
76 Path Entry minibuffer -- add a drop down list for bookmarks.
77 Way to reopen last closed directory. Also do this for Select If.
79 Shift-click on symlink should open the file. Add a 'Follow link' submenu.
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.
86 Use condensed fonts for long names?
88 Use an environment variable to override the platform-name guessing in
89 AppRun.
91 Provide a way to set the display style on a per-directory basis
92 (shell glob patterns?) Also remember window size?
94 Right-most icon in the last row should extend to the far right of the window,
95 even if it isn't in the last column.
97 Allow find expression with Permissions command...
99 Unify ROX, GNOME and KDE MIME type guessing systems.
100 Still use our own system for MIME handlers and icons, though.
103 OTHERS
105 Fully configurable toolbar?
107 Corner panels?
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? -RWX?
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 Remember last scroll position when returning to a directory?
137 'Edge folders' (panel items spring-open with zero delay when the pointer
138 is at the edge of the scree)?
140 SOAP calls to remove pinboard/panel icons?
143 LONG TERM
145 Use a separate process to access the filesystem. Prevents hanging when you
146 try to access a dead filesystem. Do this via gnome-vfs?
148 Allow user to change permissions to another user on the fly, by entering a
149 password. 'su' requires a tty - use xsu?