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