comparison doc/main_window_menus.html @ 1102:af04e83ec5eb

Move menu descriptions to definitions lists.
author zas_
date Sun, 09 Nov 2008 09:28:59 +0000
parents 83cf0c9e300f
children 215e102c1819
comparison
equal deleted inserted replaced
1101:83cf0c9e300f 1102:af04e83ec5eb
47 <br /> 47 <br />
48 </p> 48 </p>
49 49
50 <h2>File Menu</h2> 50 <h2>File Menu</h2>
51 51
52 <p class="gq-menus-5"><b>New window</b>: Opens a new main window, with the initial path set to the current folder.</p> 52 <dl class="menu_desc">
53 53 <dt>New window</dt><dd>Opens a new main window, with the initial path set to the current folder.</dd>
54 <p class="gq-menus-6"><b>New collection</b>: Opens a new collection window, the new collection will be empty.</p> 54
55 55 <dt>New collection</dt><dd>Opens a new collection window, the new collection will be empty.</dd>
56 <p class="gq-menus-6"><b>Open collection</b>: Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</p> 56
57 57 <dt>Open collection</dt><dd>Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</dd>
58 <p class="gq-menus-5"><b>Open recent</b>: This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list.</p> 58
59 59 <dt>Open recent</dt><dd>This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list.</dd>
60 <p class="gq-menus-6"><b>Search...</b>: Opens a new Search window.</p> 60
61 61 <dt>Search...</dt><dd>Opens a new Search window.</dd>
62 <p class="gq-menus-6"><b>Find duplicates...</b>: Opens a new Find Duplicates window.</p> 62
63 63 <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</dd>
64 <p class="gq-menus-6"><b>Print..</b>: Opens a print dialog.</p> 64
65 65 <dt>Print..</dt><dd>Opens a print dialog.</dd>
66 <p class="gq-menus-5"><b>New folder...</b>: Creates a new folder in the current path.</p> 66
67 67 <dt>New folder...</dt><dd>Creates a new folder in the current path.</dd>
68 <p class="gq-menus-6"><b>Copy...</b>: Opens a dialog to select a destination to copy the currently selected files.</p> 68
69 69 <dt>Copy...</dt><dd>Opens a dialog to select a destination to copy the currently selected files.</dd>
70 <p class="gq-menus-6"><b>Move...</b>: Opens a dialog to select a destination to move currently selected files.</p> 70
71 71 <dt>Move...</dt><dd>Opens a dialog to select a destination to move currently selected files.</dd>
72 <p class="gq-menus-5"><b>Rename...</b>: Renames the current file selection.</p> 72
73 73 <dt>Rename...</dt><dd>Renames the current file selection.</dd>
74 <p class="gq-menus-5"><b>Delete...</b>: Deletes the current file selection.</p> 74
75 75 <dt>Delete...</dt><dd>Deletes the current file selection.</dd>
76 <p class="gq-menus-5"><b>Close window</b>: Closes the window containing the menu, if the window is the last main window Geeqie will quit.</p> 76
77 77 <dt>Close window</dt><dd>Closes the window containing the menu, if the window is the last main window Geeqie will quit.</dd>
78 <p class="gq-menus-5"><b>Quit</b>: Quits the Geeqie application, if collections have been changed but not saved, the user will be prompted for confirmation.</p> 78
79 <dt>Quit</dt><dd>Quits the Geeqie application, if collections have been changed but not saved, the user will be prompted for confirmation.</dd>
80 </dl>
79 81
80 <h2>Edit menu</h2> 82 <h2>Edit menu</h2>
81 83
82 <p class="gq-menus-5"><b>in &lt;command name&gt;...</b>: This will execute the external command associated with &lt;command name&gt;, these can be changed edited on the <a href="options_editor_commands.html">Editors tab</a> of the Option dialog.</p> 84 <dl class="menu_desc">
83 85
84 <p class="gq-menus-5"><b>Adjust</b> sub menu:</p> 86 <dt>in &lt;command name&gt;...</dt><dd>This will execute the external command associated with &lt;command name&gt;, these can be changed edited on the <a href="options_editor_commands.html">Editors tab</a> of the Option dialog.</dd>
85 87
86 <p class="gq-menus-7"><b>Rotate clockwise</b>: Rotates the current image clockwise 90 degrees, does not effect the file on disk.</p> 88 <dt>Adjust</dt><dd>
87 89 <dl class="menu_desc_sublevel1">
88 <p class="gq-menus-7"><b>Rotate counterclockwise</b>: Rotates the current image counterclockwise 90 degrees, does not effect the file on disk.</p> 90 <dt>Rotate clockwise</dt><dd>Rotates the current image clockwise 90 degrees, does not effect the file on disk.</dd>
89 91
90 <p class="gq-menus-7"><b>Rotate 180</b>: Rotates the current image 180 degrees, does not effect the file on disk.</p> 92 <dt>Rotate counterclockwise</dt><dd>Rotates the current image counterclockwise 90 degrees, does not effect the file on disk.</dd>
91 93
92 <p class="gq-menus-7"><b>Mirror</b>: 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 effect the file on disk.</p> 94 <dt>Rotate 180</dt><dd>Rotates the current image 180 degrees, does not effect the file on disk.</dd>
93 95
94 <p class="gq-menus-7"><b>Flip</b>: Swaps the top and bottom sides of the image, does not effect the file on disk.</p> 96 <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 effect the file on disk.</dd>
95 97
96 <p class="gq-menus-5"><b>Properties</b>: Opens a Properties Window for the currently selected files.</p> 98 <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not effect the file on disk.</dd>
97 99 </dl>
98 <p class="gq-menus-5"><b>Select all</b>: Selects all files displayed in the file list.</p> 100 </dd>
99 101
100 <p class="gq-menus-5"><b>Select none</b>: Clears the current file selection.</p> 102 <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</dd>
101 103
102 <p class="gq-menus-5"><b>Preferences...</b>: Opens the <a href="options.html">Preferences Dialog</a> for changing of user preferences.</p> 104 <dt>Select all</dt><dd>Selects all files displayed in the file list.</dd>
103 105
104 <p class="gq-menus-5"><b>Thumbnail maintenance</b>: Opens a dialog with utilities to manage cached thumbnails and keywords data.</p> 106 <dt>Select none</dt><dd>Clears the current file selection.</dd>
105 107
106 <p class="gq-menus-5"><b>Set as wallpaper</b>: Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <u>fit to window</u>; when zoom is set to <u>fit to window</u>, the image will be scaled to fill the root window.</p> 108 <dt>Preferences...</dt><dd>Opens the <a href="options.html">Preferences Dialog</a> for changing of user preferences.</dd>
109
110 <dt>Thumbnail maintenance</dt><dd>Opens a dialog with utilities to manage cached thumbnails and keywords data.</dd>
111
112 <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <u>fit to window</u>; when zoom is set to <u>fit to window</u>, the image will be scaled to fill the root window.</dd>
113 </dl>
107 114
108 <h2>View menu</h2> 115 <h2>View menu</h2>
109 116
110 <p class="gq-menus-5"><b>Zoom in</b>: Increases the zoom by one increment, resulting in a larger image.</p> 117 <dl class="menu_desc">
111 118
112 <p class="gq-menus-5"><b>Zoom out</b>: Decreases the zoom by one increment, resulting in a smaller image.</p> 119 <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</dd>
113 120
114 <p class="gq-menus-5"><b>Zoom 1:1</b>: Resets the zoom to the original size of the image.</p> 121 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd>
115 122
116 <p class="gq-menus-5"><b>Zoom to fit</b>: 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 <u>Allow enlargement of image for zoom to fit</u> <span class="gq-menus-8">option located on the <a href="options_image.html">Image tab</a> of the preferences dialog</span>.</p> 123 <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</dd>
117 124
118 <p class="gq-menus-5"><b>Thumbnails</b>: Toggles the display of image thumbnails in the file list, this item is not available when the file list is in icon view mode. A check appears next to this item when thumbnails are enabled.</p> 125 <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 <u>Allow enlargement of image for zoom to fit</u> <span class="gq-menus-8">option located on the <a href="options_image.html">Image tab</a> of the preferences dialog</span>.</dd>
119 126
120 <p class="gq-menus-5"><b>List</b>: Changes the file list to display files in list format.</p> 127 <dt>Thumbnails</dt><dd>Toggles the display of image thumbnails in the file list, this item is not available when the file list is in icon view mode. A check appears next to this item when thumbnails are enabled.</dd>
121 128
122 <p class="gq-menus-5"><b>Icons</b>: Changes the file list to display files as icons.</p> 129 <dt>List</dt><dd>Changes the file list to display files in list format.</dd>
123 130
124 <p class="gq-menus-5"><b>Tree</b>: Toggles the folder list between simple and tree modes. A check appears next to this item when the folder is in tree mode.</p> 131 <dt>Icons</dt><dd>Changes the file list to display files as icons.</dd>
125 132
126 <p class="gq-menus-5"><b>Full screen</b>: Toggles the full screen window display.</p> 133 <dt>Tree</dt><dd>Toggles the folder list between simple and tree modes. A check appears next to this item when the folder is in tree mode.</dd>
127 134
128 <p class="gq-menus-5"><b>Float file list</b>: 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.</p> 135 <dt>Full screen</dt><dd>Toggles the full screen window display.</dd>
129 136
130 <p class="gq-menus-5"><b>Hide file list</b>: Toggles visibility of the menu bar, tool bar, status bar, and file lists.</p> 137 <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>
131 138
132 <p class="gq-menus-5"><b>Hide toolbar</b>: Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</p> 139 <dt>Hide file list</dt><dd>Toggles visibility of the menu bar, tool bar, status bar, and file lists.</dd>
133 140
134 <p class="gq-menus-5"><b>Keywords</b>: Toggles display of the Keywords sidebar.</p> 141 <dt>Hide toolbar</dt><dd>Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</dd>
135 142
136 <p class="gq-menus-5"><b>Exif data</b>: Toggles display of the EXIF sidebar.</p> 143 <dt>Keywords</dt><dd>Toggles display of the Keywords sidebar.</dd>
137 144
138 <p class="gq-menus-5"><b>Sort manager</b>: Toggles display of the Sort Manager sidebar.</p> 145 <dt>Exif data</dt><dd>Toggles display of the EXIF sidebar.</dd>
139 146
140 <p class="gq-menus-5"><b>Toggle slideshow</b>: Begins or ends a slide show, the slide show status is displayed in the status bar.</p> 147 <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</dd>
141 148
142 <p class="gq-menus-5"><b>Refresh</b>: 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.</p> 149 <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</dd>
150
151 <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>
152 </dl>
143 153
144 <h2>Help menu</h2> 154 <h2>Help menu</h2>
145 155
146 <p class="gq-menus-5"><b>Contents</b>: Open the Geeqie user manual in a new browser window.</p> 156 <dl class="menu_desc">
147 157
148 <p class="gq-menus-5"><b>Keyboard shortcuts</b>: Displays a window listing the default keyboard shortcuts.</p> 158 <dt>Contents</dt><dd>Open the Geeqie user manual in a new browser window.</dd>
149 159
150 <p class="gq-menus-5"><b>Release notes</b>: Displays a window containing the release notes for the version of Geeqie in use.</p> 160 <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</dd>
151 161
152 <p class="gq-menus-5"><b>About</b>: Opens a window containing the Geeqie version, credits, website, and email contact information.</p> 162 <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</dd>
153 163
164 <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd>
165
166 </dl>
154 <p><br /> 167 <p><br />
155 <br /> 168 <br />
156 </p> 169 </p>
157 170
158 <h2>Tear off menus</h2> 171 <h2>Tear off menus</h2>