Mercurial > geeqie
annotate doc/other_windows_pan_view.html @ 1141:7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
author | zas_ |
---|---|
date | Wed, 12 Nov 2008 21:34:55 +0000 |
parents | 77f9f2331e1b |
children | f7c0f743f0fd |
rev | line source |
---|---|
1140 | 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>Pan View - 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 <tr> | |
21 <th> | |
22 <p class="previous"><a href="other_windows_image_properties.html">Previous</a> | |
23 </p> | |
24 </th> | |
25 | |
26 <th> | |
27 <p class="navtop_title">Pan View – Other Windows</p> | |
28 </th> | |
29 | |
30 <th> | |
31 <p class="next"><a href="image_management.html">Next</a> | |
32 </p> | |
33 </th> | |
34 </tr> | |
35 </table> | |
36 </div> | |
37 | |
38 <hr /> | |
39 | |
40 <h1>Pan View Window</h1> | |
41 | |
42 <p>This window proposes alternative views of the <em>current directory and its children</em>.<br /> | |
43 You can pan the view as you pan an image in normal view mode, using left mouse button and drag.</p> | |
44 <p>A left mouse button click on any image will display informations about the image. Right button will show a context menu.</p> | |
45 | |
1141
7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents:
1140
diff
changeset
|
46 <p class="note"><span class="note_label">Note:</span>The pan view recursively visits each folder under the specified folder, so be careful it can eat a lot of ressources.</p> |
7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents:
1140
diff
changeset
|
47 |
7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents:
1140
diff
changeset
|
48 |
1140 | 49 <h2>Select a folder</h2> |
50 <dl class="dialog_desc"> | |
51 <dt>Location</dt><dd>Set the top folder.</dd> | |
52 </dl> | |
53 | |
54 <h2>Choose a view mode</h2> | |
55 <p>A select box let you choose among different view modes:</p> | |
56 <dl class="dialog_desc"> | |
57 <dt>Timeline</dt><dd>Shows images grouped by date.</dd> | |
58 <dt>Calendar</dt><dd>Shows a calendar with the number of images indicated for each day (as dots and number). Left mouse button click will show images in a popup.</dd> | |
59 <dt>Folders</dt><dd>Show images grouped by folder. Each box represents a folder. Parent and children folders are shown as boxes enclosing other boxes.</dd> | |
60 <dt>Folders (flower)</dt><dd>Show images grouped by folder. Each box represents a folder. Parent folders are linked to children by a line. The top folder is the center of the flower.</dd> | |
61 <dt>Grid</dt><dd>All images are shown on a grid.</dd> | |
62 </dl> | |
63 | |
64 <h2>How each image should be represented</h2> | |
65 <p>Another select box let you choose the representation of each image:</p> | |
66 <dl class="dialog_desc"> | |
67 <dt>Dots</dt><dd>Each image is represented by a dot.</dd> | |
68 <dt>No images</dt><dd>Each image is represented by a square box.</dd> | |
69 <dt>Small thumbnails</dt><dd>Each image is represented by a small thumbnail.</dd> | |
70 <dt>Normal thumbnails</dt><dd>Each image is represented by a normal thumbnail.</dd> | |
71 <dt>Large thumbnails</dt><dd>Each image is represented by a large thumbnail.</dd> | |
72 <dt>1:10 (10%)</dt><dd>Each image is represented by reduced image (1/10 of the original's dimensions).</dd> | |
73 <dt>1:4 (25%)</dt><dd>Each image is represented by reduced image (1/4 of the original's dimensions).</dd> | |
74 <dt>1:3 (33%)</dt><dd>Each image is represented by reduced image (1/3 of the original's dimensions).</dd> | |
75 <dt>1:2 (50%)</dt><dd>Each image is represented by reduced image (10% of the original's dimensions).</dd> | |
76 <dt>1:1 (100%)</dt><dd>The original image is shown at its normal dimensions.</dd> | |
77 </dl> | |
78 | |
79 <h2>Find</h2> | |
80 <p>At the bottom of the window:</p> | |
81 <dl class="dialog_desc"> | |
1141
7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents:
1140
diff
changeset
|
82 <dt>Find button</dt><dd>Shows a text field for image search. One can enter a filename or a part of it or a date (yyyy or yyyy-mm or yyyy-mm-dd format, separator can be '/','-',' ','.',','). Pressing Enter key will start the search, pressing it again will move to the next match. Matched file is made visible and details are shown for it.</dd> |
1140 | 83 </dl> |
1141
7a3bef49ca50
More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents:
1140
diff
changeset
|
84 |
1140 | 85 <hr id="bottomseparator" /> |
86 | |
87 <div class="navbottom"> | |
88 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
89 <col id="navbottom_col1" width="33%"></col> | |
90 <col id="navbottom_col2" width="33%"></col> | |
91 <col id="navbottom_col3" width="33%"></col> | |
92 | |
93 <tr> | |
94 <th> | |
95 <p class="previous"><a href="other_windows_image_properties.html">Previous</a> | |
96 </p> | |
97 </th> | |
98 | |
99 <th> | |
100 <p class="navbottom_title"><a href="index.html">Contents</a> | |
101 </p> | |
102 </th> | |
103 | |
104 <th> | |
105 <p class="next"><a href="image_management.html">Next</a> | |
106 </p> | |
107 </th> | |
108 </tr> | |
109 | |
110 </table> | |
111 </div> | |
112 | |
113 <div class="footer">Geeqie User Manual</div> | |
114 <div class="bottomspacer"> </div> | |
115 </body> | |
116 </html> |