Revision: 1225
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1225&view=rev
Author:   zas_
Date:     2008-11-11 10:24:04 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Add Properties Options page.

Modified Paths:
--------------
    trunk/doc/index.html
    trunk/doc/options.html
    trunk/doc/options_advanced.html
    trunk/doc/options_editor_commands.html

Added Paths:
-----------
    trunk/doc/options_properties.html

Modified: trunk/doc/index.html
===================================================================
--- trunk/doc/index.html        2008-11-11 10:09:09 UTC (rev 1224)
+++ trunk/doc/index.html        2008-11-11 10:24:04 UTC (rev 1225)
@@ -94,6 +94,7 @@
        <li><a href="options_window.html">Window Options</a></li>
        <li><a href="options_filtering.html">Filtering Options</a></li>
        <li><a href="options_editor_commands.html">Editor Commands</a></li>
+        <li><a href="options_properties.html">Properties Options</a></li>
        <li><a href="options_advanced.html">Advanced Options</a></li>
        <li><a href="options_hidden.html">Hidden Options</a></li>
       </ul>

Modified: trunk/doc/options.html
===================================================================
--- trunk/doc/options.html      2008-11-11 10:09:09 UTC (rev 1224)
+++ trunk/doc/options.html      2008-11-11 10:24:04 UTC (rev 1225)
@@ -48,6 +48,7 @@
       <li><a href="options_window.html">Window Options</a></li>
       <li><a href="options_filtering.html">Filtering Options</a></li>
       <li><a href="options_editor_commands.html">Editor Commands</a></li>
+      <li><a href="options_properties.html">Properties Options</a></li>
       <li><a href="options_advanced.html">Advanced Options</a></li>
       <li><a href="options_hidden.html">Hidden Options</a></li>
     </ul>

Modified: trunk/doc/options_advanced.html
===================================================================
--- trunk/doc/options_advanced.html     2008-11-11 10:09:09 UTC (rev 1224)
+++ trunk/doc/options_advanced.html     2008-11-11 10:24:04 UTC (rev 1225)
@@ -19,7 +19,7 @@
 
         <tr>
           <th>
-            <p class="previous"><a 
href="options_editor_commands.html">Previous</a>
+            <p class="previous"><a href="options_properties.html">Previous</a>
             </p>
           </th>
 
@@ -283,9 +283,7 @@
   <dt>File</dt>
   <dd><p>Path to the color profile file.</p></dd>
   </dl>
-
-  <dt>
-
+  
   <h2>Debugging</h2>
   
   <dl class="dialog_desc">
@@ -304,7 +302,7 @@
 
         <tr>
           <th>
-            <p class="previous"><a 
href="options_editor_commands.html">Previous</a>
+            <p class="previous"><a href="options_properties.html">Previous</a>
             </p>
           </th>
 

Modified: trunk/doc/options_editor_commands.html
===================================================================
--- trunk/doc/options_editor_commands.html      2008-11-11 10:09:09 UTC (rev 
1224)
+++ trunk/doc/options_editor_commands.html      2008-11-11 10:24:04 UTC (rev 
1225)
@@ -28,7 +28,7 @@
           </th>
 
           <th>
-            <p class="next"><a href="options_advanced.html">Next</a>
+            <p class="next"><a href="options_properties.html">Next</a>
             </p>
           </th>
         </tr>
@@ -172,7 +172,7 @@
           </th>
 
           <th>
-            <p class="next"><a href="options_advanced.html">Next</a>
+            <p class="next"><a href="options_properties.html">Next</a>
             </p>
           </th>
         </tr>

Added: trunk/doc/options_properties.html
===================================================================
--- trunk/doc/options_properties.html                           (rev 0)
+++ trunk/doc/options_properties.html   2008-11-11 10:24:04 UTC (rev 1225)
@@ -0,0 +1,89 @@
+<?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>Properties Options - 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="options_editor_commands.html">Previous</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="navtop_title">Properties &ndash; Options explained</p>
+          </th>
+
+          <th>
+            <p class="next"><a href="options_advanced.html">Next</a>
+            </p>
+          </th>
+        </tr>
+    </table>
+  </div>
+
+  <hr />
+
+  <h1>Properties options</h1>
+
+  <h2>Exif</h2>
+
+  <p>Here is defined what is shown or not in the image properties dialog.</p>
+
+  <p>Each row corresponds to related exif data, three options are possible for 
each:</p>
+
+  <dl class="dialog_desc">
+  <dt>Never</dt>
+  <dd><p>Label and value will never appear even if value is available from 
exif data.</p></dd>
+  <dt>If set</dt>
+  <dd><p>Label and value will only appear if value is available from exif 
data.</p></dd>
+  <dt>Always</dt>
+  <dd><p>Label will always appear, valude will be displayed when 
available.</p></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="options_editor_commands.html">Previous</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="navbottom_title"><a href="index.html">Contents</a>
+            </p>
+          </th>
+
+          <th>
+            <p class="next"><a href="options_advanced.html">Next</a>
+            </p>
+          </th>
+        </tr>
+
+    </table>
+  </div>
+
+  <div class="footer">Geeqie User Manual</div>
+  <div class="bottomspacer">&nbsp;</div>
+</body>
+</html>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to