1773
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <chapter id="GuideCollections">
|
|
3 <title>
|
|
4 Collections
|
|
5 </title>
|
|
6 <para>
|
|
7 Geeqie provides the ability to build lists of images, regardless of the location of the files on disk.
|
|
8 </para>
|
|
9 <para/><section id="Thecollectionwindow"><title>
|
|
10 The collection window
|
|
11 </title>
|
|
12 <para>
|
|
13 A collection window displays the contents of a collection. It allows the collection to be modified and access to the images contained in the collection.
|
|
14 </para>
|
|
15 <para>
|
|
16 To open a new empty collection window press C or select New collection from the file menu.
|
|
17 </para>
|
|
18 <para>
|
|
19 To open an existing collection, press O or select Open collection from the file menu. A dialog will appear requesting the location of the collection file. A window will the open containing the selected collection. Recently opened or saved collections can also be opened by selecting the collection's file name from the Open recent sub menu of the file menu.
|
|
20 </para>
|
|
21 <para>
|
|
22 The collection window consists of a pane to display the contents of the collection, and a status bar along the bottom of the window.
|
|
23 </para>
|
|
24 <para/><section id="Iconpane"><title>
|
|
25 Icon pane
|
|
26 </title>
|
|
27 <para>
|
|
28 The icon pane displays images contained in the collection as thumbnails in a grid, by default the file names also appear below each thumbnail.
|
|
29 </para>
|
|
30 <para>
|
|
31 The Icon pane works exactly like the Icon view mode of the <link linkend="GuideMainWindowFilePane">file pane</link> in a main window. But with the addition that the contents of the collection can be organized with drag and drop.
|
|
32 </para>
|
|
33 <para>
|
|
34 A <emphasis role="strong">context menu</emphasis> is available for the icon pane by right clicking the mouse or pressing the Menu key.
|
|
35 </para>
|
|
36 <para>
|
|
37 <emphasis role="strong">Keyboard shortcuts</emphasis> available in the collection window:
|
|
38 </para>
|
|
39 <informaltable><tgroup cols="3"><tbody><row><entry>
|
|
40 Shortcut
|
|
41 </entry><entry>
|
|
42 Context menu name
|
|
43 </entry><entry>
|
|
44 Description
|
|
45 </entry></row>
|
|
46 <row><entry>
|
|
47 Enter
|
|
48 </entry><entry>
|
|
49 View
|
|
50 </entry><entry>
|
|
51 Opens selected image in main window.
|
|
52 </entry></row>
|
|
53 <row><entry>
|
|
54 V
|
|
55 </entry><entry>
|
|
56 View in new window
|
|
57 </entry><entry>
|
|
58 Opens selected image in a new window.
|
|
59 </entry></row>
|
|
60 <row><entry>
|
|
61 Ctrl + A
|
|
62 </entry><entry>
|
|
63 Select all
|
|
64 </entry><entry>
|
|
65 Selects all images.
|
|
66 </entry></row>
|
|
67 <row><entry>
|
|
68 Ctrl + Shift + A
|
|
69 </entry><entry>
|
|
70 Select none
|
|
71 </entry><entry>
|
|
72 Clear the image selection.
|
|
73 </entry></row>
|
|
74 <row><entry>
|
|
75 Ctrl + 1 through<?db2html element="br"?>
|
|
76 Ctrl + 0
|
|
77 </entry><entry>
|
|
78 Edit sub menu
|
|
79 </entry><entry>
|
|
80 Executes the respective editor command.
|
|
81 </entry></row>
|
|
82 <row><entry>
|
|
83 Ctrl + P
|
|
84 </entry><entry>
|
|
85 Properties
|
|
86 </entry><entry>
|
|
87 Opens a properties window for selected images.
|
|
88 </entry></row>
|
|
89 <row><entry>
|
|
90 Ctrl + C
|
|
91 </entry><entry>
|
|
92 Copy
|
|
93 </entry><entry>
|
|
94 Copy selected images.
|
|
95 </entry></row>
|
|
96 <row><entry>
|
|
97 Ctrl + M
|
|
98 </entry><entry>
|
|
99 Move
|
|
100 </entry><entry>
|
|
101 Move selected images.
|
|
102 </entry></row>
|
|
103 <row><entry>
|
|
104 Ctrl + R
|
|
105 </entry><entry>
|
|
106 Rename
|
|
107 </entry><entry>
|
|
108 Rename selected images.
|
|
109 </entry></row>
|
|
110 <row><entry>
|
|
111 Ctrl + D
|
|
112 </entry><entry>
|
|
113 Delete
|
|
114 </entry><entry>
|
|
115 Delete selected images.
|
|
116 </entry></row>
|
|
117 <row><entry>
|
|
118 Delete
|
|
119 </entry><entry>
|
|
120 Remove
|
|
121 </entry><entry>
|
|
122 Remove selected images from result list.
|
|
123 </entry></row>
|
|
124 <row><entry>
|
|
125 Ctrl + L
|
|
126 </entry><entry>
|
|
127 Append from file list
|
|
128 </entry><entry>
|
|
129 Add contents of main window to collection.
|
|
130 </entry></row>
|
|
131 <row><entry>
|
|
132 A
|
|
133 </entry><entry>
|
|
134 Append from collection
|
|
135 </entry><entry>
|
|
136 Append contents of another collection from a file.
|
|
137 </entry></row>
|
|
138 <row><entry>
|
|
139 S
|
|
140 </entry><entry>
|
|
141 Save collection
|
|
142 </entry><entry>
|
|
143 Save collection to disk, if the collection is new a dialog will appear to select the file name and location.
|
|
144 </entry></row>
|
|
145 <row><entry>
|
|
146 Ctrl + S
|
|
147 </entry><entry>
|
|
148 Save collection as
|
|
149 </entry><entry>
|
|
150 Opens a dialog to select a new file name to use for the collection.
|
|
151 </entry></row>
|
|
152 <row><entry>
|
|
153 Ctrl + T
|
|
154 </entry><entry>
|
|
155 Show filename text
|
|
156 </entry><entry>
|
|
157 Toggle display of text below icons. When set, icon's tooltip will show the full path to the file.
|
|
158 </entry></row>
|
|
159 <row><entry>
|
|
160 Menu
|
|
161 </entry><entry/><entry>
|
|
162 Displays the context menu.
|
|
163 </entry></row>
|
|
164 <row><entry>
|
|
165 N
|
|
166 </entry><entry>
|
|
167 Sort by name
|
|
168 </entry><entry>
|
|
169 Sort collection by file name.
|
|
170 </entry></row>
|
|
171 <row><entry>
|
|
172 I
|
|
173 </entry><entry>
|
|
174 Sort by number
|
|
175 </entry><entry>
|
|
176 Sort collection by file name, using natural numerical order
|
|
177 </entry></row>
|
|
178 <row><entry>
|
|
179 D
|
|
180 </entry><entry>
|
|
181 Sort by date
|
|
182 </entry><entry>
|
|
183 Sort collection by file date.
|
|
184 </entry></row>
|
|
185 <row><entry>
|
|
186 B
|
|
187 </entry><entry>
|
|
188 Sort by size
|
|
189 </entry><entry>
|
|
190 Sort collection by file size.
|
|
191 </entry></row>
|
|
192 <row><entry>
|
|
193 P
|
|
194 </entry><entry>
|
|
195 Sort by path
|
|
196 </entry><entry>
|
|
197 Sort collection by file location (path to file).
|
|
198 </entry></row>
|
|
199 <row><entry/><entry>
|
|
200 Print
|
|
201 </entry><entry>
|
|
202 Opens a print dialog for selected images.
|
|
203 </entry></row>
|
|
204 <row><entry>
|
|
205 Ctrl + W
|
|
206 </entry><entry/><entry>
|
|
207 Close window.
|
|
208 </entry></row>
|
|
209 </tbody></tgroup></informaltable>
|
|
210 <para>
|
|
211 The <emphasis role="strong">selection</emphasis> can be changed using the keyboard and mouse the same as in a <link linkend="GuideMainWindowFilePane">file pane</link> of the main window.
|
|
212 </para>
|
|
213 <para/></section><section id="Statusbar"><title>
|
|
214 Status bar
|
|
215 </title>
|
|
216 <para>
|
|
217 The status bar displays the total number of images in the collection, and the number of selected images in parenthesis. A progress bar also displays whenever thumbnails are loading from disk.
|
|
218 </para>
|
|
219 <para/></section><section id="DragandDrop"><title>
|
|
220 Drag and Drop
|
|
221 </title>
|
|
222 <para>
|
|
223 Drag and drop can be initialized with the primary or middle mouse buttons. Dragging an image that is selected will include all selected images in the drag. Dragging an image that is not selected will drag only that image.
|
|
224 </para>
|
|
225 <para>
|
|
226 Dropping files and folders onto the collection window will add them to the collection, they will be inserted at the location of the drop. A red arrow will indicate the location of the drop as files are dragged over the collection window. When one or more folders are included in the drop list, a menu will appear to select how to handle the contents of the folders.
|
|
227 </para>
|
|
228 <para>
|
|
229 To move images within the collection to change their order, initiate a drag for the selected image(s) and then move the mouse to the desired location within the window. A red arrow will appear to assist in determining the destination of the dragged images. Release the drag to move the images to the new location in the list.
|
|
230 </para>
|
|
231 <para>
|
|
232 Note: When renaming or moving files within Geeqie, the contents of collections located in the folder ($HOME)/.geeqie/collections will automatically update to the new name or location.
|
|
233 </para>
|
|
234 <para/></section></section></chapter>
|