Mercurial > geeqie.yaz
annotate doc/options_advanced.html @ 1151:c564ab6c11fc
Add specific css for print media(has to be improved).
author | zas_ |
---|---|
date | Sun, 16 Nov 2008 19:58:43 +0000 |
parents | 449abed88006 |
children | 50ffcd7c3539 |
rev | line source |
---|---|
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
1 <?xml version="1.0" encoding="iso-8859-1"?> |
1121 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
4 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
6 <head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
8 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
9 <title>Advanced Options - Geeqie User Manual</title> |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1132
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:
1132
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:
1132
diff
changeset
|
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
13 </head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
14 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
15 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
16 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
18 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
19 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <col id="navtop_col3" width="33%"></col> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
21 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
22 <tr> |
1115 | 23 <th> |
1130 | 24 <p class="previous"><a href="options_properties.html">Previous</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
25 </p> |
1115 | 26 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
27 |
1115 | 28 <th> |
1105 | 29 <p class="navtop_title">Advanced – Options Explained</p> |
1115 | 30 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
31 |
1115 | 32 <th> |
1105 | 33 <p class="next"><a href="options_hidden.html">Next</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
34 </p> |
1115 | 35 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
36 </tr> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
37 </table> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
38 </div> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
39 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
40 <hr /> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
41 |
1079
76266496b06d
Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents:
1078
diff
changeset
|
42 <h1>Advanced Options</h1> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
43 |
1105 | 44 <p>This section describes the options presented under the Advanced Tab of the preferences dialog.</p> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
45 |
1087 | 46 <h2>Full Screen</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
47 |
1110 | 48 <dl class="dialog_desc"> |
49 <dt>Location</dt> | |
50 <dd><p>Selects the location and position of the full screen window. 'Determined by window manager' will leave the window placement up to the window manager. 'Active screen' places the window on the same screen as the Geeqie main window. 'Active monitor' does the same, but limits the full screen window size to the monitor containing the main window. The remaining choices are dependent on the multiple monitor configuration.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
51 |
1110 | 52 <dt>Stay above other windows</dt> |
53 <dd><p>Enable this to have Geeqie ask the window manager to keep the full screen window above other windows. Note that the window manager may ignore the request. This option is not relevant when the full screen location is determined by the window manager.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
54 |
1110 | 55 <dt>Smooth image flip</dt> |
56 <dd><p>This option delays the image change in full screen until the next image is entirely decoded into memory, the result is a smoother transition between images.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
57 |
1110 | 58 <dt>Disable screen saver</dt> |
59 <dd><p>This option will execute <i>xscreensaver-command --deactivate</i> once per minute to avoid the screen saver from activating when Geeqie is displayed full screen.</p></dd> | |
60 | |
61 </dl> | |
1125
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
62 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
63 <h2>Overlay Screen Display</h2> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
64 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
65 <dl class="dialog_desc"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
66 <dt>Always show image overlay at startup</dt> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
67 <dd><p>Enable this to have the image overlay info displayed by default</p></dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
68 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
69 <dt>Image overlay template</dt> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
70 <dd><p>Overlay info is customizable through this template</p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
71 <p>Overlay info format string syntax is: <code>%tag[:max_length][:extra]%</code></p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
72 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
73 <div class="overlay_tags"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
74 <table width="60%" border="1" cellpadding="2" cellspacing="0"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
75 <col id="overlay_tags_col1" width="30%"></col> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
76 <col id="overlay_tags_col2" width="70%"></col> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
77 <tr><th>Tag</th><th>Replaced by</th></tr> |
1129
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
78 <tr><td>name</td><td>Filename of the picture</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
79 <tr><td>collection</td><td>Name of the collection</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
80 <tr><td>number</td><td>Current number of image in the list</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
81 <tr><td>total</td><td>Total number of images</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
82 <tr><td>date</td><td>File date</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
83 <tr><td>size</td><td>File size</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
84 <tr><td>width</td><td>Image width</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
85 <tr><td>height</td><td>Image height</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
86 <tr><td>res</td><td>Image resolution</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
87 <tr><td>keywords</td><td>Image keywords from metadata</td></tr> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
88 <tr><td>comment</td><td>Image comment from metadata</td></tr> |
1125
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
89 </table> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
90 </div> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
91 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
92 <p>To access exif data use the exif name, for example: <code>%Exif.Photo.DateTimeOriginal%</code> to get the date of the original shot</p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
93 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
94 <p>Pre-formatted exif data is also available:</p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
95 <div class="overlay_exif"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
96 <table width="60%" border="1" cellpadding="2" cellspacing="0"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
97 <col id="overlay_exif_col1" width="30%"></col> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
98 <col id="overlay_exif_col2" width="70%"></col> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
99 <tr><th>Tag</th><th>Replaced by exif data</th></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
100 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
101 <tr><td>formatted.Camera</td><td>Camera and sofware name</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
102 <tr><td>formatted.DateTime</td><td>Image Date</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
103 <tr><td>formatted.ShutterSpeed</td><td>Shutter speed in seconds (ie. 1/60s)</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
104 <tr><td>formatted.Aperture</td><td>Aperture (ie. f5.6)</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
105 <tr><td>formatted.ExposureBias</td><td>Exposure bias (ie. +0.3)</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
106 <tr><td>formatted.ISOSpeedRating</td><td>ISO sensitivity (ie. 100)</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
107 <tr><td>formatted.FocalLength</td><td>Focal length</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
108 <tr><td>formatted.FocalLength35mmFilm</td><td>Focal length 35mm</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
109 <tr><td>formatted.SubjectDistance</td><td>Subject distance</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
110 <tr><td>formatted.Flash</td><td>Flash</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
111 <tr><td>formatted.Resolution</td><td>Resolution</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
112 <tr><td>formatted.ColorProfile</td><td>Color profile</td></tr> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
113 </table> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
114 </div> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
115 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
116 <p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
117 You can limit the length of displayed data using :number notation: |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
118 <code>%formatted.Camera:20%</code> will truncate the displayed data to 20 characters |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
119 and will add 3 dots at the end to denote the truncation.</p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
120 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
121 <p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
122 If two or more variables are connected with the |-sign, it prints available |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
123 variables with a separator:<br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
124 <code>%formatted.ShutterSpeed%|%formatted.ISOSpeedRating%|%formatted.FocalLength%</code><br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
125 could show:<br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
126 "1/20s - 400 - 80 mm"<br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
127 or<br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
128 "1/200 - 80 mm" if there's no ISO information in the Exif data.<br /> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
129 </p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
130 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
131 <p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
132 If a line is empty, it is removed. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
133 This allows to add lines that totally disappear when no data is available. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
134 </p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
135 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
136 <p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
137 Extra string uses special character '*' to mark the position of the data. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
138 If no '*' is present, then extra string is just appended to data. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
139 Any "\n" is replaced by a newline on display. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
140 Pango mark up is accepted in left and right parts. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
141 If data is empty, nothing will be displayed. |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
142 </p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
143 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
144 <p>Examples:</p> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
145 <dl class="examples"> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
146 <dt><code>%name:<i>*</i>\n%</code></dt><dd>name is displayed in italics ended with a newline</dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
147 <dt><code>%size:\n%</code></dt><dd>size is displayed with a newline at end</dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
148 <dt><code>%formatted.ISOSpeedRating:ISO *%</code></dt><dd>ie. "ISO 100"</dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
149 <dt><code>Collection <b>*</b>\n</code></dt><dd>display collection name in bold prefixed by "Collection " and a newline is appended</dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
150 </dl> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
151 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
152 </dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
153 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
154 <dt>Help button</dt> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
155 <dd><p>Show syntax help</p></dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
156 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
157 <dt>Defaults button</dt> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
158 <dd><p>Restore default image overlay template</p></dd> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
159 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
160 </dl> |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
161 |
e09f504d7f11
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
zas_
parents:
1121
diff
changeset
|
162 |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
163 |
1087 | 164 <h2>Delete</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
165 |
1110 | 166 <dl class="dialog_desc"> |
167 <dt>Confirm file delete</dt> | |
168 <dd><p>Prompts for confirmation before deleting files.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
169 |
1110 | 170 <dt>Enable Delete key</dt> |
171 <dd><p>Disable this to disassociate the delete file function from the Delete key. This option does not effect the [Control] + D key sequence. May be useful in combination with “confirm file delete”, above, disabled so that accidentally hitting a single key will not result in deleted files.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
172 |
1110 | 173 <dt>Safe Delete</dt> |
174 <dd><p>Moves deleted files to a temporary folder, for easy retrieval of deleted files. Files in the temporary folder are retained until the maximum size is reached, at which point deleting additional files will result in the removal of the oldest files to reclaim the space needed for the new files.</p> | |
1118 | 175 <p class="note"><span class="note_label">Note:</span> Files moved to the Safe Delete folder are prefixed with a six digit number in the format: <code>nnnnnn_FILENAME</code><br /> |
1110 | 176 This is used by the delete feature to distinguish which files to remove first when clearing space for new files.<br /> |
177 The digit counter increments with each deleted file.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
178 |
1110 | 179 <dt>Folder</dt> |
180 <dd><p>The location of the folder used by the Safe Delete feature.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
181 |
1110 | 182 <dt>Maximum size</dt> |
183 <dd><p>The size to use for the Safe Delete folder, in megabytes.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
184 |
1110 | 185 <dt>Clear button</dt> |
186 <dd><p>Removes all files contained in the Safe Delete folder.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
187 |
1110 | 188 <dt>View button</dt> |
189 <dd><p>Changes the Geeqie main window to display the contents of the Safe Delete folder.</p></dd> | |
190 | |
191 </dl> | |
192 | |
1087 | 193 <h2>Behavior</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
194 |
1110 | 195 <dl class="dialog_desc"> |
196 <dt>Rectangular selection in icon view</dt> | |
197 <dd><p> Enable this to change the selection method used when selecting multiple items in an icon view.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
198 |
1110 | 199 <dt>Descend folders in tree view</dt> |
200 <dd> | |
201 <p>This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</p> | |
1118 | 202 <p class="note"><span class="note_label">Note:</span> Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</p> |
1110 | 203 </dd> |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
204 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
205 <dt>Show date in directories list view</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
206 <dd><p>Enable this to display directory modification date along its name in the list view</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
207 |
1110 | 208 <dt>In place renaming</dt> |
209 <dd><p>When renaming a single file, this will allow the rename entry to appear directly over the original filename.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
210 |
1132 | 211 <dt>Show "Copy path" menu item</dt> |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
212 <dd><p>Enable this option to show a "Copy path" menu item in applicable menus.</p> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
213 <p>This allows to copy path to files or directories to the clipboard, names are enclosed with double quotes |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
214 and separated by space.</p> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
215 </dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
216 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
217 <dt>Open recent list maximum size</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
218 <dd><p>This is the number of entries saved in the recent open file list.</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
219 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
220 <dt>Drag'n drop icon size</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
221 <dd><p>This is the width and height of the icon generated from image and displayed when doing drap'n drop actions. High resolution screens may require to increase this number.</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
222 |
1110 | 223 </dl> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
224 |
1087 | 225 <h2>Navigation</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
226 |
1110 | 227 <dl class="dialog_desc"> |
228 <dt>Progressive keyboard scrolling</dt> | |
229 <dd><p>This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</p></dd> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
230 |
1110 | 231 <dt>Mouse wheel scrolls image</dt> |
232 <dd><p>The default is for the mouse wheel to change the image, and to scroll the image when shift is used in combination with the wheel. Enabling this swaps the behavior so that operating the wheel will scroll the image, and holding down shift will change the image.</p></dd> | |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
233 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
234 <dt>Home button path</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
235 <dd><p>This defines the path to use for the "Home" button in the main window. By default or when this field is empty, this is the user's directory.</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
236 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
237 <dt>Use current</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
238 <dd><p>Pressing this button will set the <span class="option_name">Home button path</span> to the current open directory.</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
239 |
1110 | 240 </dl> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
241 |
1087 | 242 <h2>Miscellaneous</h2> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
243 |
1110 | 244 <dl class="dialog_desc"> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
245 |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
246 <dt>Store metadata and cache files in source image's directory</dt> |
1110 | 247 <dd><p> When enabled, Geeqie attempts to store metadata such as keywords closer to the source image. The resulting location is the source image's folder, in a sub folder with the name "<em>.metadata"</em>. When the image source folder cannot be written, Geeqie falls back to saving the medata in "$HOME/.geeqie/metadata".</p></dd> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
248 |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
249 <dt>Store keywords and comments as XMP tags in images files</dt> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
250 <dd><p>When enabled, Geeqie attempts to store keywords and comments as XMP tags <em>in</em> the image file itself. Obviously, this will modify the concerned files.</p></dd> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
251 |
1110 | 252 <dt>Custom similarity threshold</dt> |
253 <dd><p>This setting is used by the compare method “similarity (custom)”, located in the Find Duplicates window.</p></dd> | |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
254 </dl> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
255 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
256 <h2>Image loading and caching</h2> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
257 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
258 <dl class="dialog_desc"> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
259 |
1110 | 260 <dt>Offscreen cache size</dt> |
261 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p> | |
1118 | 262 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p> |
1110 | 263 </dd> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
264 |
1129
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
265 <dt>Decoded image cache size</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
266 <dd><p>This is the cache size in megabytes used by Geeqie to store decoded images.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
267 |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
268 <dt>Image read buffer size</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
269 <dd><p>Number of bytes read by Geeqie in one pass, this is for fine tuning, do not modify if you don't know what it does.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
270 |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
271 <dt>Image idle loop read count</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
272 <dd><p>This is for fine tuning, do not modify if you don't know what it does.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
273 |
1110 | 274 </dl> |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
275 |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
276 <h2>Color profiles</h2> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
277 |
1129
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
278 <p>Here one can defined color profiles to use.</p> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
279 |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
280 <dl class="dialog_desc"> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
281 <dt>Type</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
282 <dd><p>Either input color profile or screen color profile.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
283 <dt>Menu name</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
284 <dd><p>Name of the menu entry corresponding to the color profile.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
285 <dt>File</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
286 <dd><p>Path to the color profile file.</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
287 </dl> |
1130 | 288 |
1128
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
289 <h2>Debugging</h2> |
802fa03c377e
More updates to advanced options documentation. Not yet finished.
zas_
parents:
1125
diff
changeset
|
290 |
1129
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
291 <dl class="dialog_desc"> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
292 <dt>Debug level</dt> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
293 <dd><p>This defines the verbosity of debug info sent to console and log window (0 disables the debug output).</p></dd> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
294 </dl> |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
295 |
00d2520e7190
Advanced options documentation is now almost in sync with current geeqie.
zas_
parents:
1128
diff
changeset
|
296 |
1113 | 297 <hr id="bottomseparator" /> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
298 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
299 <div class="navbottom"> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
300 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
301 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
302 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
303 <col id="navbottom_col3" width="33%"></col> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
304 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
305 <tr> |
1115 | 306 <th> |
1130 | 307 <p class="previous"><a href="options_properties.html">Previous</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
308 </p> |
1115 | 309 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
310 |
1115 | 311 <th> |
1105 | 312 <p class="navbottom_title"><a href="index.html">Contents</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
313 </p> |
1115 | 314 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
315 |
1115 | 316 <th> |
1105 | 317 <p class="next"><a href="options_hidden.html">Next</a> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
318 </p> |
1115 | 319 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
320 </tr> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
321 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
322 </table> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
323 </div> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
324 |
1101 | 325 <div class="footer">Geeqie User Manual</div> |
1098
2d9c9b10e84d
Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents:
1097
diff
changeset
|
326 <div class="bottomspacer"> </div> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
327 </body> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
328 </html> |