comparison doc/main_window_folder_pane.html @ 1105:215e102c1819

Drop most old css classes.
author zas_
date Sun, 09 Nov 2008 12:48:00 +0000
parents af04e83ec5eb
children 7cd49c6dc302
comparison
equal deleted inserted replaced
1104:24ea4fda5c38 1105:215e102c1819
23 <p class="previous"><a href="main_window_file_pane.html">Previous</a> 23 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
24 </p> 24 </p>
25 </td> 25 </td>
26 26
27 <td> 27 <td>
28 <p class="gq-folder-pane-1">Folder Pane &ndash; Main Window</p> 28 <p class="navtop_title">Folder Pane &ndash; Main Window</p>
29 </td> 29 </td>
30 30
31 <td> 31 <td>
32 <p class="gq-folder-pane-2"><a href="main_window_image_pane.html">Next</a> 32 <p class="next"><a href="main_window_image_pane.html">Next</a>
33 </p> 33 </p>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 </thead> 36 </thead>
37 </table> 37 </table>
43 43
44 <p>The folder pane contains the menu bar, tool bar, path entry, and folder list.</p> 44 <p>The folder pane contains the menu bar, tool bar, path entry, and folder list.</p>
45 45
46 <h2>Menu bar</h2> 46 <h2>Menu bar</h2>
47 47
48 <p class="gq-folder-pane-7">The main menu of the window. The functions available from the main menu are described in the <a href="main_window_menus.html">Menus</a> chapter.</p> 48 <p>The main menu of the window. The functions available from the main menu are described in the <a href="main_window_menus.html">Menus</a> chapter.</p>
49 49
50 <h2>Tool bar</h2> 50 <h2>Tool bar</h2>
51 51
52 <p class="gq-folder-pane-7">The tool bar includes buttons for often used operations. The tool bar can be hidden or shown by selecting &ldquo;Hide toolbar&rdquo; from the view menu.</p> 52 <p>The tool bar includes buttons for often used operations. The tool bar can be hidden or shown by selecting &ldquo;Hide toolbar&rdquo; from the view menu.</p>
53 53
54 <p class="gq-folder-pane-8">Note: These buttons are only displayed as an icon, the text below refers to the tool tip that appears by hovering the mouse over each button.</p> 54 <p>Note: These buttons are only displayed as an icon, the text below refers to the tool tip that appears by hovering the mouse over each button.</p>
55 55
56 <dl class="menu_desc"> 56 <dl class="menu_desc">
57 <dt>Show thumbnails</dt><dd>This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.</dd> 57 <dt>Show thumbnails</dt><dd>This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.</dd>
58 58
59 <dt>Change to home folder</dt><dd>Change the main window to display the contents of the user's home folder.</dd> 59 <dt>Change to home folder</dt><dd>Change the main window to display the contents of the user's home folder.</dd>
73 <dt>Float controls</dt><dd>Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</dd> 73 <dt>Float controls</dt><dd>Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</dd>
74 </dl> 74 </dl>
75 75
76 <h2>Path entry</h2> 76 <h2>Path entry</h2>
77 77
78 <p class="gq-folder-pane-7">This displays the active folder of the window and allows typing a location.</p> 78 <p>This displays the active folder of the window and allows typing a location.</p>
79 79
80 <p class="gq-folder-pane-7">A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the Enter key. Tab completion is also available in the path entry.</p> 80 <p>A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the Enter key. Tab completion is also available in the path entry.</p>
81 81
82 <p class="gq-folder-pane-9">Note: Tab completion uses the tab key, press the down arrow to move the focus from the entry.</p> 82 <p>Note: Tab completion uses the tab key, press the down arrow to move the focus from the entry.</p>
83 83
84 <p class="gq-folder-pane-7">Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p> 84 <p>Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p>
85 85
86 <h2>Folder list</h2> 86 <h2>Folder list</h2>
87 87
88 <p class="gq-folder-pane-7">This displays a list of sub folders contained in the active folder, or a tree that includes all folders in the file system.</p> 88 <p>This displays a list of sub folders contained in the active folder, or a tree that includes all folders in the file system.</p>
89 89
90 <p class="gq-folder-pane-7">A <b>context menu</b> can be displayed by clicking the right mouse button on the folder pane or pressing the menu key while the folder pane has the focus</p> 90 <p>A <b>context menu</b> can be displayed by clicking the right mouse button on the folder pane or pressing the menu key while the folder pane has the focus</p>
91 91
92 <h2>List view</h2> 92 <h2>List view</h2>
93 93
94 <p class="gq-folder-pane-7">This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p> 94 <p>This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p>
95 95
96 <p class="gq-folder-pane-7">The list view mode displays sub folders contained in the active folder in a standard vertical list. The parent folder can be selected with the folder named &ldquo;..&rdquo;.</p> 96 <p>The list view mode displays sub folders contained in the active folder in a standard vertical list. The parent folder can be selected with the folder named &ldquo;..&rdquo;.</p>
97 97
98 <h2>Tree view</h2> 98 <h2>Tree view</h2>
99 99
100 <p class="gq-folder-pane-7">This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or selecting &ldquo;View as tree&rdquo; from the context menu.</p> 100 <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or selecting &ldquo;View as tree&rdquo; from the context menu.</p>
101 101
102 <p class="gq-folder-pane-7">The tree view mode displays all folders in the file system, starting with the root folder and branching out to include sub folders. A folder branch can be expanded or collapsed by clicking the expander next to each folder icon, or by pressing the respective &ldquo;+&rdquo; or &ldquo;-&rdquo; keys when the folder branch has the focus.</p> 102 <p>The tree view mode displays all folders in the file system, starting with the root folder and branching out to include sub folders. A folder branch can be expanded or collapsed by clicking the expander next to each folder icon, or by pressing the respective &ldquo;+&rdquo; or &ldquo;-&rdquo; keys when the folder branch has the focus.</p>
103 103
104 <h2>Sorting</h2> 104 <h2>Sorting</h2>
105 105
106 <p class="gq-folder-pane-7">The order of the folder names will match the order selected for the file pane. Sort order can be changed by clicking the sort area of the status bar or from the context menu of the file pane.</p> 106 <p>The order of the folder names will match the order selected for the file pane. Sort order can be changed by clicking the sort area of the status bar or from the context menu of the file pane.</p>
107 107
108 <h2>Context menu</h2> 108 <h2>Context menu</h2>
109 109
110 <p>Right clicking the mouse or pressing the menu key while the folder pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p> 110 <p>Right clicking the mouse or pressing the menu key while the folder pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
111 111
122 122
123 <dt>New folder</dt><dd>Creates a new folder that is a sub folder of the selected folder.</dd> 123 <dt>New folder</dt><dd>Creates a new folder that is a sub folder of the selected folder.</dd>
124 124
125 <dt>Rename</dt><dd>Renames the selected folder.</dd> 125 <dt>Rename</dt><dd>Renames the selected folder.</dd>
126 126
127 <p class="gq-folder-pane-11">Note: Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</dd> 127 <p>Note: Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</dd>
128 128
129 <dt>View as tree</dt><dd>Toggles between the list and tree modes of the folder pane.</dd> 129 <dt>View as tree</dt><dd>Toggles between the list and tree modes of the folder pane.</dd>
130 130
131 </dl> 131 </dl>
132 132
133 <h2>Drag and drop</h2> 133 <h2>Drag and drop</h2>
134 134
135 <p class="gq-folder-pane-7">Image files can be dropped onto folders displayed in the folder pane. A menu will appear allowing you to select to move or copy the dropped images into the target folder. The list will automatically scroll up or down when the drag pointer is near the respective top or bottom of the list. When in tree mode, hovering over a folder for a brief period of time will expand that folder.</p> 135 <p>Image files can be dropped onto folders displayed in the folder pane. A menu will appear allowing you to select to move or copy the dropped images into the target folder. The list will automatically scroll up or down when the drag pointer is near the respective top or bottom of the list. When in tree mode, hovering over a folder for a brief period of time will expand that folder.</p>
136 136
137 <p class="gq-folder-pane-7">The folders can used as a drag source for drag and drop, for example to add images in a folder to a collection window. However drag and drop can not be used to move or copy folders in Geeqie.</p> 137 <p>The folders can used as a drag source for drag and drop, for example to add images in a folder to a collection window. However drag and drop can not be used to move or copy folders in Geeqie.</p>
138 138
139 <hr /> 139 <hr />
140 140
141 <div class="navbottom"> 141 <div class="navbottom">
142 <table width="100%" border="0" cellpadding="4" cellspacing="0"> 142 <table width="100%" border="0" cellpadding="4" cellspacing="0">
150 <p class="previous"><a href="main_window_file_pane.html">Previous</a> 150 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
151 </p> 151 </p>
152 </td> 152 </td>
153 153
154 <td> 154 <td>
155 <p class="gq-folder-pane-1"><a href="index.html">Contents</a> 155 <p class="navbottom_title"><a href="index.html">Contents</a>
156 </p> 156 </p>
157 </td> 157 </td>
158 158
159 <td> 159 <td>
160 <p class="gq-folder-pane-2"><a href="main_window_image_pane.html">Next</a> 160 <p class="next"><a href="main_window_image_pane.html">Next</a>
161 </p> 161 </p>
162 </td> 162 </td>
163 </tr> 163 </tr>
164 </thead> 164 </thead>
165 165