r3313: Updated French manual translation (Arnaud Calvo).
[rox-filer.git] / ROX-Filer / Help / TODO
bloba66d7f6bcc294e2966e565f2b0fa23020ef09bf5
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 Is setting thumbnailers from the Set Icon box sensible UI?
13                         FEATURES FOR 2.1
15 Going Up in List View loses the focus and scroll position.
17 Better errors from SOAP messages.
19 If you set an icon view with some details turned on (like "sizes" or
20 "permissions") a maximum width value is silently ignored.
22 Info box should close on Escape.
24 Shift+Menu on the Up button should show the Send To menu.
26 Sorting by group/user should use name (Bernard Jungen).
28 File2.html comes before File.html. Also, very large numbers aren't handled.
30 Mounting/unmounting via a symlink doesn't update the display automatically.
32 When the minibuffer is highlighted in red, scanning more items should recheck.
34 Text beside icons style is too wide.
36 Bookmarks:
37 - Short name for bookmarks.
39 Extra menu entries for mount points (eject, format, free).
41 When copying or moving files and asking for confirmation, display details of
42 the two files to aid comparison.
44 Bookmarks:
45 - Show selection groups?
46 - Auto-add recent operations
48 Iconified directories show the directory's icon (Marcus Lundblad)?
50 Some way to process the files found by Find.
52 Auto-unmount when last directory is closed.
54 Active icons in iconified windows (Christian V. J. Brüssow).
56 When all selected items have the same type, show handlers for that type on
57 the SendTo menu (Arnaud Calvo)?
59 Use XFS extended attribute to store MIME types.
61 More options to set fonts?
63 Put Disk Usage in the Info box?
65 Tab completion in save boxes.
67 Have an option to set what happens when you double-click the background.
68 Or disable this... the toolbar can be used to resize.
70 Order icons vertically or horizontally (option)?
72 Rescanning sometimes causes the display to scroll (automounter problem).
74 Allow command-line arguments for executation pinboard/panel icons.
76 Opening an AVFS directory with left-click should reuse the same window.
78 Deleting / moving files should update the globicons?
80 'Edit Item' doesn't make much sense for applets...
82 Make Find expressions easier for beginners.
84 Individual sliders for max window horizontal and vertical sizes?
86 Winking of items should be an option?
88 Shell / Select If history menu.
90 Shift-click on symlink should open the file. Add a 'Follow link' submenu.
92 Option to make menu-click over a file open the File submenu only?
94 Key bindings in the New File menu don't work (move to dialog box?).
96 All leafnames to be truncated, even when details are displayed.
97 Use condensed fonts for long names?
99 Use an environment variable to override the platform-name guessing in
100 AppRun.
102 Provide a way to set the display style on a per-directory basis
103 (shell glob patterns?) Also remember window size?
105 Right-most icon in the last row should extend to the far right of the window,
106 even if it isn't in the last column.
108 Allow filtering on any expression (not just Show Hidden).
110 Allow find expression with Permissions command...
113                         OTHERS
116 Fully configurable toolbar?
118 Corner panels?
120 Close Panel menu item?
122 Highlighting of icons as you drag a box around them, so it's clear what you
123 have caught in the box?
125 More permissions checking in Find? -RWX?
127 Enable (temporarily) single-click navigation when a special key is pressed?
129 In single click mode, beep when the user tries to double click?
131 Copying a relative symlink should make it absolute? Ask during the copy?
133 Recursive 'a-x' acts on the directory first and so can't then change the
134 permissions on the contents. chmod(1) has the same problem.
136 Option to disable open-file-and-close-window behaviour (sometimes happens
137 accidentally)?
139 Remember last scroll position when returning to a directory?
141 'Edge folders' (panel items spring-open with zero delay when the pointer
142 is at the edge of the scree)?
144 SOAP calls to remove pinboard/panel icons?
146 AppInfo.xml (Christopher Arndt):
147         <Property name="x-on-drop-move" value="--move"/>
148         <Property name="x-on-drop-link" value="--link"/>
152                         LONG TERM
155 Use a separate process to access the filesystem. Prevents hanging when you
156 try to access a dead filesystem. Do this via gnome-vfs?
158 Allow user to change permissions to another user on the fly, by entering a
159 password. 'su' requires a tty - use xsu?