r1105: Deleting a symlink to a pinboard or panel icon showed a warning, even though
[rox-filer.git] / ROX-Filer / Options.xml
blob8b80a2d0c446c3c3b25b35a44f43255d1d802de7
1 <?xml version='1.0' encoding='UTF-8'?>
2 <options>
3   <section title='Translation'>
4     <label>Display messages in...</label>
5     <radio-group name='i18n_translation' label='Translation'>
6       <radio label='Dutch' value='nl'/>
7       <radio label='English (no translation)' value='None'/>
8       <radio label='French' value='fr'/>
9       <radio label='German' value='de'/>
10       <radio label='Hungarian' value='hu'/>
11       <radio label='Italian' value='it'/>
12       <radio label='Polish' value='pl'/>
13       <radio label='Russian' value='ru'/>
14       <radio label='Spanish' value='sp'/>
15       <radio label='Use the LANG environment variable' value='From LANG'/>
16     </radio-group>
17   </section>
18   <section title='Display'>
19     <toggle name='display_sort_nocase' label='Ignore case when sorting'>If off: Ben, animal, zoo.
20 If on: animal, Ben, zoo.</toggle>
21     <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>
22     <slider name='display_large_width' label='Large wrap width' min='0' max='250' fixed='1'>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.</slider>
23     <slider name='display_small_width' label='Max Small Icons width' min='0' max='250' fixed='1'>Maximum width for the text beside a Small Icon.</slider>
24     <spacer/>
25     <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>
26     <spacer/>
27     <label>Default settings for new windows:</label>
28     <menu name='display_size' label='Icon size'>
29       <item label='Huge Icons' value='2'/>
30       <item label='Large Icons' value='0'/>
31       <item label='Small Icons' value='1'/>
32     </menu>
33     <menu name='display_details' label='Details'>
34       <item label='No details' value='0'/>
35       <item label='Summary' value='1'/>
36       <item label='Sizes' value='2'/>
37       <item label='Permissions' value='3'/>
38       <item label='Type' value='4'/>
39       <item label='Times' value='5'/>
40     </menu>
41     <menu name='display_sort_by' label='Sort by'>
42       <item label='Name' value='0'/>
43       <item label='Type' value='1'/>
44       <item label='Date' value='2'/>
45       <item label='Size' value='3'/>
46     </menu>
47     <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>
48     <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>
49   </section>
50   <section title='Pinboard'>
51     <label>The pinboard is the desktop background.
52 When the pinboard is turned on, you can drag files
53 and applications onto it to create short-cuts to them.
54 See the manual for information about using the pinboard.</label>
55     <spacer/>
56     <label>Text style:</label>
57     <radio-group name='pinboard_text_bg'>
58       <radio label='No background' value='0'>The text is drawn directly on the desktop background.</radio>
59       <radio label='Outlined text' value='1'>The text has a thin outline around each letter.</radio>
60       <radio label='Rectangular background slab' value='2'>The text is drawn on a solid rectangle.</radio>
61     </radio-group>
62     <spacer/>
63     <hbox label='Text colours:'>
64       <colour name='pinboard_fg_colour' label='Foreground'/>
65       <colour name='pinboard_bg_colour' label='Background'/>
66     </hbox>
67     <spacer/>
68     <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>
69     <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>
70     <hbox label='Icon grid step:'>
71       <radio-group name='pinboard_grid_step'>
72         <radio label='Fine' value='2'>Use a 2-pixel grid for positioning icons on the desktop.</radio>
73         <radio label='Medium' value='16'>Use a 16-pixel grid for positioning icons on the desktop.</radio>
74         <radio label='Coarse' value='32'>Use a 32-pixel grid for positioning icons on the desktop.</radio>
75       </radio-group>
76     </hbox>
77   </section>
79   <section title='Panels'>
80     <label>Panels are bars of icons that run along the side of the screen.
81 See the manual for information about using panels.</label>
82     <spacer/>
83     <radio-group name='panel_style'>
84       <radio label='Image and text' value='0'>Every panel icon is shown with an image and some text.</radio>
85       <radio label='Image only for applications' value='1'>Applications have just an image, everything else has both an image and text.</radio>
86       <radio label='Image only' value='2'>Only the image is shown.</radio>
87     </radio-group>
88   </section>
89   
90   <section title='Action windows'>
91     <label>Action windows appear when you start a background
92 operation, such as copying or deleting some files.</label>
93     <spacer/>
94     <label>Auto-start (Quiet) these actions:</label>
95     <toggle name='action_copy' label='Copy'>Copy files without confirming first.</toggle>
96     <toggle name='action_move' label='Move'>Move files without confirming first.</toggle>
97     <toggle name='action_link' label='Link'>Create links to files without confirming first.</toggle>
98     <toggle name='action_delete' label='Delete'>Delete files without confirming first.</toggle>
99     <toggle name='action_mount' label='Mount'>Mount and unmount filesystems without confirming first.</toggle>
100     <spacer/>
101     <label>Default settings:</label>
102     <toggle name='action_force' label='Force'>Don't confirm deletion of non-writeable items.</toggle>
103     <toggle name='action_brief' label='Brief'>Don't display so much information in the message area.</toggle>
104     <toggle name='action_recurse' label='Recurse'>Also change contents of subdirectories.</toggle>
105   </section>
106   <section title='Toolbar'>
107     <label>Unshade the tools you want:</label>
108     <tool-options name='toolbar_disable'/>
109     <spacer/>
110     <menu name='toolbar_type' label='Toolbar type'>
111       <item label='None' value='0'/>
112       <item label='Small' value='1'/>
113       <item label='Large' value='2'/>
114     </menu>
115     <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>
116   </section>
117   <section title='Filer windows'>
118     <label>Automatically resize filer windows...</label>
119     <radio-group name='filer_auto_resize'>
120       <radio label='...never' 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>
121       <radio label='...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>
122       <radio label='...always' value='1'>The filer will resize windows whenever it seems useful (that is, when changing directory or display style).</radio>
123     </radio-group>
124     <slider name='filer_size_limit' label='Window size limit' min='1' max='100' showvalue='1'>The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.</slider>
125     <spacer/>
126     <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>
127     <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>
128     <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>
129     <spacer/>
130     <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>
131     <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>
132 </section>
133   <section title='Drag and Drop'>
134     <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>
135     <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>
136     <spacer/>
137     <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>
138     <slider name='dnd_spring_delay' label='Spring delay' min='100' max='2000' showvalue='1'>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.</slider>
139     <spacer/>
140     <label>Dragging files with the middle mouse button...</label>
141     <radio-group name='dnd_middle_menu'>
142       <radio value='1' label='... shows a menu of possible actions'/>
143       <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>
144     </radio-group>
145   </section>
146   <section title='Menus'>
147     <entry name='menu_xterm' label="`Xterm Here' program:">The program to launch when you choose `Xterm Here' from the menu.</entry>
148     <spacer/>
149     <notice label='Set keyboard shortcuts'>To set a keyboard short-cut for a menu item:
151 - Open the menu over a filer window,
152 - Move the pointer over the item you want to use,
153 - Press the key you want attached to it.
155 The key will appear next to the menu item and you can just press that key without opening the menu in future.</notice>
156     <spacer/>
157     <menu name='menu_iconsize' label='Size of icons in menus'>
158       <item label='No Icons' value='0'/>
159       <item label='Small Icons' value='1'/>
160       <item label='Large Icons' value='2'/>
161       <!-- <item label='Huge Icons' value='3'/> -->
162       <item label='Same as current window' value='4'/>
163       <item label='Same as default' value='5'/>
164     </menu>
165     <spacer/>
166     <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>
167   </section>
168   <section title='Types'>
169     <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>
170     <toggle name='display_colour_types' label='Colour files based on their types'>Filenames (and details) are coloured according to the file's type.</toggle>
171     <hbox>
172       <vbox>
173         <colour name='display_dir_colour'  lpos='1' label='Directory'/>
174         <colour name='display_file_colour' lpos='1' label='Regular file'/>
175         <colour name='display_pipe_colour' lpos='1' label='Pipe'/>
176         <colour name='display_sock_colour' lpos='1' label='Socket'/>
177         <colour name='display_cdev_colour' lpos='1' label='Character device'/>
178       </vbox>
179       <vbox>
180         <colour name='display_bdev_colour' lpos='1' label='Block device'/>
181         <colour name='display_exec_colour' lpos='1' label='Executable file'/>
182         <colour name='display_adir_colour' lpos='1' label='Application directory'/>
183         <colour name='display_unkn_colour' lpos='1' label='Unknown type'/>
184         <colour name='display_err_colour'  lpos='1' 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>
185       </vbox>
186     </hbox>
187     <spacer/>
188     <label>The filer uses a set of rules to work out the correct MIME type
189 for each regular file, and then chooses a suitable icon for that type.
190 After editing the files, click the re-read button below, or restart the filer.</label>
191     <hbox>
192       <type-edit label='Show name-to-type rules'/>
193       <type-reread label='Re-read files'/>
194     </hbox>
195     <spacer/>
196     <label>Use the 'Set Icon...' dialog box to set the icon for each type.</label>
197   </section>
198 </options>