comparison doc/main_window_file_pane.html @ 1105:215e102c1819

Drop most old css classes.
author zas_
date Sun, 09 Nov 2008 12:48:00 +0000
parents af04e83ec5eb
children b223ad7f4867
comparison
equal deleted inserted replaced
1104:24ea4fda5c38 1105:215e102c1819
23 <p class="previous"><a href="main_window_layout.html">Previous</a> 23 <p class="previous"><a href="main_window_layout.html">Previous</a>
24 </p> 24 </p>
25 </td> 25 </td>
26 26
27 <td> 27 <td>
28 <p class="gq-file-pane-1">File Pane &ndash; Main Window</p> 28 <p class="navtop_title">File Pane &ndash; Main Window</p>
29 </td> 29 </td>
30 30
31 <td> 31 <td>
32 <p class="gq-file-pane-2"><a href="main_window_folder_pane.html">Next</a> 32 <p class="next"><a href="main_window_folder_pane.html">Next</a>
33 </p> 33 </p>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 </thead> 36 </thead>
37 </table> 37 </table>
49 <br /> 49 <br />
50 </p> 50 </p>
51 51
52 <h2>List view</h2> 52 <h2>List view</h2>
53 53
54 <p class="gq-file-pane-5">This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p> 54 <p>This mode can be enabled by selecting &ldquo;List&rdquo; from the View menu, pressing Control + L on the keyboard, or unselecting &ldquo;View as icons&rdquo; from the context menu.</p>
55 55
56 <p class="gq-file-pane-5">The list view mode displays images in a standard vertical list. Three columns provide the file name, size in bytes, and the time the contents were last modified.</p> 56 <p>The list view mode displays images in a standard vertical list. Three columns provide the file name, size in bytes, and the time the contents were last modified.</p>
57 57
58 <p class="gq-file-pane-5"><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p> 58 <p><b>Thumbnails</b> can be displayed next to each file in the list, to toggle thumbnails on or off by selecting &ldquo;Thumbnails&rdquo; from the View menu, pressing the T key, clicking the thumbnail button on the tool bar, or selecting &ldquo;Show thumbnails&rdquo; from the context menu.</p>
59 59
60 <p><br /> 60 <p><br />
61 <br /> 61 <br />
62 </p> 62 </p>
63 63
64 <h2>Icon view</h2> 64 <h2>Icon view</h2>
65 65
66 <p class="gq-file-pane-5">This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p> 66 <p>This mode can be enabled by selecting &ldquo;Icons&rdquo; from the View menu, pressing Control + I on the keyboard, or selecting &ldquo;View as icons&rdquo; from the context menu.</p>
67 67
68 <p class="gq-file-pane-5">The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p> 68 <p>The icon view mode displays images as thumbnails in a grid, and by default a file name below each thumbnail.</p>
69 69
70 <p class="gq-file-pane-5">The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting &ldquo;Show filename text&rdquo; from the context menu.</p> 70 <p>The <b>file name</b> displayed below each thumbnail can be turned on or off by selecting &ldquo;Show filename text&rdquo; from the context menu.</p>
71 71
72 <p><br /> 72 <p><br />
73 <br /> 73 <br />
74 </p> 74 </p>
75 75
76 <h2>Multiple selection</h2> 76 <h2>Multiple selection</h2>
77 77
78 <p class="gq-file-pane-5">It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p> 78 <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p>
79 79
80 <p class="gq-file-pane-6">Mouse:</p> 80 <p>Mouse:</p>
81 81
82 <ul> 82 <ul>
83 <li> 83 <li>
84 <p>Control + Primary mouse button will add or remove the file from the selection.</p> 84 <p>Control + Primary mouse button will add or remove the file from the selection.</p>
85 </li> 85 </li>
95 <li> 95 <li>
96 <p>Shift + Control + Primary mouse works as Shift + Primary, but will not change the selection of files outside the region between the focus and clicked image.</p> 96 <p>Shift + Control + Primary mouse works as Shift + Primary, but will not change the selection of files outside the region between the focus and clicked image.</p>
97 </li> 97 </li>
98 </ul> 98 </ul>
99 99
100 <p class="gq-file-pane-6">Keyboard:</p> 100 <p>Keyboard:</p>
101 101
102 <ul> 102 <ul>
103 <li> 103 <li>
104 <p>Control + Arrows will move the focus without changing the selection.</p> 104 <p>Control + Arrows will move the focus without changing the selection.</p>
105 </li> 105 </li>
115 <li> 115 <li>
116 <p>Shift + Control + Arrows works as Shift + Arrows, but will not change the selection of files outside the current focus region.</p> 116 <p>Shift + Control + Arrows works as Shift + Arrows, but will not change the selection of files outside the current focus region.</p>
117 </li> 117 </li>
118 </ul> 118 </ul>
119 119
120 <p class="gq-file-pane-5">To select all files press Control + A, or to unselect all image press Control + Shift + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p> 120 <p>To select all files press Control + A, or to unselect all image press Control + Shift + A. These operations are also available from the Edit menu as &ldquo;Select all&rdquo; and &ldquo;Select none&rdquo;.</p>
121 121
122 <p class="gq-file-pane-5">The current number of selected images and their total size will be indicated in the File list section of the <a href="main_window_status_bar.html">status bar</a>.</p> 122 <p>The current number of selected images and their total size will be indicated in the File list section of the <a href="main_window_status_bar.html">status bar</a>.</p>
123 123
124 <p><br /> 124 <p><br />
125 <br /> 125 <br />
126 </p> 126 </p>
127 127
128 <h2>Sorting</h2> 128 <h2>Sorting</h2>
129 129
130 <p class="gq-file-pane-5">The order of the images can be changed by clicking the sort area of the status bar or from the context menu. The sort methods are by file name, number, file date, or file size. The number method will sort file names by their natural order, for example files with names of file_10, file_12, and file_9 will appear in order file_9, file_10, and file_12.</p> 130 <p>The order of the images can be changed by clicking the sort area of the status bar or from the context menu. The sort methods are by file name, number, file date, or file size. The number method will sort file names by their natural order, for example files with names of file_10, file_12, and file_9 will appear in order file_9, file_10, and file_12.</p>
131 131
132 <p class="gq-file-pane-5">Selecting the ascending menu item will toggle between increasing and decreasing sort order.</p> 132 <p>Selecting the ascending menu item will toggle between increasing and decreasing sort order.</p>
133 133
134 <p><br /> 134 <p><br />
135 <br /> 135 <br />
136 </p> 136 </p>
137 137
157 <br /> 157 <br />
158 </p> 158 </p>
159 159
160 <h2>Drag and Drop</h2> 160 <h2>Drag and Drop</h2>
161 161
162 <p class="gq-file-pane-5">Drag and drop can be initialized with the primary or middle mouse buttons in the file pane. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p> 162 <p>Drag and drop can be initialized with the primary or middle mouse buttons in the file pane. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p>
163 163
164 <p><br /> 164 <p><br />
165 <br /> 165 <br />
166 </p> 166 </p>
167 167
183 <p class="previous"><a href="main_window_layout.html">Previous</a> 183 <p class="previous"><a href="main_window_layout.html">Previous</a>
184 </p> 184 </p>
185 </td> 185 </td>
186 186
187 <td> 187 <td>
188 <p class="gq-file-pane-1"><a href="index.html">Contents</a> 188 <p class="navbottom_title"><a href="index.html">Contents</a>
189 </p> 189 </p>
190 </td> 190 </td>
191 191
192 <td> 192 <td>
193 <p class="gq-file-pane-2"><a href="main_window_folder_pane.html">Next</a> 193 <p class="next"><a href="main_window_folder_pane.html">Next</a>
194 </p> 194 </p>
195 </td> 195 </td>
196 </tr> 196 </tr>
197 </thead> 197 </thead>
198 198