Preferences/files - search and sort
[geeqie.git] / doc / docbook / GuideOptionsFiltering.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <section id="GuideOptionsFiltering">\r
3   <title id="titleGuideOptionsFiltering">Files Options</title>\r
4   <para>This section describes the options presented under the Files Tab of the preferences dialogue.</para>\r
5   <para />\r
6   <section id="Filters">\r
7     <title>Filters</title>\r
8     <variablelist>\r
9       <varlistentry>\r
10         <term>\r
11           <guilabel>Show hidden files or folders</guilabel>\r
12         </term>\r
13         <listitem>\r
14           <para>Enables the display of hidden files and folders, also known as dot files.</para>\r
15         </listitem>\r
16       </varlistentry>\r
17       <varlistentry>\r
18         <term>\r
19           <guilabel>Show parent folder</guilabel>\r
20         </term>\r
21         <listitem>\r
22           <para>Enables the display of the parent folder as a double dot in the directories views.</para>\r
23         </listitem>\r
24       </varlistentry>\r
25       <varlistentry>\r
26         <term>\r
27           <guilabel>Case sensitive sort</guilabel>\r
28         </term>\r
29         <listitem>\r
30           <para>Files and folders are sorted such that upper case letters occur before lower case letters.</para>\r
31           <para>\r
32             Enabled result: A, B, C, a, b, c\r
33             <para />\r
34             Disabled result: A, a, B, b, C, c\r
35           </para>\r
36         </listitem>\r
37       </varlistentry>\r
38       <varlistentry>\r
39         <term>\r
40           <guilabel>Natural sort order</guilabel>\r
41         </term>\r
42         <listitem>\r
43           <para>Files and folders are sorted with the dot '.' treated as a special case, so the order is e.g. "event.c" "event.h" "eventgenerator.c". Also, files containing numbers are sorted as "file1" "file5" "file10".</para>\r
44         </listitem>\r
45       </varlistentry>\r
46       <varlistentry>\r
47         <term>\r
48           <guilabel>Disable file extension checks</guilabel>\r
49         </term>\r
50         <listitem>\r
51           <para>During rename operations, allows files to be renamed to a different extension with no warning issued.</para>\r
52         </listitem>\r
53       </varlistentry>\r
54       <varlistentry>\r
55         <term>\r
56           <guilabel>Disable file filtering</guilabel>\r
57         </term>\r
58         <listitem>\r
59           <para>Enable this to allow Geeqie to list all files, even those that do not contain images.</para>\r
60         </listitem>\r
61       </varlistentry>\r
62     </variablelist>\r
63     <para />\r
64   </section>\r
65   <section id="Groupingsidecarextensions">\r
66     <title>Grouping sidecar extensions</title>\r
67     <para>This field defines which extensions will lead to file grouping. Grouped files will appear as a single entry in file views. This is useful, for example, when browsing directories containing two files for the same image (such as raw+jpeg files generated by some cameras).</para>\r
68     <para>The group is represented by the first extension in the list for which a file exists.</para>\r
69     <para>\r
70       Each extension should include the starting dot and should be separated by a semi-colon from following entries. It is possible to use wild-cards corresponding to entries in the\r
71       <emphasis>File Types Class</emphasis>\r
72       below:\r
73       <variablelist>\r
74         <varlistentry>\r
75           <term>\r
76             <literal>%unknown</literal>\r
77           </term>\r
78           <listitem>\r
79             expands to all files listed in class\r
80             <emphasis>Unknown</emphasis>\r
81             ,\r
82           </listitem>\r
83         </varlistentry>\r
84         <varlistentry>\r
85           <term>\r
86             <literal>%image</literal>\r
87           </term>\r
88           <listitem>\r
89             expands to all files listed in class\r
90             <emphasis>Image</emphasis>\r
91             ,\r
92           </listitem>\r
93         </varlistentry>\r
94         <varlistentry>\r
95           <term>\r
96             <literal>%raw</literal>\r
97           </term>\r
98           <listitem>\r
99             expands to all files listed in class\r
100             <emphasis>RAW Image</emphasis>\r
101           </listitem>\r
102         </varlistentry>\r
103         <varlistentry>\r
104           <term>\r
105             <literal>%meta</literal>\r
106           </term>\r
107           <listitem>\r
108             expands to all files listed in class\r
109             <emphasis>Metadata</emphasis>\r
110           </listitem>\r
111         </varlistentry>\r
112       </variablelist>\r
113     </para>\r
114     <para />\r
115     <para />\r
116   </section>\r
117   <section id="Filetypes">\r
118     <title>File types</title>\r
119     <para>\r
120       This list contains the image formats that are understood by Geeqie. To disable a specific file type from being displayed, uncheck it's corresponding check-box. 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\r
121       <keycap>Enter</keycap>\r
122       ; press\r
123       <keycap>Escape</keycap>\r
124       to cancel an active edit.\r
125     </para>\r
126     <note>\r
127       <para>Unlike all other options in the dialogue, filter list changes are applied immediately.</para>\r
128     </note>\r
129     <para>\r
130       The table consists of:\r
131       <variablelist>\r
132         <varlistentry>\r
133           <term>\r
134             <guilabel>Filter</guilabel>\r
135           </term>\r
136           <listitem>\r
137             List of extensions this filter applies to, separated by a\r
138             <code>;</code>\r
139             . Each extension must be preceded by a dot.\r
140           </listitem>\r
141         </varlistentry>\r
142         <varlistentry>\r
143           <term>\r
144             <guilabel>Description</guilabel>\r
145           </term>\r
146           <listitem>Brief description. This is not used elsewhere.</listitem>\r
147         </varlistentry>\r
148         <varlistentry>\r
149           <term>\r
150             <guilabel>Class</guilabel>\r
151           </term>\r
152           <listitem>\r
153             This may be used to define sets of file types, for use in the\r
154             <emphasis>Grouping</emphasis>\r
155             function described above. The drop-down list has 7 entries:\r
156             <itemizedlist>\r
157               <listitem>Unknown</listitem>\r
158               <listitem>Image</listitem>\r
159               <listitem>RAW Image</listitem>\r
160               <listitem>Metadata</listitem>\r
161               <listitem>Video</listitem>\r
162               <listitem>Collection</listitem>\r
163               <listitem>Document</listitem>\r
164               <listitem>Archive (.zip, .rar etc.)</listitem>\r
165             </itemizedlist>\r
166           </listitem>\r
167         </varlistentry>\r
168         <varlistentry>\r
169           <term>\r
170             <guilabel>Writable</guilabel>\r
171           </term>\r
172           <listitem>If this option is checked, Geeqie will try to write metadata to the image file itself. This, and the following option, are mutually exclusive.</listitem>\r
173         </varlistentry>\r
174         <varlistentry>\r
175           <term>\r
176             <guilabel>Sidecar is allowed</guilabel>\r
177           </term>\r
178           <listitem>If this option is checked, Geeqie will try to write metadata to a sidecar file associated with the image. This, and the previous option, are mutually exclusive.</listitem>\r
179         </varlistentry>\r
180       </variablelist>\r
181     </para>\r
182     <variablelist>\r
183       <varlistentry>\r
184         <term>\r
185           <guibutton>\r
186             <guiicon>\r
187               <inlinegraphic fileref="list-add.png" />\r
188             </guiicon>\r
189             Add\r
190           </guibutton>\r
191         </term>\r
192         <listitem>Adds a new blank line to the filter list, change the parameters to match the desired file type.</listitem>\r
193       </varlistentry>\r
194     </variablelist>\r
195     <variablelist>\r
196       <varlistentry>\r
197         <term>\r
198           <guibutton>\r
199             <guiicon>\r
200               <inlinegraphic fileref="list-remove.png" />\r
201             </guiicon>\r
202             Remove\r
203           </guibutton>\r
204         </term>\r
205         <listitem>Removes the selected line from the filter list.</listitem>\r
206       </varlistentry>\r
207     </variablelist>\r
208     <variablelist>\r
209       <varlistentry>\r
210         <term>\r
211           <guibutton>Defaults</guibutton>\r
212         </term>\r
213         <listitem>Resets the filter list to the default values, discarding any customizations made by the user.</listitem>\r
214       </varlistentry>\r
215     </variablelist>\r
216     <variablelist>\r
217       <varlistentry>\r
218         <term>\r
219           <guibutton>Column Sorting</guibutton>\r
220         </term>\r
221         <listitem>Columns other than Filter can be sorted in ascending or descending order by clicking on the column header.</listitem>\r
222       </varlistentry>\r
223     </variablelist>\r
224     <variablelist>\r
225       <varlistentry>\r
226         <term>\r
227           <guibutton>Filter Search</guibutton>\r
228         </term>\r
229         <listitem>A search of the file extensions listed in the Filter column can be initiated either by typing <code>Ctrl + F</code> or by pressing any alpha-numeric key when the File Types table has focus.</listitem>\r
230       </varlistentry>\r
231     </variablelist>\r
232   </section>\r
233 </section>\r