bfbd8c0344ddfc3ec2427d9b0ba6a4845150f1c1
[geeqie.git] / doc / image_search_search.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>Search Window - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" media="all" />
11   <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
12   <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
13 </head>
14
15 <body lang="en-US" dir="ltr">
16   <div class="navtop">
17     <table width="100%" border="0" cellpadding="4" cellspacing="0">
18       <col id="navtop_col1" width="33%"></col>
19       <col id="navtop_col2" width="33%"></col>
20       <col id="navtop_col3" width="33%"></col>
21
22         <tr>
23           <th>
24             <p class="previous"><a href="image_search.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">Search Window &ndash; Image Search</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="image_search_finding_duplicates.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Search Window</h1>
43
44   <p>Geeqie provides a utility to find one or more images based on various parameters.</p>
45
46   <p>To display a new Search Window press <span class="key">F3</span> or select Search from the File menu.</p>
47
48   <p>To start a search activate the Find button. A search in progress can be stopped by activating the Stop button.</p>
49
50   <p>The progress of an active search is displayed as a progress bar at the bottom of the window. The progress bar will also display the total files that match the search parameters, and the total number of files searched.</p>
51
52   <p>When a search is completed, the total number of files found and their total size will be displayed in the status bar.</p>
53
54   <h2>Search location</h2>
55
56   <p>One of several locations can be chosen as the source to use in the search.</p>
57
58   <dl class="dialog_desc">
59   <dt>Path</dt>
60   <dd>
61   <p>The search will include files located in the selected folder, enable the Recurse check box to include the contents of all sub folders.</p>
62   </dd>
63
64   <dt>Comments</dt>
65   <dd>
66   <p>The search will include all files that have a keyword or comment associated to it.</p>
67   <p class="note"><span class="note_label">Note:</span> Only keyword and comment associations stored in the user's home folder are included in this search type.</p>
68   </dd>
69
70   <dt>Results</dt>
71   <dd>
72   <p>The search will include all files currently listed in the results list, use this to refine a previous search.</p>
73   </dd>
74   </dl>
75
76   <h2>Search parameters</h2>
77
78   <p>Each search parameter can be enabled or disabled with the check box to it's left. For a file to be a match, all enabled parameters must be true.</p>
79   
80   <dl class="dialog_desc">
81   <dt>File name</dt>
82   <dd>
83   <p>The search will match if the entered text appears within the file name, or if the text exactly matches the file name, depending on the method selected from the drop down menu. The text comparison can be made to be case sensitive by enabling the Match case checkbox.</p>
84   </dd>
85
86   <dt>File size</dt>
87   <dd><p>The search will match if the file size on disk is equal to, less than, greater than, or between the entered value, depending on the method selected from the drop down menu. The between test is inclusive, for example a file of size 10 will match if the size parameters are between 10 and 15.</p>
88   </dd>
89
90   <dt>File date</dt>
91   <dd>
92   <p>The search will match if the file modification time on disk is equal to, before, after, or between the entered date, depending on the method selected from the drop down menu. The between test is inclusive, for example a file with date of 10/04/2003 will match if the date parameters are between 10/04/2003 and 12/31/2003.</p>
93   <p>For convenience, the button with the down arrow displays a pop up calendar to enter the date.</p>
94   </dd>
95
96   <dt>Image dimensions</dt>
97   <dd>
98   <p>The search will match if the image dimensions are equal to, less than, greater than, or between the entered values, depending on the method selected from the drop down menu. The between test is inclusive.</p>
99   <p>The image dimensions test is simple, both width and height must be within the allowed values for a match.</p>
100   </dd>
101
102   <dt>Image content</dt>
103   <dd>
104   <p>The search will match if the image contents are similar within the percentage value, inclusive. This uses the same test and data that is used to determine image similarity when <a href="image_search_finding_duplicates.html">Finding Duplicates</a>. The entry is for entering the path for the image to use in this test.</p>
105   </dd>
106
107   <dt>Keywords</dt>
108   <dd>
109   <p>The search will match if the file's associated keywords match all, match any, or exclude the entered keywords, depending on the method selected from the drop down menu. Keywords can be separated with a space, comma, or tab character.</p>
110   </dd>
111   </dl>
112   
113   <h2>Results list</h2>
114
115   <p>Files that match the parameters of the search are shown in the list. By default they are displayed in the order that they are found, to sort the results list by a column activate or click the column title. Activating a column that is already used to sort the list will toggle between increasing and decreasing sort order.</p>
116
117   <p>A <b>context menu</b> is available for the result list by right clicking the mouse or pressing the Menu key when a row has the focus.</p>
118
119   <p><b>Keyboard shortcuts</b> available in the results list:</p>
120
121   <div class="shortcuts">
122     <table width="80%" border="1" cellpadding="2" cellspacing="0">
123     <col id="search_shortcuts_col1" width="25%"></col>
124     <col id="search_shortcuts_col2" width="25%"></col>
125     <col id="search_shortcuts_col3" width="50%"></col>
126
127     <thead>
128       <tr>
129         <td>
130           <p>Shortcut</p>
131         </td>
132
133         <td>
134           <p>Context menu name</p>
135         </td>
136
137         <td>
138           <p>Description</p>
139         </td>
140       </tr>
141     </thead>
142     <tbody>
143       <tr>
144         <td>
145           <p><span class="key">Enter</span></p>
146         </td>
147
148         <td>
149           <p>View</p>
150         </td>
151
152         <td>
153           <p>Opens selected image in main window.</p>
154         </td>
155       </tr>
156
157       <tr>
158         <td>
159           <p><span class="key">V</span></p>
160         </td>
161
162         <td>
163           <p>View in new window</p>
164         </td>
165
166         <td>
167           <p>Opens selected image in a new window.</p>
168         </td>
169       </tr>
170
171       <tr>
172         <td>
173           <p><span class="key">Ctrl</span> + <span class="key">A</span></p>
174         </td>
175
176         <td>
177           <p>Select all</p>
178         </td>
179
180         <td>
181           <p>Selects all images.</p>
182         </td>
183       </tr>
184
185       <tr>
186         <td>
187           <p><span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">A</span></p>
188         </td>
189
190         <td>
191           <p>Select none</p>
192         </td>
193
194         <td>
195           <p>Clear the image selection.</p>
196         </td>
197       </tr>
198
199       <tr>
200         <td>
201           <p><span class="key">Ctrl</span> + <span class="key">1</span> through<br />
202           <span class="key">Ctrl</span> + <span class="key">0</span></p>
203         </td>
204
205         <td>
206           <p>Edit sub menu</p>
207         </td>
208
209         <td>
210           <p>Executes the respective editor command.</p>
211         </td>
212       </tr>
213
214       <tr>
215         <td>
216           <p><span class="key">Ctrl</span> + <span class="key">P</span></p>
217         </td>
218
219         <td>
220           <p>Properties</p>
221         </td>
222
223         <td>
224           <p>Opens a properties window for selected images.</p>
225         </td>
226       </tr>
227
228       <tr>
229         <td>
230           <p><span class="key">C</span></p>
231         </td>
232
233         <td>
234           <p>Add to new collection</p>
235         </td>
236
237         <td>
238           <p>Creates a new collection containing the selected images.</p>
239         </td>
240       </tr>
241
242       <tr>
243         <td>&nbsp;</td>
244
245         <td>
246           <p>Print</p>
247         </td>
248
249         <td>
250           <p>Opens a print dialog for selected images.</p>
251         </td>
252       </tr>
253
254       <tr>
255         <td>
256           <p><span class="key">Ctrl</span> + <span class="key">C</span></p>
257         </td>
258
259         <td>
260           <p>Copy</p>
261         </td>
262
263         <td>
264           <p>Copy selected images.</p>
265         </td>
266       </tr>
267
268       <tr>
269         <td>
270           <p><span class="key">Ctrl</span> + <span class="key">M</span></p>
271         </td>
272
273         <td>
274           <p>Move</p>
275         </td>
276
277         <td>
278           <p>Move selected images.</p>
279         </td>
280       </tr>
281
282       <tr>
283         <td>
284           <p><span class="key">Ctrl</span> + <span class="key">R</span></p>
285         </td>
286
287         <td>
288           <p>Rename</p>
289         </td>
290
291         <td>
292           <p>Rename selected images.</p>
293         </td>
294       </tr>
295
296       <tr>
297         <td>
298           <p><span class="key">Ctrl</span> + <span class="key">D</span></p>
299         </td>
300
301         <td>
302           <p><span class="key">Delete</span></p>
303         </td>
304
305         <td>
306           <p>Delete selected images.</p>
307         </td>
308       </tr>
309
310       <tr>
311         <td>
312           <p><span class="key">Delete</span></p>
313         </td>
314
315         <td>
316           <p>Remove</p>
317         </td>
318
319         <td>
320           <p>Remove selected images from result list.</p>
321         </td>
322       </tr>
323
324       <tr>
325         <td>
326           <p><span class="key">Ctrl</span> + <span class="key">Delete</span></p>
327         </td>
328
329         <td>
330           <p>Clear</p>
331         </td>
332
333         <td>
334           <p>Cleared the result list.</p>
335         </td>
336       </tr>
337
338       <tr>
339         <td>
340           <p><span class="key">Menu</span></p>
341         </td>
342
343         <td>&nbsp;</td>
344
345         <td>
346           <p>Displays the context menu.</p>
347         </td>
348       </tr>
349
350       <tr>
351         <td>
352           <p><span class="key">Ctrl</span> + <span class="key">T</span></p>
353         </td>
354
355         <td>&nbsp;</td>
356
357         <td>
358           <p>Toggle display of thumbnails.</p>
359         </td>
360       </tr>
361
362       <tr>
363         <td>
364           <p><span class="key">Ctrl</span> + <span class="key">W</span></p>
365         </td>
366
367         <td>&nbsp;</td>
368
369         <td>
370           <p>Close window.</p>
371         </td>
372       </tr>
373       </tbody>
374     </table>
375   </div>
376
377   <p>The <b>selection</b> can be changed using the keyboard and mouse the same as in a <a href="main_window_file_pane.html">file pane</a> of the main window.</p>
378
379   <p>The image Dimensions column of the result list will only contain dimension information when dimensions are included in the search parameters.</p>
380
381   <h2>Status bar</h2>
382
383   <p>At the bottom of the search window is an area that includes the following items from left to right:</p>
384
385   <dl class="dialog_desc">
386   <dt>Thumbnails</dt>
387   <dd>
388   <p>Enable this check box to display a thumbnail next to each image in the results list.</p>
389   </dd>
390
391   <dt>File count display</dt>
392   <dd>
393   <p>Displays the total count of files in the results list, and their size on disk. The count of selected files will appear in parenthesis.</p>
394   </dd>
395
396   <dt>Search progress</dt>
397   <dd>
398   <p>When a search is active, the text &#8220;Searching...&#8221; will appear here. Two numbers in parenthesis will also be displayed, the first number is the number of files that match the search parameters and the second number is the total number of files that were searched.</p>
399   </dd>
400
401   <dt>Find</dt>
402   <dd>
403   <p>Activate the find button to start a search with the selected parameters.</p>
404   </dd>
405   
406   <dt>Stop</dt>
407   <dd>
408   <p>Activate the stop button to end a search that is in progress.</p>
409   </dd>
410   </dl>
411
412   <h2>Drag and Drop</h2>
413
414   <p>Drag and drop can be initiated with the primary or middle mouse buttons. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p>
415
416   <hr id="bottomseparator" />
417
418   <div class="navbottom">
419     <table width="100%" border="0" cellpadding="4" cellspacing="0">
420       <col id="navbottom_col1" width="33%"></col>
421       <col id="navbottom_col2" width="33%"></col>
422       <col id="navbottom_col3" width="33%"></col>
423
424         <tr>
425           <th>
426             <p class="previous"><a href="image_search.html">Previous</a>
427             </p>
428           </th>
429
430           <th>
431             <p class="navbottom_title"><a href="index.html">Contents</a>
432             </p>
433           </th>
434
435           <th>
436             <p class="next"><a href="image_search_finding_duplicates.html">Next</a>
437             </p>
438           </th>
439         </tr>
440
441     </table>
442   </div>
443
444   <div class="footer">Geeqie User Manual</div>
445   <div class="bottomspacer">&nbsp;</div>
446 </body>
447 </html>