r2363: Updated French translation.
[rox-filer.git] / ROX-Filer / Help / TODO
blob7fdb2a1ed01285bef955ffc12c950b6fff1b1e03
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
12 dnotify: should wait a little before rescanning.
14 GtkTreeView bindings (eg, ^N) override menu bindings.
16 Autoscrolling during DnD has stopped working.
18 File2.html comes before File.html. Also, very large numbers aren't handled.
20 Can't drag to a selected item (from another window).
22 Adding a directory to the panel and then changing it to an application doesn't
23 hide the text.
25 Fix ~/.thumbnails trying to thumbnail thumbnails!
27 Setting an icon (eg, for 'text/plain') should refresh the views.
29 Dragging a pinboard icon doesn't remove the tooltip.
31 When the minibuffer is highlighted in red, scanning more items should recheck.
33 Using spring-opening with a missing directory has grab problems (Gkt+
34 problem?).
36 Dirs in /proc which have no access permission keep bringing up error boxes.
38 Dragging a pinboard icon to move it should be sensitive even while the pointer
39 is still over the icon.
41 Escape text/uri-list.
43 Keep the title up-to-date for iconified windows.
45 Symlinks to mount points work strangely (Daniele Peri).
48                         FEATURES FOR 1.3
50 Bookmarks:
51 - Drag to Edit window or toolbar icon. Spring loading (Stephen Watson)?
52 - Short name for bookmarks.
54 Set size of panel icons.
56 Stretch / scale pinboard options.
58 Option to show DnD menu on button-1 drags (for pen users).
60                         FEATURES FOR 2.1
62 Bookmarks:
63 - Show selection groups?
64 - Auto-add recent operations
66 Some way to process the files found by Find.
68 Dragging over the panel should do the raise thing.
70 Auto-unmount when last directory is closed.
72 Active icons in iconified windows (Christian V. J. Brüssow).
74 When all selected items have the same type, show handlers for that type on
75 the SendTo menu (Arnaud Calvo)?
77 Allow changing the pinboard style without having to drag the image back in
78 (Jesse Wagner).
80 Use XFS extended attribute to store MIME types.
82 More options to set fonts?
84 Put Disk Usage in the Info box?
86 Tab completion in save boxes.
88 Have an option to set what happens when you double-click the background.
89 Or disable this... the toolbar can be used to resize.
91 Order icons vertically or horizontally (option).
93 Rescanning sometimes causes the display to scroll (automounter problem).
95 Allow command-line arguments for executation pinboard/panel icons.
97 Opening an AVFS directory with left-click should reuse the same window.
99 Deleting / moving files should update the globicons?
101 Remove icon should work with MIME stuff.
103 'Edit Item' doesn't make much sense for applets...
105 Make Find expressions easier for beginners.
107 Individual sliders for max window horizontal and vertical sizes.
109 Winking of items should be an option.
111 Shell / Select If history menu.
113 Shift-click on symlink should open the file. Add a 'Follow link' submenu.
115 Option to make menu-click over a file open the File submenu only?
117 Key bindings in the New File menu don't work (move to dialog box?).
119 All leafnames to be truncated, even when details are displayed.
120 Use condensed fonts for long names?
122 Use an environment variable to override the platform-name guessing in
123 AppRun.
125 Provide a way to set the display style on a per-directory basis
126 (shell glob patterns?) Also remember window size?
128 Right-most icon in the last row should extend to the far right of the window,
129 even if it isn't in the last column.
131 Allow filtering on any expression (not just Show Hidden).
133 Allow find expression with Permissions command...
136                         OTHERS
139 Fully configurable toolbar?
141 Corner panels?
143 Close Panel menu item?
145 Highlighting of icons as you drag a box around them, so it's clear what you
146 have caught in the box?
148 More permissions checking in Find? -RWX?
150 Enable (temporarily) single-click navigation when a special key is pressed?
152 In single click mode, beep when the user tries to double click?
154 Copying a relative symlink should make it absolute? Ask during the copy?
156 Recursive 'a-x' acts on the directory first and so can't then change the
157 permissions on the contents. chmod(1) has the same problem.
159 Option to disable open-file-and-close-window behaviour (sometimes happens
160 accidentally)?
162 Remember last scroll position when returning to a directory?
164 'Edge folders' (panel items spring-open with zero delay when the pointer
165 is at the edge of the scree)?
167 SOAP calls to remove pinboard/panel icons?
169 AppInfo.xml (Christopher Arndt):
170         <Property name="x-on-drop-move" value="--move"/>
171         <Property name="x-on-drop-link" value="--link"/>
175                         LONG TERM
178 Use a separate process to access the filesystem. Prevents hanging when you
179 try to access a dead filesystem. Do this via gnome-vfs?
181 Allow user to change permissions to another user on the fly, by entering a
182 password. 'su' requires a tty - use xsu?