Mercurial > geeqie
comparison doc/10_6_advanced.html @ 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).
author | zas_ |
---|---|
date | Thu, 23 Oct 2008 19:06:23 +0000 |
parents | 578a27d20b47 |
children |
comparison
equal
deleted
inserted
replaced
1075:578a27d20b47 | 1076:1ecc4f010111 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 1 <?xml version="1.0" encoding="iso-8859-1"?> |
2 <HTML> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 <HEAD> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> | 4 |
5 <TITLE>Advanced Options - Geeqie User Manual</TITLE> | 5 <html xmlns="http://www.w3.org/1999/xhtml"> |
6 <META NAME="CREATED" CONTENT="20040805;23590500"> | 6 <head> |
7 <META NAME="CHANGED" CONTENT="20050208;14303200"> | 7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
8 </HEAD> | 8 |
9 <BODY LANG="en-US" DIR="LTR"> | 9 <title>Advanced Options - Geeqie User Manual</title> |
10 <CENTER> | 10 <meta name="CREATED" content="20040805;23590500" /> |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | 11 <meta name="CHANGED" content="20050208;14303200" /> |
12 <COL WIDTH=85*> | 12 <style type="text/css"> |
13 <COL WIDTH=85*> | 13 /*<![CDATA[*/ |
14 <COL WIDTH=85*> | 14 p.gq-advanced-14 {margin-bottom: 0in} |
15 <THEAD> | 15 span.gq-advanced-13 {text-decoration: none} |
16 <TR VALIGN=TOP> | 16 p.gq-advanced-12 {margin-left: 1.58in} |
17 <TD WIDTH=33%> | 17 p.gq-advanced-11 {margin-left: 0.79in; font-weight: medium} |
18 <P><A HREF="10_5_editor_commands.html">Previous</A></P> | 18 p.gq-advanced-10 {font-style: italic; margin-left: 2.36in} |
19 </TD> | 19 p.gq-advanced-9 {margin-left: 1.58in; font-style: normal} |
20 <TD WIDTH=33%> | 20 p.gq-advanced-8 {margin-left: 0.79in; font-style: normal} |
21 <P ALIGN=CENTER>Advanced – Options Explained</P> | 21 p.gq-advanced-7 {font-style: normal; font-weight: medium} |
22 </TD> | 22 p.gq-advanced-6 {margin-left: 0.79in} |
23 <TD WIDTH=33%> | 23 p.gq-advanced-5 {font-style: normal; text-decoration: none} |
24 <P ALIGN=RIGHT><A HREF="10_7_hidden.html">Next</A></P> | 24 div.gq-advanced-4 {text-align: center} |
25 </TD> | 25 table.gq-advanced-3 {page-break-before: always} |
26 </TR> | 26 p.gq-advanced-2 {text-align: right} |
27 </THEAD> | 27 p.gq-advanced-1 {text-align: center} |
28 </TABLE> | 28 /*]]>*/ |
29 </CENTER> | 29 </style> |
30 <HR> | 30 </head> |
31 <H1>10.6 Advanced Options</H1> | 31 |
32 <P STYLE="font-style: normal; text-decoration: none">This section | 32 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
33 describes the options presented under the Advanced Tab of the | 33 <div class="gq-advanced-4"> |
34 preferences dialog.</P> | 34 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-advanced-3"> |
35 <P><BR><BR> | 35 <col width="85*" /> |
36 </P> | 36 <col width="85*" /> |
37 <P><U>Full Screen</U></P> | 37 <col width="85*" /> |
38 <P STYLE="margin-left: 0.79in"><B>Location</B>: Selects the location | 38 |
39 and position of the full screen window. 'Determined by window | 39 <thead> |
40 manager' will leave the window placement up to the window manager. | 40 <tr valign="top"> |
41 'Active screen' places the window on the same screen as the Geeqie | 41 <td width="33%"> |
42 main window. 'Active monitor' does the same, but limits the full | 42 <p><a href="10_5_editor_commands.html">Previous</a> |
43 screen window size to the monitor containing the main window. The | 43 </p> |
44 remaining choices are dependent on the multiple monitor | 44 </td> |
45 configuration.</P> | 45 |
46 <P STYLE="margin-left: 0.79in"><B>Stay above other windows:</B> | 46 <td width="33%"> |
47 Enable this to have Geeqie ask the window manager to keep the full | 47 <p class="gq-advanced-1">Advanced – Options Explained</p> |
48 screen window above other windows. Note that the window manager may | 48 </td> |
49 ignore the request. This option is not relevant when the full screen | 49 |
50 location is determined by the window manager.</P> | 50 <td width="33%"> |
51 <P STYLE="margin-left: 0.79in"><B>Smooth image flip</B>: This option | 51 <p class="gq-advanced-2"><a href="10_7_hidden.html">Next</a> |
52 delays the image change in full screen until the next image is | 52 </p> |
53 entirely decoded into memory, the result is a smoother transition | 53 </td> |
54 between images.</P> | 54 </tr> |
55 <P STYLE="margin-left: 0.79in"><B>Disable screen saver</B>: This | 55 </thead> |
56 option will execute <I>xscreensaver-command --deactivate</I> once per | 56 </table> |
57 minute to avoid the screen saver from activating when Geeqie is | 57 </div> |
58 displayed full screen.</P> | 58 |
59 <P><BR><BR> | 59 <hr /> |
60 </P> | 60 |
61 <P STYLE="font-style: normal; font-weight: medium"><U>Delete</U></P> | 61 <h1>10.6 Advanced Options</h1> |
62 <P STYLE="margin-left: 0.79in; font-style: normal"><B>Confirm file | 62 |
63 delete</B>: Prompts for confirmation before deleting files.</P> | 63 <p class="gq-advanced-5">This section describes the options presented under the Advanced Tab of the preferences dialog.</p> |
64 <P STYLE="margin-left: 0.79in; font-style: normal"><B>Enable Delete | 64 |
65 key</B>: Disable this to disassociate the delete file function from | 65 <p><br /> |
66 the Delete key. This option does not effect the [Control] + D key | 66 <br /> |
67 sequence. May be useful in combination with “confirm file | 67 </p> |
68 delete”, above, disabled so that accidentally hitting a single | 68 |
69 key will not result in deleted files.</P> | 69 <p><u>Full Screen</u> |
70 <P STYLE="margin-left: 0.79in; font-style: normal"><B>Safe Delete</B>: | 70 </p> |
71 Moves deleted files to a temporary folder, for easy retrieval of | 71 |
72 deleted files. Files in the temporary folder are retained until the | 72 <p class="gq-advanced-6"><b>Location</b>: 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> |
73 maximum size is reached, at which point deleting additional files | 73 |
74 will result in the removal of the oldest files to reclaim the space | 74 <p class="gq-advanced-6"><b>Stay above other windows:</b> 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> |
75 needed for the new files.</P> | 75 |
76 <P STYLE="margin-left: 1.58in; font-style: normal"><I>Note:</I> Files | 76 <p class="gq-advanced-6"><b>Smooth image flip</b>: 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> |
77 moved to the Safe Delete folder are prefixed with a six digit number | 77 |
78 in the format:</P> | 78 <p class="gq-advanced-6"><b>Disable screen saver</b>: 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> |
79 <P STYLE="margin-left: 2.36in"><I>nnnnnn_FILENAME</I></P> | 79 |
80 <P STYLE="margin-left: 1.58in; font-style: normal">This is used by | 80 <p><br /> |
81 the delete feature to distinguish which files to remove first when | 81 <br /> |
82 clearing space for new files. The digit counter increments with each | 82 </p> |
83 deleted file.</P> | 83 |
84 <P STYLE="margin-left: 0.79in; font-style: normal"><B>Folder</B>: The | 84 <p class="gq-advanced-7"><u>Delete</u> |
85 location of the folder used by the Safe Delete feature.</P> | 85 </p> |
86 <P STYLE="margin-left: 0.79in"><B>Maximum size</B>: The size to use | 86 |
87 for the Safe Delete folder, in megabytes.</P> | 87 <p class="gq-advanced-8"><b>Confirm file delete</b>: Prompts for confirmation before deleting files.</p> |
88 <P STYLE="margin-left: 0.79in"><B>Clear</B> button: Removes all files | 88 |
89 contained in the Safe Delete folder.</P> | 89 <p class="gq-advanced-8"><b>Enable Delete key</b>: 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> |
90 <P STYLE="margin-left: 0.79in"><B>View</B> button: Changes the Geeqie | 90 |
91 main window to display the contents of the Safe Delete folder.</P> | 91 <p class="gq-advanced-8"><b>Safe Delete</b>: 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> |
92 <P><BR><BR> | 92 |
93 </P> | 93 <p class="gq-advanced-9"><i>Note:</i> Files moved to the Safe Delete folder are prefixed with a six digit number in the format:</p> |
94 <P><U>Behavior</U></P> | 94 |
95 <P STYLE="margin-left: 0.79in; font-weight: medium"><B>Rectangular | 95 <p class="gq-advanced-10">nnnnnn_FILENAME</p> |
96 selection in icon view:</B> Enable this to change the selection | 96 |
97 method used when selecting multiple items in an icon view.</P> | 97 <p class="gq-advanced-9">This is used by the delete feature to distinguish which files to remove first when clearing space for new files. The digit counter increments with each deleted file.</p> |
98 <P STYLE="margin-left: 0.79in"><B>Descend folders in tree view</B>: | 98 |
99 This will allow Geeqie to read sub folder content to determine if it | 99 <p class="gq-advanced-8"><b>Folder</b>: The location of the folder used by the Safe Delete feature.</p> |
100 should display expander indicators in the folder tree view.</P> | 100 |
101 <P STYLE="margin-left: 1.58in"><I>Note:</I> Disable this if Geeqie | 101 <p class="gq-advanced-6"><b>Maximum size</b>: The size to use for the Safe Delete folder, in megabytes.</p> |
102 wakes up auto mounted network shares, or takes too long to initially | 102 |
103 display the folder view.</P> | 103 <p class="gq-advanced-6"><b>Clear</b> button: Removes all files contained in the Safe Delete folder.</p> |
104 <P STYLE="margin-left: 0.79in"><B>In place renaming</B>: When | 104 |
105 renaming a single file, this will allow the rename entry to appear | 105 <p class="gq-advanced-6"><b>View</b> button: Changes the Geeqie main window to display the contents of the Safe Delete folder.</p> |
106 directly over the original filename.</P> | 106 |
107 <P><BR><BR> | 107 <p><br /> |
108 </P> | 108 <br /> |
109 <P><U>Navigation</U></P> | 109 </p> |
110 <P STYLE="margin-left: 0.79in"><B>Progressive keyboard scrolling</B>: | 110 |
111 This will cause image panning speed to gradually accelerate when | 111 <p><u>Behavior</u> |
112 holding down the keyboard arrows.</P> | 112 </p> |
113 <P STYLE="margin-left: 0.79in"><B>Mouse wheel scrolls image</B>: The | 113 |
114 default is for the mouse wheel to change the image, and to scroll the | 114 <p class="gq-advanced-11"><b>Rectangular selection in icon view:</b> Enable this to change the selection method used when selecting multiple items in an icon view.</p> |
115 image when shift is used in combination with the wheel. Enabling this | 115 |
116 swaps the behavior so that operating the wheel will scroll the image, | 116 <p class="gq-advanced-6"><b>Descend folders in tree view</b>: This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</p> |
117 and holding down shift will change the image.</P> | 117 |
118 <P><BR><BR> | 118 <p class="gq-advanced-12"><i>Note:</i> Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</p> |
119 </P> | 119 |
120 <P><U>Miscellaneous</U></P> | 120 <p class="gq-advanced-6"><b>In place renaming</b>: When renaming a single file, this will allow the rename entry to appear directly over the original filename.</p> |
121 <P STYLE="margin-left: 0.79in; font-weight: medium"><B>Store keywords | 121 |
122 and comments local to source images:</B> When enabled, Geeqie | 122 <p><br /> |
123 attempts to store metadata such as keywords closer to the source | 123 <br /> |
124 image. The resulting location is the source image's folder, in a sub | 124 </p> |
125 folder with the name "<B>.metadata"</B>. When the image | 125 |
126 source folder cannot be written, Geeqie falls back to saving the | 126 <p><u>Navigation</u> |
127 medata in "$HOME/.geeqie/metadata".</P> | 127 </p> |
128 <P STYLE="margin-left: 0.79in"><B>Custom similarity threshold</B>: | 128 |
129 This setting is used by the compare method “similarity | 129 <p class="gq-advanced-6"><b>Progressive keyboard scrolling</b>: This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</p> |
130 (custom)”, located in the Find Duplicates window.</P> | 130 |
131 <P STYLE="margin-left: 0.79in"><B>Offscreen cache size</B>: Geeqie | 131 <p class="gq-advanced-6"><b>Mouse wheel scrolls image</b>: 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> |
132 only renders the visible portion of an image. To reduce rendering the | 132 |
133 same area frequently when panning an image, some memory is used to | 133 <p><br /> |
134 retain the recently rendered image data. This value controls the | 134 <br /> |
135 maximum amount of memory to use.</P> | 135 </p> |
136 <P STYLE="margin-left: 1.58in"><I>Note:</I> This setting controls the | 136 |
137 amount of memory<SPAN STYLE="text-decoration: none"> for <U>each</U> | 137 <p><u>Miscellaneous</u> |
138 image window.</SPAN></P> | 138 </p> |
139 <P><BR><BR> | 139 |
140 </P> | 140 <p class="gq-advanced-11"><b>Store keywords and comments local to source images:</b> 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 "<b>.metadata"</b>. When the image source folder cannot be written, Geeqie falls back to saving the medata in "$HOME/.geeqie/metadata".</p> |
141 <P><BR><BR> | 141 |
142 </P> | 142 <p class="gq-advanced-6"><b>Custom similarity threshold</b>: This setting is used by the compare method “similarity (custom)”, located in the Find Duplicates window.</p> |
143 <HR> | 143 |
144 <CENTER> | 144 <p class="gq-advanced-6"><b>Offscreen cache size</b>: 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> |
145 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | 145 |
146 <COL WIDTH=85*> | 146 <p class="gq-advanced-12"><i>Note:</i> This setting controls the amount of memory <span class="gq-advanced-13">for <u>each</u> image window.</span></p> |
147 <COL WIDTH=85*> | 147 |
148 <COL WIDTH=85*> | 148 <p><br /> |
149 <THEAD> | 149 <br /> |
150 <TR VALIGN=TOP> | 150 </p> |
151 <TD WIDTH=33%> | 151 |
152 <P><A HREF="10_5_editor_commands.html">Previous</A></P> | 152 <p><br /> |
153 </TD> | 153 <br /> |
154 <TD WIDTH=33%> | 154 </p> |
155 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | 155 |
156 </TD> | 156 <hr /> |
157 <TD WIDTH=33%> | 157 |
158 <P ALIGN=RIGHT><A HREF="10_7_hidden.html">Next</A></P> | 158 <div class="gq-advanced-4"> |
159 </TD> | 159 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
160 </TR> | 160 <col width="85*" /> |
161 </THEAD> | 161 <col width="85*" /> |
162 <TBODY> | 162 <col width="85*" /> |
163 <TR VALIGN=TOP> | 163 |
164 <TD WIDTH=33%> | 164 <thead> |
165 <P><BR> | 165 <tr valign="top"> |
166 </P> | 166 <td width="33%"> |
167 </TD> | 167 <p><a href="10_5_editor_commands.html">Previous</a> |
168 <TD WIDTH=33%> | 168 </p> |
169 <P ALIGN=CENTER><BR> | 169 </td> |
170 </P> | 170 |
171 </TD> | 171 <td width="33%"> |
172 <TD WIDTH=33%> | 172 <p class="gq-advanced-1"><a href="index.html">Contents</a> |
173 <P ALIGN=RIGHT>Geeqie User Manual</P> | 173 </p> |
174 </TD> | 174 </td> |
175 </TR> | 175 |
176 </TBODY> | 176 <td width="33%"> |
177 </TABLE> | 177 <p class="gq-advanced-2"><a href="10_7_hidden.html">Next</a> |
178 </CENTER> | 178 </p> |
179 <P STYLE="margin-bottom: 0in"><BR> | 179 </td> |
180 </P> | 180 </tr> |
181 </BODY> | 181 </thead> |
182 </HTML> | 182 |
183 <tbody> | |
184 <tr valign="top"> | |
185 <td width="33%"> | |
186 <p><br /> | |
187 </p> | |
188 </td> | |
189 | |
190 <td width="33%"> | |
191 <p class="gq-advanced-1"><br /> | |
192 </p> | |
193 </td> | |
194 | |
195 <td width="33%"> | |
196 <p class="gq-advanced-2">Geeqie User Manual</p> | |
197 </td> | |
198 </tr> | |
199 </tbody> | |
200 </table> | |
201 </div> | |
202 | |
203 <p class="gq-advanced-14"><br /> | |
204 </p> | |
205 </body> | |
206 </html> |