annotate doc/other_windows_pan_view.html @ 1696:0779950d71b3

French translation was updated.
author zas_
date Sat, 06 Jun 2009 17:02:21 +0000
parents 473a7c4881cd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
4
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
6 <head>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
8
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
9 <title>Pan View - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1142
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1142
diff changeset
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1142
diff changeset
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
13 </head>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
14
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
15 <body lang="en-US" dir="ltr" xml:lang="en-US">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
16 <div class="navtop">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
17 <table width="100%" border="0" cellpadding="4" cellspacing="0">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
18 <col id="navtop_col1" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
19 <col id="navtop_col2" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
20 <col id="navtop_col3" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
21
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
22 <tr>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
23 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
24 <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
25 </p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
26 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
27
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
28 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
29 <p class="navtop_title">Pan View &ndash; Other Windows</p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
30 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
31
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
32 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
33 <p class="next"><a href="image_management.html">Next</a>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
34 </p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
35 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
36 </tr>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
37 </table>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
38 </div>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
39
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
40 <hr />
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
41
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
42 <h1>Pan View Window</h1>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
43
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
44 <p>This window proposes alternative views of the <em>current directory and its children</em>.<br />
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
45 You can pan the view as you pan an image in normal view mode, using left mouse button and drag.</p>
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1151
diff changeset
46 <p>A primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu.</p>
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
47
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1151
diff changeset
48 <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>
1141
7a3bef49ca50 More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents: 1140
diff changeset
49
7a3bef49ca50 More precise description of the pan view find feature and a note about ressources eating was added.
zas_
parents: 1140
diff changeset
50
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
51 <h2>Select a folder</h2>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
52 <dl class="dialog_desc">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
53 <dt>Location</dt><dd>Set the top folder.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
54 </dl>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
55
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
56 <h2>Choose a view mode</h2>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
57 <p>A select box let you choose among different view modes:</p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
58 <dl class="dialog_desc">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
59 <dt>Timeline</dt><dd>Shows images grouped by date.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
60 <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>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
61 <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>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
62 <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>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
63 <dt>Grid</dt><dd>All images are shown on a grid.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
64 </dl>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
65
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
66 <h2>How each image should be represented</h2>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
67 <p>Another select box let you choose the representation of each image:</p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
68 <dl class="dialog_desc">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
69 <dt>Dots</dt><dd>Each image is represented by a dot.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
70 <dt>No images</dt><dd>Each image is represented by a square box.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
71 <dt>Small thumbnails</dt><dd>Each image is represented by a small thumbnail.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
72 <dt>Normal thumbnails</dt><dd>Each image is represented by a normal thumbnail.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
73 <dt>Large thumbnails</dt><dd>Each image is represented by a large thumbnail.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
74 <dt>1:10 (10%)</dt><dd>Each image is represented by reduced image (1/10 of the original's dimensions).</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
75 <dt>1:4 (25%)</dt><dd>Each image is represented by reduced image (1/4 of the original's dimensions).</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
76 <dt>1:3 (33%)</dt><dd>Each image is represented by reduced image (1/3 of the original's dimensions).</dd>
1142
f7c0f743f0fd Fix a cut'n'paste error.
zas_
parents: 1141
diff changeset
77 <dt>1:2 (50%)</dt><dd>Each image is represented by reduced image (1/2 of the original's dimensions).</dd>
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
78 <dt>1:1 (100%)</dt><dd>The original image is shown at its normal dimensions.</dd>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
79 </dl>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
80
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
81 <h2>Find</h2>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
82 <p>At the bottom of the window:</p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
83 <dl class="dialog_desc">
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1151
diff changeset
84 <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 <span class="key">Enter</span> 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
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
85 </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
86
1140
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
87 <hr id="bottomseparator" />
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
88
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
89 <div class="navbottom">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
90 <table width="100%" border="0" cellpadding="4" cellspacing="0">
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
91 <col id="navbottom_col1" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
92 <col id="navbottom_col2" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
93 <col id="navbottom_col3" width="33%"></col>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
94
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
95 <tr>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
96 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
97 <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
98 </p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
99 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
100
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
101 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
102 <p class="navbottom_title"><a href="index.html">Contents</a>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
103 </p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
104 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
105
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
106 <th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
107 <p class="next"><a href="image_management.html">Next</a>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
108 </p>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
109 </th>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
110 </tr>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
111
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
112 </table>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
113 </div>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
114
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
115 <div class="footer">Geeqie User Manual</div>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
116 <div class="bottomspacer">&nbsp;</div>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
117 </body>
77f9f2331e1b Add some information about the pan view.
zas_
parents:
diff changeset
118 </html>