742d546d0285b8267508d67cc03fa43973573810
[geeqie.git] / doc / image_search_search.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
6
7   <title>Search Window - Geeqie User Manual</title>
8   <link rel="stylesheet" type="text/css" href="style.css" />
9 </head>
10
11 <body lang="en-US" dir="ltr">
12   <div class="navtop">
13     <table width="100%" border="0" cellpadding="4" cellspacing="0">
14       <col id="navtop_col1" width="33%"></col>
15       <col id="navtop_col2" width="33%"></col>
16       <col id="navtop_col3" width="33%"></col>
17
18       <thead>
19         <tr>
20           <td>
21             <p class="previous"><a href="image_search.html">Previous</a>
22             </p>
23           </td>
24
25           <td>
26             <p class="navtop_title">Search Window &ndash; Image Search</p>
27           </td>
28
29           <td>
30             <p class="next"><a href="image_search_finding_duplicates.html">Next</a>
31             </p>
32           </td>
33         </tr>
34       </thead>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Search Window</h1>
41
42   <p>Geeqie provides a utility to find one or more images based on various parameters.</p>
43
44   <p>To display a new Search Window press F3 or select Search from the File menu.</p>
45
46   <p><br />
47   <br />
48   </p>
49
50   <p>To start a search activate the Find button. A search in progress can be stopped by activating the Stop button.</p>
51
52   <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>
53
54   <p>When a search is completed, the total number of files found and their total size will be displayed in the status bar.</p>
55
56   <p><br />
57   <br />
58   </p>
59
60   <h2>Search location</h2>
61
62   <p>One of several locations can be chosen as the source to use in the search.</p>
63
64   <p>
65   <dl class="dialog_desc">
66   <dt>Path</dt>
67   <dd>
68   <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>
69   </dd>
70
71   <dt>Comments</dt>
72   <dd>
73   <p>The search will include all files that have a keyword or comment associated to it.</p>
74   <p class="note">Note: Only keyword and comment associations stored in the user's home folder are included in this search type.</p>
75   </dd>
76
77   <dt>Results</dt>
78   <dd>
79   <p>The search will include all files currently listed in the results list, use this to refine a previous search.</p>
80   </dd>
81   </dl>
82
83   <p><br />
84   <br />
85   </p>
86
87   <h2>Search parameters</h2>
88
89   <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>
90   
91   <dl class="dialog_desc">
92   <dt>File name</dt>
93   <dd>
94   <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>
95   </dd>
96
97   <dt>File size</dt>
98   <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>
99   </dd>
100
101   <dt>File date</dt>
102   <dd>
103   <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>
104   <p>For convenience, the button with the down arrow displays a pop up calendar to enter the date.</p>
105   </dd>
106
107   <dt>Image dimensions</dt>
108   <dd>
109   <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>
110   <p>The image dimensions test is simple, both width and height must be within the allowed values for a match.</p>
111   </dd>
112
113   <dt>Image content</dt>
114   <dd>
115   <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>
116   </dd>
117
118   <dt>Keywords</dt>
119   <dd>
120   <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>
121   </dd>
122   </dl>
123   
124   <p><br />
125   <br />
126   </p>
127
128   <h2>Results list</h2>
129
130   <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>
131
132   <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>
133
134   <p><b>Keyboard shortcuts</b> available in the results list:</p>
135
136   <div class="gq-search-4">
137     <table width="80%" border="1" cellpadding="2" cellspacing="0">
138     <col id="search_shortcuts_col1" width="25%"></col>
139     <col id="search_shortcuts_col2" width="25%"></col>
140     <col id="search_shortcuts_col3" width="50%"></col>
141
142     <thead>
143       <tr>
144         <td>
145           <p>Shortcut</p>
146         </td>
147
148         <td>
149           <p>Context menu name</p>
150         </td>
151
152         <td>
153           <p>Description</p>
154         </td>
155       </tr>
156     </thead>
157     <tbody>
158       <tr>
159         <td>
160           <p>Enter</p>
161         </td>
162
163         <td>
164           <p>View</p>
165         </td>
166
167         <td>
168           <p>Opens selected image in main window.</p>
169         </td>
170       </tr>
171
172       <tr>
173         <td>
174           <p>V</p>
175         </td>
176
177         <td>
178           <p>View in new window</p>
179         </td>
180
181         <td>
182           <p>Opens selected image in a new window.</p>
183         </td>
184       </tr>
185
186       <tr>
187         <td>
188           <p>Control + A</p>
189         </td>
190
191         <td>
192           <p>Select all</p>
193         </td>
194
195         <td>
196           <p>Selects all images.</p>
197         </td>
198       </tr>
199
200       <tr>
201         <td>
202           <p>Control + Shift + A</p>
203         </td>
204
205         <td>
206           <p>Select none</p>
207         </td>
208
209         <td>
210           <p>Clear the image selection.</p>
211         </td>
212       </tr>
213
214       <tr>
215         <td>
216           <p>Control + 1 through<br />
217           Control + 0</p>
218         </td>
219
220         <td>
221           <p>Edit sub menu</p>
222         </td>
223
224         <td>
225           <p>Executes the respective editor command.</p>
226         </td>
227       </tr>
228
229       <tr>
230         <td>
231           <p>Control + P</p>
232         </td>
233
234         <td>
235           <p>Properties</p>
236         </td>
237
238         <td>
239           <p>Opens a properties window for selected images.</p>
240         </td>
241       </tr>
242
243       <tr>
244         <td>
245           <p>C</p>
246         </td>
247
248         <td>
249           <p>Add to new collection</p>
250         </td>
251
252         <td>
253           <p>Creates a new collection containing the selected images.</p>
254         </td>
255       </tr>
256
257       <tr>
258         <td>
259           <p><br />
260           </p>
261         </td>
262
263         <td>
264           <p>Print</p>
265         </td>
266
267         <td>
268           <p>Opens a print dialog for selected images.</p>
269         </td>
270       </tr>
271
272       <tr>
273         <td>
274           <p>Control + C</p>
275         </td>
276
277         <td>
278           <p>Copy</p>
279         </td>
280
281         <td>
282           <p>Copy selected images.</p>
283         </td>
284       </tr>
285
286       <tr>
287         <td>
288           <p>Control + M</p>
289         </td>
290
291         <td>
292           <p>Move</p>
293         </td>
294
295         <td>
296           <p>Move selected images.</p>
297         </td>
298       </tr>
299
300       <tr>
301         <td>
302           <p>Control + R</p>
303         </td>
304
305         <td>
306           <p>Rename</p>
307         </td>
308
309         <td>
310           <p>Rename selected images.</p>
311         </td>
312       </tr>
313
314       <tr>
315         <td>
316           <p>Control + D</p>
317         </td>
318
319         <td>
320           <p>Delete</p>
321         </td>
322
323         <td>
324           <p>Delete selected images.</p>
325         </td>
326       </tr>
327
328       <tr>
329         <td>
330           <p>Delete</p>
331         </td>
332
333         <td>
334           <p>Remove</p>
335         </td>
336
337         <td>
338           <p>Remove selected images from result list.</p>
339         </td>
340       </tr>
341
342       <tr>
343         <td>
344           <p>Control + Delete</p>
345         </td>
346
347         <td>
348           <p>Clear</p>
349         </td>
350
351         <td>
352           <p>Cleared the result list.</p>
353         </td>
354       </tr>
355
356       <tr>
357         <td>
358           <p>Menu</p>
359         </td>
360
361         <td>
362           <p><br />
363           </p>
364         </td>
365
366         <td>
367           <p>Displays the context menu.</p>
368         </td>
369       </tr>
370
371       <tr>
372         <td>
373           <p>Control + T</p>
374         </td>
375
376         <td>
377           <p><br />
378           </p>
379         </td>
380
381         <td>
382           <p>Toggle display of thumbnails.</p>
383         </td>
384       </tr>
385
386       <tr>
387         <td>
388           <p>Control + W</p>
389         </td>
390
391         <td>
392           <p><br />
393           </p>
394         </td>
395
396         <td>
397           <p>Close window.</p>
398         </td>
399       </tr>
400       </tbody>
401     </table>
402   </div>
403
404   <p><br />
405   <br />
406   </p>
407
408   <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>
409
410   <p>The image Dimensions column of the result list will only contain dimension information when dimensions are included in the search parameters.</p>
411
412   <p><br />
413   <br />
414   </p>
415
416   <h2>Status bar</h2>
417
418   <p>At the bottom of the search window is an area that includes the following items from left to right:</p>
419
420   <dl class="dialog_desc">
421   <dt>Thumbnails</dt>
422   <dd>
423   <p>Enable this check box to display a thumbnail next to each image in the results list.</p>
424   </dd>
425
426   <dt>File count display</dt>
427   <dd>
428   <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>
429   </dd>
430
431   <dt>Search progress</dt>
432   <dd>
433   <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>
434   </dd>
435
436   <dt>Find</dt>
437   <dd>
438   <p>Activate the find button to start a search with the selected parameters.</p>
439   </dd>
440   
441   <dt>Stop</dt>
442   <dd>
443   <p>Activate the stop button to end a search that is in progress.</p>
444   </dd>
445   </dl>
446
447   <p><br />
448   <br />
449   </p>
450
451   <h2>Drag and Drop</h2>
452
453   <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>
454
455   <p><br />
456   <br />
457   </p>
458
459   <p><br />
460   <br />
461   </p>
462
463   <hr />
464
465   <div class="navbottom">
466     <table width="100%" border="0" cellpadding="4" cellspacing="0">
467       <col id="navbottom_col1" width="33%"></col>
468       <col id="navbottom_col2" width="33%"></col>
469       <col id="navbottom_col3" width="33%"></col>
470
471       <thead>
472         <tr>
473           <td>
474             <p class="previous"><a href="image_search.html">Previous</a>
475             </p>
476           </td>
477
478           <td>
479             <p class="navbottom_title"><a href="index.html">Contents</a>
480             </p>
481           </td>
482
483           <td>
484             <p class="next"><a href="image_search_finding_duplicates.html">Next</a>
485             </p>
486           </td>
487         </tr>
488       </thead>
489
490     </table>
491   </div>
492
493   <div class="footer">Geeqie User Manual</div>
494   <div class="bottomspacer">&nbsp;</div>
495 </body>
496 </html>