Mercurial > geeqie
annotate doc/2_4_file_pane.html @ 1025:448d174454e1
fixed possible endless loop
author | nadvornik |
---|---|
date | Sun, 31 Aug 2008 18:53:11 +0000 |
parents | 1b01410e6860 |
children | 578a27d20b47 |
rev | line source |
---|---|
8 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 <HTML> | |
3 <HEAD> | |
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> | |
5 <TITLE>File Pane - GQview User Manual</TITLE> | |
6 <META NAME="CREATED" CONTENT="20040805;23590500"> | |
7 <META NAME="CHANGED" CONTENT="20041022;16274600"> | |
8 </HEAD> | |
9 <BODY LANG="en-US" DIR="LTR"> | |
10 <CENTER> | |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | |
12 <COL WIDTH=85*> | |
13 <COL WIDTH=85*> | |
14 <COL WIDTH=85*> | |
15 <THEAD> | |
16 <TR VALIGN=TOP> | |
17 <TD WIDTH=33%> | |
18 <P><A HREF="2_3_layout.html">Previous</A></P> | |
19 </TD> | |
20 <TD WIDTH=33%> | |
21 <P ALIGN=CENTER>File Pane – Main Window</P> | |
22 </TD> | |
23 <TD WIDTH=33%> | |
24 <P ALIGN=RIGHT><A HREF="2_5_folder_pane.html">Next</A></P> | |
25 </TD> | |
26 </TR> | |
27 </THEAD> | |
28 </TABLE> | |
29 </CENTER> | |
30 <HR> | |
31 <H1>2.4 File Pane</H1> | |
32 <P>The file pane displays the images contained in the active folder. | |
33 It has two modes of display, allows multiple selection, and can | |
34 initiate drag and drop operations.</P> | |
35 <P>A <B>context menu</B> can be displayed by clicking the right mouse | |
36 button on the file pane or pressing the menu key while the file pane | |
37 has the focus.</P> | |
38 <P><BR><BR> | |
39 </P> | |
40 <P><U>List view</U></P> | |
41 <P STYLE="margin-left: 0.79in">This mode can be enabled by selecting | |
42 “List” from the View menu, pressing Control + L on the | |
43 keyboard, or unselecting “View as icons” from the context | |
44 menu.</P> | |
45 <P STYLE="margin-left: 0.79in">The list view mode displays images in | |
46 a standard vertical list. Three columns provide the file name, size | |
47 in bytes, and the time the contents were last modified.</P> | |
48 <P STYLE="margin-left: 0.79in"><B>Thumbnails</B> can be displayed | |
49 next to each file in the list, to toggle thumbnails on or off by | |
50 selecting “Thumbnails” from the View menu, pressing the T | |
51 key, clicking the thumbnail button on the tool bar, or selecting | |
52 “Show thumbnails” from the context menu.</P> | |
53 <P><BR><BR> | |
54 </P> | |
55 <P><U>Icon view</U></P> | |
56 <P STYLE="margin-left: 0.79in">This mode can be enabled by selecting | |
57 “Icons” from the View menu, pressing Control + I on the | |
58 keyboard, or selecting “View as icons” from the context | |
59 menu.</P> | |
60 <P STYLE="margin-left: 0.79in">The icon view mode displays images as | |
61 thumbnails in a grid, and by default a file name below each | |
62 thumbnail.</P> | |
63 <P STYLE="margin-left: 0.79in">The <B>file name</B> displayed below | |
64 each thumbnail can be turned on or off by selecting “Show | |
65 filename text” from the context menu.</P> | |
66 <P><BR><BR> | |
67 </P> | |
68 <P><U>Multiple selection</U></P> | |
69 <P STYLE="margin-left: 0.79in">It is possible to select more than one | |
70 image from the file pane. Multiple files can be selected with several | |
71 methods:</P> | |
72 <P STYLE="margin-left: 0.79in"><B>Mouse:</B></P> | |
73 <UL> | |
74 <LI><P>Control + Primary mouse button will add or remove the file | |
75 from the selection.</P> | |
76 <LI><P>Middle mouse button will toggle selection of the file.</P> | |
77 <LI><P>Shift + Primary mouse button will select all images between | |
78 the clicked and focused image, or it will unselect all those images | |
79 if the clicked image is already selected.</P> | |
80 <LI><P>Shift + Control + Primary mouse works as Shift + Primary, but | |
81 will not change the selection of files outside the region between | |
82 the focus and clicked image.</P> | |
83 </UL> | |
84 <P STYLE="margin-left: 0.79in"><B>Keyboard:</B></P> | |
85 <UL> | |
86 <LI><P>Control + Arrows will move the focus without changing the | |
87 selection.</P> | |
88 <LI><P>Control + Space will toggle selection of the focused image.</P> | |
89 <LI><P>Shift + Arrows will select a region of images.</P> | |
90 <LI><P>Shift + Control + Arrows works as Shift + Arrows, but will | |
91 not change the selection of files outside the current focus region.</P> | |
92 </UL> | |
93 <P STYLE="margin-left: 0.79in">To select all files press Control + A, | |
94 or to unselect all image press Control + Shift + A. These operations | |
95 are also available from the Edit menu as “Select all” and | |
96 “Select none”.</P> | |
97 <P STYLE="margin-left: 0.79in">The current number of selected images | |
98 and their total size will be indicated in the File list section of | |
99 the <A HREF="2_7_status_bar.html">status bar</A>.</P> | |
100 <P><BR><BR> | |
101 </P> | |
102 <P><U>Sorting</U></P> | |
103 <P STYLE="margin-left: 0.79in">The order of the images can be changed | |
104 by clicking the sort area of the status bar or from the context menu. | |
105 The sort methods are by file name, number, file date, or file size. | |
106 The number method will sort file names by their natural order, for | |
107 example files with names of file_10, file_12, and file_9 will appear | |
108 in order file_9, file_10, and file_12.</P> | |
109 <P STYLE="margin-left: 0.79in">Selecting the ascending menu item will | |
110 toggle between increasing and decreasing sort order.</P> | |
111 <P><BR><BR> | |
112 </P> | |
113 <P><U>Context menu</U></P> | |
114 <P>Right clicking the mouse or pressing the menu key while the file | |
115 pane has focus will display a menu. The menu functions will perform | |
116 the same as those that match the window's <A HREF="2_2_menus.html">menu | |
117 bar</A>, however a few functions are unique to the context menu:</P> | |
118 <P STYLE="margin-left: 0.79in"><B>View in new window:</B> Opens a new | |
119 window containing a list of the currently selected images.</P> | |
120 <P STYLE="margin-left: 0.79in"><B>Sort:</B> Changes the sort order of | |
121 file pane.</P> | |
122 <P STYLE="margin-left: 0.79in"><B>View as icons:</B> Toggles between | |
123 the list and icon view modes.</P> | |
124 <P STYLE="margin-left: 0.79in"><B>Show thumbnails:</B> Toggles | |
125 display of thumbnails in the list view display mode.</P> | |
126 <P STYLE="margin-left: 0.79in; font-weight: medium"><B>Show filename | |
127 text:</B> Toggles display of file names in the icon view display | |
128 mode.</P> | |
129 <P><BR><BR> | |
130 </P> | |
131 <P><U>Drag and Drop</U></P> | |
132 <P STYLE="margin-left: 0.79in">Drag and drop can be initialized with | |
133 the primary or middle mouse buttons in the file pane. Dragging a file | |
134 that is selected will include all selected files in the drag. | |
135 Dragging a file that is not selected will first change the selection | |
136 to the dragged file, and clear the previous selection.</P> | |
137 <P><BR><BR> | |
138 </P> | |
139 <P><BR><BR> | |
140 </P> | |
141 <HR> | |
142 <CENTER> | |
143 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | |
144 <COL WIDTH=85*> | |
145 <COL WIDTH=85*> | |
146 <COL WIDTH=85*> | |
147 <THEAD> | |
148 <TR VALIGN=TOP> | |
149 <TD WIDTH=33%> | |
150 <P><A HREF="2_3_layout.html">Previous</A></P> | |
151 </TD> | |
152 <TD WIDTH=33%> | |
153 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | |
154 </TD> | |
155 <TD WIDTH=33%> | |
156 <P ALIGN=RIGHT><A HREF="2_5_folder_pane.html">Next</A></P> | |
157 </TD> | |
158 </TR> | |
159 </THEAD> | |
160 <TBODY> | |
161 <TR VALIGN=TOP> | |
162 <TD WIDTH=33%> | |
163 <P><BR> | |
164 </P> | |
165 </TD> | |
166 <TD WIDTH=33%> | |
167 <P ALIGN=CENTER><BR> | |
168 </P> | |
169 </TD> | |
170 <TD WIDTH=33%> | |
171 <P ALIGN=RIGHT>GQview User Manual</P> | |
172 </TD> | |
173 </TR> | |
174 </TBODY> | |
175 </TABLE> | |
176 </CENTER> | |
177 <P STYLE="margin-bottom: 0in"><BR> | |
178 </P> | |
179 </BODY> | |
938
1b01410e6860
dropped references to OpenOffice.org as suggested at
nadvornik
parents:
8
diff
changeset
|
180 </HTML> |