comparison doc/main_window_menus.html @ 1137:1e203533b9d1

Add missing s...
author zas_
date Tue, 11 Nov 2008 23:35:39 +0000
parents 7e902fefa7cd
children 5862a2aa278c
comparison
equal deleted inserted replaced
1136:7e902fefa7cd 1137:1e203533b9d1
54 54
55 <dt>Search...</dt><dd>Opens a new Search window.</dd> 55 <dt>Search...</dt><dd>Opens a new Search window.</dd>
56 56
57 <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</dd> 57 <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</dd>
58 58
59 <dt>Pan view</dt><dd>Open the pan view window.</dd> 59 <dt>Pan view</dt><dd>Opens the pan view window.</dd>
60 60
61 <dt>Print..</dt><dd>Opens a print dialog.</dd> 61 <dt>Print..</dt><dd>Opens a print dialog.</dd>
62 62
63 <dt>New folder...</dt><dd>Creates a new folder in the current path.</dd> 63 <dt>New folder...</dt><dd>Creates a new folder in the current path.</dd>
64 64
79 </dl> 79 </dl>
80 80
81 <h2>Go menu</h2> 81 <h2>Go menu</h2>
82 <dl class="menu_desc"> 82 <dl class="menu_desc">
83 83
84 <dt>First Image</dt><dd>Go to the first image</dd> 84 <dt>First Image</dt><dd>Goes tothe first image</dd>
85 <dt>Previous Image</dt><dd>Go to the previous image</dd> 85 <dt>Previous Image</dt><dd>Goes to the previous image</dd>
86 <dt>Next Image</dt><dd>Go to the next image</dd> 86 <dt>Next Image</dt><dd>Goes to the next image</dd>
87 <dt>Last Image</dt><dd>Go to the last image</dd> 87 <dt>Last Image</dt><dd>Goes to the last image</dd>
88 88
89 </dl> 89 </dl>
90 90
91 <h2>Select menu</h2> 91 <h2>Select menu</h2>
92 <dl class="menu_desc"> 92 <dl class="menu_desc">
93 <dt>Select all</dt><dd>Select all files in the current list</dd> 93 <dt>Select all</dt><dd>Selects all files in the current list</dd>
94 <dt>Select none</dt><dd>Deselect all files</dd> 94 <dt>Select none</dt><dd>Deselects all files</dd>
95 <dt>Invert Selection</dt><dd>Invert current selection</dd> 95 <dt>Invert Selection</dt><dd>Inverts current selection</dd>
96 <dt>Show marks</dt><dd>Show marks</dd> 96 <dt>Show marks</dt><dd>Displays marks in the file list</dd>
97 <dt>Mark n</dt><dd>Open submenu for manipulating mark n 97 <dt>Mark n</dt><dd>Opens submenu for manipulating mark n
98 <dl class="menu_desc_sublevel1"> 98 <dl class="menu_desc_sublevel1">
99 <dt>Toggle mark n</dt><dd>Set or unset mark n on selected files</dd> 99 <dt>Toggle mark n</dt><dd>Set or unset mark n on selected files</dd>
100 <dt>Set mark n</dt><dd>Set mark n on selected files</dd> 100 <dt>Set mark n</dt><dd>Set mark n on selected files</dd>
101 <dt>Reset mark n</dt><dd>Unset mark n on selected files</dd> 101 <dt>Reset mark n</dt><dd>Unset mark n on selected files</dd>
102 <dt>Select mark n</dt><dd>Select all files having mark n set</dd> 102 <dt>Select mark n</dt><dd>Selects all files having mark n set</dd>
103 <dt>Add mark n</dt><dd>Add files having mark n set to selection</dd> 103 <dt>Add mark n</dt><dd>Adds files having mark n set to selection</dd>
104 <dt>Intersection with mark n</dt><dd>Intersect current selection and mark n</dd> 104 <dt>Intersection with mark n</dt><dd>Intersects current selection and mark n</dd>
105 <dt>Unselect mark n</dt><dd>Remove files having mark n set from current selection</dd> 105 <dt>Unselect mark n</dt><dd>Removes files having mark n set from current selection</dd>
106 </dl> 106 </dl>
107 </dd> 107 </dd>
108 </dl> 108 </dl>
109 109
110 110
124 124
125 <dt>Mirror</dt><dd>Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not modify the file on disk.</dd> 125 <dt>Mirror</dt><dd>Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not modify the file on disk.</dd>
126 126
127 <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not modify the file on disk.</dd> 127 <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not modify the file on disk.</dd>
128 128
129 <dt>Toggle grayscale</dt><dd>Show images converted to grayscale, does not modify files on disk. It is applied to all files until toggled again.</dd> 129 <dt>Toggle grayscale</dt><dd>Shows images converted to grayscale, does not modify files on disk. It is applied to all files until toggled again.</dd>
130 130
131 <dt>Original state</dt><dd>Remove all effects applied through the Adjust menu, reverting image to its original state.</dd> 131 <dt>Original state</dt><dd>Removes all effects applied through the Adjust menu, reverting image to its original state.</dd>
132 132
133 </dl> 133 </dl>
134 </dd> 134 </dd>
135 135
136 <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</dd> 136 <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</dd>
144 144
145 <h2>View menu</h2> 145 <h2>View menu</h2>
146 146
147 <dl class="menu_desc"> 147 <dl class="menu_desc">
148 148
149 <dt>View in new window</dt><dd>Open selected image in its own window</dd> 149 <dt>View in new window</dt><dd>Opens selected image in its own window</dd>
150 150
151 <dt>Zoom</dt><dd> 151 <dt>Zoom</dt><dd>
152 <dl class="menu_desc_sublevel1"> 152 <dl class="menu_desc_sublevel1">
153 <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</dd> 153 <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</dd>
154 154
155 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd> 155 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd>
156 156
157 <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image will fit within the display pane. The effect on images with an original size smaller than the display pane can be changed with the <span class="option_name">Allow enlargement of image for zoom to fit</span> option located on the <a href="options_image.html">Image tab</a> of the preferences dialog.</dd> 157 <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image will fit within the display pane. The effect on images with an original size smaller than the display pane can be changed with the <span class="option_name">Allow enlargement of image for zoom to fit</span> option located on the <a href="options_image.html">Image tab</a> of the preferences dialog.</dd>
158 158
159 <dt>Fit Horizontally</dt><dd>Adjust the zoom so image height fit within the display pane.</dd> 159 <dt>Fit Horizontally</dt><dd>Adjusts the zoom so image height fit within the display pane.</dd>
160 160
161 <dt>Fit Vertically</dt><dd>Adjust the zoom so image width fit within the display pane.</dd> 161 <dt>Fit Vertically</dt><dd>Adjusts the zoom so image width fit within the display pane.</dd>
162 162
163 <dt>Zoom n:m</dt><dd>Set zoom to the n:m value. 1:1 is the original size of the image. When n is greater than m, zoom in occurs else zoom out occurs.</dd> 163 <dt>Zoom n:m</dt><dd>Set zoom to the n:m value. 1:1 is the original size of the image. When n is greater than m, zoom in occurs else zoom out occurs.</dd>
164 </dl> 164 </dl>
165 </dd> 165 </dd>
166 166
175 <dt>List</dt><dd>Set the folder view mode to list.</dd> 175 <dt>List</dt><dd>Set the folder view mode to list.</dd>
176 <dt>Tree</dt><dd>Set the folder view mode to tree.</dd> 176 <dt>Tree</dt><dd>Set the folder view mode to tree.</dd>
177 </dl> 177 </dl>
178 </dd> 178 </dd>
179 179
180 <dt>Image Overlay</dt><dd>Display Image Overlay information box, use twice to add histogram to it.</dd> 180 <dt>Image Overlay</dt><dd>Displays Image Overlay information box (OSD), use twice to add histogram to it.</dd>
181 <dt>Histogram channels</dt><dd>Switch channels displayed in the histogram (red, green, blue, RGB, value, maximum value).</dd> 181 <dt>Histogram channels</dt><dd>Switches channels displayed in the histogram (red, green, blue, RGB, value, maximum value).</dd>
182 <dt>Histogram log mode</dt><dd>Toggle between linear and logarithmical histogram.</dd> 182 <dt>Histogram log mode</dt><dd>Toggles between linear and logarithmical histogram.</dd>
183 183
184 <dt>Full screen</dt><dd>Toggles the full screen window display.</dd> 184 <dt>Full screen</dt><dd>Toggles the full screen window display.</dd>
185 185
186 <dt>Float file list</dt><dd>Toggles the location of the menu bar, tool bar, status bar, and file lists between the main window and a second window. A check appears next to this item when the location is the second window.</dd> 186 <dt>Float file list</dt><dd>Toggles the location of the menu bar, tool bar, status bar, and file lists between the main window and a second window. A check appears next to this item when the location is the second window.</dd>
187 187
195 195
196 <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</dd> 196 <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</dd>
197 197
198 <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</dd> 198 <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</dd>
199 199
200 <dt>Pause slideshow</dt><dd>Pause a slide show, the slide show status is displayed in the status bar.</dd> 200 <dt>Pause slideshow</dt><dd>Pauses a slide show, the slide show status is displayed in the status bar.</dd>
201 201
202 <dt>Refresh</dt><dd>Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</dd> 202 <dt>Refresh</dt><dd>Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</dd>
203 </dl> 203 </dl>
204 204
205 <h2>Help menu</h2> 205 <h2>Help menu</h2>
206 206
207 <dl class="menu_desc"> 207 <dl class="menu_desc">
208 208
209 <dt>Contents</dt><dd>Open the Geeqie user manual in a new browser window.</dd> 209 <dt>Contents</dt><dd>Opens the Geeqie user manual in a new browser window.</dd>
210 210
211 <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</dd> 211 <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</dd>
212 212
213 <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</dd> 213 <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</dd>
214 214
215 <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd> 215 <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd>
216 216
217 <dt>Log window</dt><dd>Open the log window, mostly used for debugging purposes.</dd> 217 <dt>Log window</dt><dd>Opens the log window, mostly used for debugging purposes.</dd>
218 218
219 </dl> 219 </dl>
220 <h2>Tear off menus</h2> 220 <h2>Tear off menus</h2>
221 221
222 <p>Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.</p> 222 <p>Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.</p>