view doc/other_windows_pan_view.html @ 1666:de25b265ab64

Revert "Add pgettext for some ambiguous strings" Now there should be all ambiguous strings gone. This reverts commit 1628 With that commit also all ambiguous strings should be solved.
author mow
date Tue, 30 Jun 2009 19:53:55 +0000
parents 473a7c4881cd
children
line wrap: on
line source

<?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" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</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 primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu.</p>

  <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>


  <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 (1/2 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 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>
  </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>