Reformat remaining options pages.
[geeqie.git] / doc / options_filtering.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Filtering Options - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20       <thead>
21         <tr>
22           <td>
23             <p class="previous"><a href="options_window.html">Previous</a>
24             </p>
25           </td>
26
27           <td>
28             <p class="navtop_title">Filtering &ndash; Options Explained</p>
29           </td>
30
31           <td>
32             <p class="next"><a href="options_editor_commands.html">Next</a>
33             </p>
34           </td>
35         </tr>
36       </thead>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Filtering Options</h1>
43
44   <p>This section describes the options presented under the Filtering Tab of the preferences dialog.</p>
45
46   <p><br />
47   <br />
48   </p>
49
50   <h2>Filters</h2>
51
52   <dl class="dialog_desc">
53   <dt>Show entries that begin with a dot</dt>
54   <dd><p>Enables the display of hidden files and folders, also known as dot files.</p></dd>
55
56   <dt>Case sensitive sort</dt>
57   <dd><p>Files and folders are sorted such that upper case letters occur before lower case letters.</p>
58   <p>Enabled result: A, B, C, a, b, c<br />
59   Disabled result: A, a, B, b, C, c</p>
60   </dd>
61
62   <dt>Disable file filtering</dt>
63   <dd><p>Enable this to allow Geeqie to list all files, even those that do not contain images.</p></dd>
64
65   </dl>
66   
67   <p><br />
68   <br />
69   </p>
70
71   <h2>File types</h2>
72
73   <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>
74
75   <p class="note">Note: Unlike all other options in the dialog, filter list changes are applied immediately.</p>
76
77   <dl class="dialog_desc">
78
79   <dt>Add button</dt>
80   <dd><p>Adds a new blank line to the filter list, change the parameters to match the desired file type.</p></dd>
81
82   <dt>Remove button</dt>
83   <dd><p>Removes the selected line from the filter list.</p></dd>
84
85   <dt>Defaults button</dt>
86   <dd><p>Resets the filter list to the default values, discarding any customizations made by the user.</p></dd>
87
88   </dl>
89
90   <p><br />
91   <br />
92   </p>
93
94   <p><br />
95   <br />
96   </p>
97
98   <hr />
99
100   <div class="navbottom">
101     <table width="100%" border="0" cellpadding="4" cellspacing="0">
102       <col id="navbottom_col1" width="33%"></col>
103       <col id="navbottom_col2" width="33%"></col>
104       <col id="navbottom_col3" width="33%"></col>
105
106       <thead>
107         <tr>
108           <td>
109             <p class="previous"><a href="options_window.html">Previous</a>
110             </p>
111           </td>
112
113           <td>
114             <p class="navbottom_title"><a href="index.html">Contents</a>
115             </p>
116           </td>
117
118           <td>
119             <p class="next"><a href="options_editor_commands.html">Next</a>
120             </p>
121           </td>
122         </tr>
123       </thead>
124
125     </table>
126   </div>
127
128   <div class="footer">Geeqie User Manual</div>
129   <div class="bottomspacer">&nbsp;</div>
130 </body>
131 </html>