Add some information about the pan view.
authorLaurent Monin <geeqie@norz.org>
Wed, 12 Nov 2008 21:15:12 +0000 (21:15 +0000)
committerLaurent Monin <geeqie@norz.org>
Wed, 12 Nov 2008 21:15:12 +0000 (21:15 +0000)
doc/image_management.html
doc/index.html
doc/other_windows.html
doc/other_windows_image_properties.html
doc/other_windows_pan_view.html [new file with mode: 0644]

index 728e7fe..aeb164b 100644 (file)
@@ -19,7 +19,7 @@
 
         <tr>
           <th>
-            <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
+            <p class="previous"><a href="other_windows_pan_view.html">Previous</a>
             </p>
           </th>
 
@@ -60,7 +60,7 @@
 
         <tr>
           <th>
-            <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
+            <p class="previous"><a href="other_windows_pan_view.html">Previous</a>
             </p>
           </th>
 
index e4643e7..fd702c9 100644 (file)
@@ -56,6 +56,7 @@
       <ul>
        <li><a href="other_windows_image_window.html">Image Window</a></li>
        <li><a href="other_windows_image_properties.html">Image Properties Window</a></li>
+       <li><a href="other_windows_pan_view.html">Pan View Window</a></li>
       </ul>
       </li>
       <li><a href="image_management.html">Image Management</a>
index d9fa1ad..d72b2c8 100644 (file)
@@ -45,6 +45,8 @@
     <ul>
       <li><a href="other_windows_image_window.html">Image Window</a></li>
       <li><a href="other_windows_image_properties.html">Image Properties Window</a></li>
+      <li><a href="other_windows_pan_view.html">Pan View Window</a></li>
+
     </ul>
   </div>
 
index a8a870b..0269a71 100644 (file)
@@ -28,7 +28,7 @@
           </th>
 
           <th>
-            <p class="next"><a href="image_management.html">Next</a>
+            <p class="next"><a href="other_windows_pan_view.html">Next</a>
             </p>
           </th>
         </tr>
@@ -91,7 +91,7 @@
           </th>
 
           <th>
-            <p class="next"><a href="image_management.html">Next</a>
+            <p class="next"><a href="other_windows_pan_view.html">Next</a>
             </p>
           </th>
         </tr>
diff --git a/doc/other_windows_pan_view.html b/doc/other_windows_pan_view.html
new file mode 100644 (file)
index 0000000..bbe045a
--- /dev/null
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
+
+  <title>Pan View - Geeqie User Manual</title>
+  <link rel="stylesheet" type="text/css" href="style.css" />
+</head>
+
+<body lang="en-US" dir="ltr" xml:lang="en-US">
+  <div class="navtop">
+    <table width="100%" border="0" cellpadding="4" cellspacing="0">
+      <col id="navtop_col1" width="33%"></col>
+      <col id="navtop_col2" width="33%"></col>
+      <col id="navtop_col3" width="33%"></col>
+
+        <tr>
+          <th>
+            <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="navtop_title">Pan View &ndash; Other Windows</p>
+          </th>
+
+          <th>
+            <p class="next"><a href="image_management.html">Next</a>
+            </p>
+          </th>
+        </tr>
+    </table>
+  </div>
+
+  <hr />
+
+  <h1>Pan View Window</h1>
+
+  <p>This window proposes alternative views of the <em>current directory and its children</em>.<br />
+     You can pan the view as you pan an image in normal view mode, using left mouse button and drag.</p>
+  <p>A left mouse button click on any image will display informations about the image. Right button will show a context menu.</p>
+
+  <h2>Select a folder</h2>
+  <dl class="dialog_desc">
+  <dt>Location</dt><dd>Set the top folder.</dd>
+  </dl>
+
+  <h2>Choose a view mode</h2>
+  <p>A select box let you choose among different view modes:</p>
+  <dl class="dialog_desc">
+  <dt>Timeline</dt><dd>Shows images grouped by date.</dd>
+  <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>
+  <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>
+  <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>
+  <dt>Grid</dt><dd>All images are shown on a grid.</dd>
+  </dl>
+
+  <h2>How each image should be represented</h2>
+  <p>Another select box let you choose the representation of each image:</p>
+  <dl class="dialog_desc">
+  <dt>Dots</dt><dd>Each image is represented by a dot.</dd>
+  <dt>No images</dt><dd>Each image is represented by a square box.</dd>
+  <dt>Small thumbnails</dt><dd>Each image is represented by a small thumbnail.</dd>
+  <dt>Normal thumbnails</dt><dd>Each image is represented by a normal thumbnail.</dd>
+  <dt>Large thumbnails</dt><dd>Each image is represented by a large thumbnail.</dd>
+  <dt>1:10 (10%)</dt><dd>Each image is represented by reduced image (1/10 of the original's dimensions).</dd>
+  <dt>1:4 (25%)</dt><dd>Each image is represented by reduced image (1/4 of the original's dimensions).</dd>
+  <dt>1:3 (33%)</dt><dd>Each image is represented by reduced image (1/3 of the original's dimensions).</dd>
+  <dt>1:2 (50%)</dt><dd>Each image is represented by reduced image (10% of the original's dimensions).</dd>
+  <dt>1:1 (100%)</dt><dd>The original image is shown at its normal dimensions.</dd>
+  </dl>
+
+  <h2>Find</h2>
+  <p>At the bottom of the window:</p>
+  <dl class="dialog_desc">
+  <dt>Find button</dt><dd>Shows a text field for filename search</dd>
+  </dl>
+
+
+
+  <hr id="bottomseparator" />
+
+  <div class="navbottom">
+    <table width="100%" border="0" cellpadding="4" cellspacing="0">
+      <col id="navbottom_col1" width="33%"></col>
+      <col id="navbottom_col2" width="33%"></col>
+      <col id="navbottom_col3" width="33%"></col>
+
+        <tr>
+          <th>
+            <p class="previous"><a href="other_windows_image_properties.html">Previous</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="navbottom_title"><a href="index.html">Contents</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="next"><a href="image_management.html">Next</a>
+            </p>
+          </th>
+        </tr>
+
+    </table>
+  </div>
+
+  <div class="footer">Geeqie User Manual</div>
+  <div class="bottomspacer">&nbsp;</div>
+</body>
+</html>