r1467: Pinboard text fg colour works again (for tasklist icons too).
[rox-filer.git] / ROX-Filer / Options.xml
blob683fbfd50bdcf6ec06d2505a6e85230afd9df7f4
1 <?xml version='1.0' encoding='UTF-8'?>
2 <options>
3   <section title='Translation'>
4     <frame label='Language'>
5       <radio-group name='i18n_translation' columns='2'>
6         <radio label='Use the LANG environment variable' value='From LANG'/>
7         <radio label='Chinese (traditional)' value='zh_TW'/>
8         <radio label='Chinese (simplified)' value='zh_CN'/>
9         <radio label='Danish' value='da'/>
10         <radio label='Dutch' value='nl'/>
11         <radio label='English (no translation)' value='None'/>
12         <radio label='French' value='fr'/>
13         <radio label='German' value='de'/>
14         <radio label='Hungarian' value='hu'/>
15         <radio label='Italian' value='it'/>
16         <radio label='Polish' value='pl'/>
17         <radio label='Russian' value='ru'/>
18         <radio label='Spanish' value='sp'/>
19       </radio-group>
20     </frame>
21     <i18n-message/>
22   </section>
23   <section title='Filer windows'>
24     <frame label='Auto-resize filer windows'>
25       <radio-group name='filer_auto_resize'>
26         <radio label='Never automatically resize' value='2'>You'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.</radio>
27         <radio label='Resize when changing the display style' value='0'>Changing the size of the icons or which details are displayed will resize the window for you.</radio>
28         <radio label='Always resize' value='1'>The filer will resize windows whenever it seems useful (that is, when changing directory or display style).</radio>
29       </radio-group>
30       <numentry name='filer_size_limit' label='Largest window size:' unit='%' min='1' max='100' width='3'>The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.</numentry>
31     </frame>
32     <frame label='Window behaviour'>
33       <toggle name='filer_short_flag_names' label='Short titlebar flags'>Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.</toggle>
34       <toggle name='filer_unique_windows' label='Unique windows'>If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.</toggle>
35       <toggle name='bind_new_button_1' label='New window on button 1 (RISC OS style)'>Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.</toggle>
36       <toggle name='bind_single_click' label='Single-click navigation in filer windows'>Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.</toggle>
37     </frame>
38     <section title='Display'>
39       <frame label='Sorting'>
40         <toggle name='display_intelligent_sort' label='Intelligent sorting'>If off, does ASCII sort: File10, File9, file8.
41 If on, ignores case and punctuation and handles numbers properly: file8, File9, File10</toggle>
42         <toggle name='display_dirs_first' label='Directories always come first'>If this is on then directories will always appear before anything else, regardless of the sort type.</toggle>
43       </frame>
44       <frame label='Icon text width'>
45         <numentry name='display_large_width' label='Large wrap width:' unit='pixels' min='0' max='250' width='3' sizegroup='disp-width'>Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.</numentry>
46         <numentry name='display_small_width' label='Max Small Icons width:' unit='pixels' min='0' max='250' width='3' sizegroup='disp-width'>Maximum width for the text beside a Small Icon.</numentry>
47       </frame>
48       <frame label='Default settings for new windows'>
49         <toggle name='display_inherit_options' label='Inherit options from source window'>If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.</toggle>
50         <hbox>
51           <vbox>
52             <menu name='display_size' label='Icon size:' sizegroup='disp-def'>
53               <item label='Huge Icons' value='2'/>
54               <item label='Large Icons' value='0'/>
55               <item label='Small Icons' value='1'/>
56             </menu>
57             <menu name='display_details' label='Details:' sizegroup='disp-def'>
58               <item label='No details' value='0'/>
59               <item label='Summary' value='1'/>
60               <item label='Sizes' value='2'/>
61               <item label='Permissions' value='3'/>
62               <item label='Type' value='4'/>
63               <item label='Times' value='5'/>
64             </menu>
65             <menu name='display_sort_by' label='Sort by:' sizegroup='disp-def'>
66               <item label='Name' value='0'/>
67               <item label='Type' value='1'/>
68               <item label='Date' value='2'/>
69               <item label='Size' value='3'/>
70             </menu>
71           </vbox><vbox>
72             <toggle name='display_show_hidden' label='Show hidden files'>If this is on then files whose names start with a dot are shown too, otherwise they are hidden.</toggle>
73             <toggle name='display_show_thumbs' label='Show image thumbnails'>Load every image file and display it, scaled-down, in the filer window instead of the normal icon.</toggle>
74           </vbox>
75         </hbox>
76       </frame>
77     </section>
78     <section title='Toolbar'>
79       <frame label='Toolbar buttons'>
80         <label help='1'>Unshade the tools you want.</label>
81         <tool-options name='toolbar_disable'/>
82       </frame>
83       <frame label='Toolbar appearance'>
84         <hbox>
85           <menu name='toolbar_type' label='Toolbar type:'>
86           <item label='None' value='0'/>
87           <item label='Small' value='1'/>
88           <item label='Large' value='2'/>
89           </menu>
90           <spacer/>
91           <toggle name='toolbar_show_info' label='Show totals of items'>Show the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.</toggle>
92         </hbox>
93       </frame>
94     </section>
95     <section title='Minibuffers'>
96       <label help='1'>The minibuffers are text entry fields that appear along the bottom of a filer window. They are used to enter pathnames, search conditions and shell commands.</label>
97       <frame label='Beeping'>
98         <toggle name='filer_beep_fail' label='Beep if Tab-completion fails'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).</toggle>
99         <toggle name='filer_beep_multi' label='Beep if there are several matches'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.</toggle>
100       </frame>
101     </section>
102   </section>
103   <section title='Pinboard'>
104     <label help='1'>The pinboard is the desktop background.
105 When the pinboard is turned on, you can drag files
106 and applications onto it to create short-cuts to them.
107 See the manual for information about using the pinboard.</label>
108     <frame label='Text style'>
109       <hbox>
110         <colour name='pinboard_fg_colour' label='Foreground:'/>
111         <colour name='pinboard_bg_colour' label='Background:'/>
112       </hbox>
113     </frame>
114     <frame label='Pinboard behaviour'>
115       <toggle name='bind_single_pinboard' label='Single-click to open'>Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.</toggle>
116       <toggle name='pinboard_clamp_icons' label='Keep icons within screen limits'>If this is set, pinboard icons are always kept completely within screen limits, including the label.</toggle>
117       <hbox label='Icon grid step:'>
118         <radio-group name='pinboard_grid_step'>
119           <radio label='Fine' value='2'>Use a 2-pixel grid for positioning icons on the desktop.</radio>
120           <radio label='Medium' value='16'>Use a 16-pixel grid for positioning icons on the desktop.</radio>
121           <radio label='Coarse' value='32'>Use a 32-pixel grid for positioning icons on the desktop.</radio>
122         </radio-group>
123       </hbox>
124     </frame>
125     <frame label='Iconfied windows'>
126      <toggle name='pinboard_tasklist' label='Show iconified windows'>Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows. If this option is on, the filer will show each iconified window as a small button on the screen. Requires a compatible window manager.</toggle>
127    </frame>
128   </section>
130   <section title='Panels'>
131     <label help='1'>Panels are bars of icons that run along the side of the screen. See the manual for information about using panels.</label>
132     <frame label='Panel style'>
133       <radio-group name='panel_style'>
134         <radio label='Image and text' value='0'>Every panel icon is shown with an image and some text.</radio>
135         <radio label='Image only for applications' value='1'>Applications have just an image, everything else has both an image and text.</radio>
136         <radio label='Image only' value='2'>Only the image is shown.</radio>
137       </radio-group>
138     </frame>
139   </section>
140   
141   <section title='Action windows'>
142     <label help='1'>Action windows appear when you start a background
143 operation, such as copying or deleting some files.</label>
144     <frame label='Auto-start (Quiet) these actions'>
145       <toggle name='action_copy' label='Copy'>Copy files without confirming first.</toggle>
146       <toggle name='action_move' label='Move'>Move files without confirming first.</toggle>
147       <toggle name='action_link' label='Link'>Create links to files without confirming first.</toggle>
148       <toggle name='action_delete' label='Delete'>Delete files without confirming first.</toggle>
149       <toggle name='action_mount' label='Mount'>Mount and unmount filesystems without confirming first.</toggle>
150     </frame>
151     <frame label='Default settings'>
152       <hbox>
153         <toggle name='action_force' label='Force'>Don't confirm deletion of non-writeable items.</toggle>
154         <toggle name='action_brief' label='Brief'>Don't display so much information in the message area.</toggle>
155         <toggle name='action_recurse' label='Recurse'>Also change contents of subdirectories.</toggle>
156         <toggle name='action_newer' label='Newer'>Only over-write if source is newer than destination.</toggle>
157       </hbox>
158     </frame>
159   </section>
160   <section title='Drag and Drop'>
161     <frame label='General'>
162       <toggle name='dnd_no_hostnames' label="Don't use hostnames">Some older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.</toggle>
163       <toggle name='dnd_drag_to_icons' label='Allow dragging to icons in filer windows'>When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.</toggle>
164       <toggle name='dnd_spring_open' label='Directories spring open'>This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.</toggle>
165       <numentry name='dnd_spring_delay' label='Spring delay:' unit='ms' min='100' max='2000' width='4'>This option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.</numentry>
166     </frame>
167     <frame label='Dragging files with the middle mouse button'>
168       <radio-group name='dnd_middle_menu'>
169         <radio value='1' label='Shows a menu of possible actions'/>
170         <radio value='0' label='Moves the files'>Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key</radio>
171       </radio-group>
172     </frame>
173   </section>
174   <section title='Menus'>
175     <frame label='General'>
176       <toggle name='bind_menu_button_2' label='Menu on button 2 (RISC OS style)'>Use button 2, the middle button (click both buttons at once on two button mice), to pop up the menu. If off, use button 3 (right) instead.</toggle>
177       <hbox>
178         <menu name='menu_iconsize' label='Size of icons in menus:'>
179           <item label='No Icons' value='0'/>
180           <item label='Small Icons' value='1'/>
181           <item label='Large Icons' value='2'/>
182           <item label='Same as current window' value='4'/>
183           <item label='Same as default' value='5'/>
184         </menu>
185       </hbox>
186     </frame>
187     <frame label="`Xterm Here' program">
188       <entry name='menu_xterm'>The program to launch when you choose `Xterm Here' from the menu.</entry>
189     </frame>
190     <spacer/>
191     <menu-set-keys/>
192   </section>
193   <section title='Types'>
194     <frame label='General'>
195       <toggle name='display_ignore_exec' label='Ignore eXecutable bit for known extensions'>If a file has a known extension (eg '.gif') then ignore the executable bit. This is useful if you have files on a Windows-type filesystem which are being shown as executable programs.</toggle>
196     </frame>
197     <frame label='MIME types'>
198       <label help='1'>The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type. After editing the files, click the re-read button below, or restart the filer.</label>
199       <spacer/>
200       <hbox>
201         <type-edit label='Show name-to-type rules'/>
202         <type-reread label='Re-read files'/>
203       </hbox>
204       <spacer/>
205       <label help='1'>Use the 'Set Icon...' dialog box to set the icon for each MIME type.</label>
206     </frame>
207     <section title='Colours'>
208       <frame label='File type colours'>
209         <toggle name='display_colour_types' label='Colour files based on their types'>Filenames (and details) are coloured according to the file's type.</toggle>
210         <hbox>
211           <vbox>
212             <colour name='display_dir_colour'  label='Directory:'/>
213             <colour name='display_file_colour' label='Regular file:'/>
214             <colour name='display_pipe_colour' label='Pipe:'/>
215             <colour name='display_sock_colour' label='Socket:'/>
216             <colour name='display_err_colour'  label='Error:'>Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.</colour>
217           </vbox>
218           <spacer/>
219           <vbox>
220             <colour name='display_cdev_colour' label='Character device:'/>
221             <colour name='display_bdev_colour' label='Block device:'/>
222             <colour name='display_exec_colour' label='Executable file:'/>
223             <colour name='display_adir_colour' label='Application directory:'/>
224             <colour name='display_unkn_colour' label='Unknown type:'/>
225           </vbox>
226         </hbox>
227       </frame>
228     </section>
229   </section>
230 </options>