r327: Files can now be dragged to pinboard icons, and they highlight nicely too!
[rox-filer/ma.git] / ROX-Filer / Help / Changes
blob7a5bd4e86025695de7a0bbf968318fa40c30b44d
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 12-Jul-2000
6 ~~~~~~~~~~~
7 Files can now be dragged to pinboard icons, and they highlight nicely too!
8 If the --override option is used, the filer will bypass the window manager
9 and position the icons directly.
11 11-Jul-2000
12 ~~~~~~~~~~~
13 Pinboard icons can now be dragged to filer windows or applications, just
14 like normal icons.
16 10-Jul-2000
17 ~~~~~~~~~~~
18 Changed the DnD code to make it easier for the pinboard code to use it.
19 Up and Home buttons on the toolbar now use the 'New window on button 1'
20 option setting.
22 09-Jul-2000
23 ~~~~~~~~~~~
24 Pinboard can have mount points and symlinks on it.
26 06-Jul-2000
27 ~~~~~~~~~~~
28 Dragging with the Menu button moves icons around. Clicking with the
29 other button removes icons from the pinboard.
31 05-Jul-2000
32 ~~~~~~~~~~~
33 Dragging files to the pinboard adds them to it and automatically saves
34 the pinboard too.
36 02-Jul-2000
37 ~~~~~~~~~~~
38 Pinboard is now loaded from a file specified on the command line.
40 01-Jul-2000
41 ~~~~~~~~~~~
42 'Home' now appears on the background if you run it with --pinboard.
43 Clicking opens your home directory. Doesn't do much else.
44 Fixed a bug which prevented the minibuffer label from appearing on
45 some versions of GTK+.
47 30-Jun-2000
48 ~~~~~~~~~~~
49 First steps towards pinboard support.
51 16-Jun-2000
52 ~~~~~~~~~~~
53 Changed the Display menu layout - now there are four basic types (Large or
54 Small, with or without details) and the type of detail desired is chosen
55 from a sub-sub-menu.
57 Added a new display style - bars showing the sizes of the files. The bars are
58 drawn on a log scale.
60 15-Jun-2000
61 ~~~~~~~~~~~
62 Changed the display menu - you can now choose large or small icons, with or
63 without details. The details displayed can also be changed. I'm not quite
64 happy with the UI yet though...
66 Split the filer.c source file into two (filer.c and display.c) since it was
67 becoming rather unwieldy. This means that some of the option names have
68 changed because they've moved to a new section in the options window...
70 14-Jun-2000
71 ~~~~~~~~~~~
72 Fixed a problem where ImLib support failed on multi-depth displays (reported
73 by Stephen Harrison).
75 06-Jun-2000 (Release 0.1.24)
76 ~~~~~~~~~~~
77 Added the install.sh script for easier installation.
78 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
79 standard types are in Choices.
80 Fixed a bug which could cause 'top' panels to appear in the wrong place
81 (Alex Holden).
82 Changed the sort order for Sort By Type so that directories come before
83 files (suggested by Chris Garrett).
84 `Single-click navigation' and 'Ignore case when sorting' now both default
85 to On.
87 03-Jun-2000
88 ~~~~~~~~~~~
89 Improved the theme support to allow tiled background images.
90 Fixed a bug which prevented tilde expansion from working in the
91 shell command minibuffer.
93 02-Jun-2000
94 ~~~~~~~~~~~
95 Made the help button look a bit nicer and changed the Find and Permissions
96 action windows to use the icon instead of a text button.
97 Removed the 3D borders from the help and toolbar buttons when not selected
98 (looks much better!). Setting a run action by dragging to a symlink now
99 dereferences the link (suggested by Ewan Mac Mahon).
101 Default search path for Choices is now:
102         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
104 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
105 probably slows everything down, but the next Gtk+ release should do double
106 buffering so all this will get changed then...
108 01-Jun-2000
109 ~~~~~~~~~~~
110 Added a Help icon to the toolbar, which does the same as choosing `Show
111 ROX-Filer Help' from the menu.
113 25-May-2000
114 ~~~~~~~~~~~
115 Started adding some code to truncate long filenames (not finished yet).
116 Fixed a bug which could cause directories to appear empty when using VFS.
117 Added the 'Select If' minibuffer, which selects all files matching the
118 entered expression.
120 21-May-2000
121 ~~~~~~~~~~~
122 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
123 Updated several of the remaining icons by copying them from the GNOME
124 desktop (suggested by Volker Braun).
127 16-May-2000 (Release 0.1.23)
128 ~~~~~~~~~~~
129 Added the `Window->Set Run Action' menu item. This allows you to specify the
130 default run action for a file by simply dragging the file into a program.
131 You can also enter a shell command in the minibuffer to make that command
132 the default.
133 The cursor is a bit nicer and usually appears where you want it to now. You
134 can also get rid of it by pressing Escape.
136 12-May-2000
137 ~~~~~~~~~~~
138 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
139 Applied Vincent's patch (minor updates to the Frech translation).
140 Fixed a problem with the pixmap caching - the filer would detect that the
141 file had changed and try to reload it, but ImLib would simply return its
142 cached copy!
144 28-Apr-2000
145 ~~~~~~~~~~~
146 Removed a debugging message that had somehow got into the release version :-(
147 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
148 an empty directory caused odd effects.
150 24-Apr-2000 (Release 0.1.22)
151 ~~~~~~~~~~~
152 When starting, the filer will check to see if it is already running.
153 If it is then the arguments are passed to that copy.
155 23-Apr-2000
156 ~~~~~~~~~~~
157 Bug fix: Attempting to open a Find preview window could cause a crash
158 if the directory containing the item could not be opened.
159 Button-3 clicking on the toolbar icons opens a new window.
162 21-Apr-2000
163 ~~~~~~~~~~~
164 Added Vincent Lefevre's French translation. Changed to using my own
165 gettext function because some platforms don't have it or implement
166 it differently.
168 18-Apr-2000 (Release 0.1.21)
169 ~~~~~~~~~~~
170 Completed marking translatable strings. Dragging with the middle button
171 now moves files.
173 17-Apr-2000
174 ~~~~~~~~~~~
175 Made lots of changes to the way menus are stored; this makes i18n of the
176 menus easier.
178 16-Apr-2000
179 ~~~~~~~~~~~
180 Added GNU gettext support.
181 Shell meta-characters in shell commands are escaped.
183 15-Apr-2000
184 ~~~~~~~~~~~
185 Tab in the shell commands minibuffer does shell-style completion.
187 14-Apr-2000 (Release 0.1.20)
188 ~~~~~~~~~~~
189 ImLib is used for rendering if possible. Small Icons super-samples the
190 image down.
192 13-Apr-2000
193 ~~~~~~~~~~~
194 Copying from inside a VFS directory now works.
196 09-Apr-2000
197 ~~~~~~~~~~~
198 Added the Shell Command feature to the minibuffer.
199 Fixed a bug which causes unnecessary flickering when a hidden file was
200 detected.
201 Removed 'Touch' from the menu; easy enough from the minibuffer now.
202 Changed the type guessing system - scans all files in MIME-info directories
203 now.
205 02-Apr-2000
206 ~~~~~~~~~~~
207 Added a nice list displaying the found files. Clicking opens a preview window
208 onto the directory and winks the file.
210 18-Mar-2000
211 ~~~~~~~~~~~
212 Merged the MIME-Type and Special fields in the info window into a single
213 Type field (since only one could be used at a time anyway).
214 Made lots of changes to the panel menu. You can now remove things much more
215 easily.
216 Unstat()able files now display the error message in the Full Info display,
217 instead of random values.
218 Check for copying a directory onto itself, as well as into itself.
220 Applied Bernard's patch:
221 - Copy (menu entry) now works with action window.
222 - Deleted/moved directory displays are automatically hidden.
223 - Added option not to allow run/copy when object
224   dragged to filer (not panels) icons. Some people like
225   it the RISC OS way...
226 - Full info alignment of App objects and owner/group
227   alignment corrected.
228 - Info window: added special info for symlinks, apps
229   and mount points.
231 17-Mar-2000
232 ~~~~~~~~~~~
233 Added support for mc's Virtual File System.
235 12-Mar-2000
236 ~~~~~~~~~~~
237 New Window appears greyed out if Unique Windows is selected.
238 Added 'Permissions' (chmod) feature.
240 10-Mar-2000
241 ~~~~~~~~~~~
242 Added Bernard Jungen's patch:
243 - Dates are displayed in a more RISC OS like format.
244 - (Scanning) is shown in the titlebar during scans.
245 - Option to only display one window per directory.
246 - User and group names displayed in the Full Info view.
247 - Open Parent in the root does nothing.
248 - Errors in options are only reported once.
249 - File does chdir() if -b isn't possible (prevents getting the full path
250   in the file(1) says... box).