Mercurial > geeqie
comparison doc/options_advanced.html @ 1128:802fa03c377e
More updates to advanced options documentation. Not yet finished.
author | zas_ |
---|---|
date | Tue, 11 Nov 2008 09:12:10 +0000 |
parents | e09f504d7f11 |
children | 00d2520e7190 |
comparison
equal
deleted
inserted
replaced
1127:ad40d1ec0726 | 1128:802fa03c377e |
---|---|
197 <dt>Descend folders in tree view</dt> | 197 <dt>Descend folders in tree view</dt> |
198 <dd> | 198 <dd> |
199 <p>This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</p> | 199 <p>This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</p> |
200 <p class="note"><span class="note_label">Note:</span> Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</p> | 200 <p class="note"><span class="note_label">Note:</span> Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</p> |
201 </dd> | 201 </dd> |
202 | |
203 <dt>Show date in directories list view</dt> | |
204 <dd><p>Enable this to display directory modification date along its name in the list view</p></dd> | |
205 | |
202 <dt>In place renaming</dt> | 206 <dt>In place renaming</dt> |
203 <dd><p>When renaming a single file, this will allow the rename entry to appear directly over the original filename.</p></dd> | 207 <dd><p>When renaming a single file, this will allow the rename entry to appear directly over the original filename.</p></dd> |
204 | 208 |
209 <dt>Show "Copy path" menu item...</dt> | |
210 <dd><p>Enable this option to show a "Copy path" menu item in applicable menus.</p> | |
211 <p>This allows to copy path to files or directories to the clipboard, names are enclosed with double quotes | |
212 and separated by space.</p> | |
213 </dd> | |
214 | |
215 <dt>Open recent list maximum size</dt> | |
216 <dd><p>This is the number of entries saved in the recent open file list.</p></dd> | |
217 | |
218 <dt>Drag'n drop icon size</dt> | |
219 <dd><p>This is the width and height of the icon generated from image and displayed when doing drap'n drop actions. High resolution screens may require to increase this number.</p></dd> | |
220 | |
205 </dl> | 221 </dl> |
206 | 222 |
207 <h2>Navigation</h2> | 223 <h2>Navigation</h2> |
208 | 224 |
209 <dl class="dialog_desc"> | 225 <dl class="dialog_desc"> |
210 <dt>Progressive keyboard scrolling</dt> | 226 <dt>Progressive keyboard scrolling</dt> |
211 <dd><p>This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</p></dd> | 227 <dd><p>This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</p></dd> |
212 | 228 |
213 <dt>Mouse wheel scrolls image</dt> | 229 <dt>Mouse wheel scrolls image</dt> |
214 <dd><p>The default is for the mouse wheel to change the image, and to scroll the image when shift is used in combination with the wheel. Enabling this swaps the behavior so that operating the wheel will scroll the image, and holding down shift will change the image.</p></dd> | 230 <dd><p>The default is for the mouse wheel to change the image, and to scroll the image when shift is used in combination with the wheel. Enabling this swaps the behavior so that operating the wheel will scroll the image, and holding down shift will change the image.</p></dd> |
231 | |
232 <dt>Home button path</dt> | |
233 <dd><p>This defines the path to use for the "Home" button in the main window. By default or when this field is empty, this is the user's directory.</p></dd> | |
234 | |
235 <dt>Use current</dt> | |
236 <dd><p>Pressing this button will set the <span class="option_name">Home button path</span> to the current open directory.</p></dd> | |
237 | |
215 </dl> | 238 </dl> |
216 | 239 |
217 <h2>Miscellaneous</h2> | 240 <h2>Miscellaneous</h2> |
218 | 241 |
219 <dl class="dialog_desc"> | 242 <dl class="dialog_desc"> |
220 | 243 |
221 <dt>Store keywords and comments local to source images</dt> | 244 <dt>Store metadata and cache files in source image's directory</dt> |
222 <dd><p> When enabled, Geeqie attempts to store metadata such as keywords closer to the source image. The resulting location is the source image's folder, in a sub folder with the name "<em>.metadata"</em>. When the image source folder cannot be written, Geeqie falls back to saving the medata in "$HOME/.geeqie/metadata".</p></dd> | 245 <dd><p> When enabled, Geeqie attempts to store metadata such as keywords closer to the source image. The resulting location is the source image's folder, in a sub folder with the name "<em>.metadata"</em>. When the image source folder cannot be written, Geeqie falls back to saving the medata in "$HOME/.geeqie/metadata".</p></dd> |
246 | |
247 <dt>Store keywords and comments as XMP tags in images files</dt> | |
248 <dd><p>When enabled, Geeqie attempts to store keywords and comments as XMP tags <em>in</em> the image file itself. Obviously, this will modify the concerned files.</p></dd> | |
223 | 249 |
224 <dt>Custom similarity threshold</dt> | 250 <dt>Custom similarity threshold</dt> |
225 <dd><p>This setting is used by the compare method “similarity (custom)”, located in the Find Duplicates window.</p></dd> | 251 <dd><p>This setting is used by the compare method “similarity (custom)”, located in the Find Duplicates window.</p></dd> |
252 </dl> | |
253 | |
254 <h2>Image loading and caching</h2> | |
255 | |
256 <dl class="dialog_desc"> | |
226 | 257 |
227 <dt>Offscreen cache size</dt> | 258 <dt>Offscreen cache size</dt> |
228 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p> | 259 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p> |
229 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p> | 260 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p> |
230 </dd> | 261 </dd> |
231 | 262 |
232 </dl> | 263 </dl> |
264 | |
265 <h2>Color profiles</h2> | |
266 | |
267 <h2>Debugging</h2> | |
268 | |
233 <hr id="bottomseparator" /> | 269 <hr id="bottomseparator" /> |
234 | 270 |
235 <div class="navbottom"> | 271 <div class="navbottom"> |
236 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | 272 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
237 <col id="navbottom_col1" width="33%"></col> | 273 <col id="navbottom_col1" width="33%"></col> |