comparison doc/options_filtering.html @ 1125:e09f504d7f11

Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
author zas_
date Mon, 10 Nov 2008 23:05:50 +0000
parents 24c89a03ec12
children c564ab6c11fc
comparison
equal deleted inserted replaced
1124:697b0761c30d 1125:e09f504d7f11
42 <p>This section describes the options presented under the Filtering Tab of the preferences dialog.</p> 42 <p>This section describes the options presented under the Filtering Tab of the preferences dialog.</p>
43 43
44 <h2>Filters</h2> 44 <h2>Filters</h2>
45 45
46 <dl class="dialog_desc"> 46 <dl class="dialog_desc">
47 <dt>Show entries that begin with a dot</dt> 47 <dt>Show hidden files or folders</dt>
48 <dd><p>Enables the display of hidden files and folders, also known as dot files.</p></dd> 48 <dd><p>Enables the display of hidden files and folders, also known as dot files.</p></dd>
49
50 <dt>Show dot directory</dt>
51 <dd><p>Enables the display of the current directory as a dot in the directories views. It may be useful for some drag'n'drop operations.</p></dd>
49 52
50 <dt>Case sensitive sort</dt> 53 <dt>Case sensitive sort</dt>
51 <dd><p>Files and folders are sorted such that upper case letters occur before lower case letters.</p> 54 <dd><p>Files and folders are sorted such that upper case letters occur before lower case letters.</p>
52 <p>Enabled result: A, B, C, a, b, c<br /> 55 <p>Enabled result: A, B, C, a, b, c<br />
53 Disabled result: A, a, B, b, C, c</p> 56 Disabled result: A, a, B, b, C, c</p>
56 <dt>Disable file filtering</dt> 59 <dt>Disable file filtering</dt>
57 <dd><p>Enable this to allow Geeqie to list all files, even those that do not contain images.</p></dd> 60 <dd><p>Enable this to allow Geeqie to list all files, even those that do not contain images.</p></dd>
58 61
59 </dl> 62 </dl>
60 63
64 <h2>Grouping sidecar extensions</h2>
65 <p>This field defines which extensions will lead to file grouping. Each extension should be separated by a semi-colon and should include the starting dot.</p>
66 <p>Grouped files will appear as one in file views. For example, it is useful when browsing directories containing two files for the same image (as raw+jpeg files generated by some cameras).</p>
67
61 <h2>File types</h2> 68 <h2>File types</h2>
62 69
63 <p>This list contains the image formats that are understood by Geeqie. To disable a specific file type from being displayed, uncheck it's corresponding checkbox. Filters can be edited by first selecting the line containing the item to be changed, then clicking the filter or description field, making any changes, then pressing enter; press escape to cancel an active edit. The format for the filter field is a semicolon (;) seperated list of extensions, extensions must include the period (.).</p> 70 <p>This list contains the image formats that are understood by Geeqie. To disable a specific file type from being displayed, uncheck it's corresponding checkbox. Filters can be edited by first selecting the line containing the item to be changed, then clicking the filter or description field, making any changes, then pressing enter; press escape to cancel an active edit. The format for the filter field is a semicolon (;) seperated list of extensions, extensions must include the period (.).</p>
64 71
65 <p class="note"><span class="note_label">Note:</span> Unlike all other options in the dialog, filter list changes are applied immediately.</p> 72 <p class="note"><span class="note_label">Note:</span> Unlike all other options in the dialog, filter list changes are applied immediately.</p>