Mercurial > geeqie.yaz
comparison doc/other_windows_pan_view.html @ 1140:77f9f2331e1b
Add some information about the pan view.
author | zas_ |
---|---|
date | Wed, 12 Nov 2008 21:15:12 +0000 |
parents | |
children | 7a3bef49ca50 |
comparison
equal
deleted
inserted
replaced
1139:9cbfc8ee7a13 | 1140:77f9f2331e1b |
---|---|
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 | |
46 <h2>Select a folder</h2> | |
47 <dl class="dialog_desc"> | |
48 <dt>Location</dt><dd>Set the top folder.</dd> | |
49 </dl> | |
50 | |
51 <h2>Choose a view mode</h2> | |
52 <p>A select box let you choose among different view modes:</p> | |
53 <dl class="dialog_desc"> | |
54 <dt>Timeline</dt><dd>Shows images grouped by date.</dd> | |
55 <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> | |
56 <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> | |
57 <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> | |
58 <dt>Grid</dt><dd>All images are shown on a grid.</dd> | |
59 </dl> | |
60 | |
61 <h2>How each image should be represented</h2> | |
62 <p>Another select box let you choose the representation of each image:</p> | |
63 <dl class="dialog_desc"> | |
64 <dt>Dots</dt><dd>Each image is represented by a dot.</dd> | |
65 <dt>No images</dt><dd>Each image is represented by a square box.</dd> | |
66 <dt>Small thumbnails</dt><dd>Each image is represented by a small thumbnail.</dd> | |
67 <dt>Normal thumbnails</dt><dd>Each image is represented by a normal thumbnail.</dd> | |
68 <dt>Large thumbnails</dt><dd>Each image is represented by a large thumbnail.</dd> | |
69 <dt>1:10 (10%)</dt><dd>Each image is represented by reduced image (1/10 of the original's dimensions).</dd> | |
70 <dt>1:4 (25%)</dt><dd>Each image is represented by reduced image (1/4 of the original's dimensions).</dd> | |
71 <dt>1:3 (33%)</dt><dd>Each image is represented by reduced image (1/3 of the original's dimensions).</dd> | |
72 <dt>1:2 (50%)</dt><dd>Each image is represented by reduced image (10% of the original's dimensions).</dd> | |
73 <dt>1:1 (100%)</dt><dd>The original image is shown at its normal dimensions.</dd> | |
74 </dl> | |
75 | |
76 <h2>Find</h2> | |
77 <p>At the bottom of the window:</p> | |
78 <dl class="dialog_desc"> | |
79 <dt>Find button</dt><dd>Shows a text field for filename search</dd> | |
80 </dl> | |
81 | |
82 | |
83 | |
84 <hr id="bottomseparator" /> | |
85 | |
86 <div class="navbottom"> | |
87 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
88 <col id="navbottom_col1" width="33%"></col> | |
89 <col id="navbottom_col2" width="33%"></col> | |
90 <col id="navbottom_col3" width="33%"></col> | |
91 | |
92 <tr> | |
93 <th> | |
94 <p class="previous"><a href="other_windows_image_properties.html">Previous</a> | |
95 </p> | |
96 </th> | |
97 | |
98 <th> | |
99 <p class="navbottom_title"><a href="index.html">Contents</a> | |
100 </p> | |
101 </th> | |
102 | |
103 <th> | |
104 <p class="next"><a href="image_management.html">Next</a> | |
105 </p> | |
106 </th> | |
107 </tr> | |
108 | |
109 </table> | |
110 </div> | |
111 | |
112 <div class="footer">Geeqie User Manual</div> | |
113 <div class="bottomspacer"> </div> | |
114 </body> | |
115 </html> |