r496: Many internal changes to the Options system.
[rox-filer.git] / ROX-Filer / Options.xml
blob1316944a3c587343d26f38dd86766134a1718349
1 <?xml version="1.0"?>
2 <options>
4 <section name="pinboard" title="Pinboard options">
5 <radio-group name="text_bg">
6 <radio label="No background" value="0">
7 The text is drawn directly on the desktop background.
8 </radio>
9 <radio label="Outlined text" value="1">
10 The text has a thin outline around each letter.
11 </radio>
12 <radio label="Rectangular background slab" value="2">
13 The text is drawn on a solid rectangle.
14 </radio>
15 </radio-group>
17 <hbox label="Text colours:">
18 <colour name="fg_colour" label="Foreground"/>
19 <colour name="bg_colour" label="Background"/>
20 </hbox>
22 <toggle name="clamp_icons" label="Keep icons within screen limits">
23 If this is set, pinboard icons are always kept completely within screen limits, including the label.
24 </toggle>
26 <hbox label="Icon grid step:">
27 <radio-group name="grid_step">
28 <radio label="Fine" value="2">
29 Use a 2-pixel grid for positioning icons on the desktop.
30 </radio>
31 <radio label="Medium" value="16">
32 Use a 16-pixel grid for positioning icons on the desktop.
33 </radio>
34 <radio label="Coarse" value="32">
35 Use a 32-pixel grid for positioning icons on the desktop.
36 </radio>
37 </radio-group>
38 </hbox>
40 </section>
42 <section name="action" title="Action window options">
43 <label>Auto-start (Quiet) these actions:</label>
44 <hbox>
45 <toggle name="copy" label="Copy"/>
46 <toggle name="move" label="Move"/>
47 <toggle name="link" label="Link"/>
48 <toggle name="delete" label="Delete"/>
49 <toggle name="mount" label="Mount"/>
50 </hbox>
51 </section>
53 <section name="display" title="Display options">
55 <toggle name="sort_nocase" label="Ignore case when sorting">
56 If off: animal, zoo, Ben.
57 If on: animal, Ben, zoo.
58 </toggle>
60 <slider name="large_width" label="Max Large Icons width" min="0" max="250" fixed="1">
61 Maximum width for the text under a Large Icon.
62 </slider>
64 <slider name="small_width" label="Max Small Icons width" min="0" max="250" fixed="1">
65 Maximum width for the text beside a Small Icon.
66 </slider>
68 <label>Default settings for new windows</label>
69 <hbox>
70 <menu name="size" label="Icon size">
71 <item value="0" label="Large Icons"/>
72 <item value="1" label="Small Icons"/>
73 </menu>
75 <menu name="details" label="Details">
76 <item value="0" label="No details"/>
77 <item value="1" label="Summary"/>
78 <item value="2" label="Sizes"/>
79 <item value="3" label="Permissions"/>
80 <item value="4" label="Type"/>
81 <item value="5" label="Times"/>
82 </menu>
83 </hbox>
85 <menu name="sort_by" label="Sort by">
86 <item value="0" label="Name"/>
87 <item value="1" label="Type"/>
88 <item value="2" label="Date"/>
89 <item value="3" label="Size"/>
90 </menu>
91 </section>
93 <section name="toolbar" title="Toolbar options">
94 <label>Unshade the tools you want:</label>
95 <tool-options name="disable"/>
97 <menu label="Toolbar type" name="type">
98 <item value="0" label="None"/>
99 <item value="1" label="Small"/>
100 <item value="2" label="Large"/>
101 </menu>
103 </section>
105 <section name="filer" title="Filer window options">
107 <toggle label="Unique windows" name="unique_windows">
108 If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.
109 </toggle>
111 </section>
113 <section name="dnd" title="Drag and Drop options">
115 <toggle name="no_hostnames" label="Don't use hostnames">
116 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.
117 </toggle>
119 <toggle name="drag_to_icons" label="Allow dragging to icons in filer windows">
120 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.
121 </toggle>
123 <toggle name="spring_open" label="Directories spring open">
124 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.
125 </toggle>
127 <slider name="spring_delay" label="Spring delay" min="100" max="2000">
128 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.
129 </slider>
131 </section>
133 <section name="menu" title="Menu options">
135 <label>
136 To set the keyboard short-cuts, simply open the
137 menu over a filer window, move the pointer over
138 the item you want to use and press a key. The key
139 will appear next to the menu item and you can just
140 press that key without opening the menu in future.
141 </label>
143 <entry label="`Xterm Here' program:" name="xterm">
144 The program to launch when you choose `Xterm Here' from the menu.
145 </entry>
147 </section>
149 <section name="bind" title="Mouse bindings">
151 <toggle name="new_button_1" label="New window on button 1 (RISC OS style)">
152 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.
153 </toggle>
155 <toggle name="menu_button_2" label="Menu on button 2 (RISC OS style)">
156 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.
157 </toggle>
159 <toggle name="single_click" label="Single-click navigation">
160 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.
161 </toggle>
163 </section>
165 <section name="i18n" title="Translation options">
167 <menu label="Translation" name="translation">
168 <item value="None" label="None"/>
169 <item value="LANG" label="From LANG"/>
170 <item value="fr" label="French"/>
171 <item value="it" label="Italian"/>
172 <item value="nl" label="Dutch"/>
173 </menu>
175 </section>
177 </options>