annotate doc/main_window_folder_pane.html @ 1696:0779950d71b3

French translation was updated.
author zas_
date Sat, 06 Jun 2009 17:02:21 +0000
parents 473a7c4881cd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
1121
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1118
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1118
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
4
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
6 <head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
8
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
9 <title>Folder Pane - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
13 </head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
14
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
15 <body lang="en-US" dir="ltr" xml:lang="en-US">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
16 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
19 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <col id="navtop_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
21
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
22 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
23 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
24 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
25 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
26 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
27
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
28 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
29 <p class="navtop_title">Folder Pane &ndash; Main Window</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
30 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
31
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
32 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
33 <p class="next"><a href="main_window_image_pane.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
34 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
35 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
36 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
37 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
39
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
40 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
41
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
42 <h1>Folder pane</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
44 <p>The folder pane contains the menu bar, tool bar, path entry, and folder list.</p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
45
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
46 <h2>Menu bar</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
47
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
49
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
50 <h2>Tool bar</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
51
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
53
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1115
diff changeset
54 <p class="note"><span class="note_label">Note:</span> 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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
55
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
56 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
58
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
59 <dt>Change to home folder</dt><dd>Change the main window to display the contents of the user's home folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
60
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
61 <dt>Refresh file list</dt><dd>This will check for changes to the active folder and update the window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
62
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
63 <dt>Zoom in</dt><dd>Increase the image display size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
64
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
65 <dt>Zoom out</dt><dd>Decrease the image display size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
66
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
67 <dt>Fit image to window</dt><dd>This will size the image to fit within the image view.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
68
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
69 <dt>Set zoom 1:1</dt><dd>Restore zoom to the image's original size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
70
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
71 <dt>Configure options</dt><dd>Displays the <a href="options.html">Options window</a>.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
72
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
73 <dt>Float controls</dt><dd>Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
74 </dl>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
75
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
76 <h2>Path entry</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
77
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
78 <p>This displays the active folder of the window and allows typing a location.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
79
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1160
diff changeset
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 <span class="key">Enter</span> key. Tab completion is also available in the path entry.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
81
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1160
diff changeset
82 <p class="note"><span class="note_label">Note:</span> Tab completion uses the <span class="key">Tab</span> key, press the <span class="key">Down</span> key to move the focus from the entry.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
83
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
85
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
86 <h2>Folder list</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
87
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
89
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
91
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
92 <h2>List view</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
93
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
94 <p>This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">T</span>, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
95
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
97
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
98 <h2>Tree view</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
99
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
100 <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing <span class="key">Ctrl</span> + <span class="key">T</span>, or selecting &ldquo;View as tree&rdquo; from the context menu.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
101
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1160
diff changeset
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 <span class="key">+</span> or <span class="key">-</span> keys when the folder branch has the focus.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
103
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
104 <h2>Sorting</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
105
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
107
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
108 <h2>Context menu</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
109
1078
ac4a4f2cf393 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents: 1076
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
111
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
112 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
113 <dt>Up to parent</dt><dd>This will change the window to display the contents of the parent folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
114
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
115 <dt>Slide show</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
116
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
117 <dt>Slide show recursive</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder, and all images in the sub folders of that folder.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
118
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
119 <dt>Find duplicates</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all images in the selected folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
120
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
121 <dt>Find duplicates recursive</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all image in the selected folder, and all images in the sub folders of that folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
122
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
123 <dt>New folder</dt><dd>Creates a new folder that is a sub folder of the selected folder.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
124
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
125 <dt>Rename</dt><dd>Renames the selected folder.
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
126
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1115
diff changeset
127 <p class="note"><span class="note_label">Note:</span> Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
128
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
129 <dt>View as tree</dt><dd>Toggles between the list and tree modes of the folder pane.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
130
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
131 </dl>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
132
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
133 <h2>Drag and drop</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
134
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
136
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
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>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
138
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
139 <p>Using <span class="key">Shift</span> key while dragging is a shortcut to move action. Menu will not appear but move will occur.</p>
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
140 <p>Using <span class="key">Ctrl</span> key while dragging is a shortcut to copy action. Menu will not appear but copy will occur.</p>
1156
50ffcd7c3539 Update documentation.
zas_
parents: 1151
diff changeset
141
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
142 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
143
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
144 <div class="navbottom">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
145 <table width="100%" border="0" cellpadding="4" cellspacing="0">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
146 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
147 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
148 <col id="navbottom_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
149
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
150 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
151 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
152 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
153 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
154 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
155
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
156 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
157 <p class="navbottom_title"><a href="index.html">Contents</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
158 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
159 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
160
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
161 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
162 <p class="next"><a href="main_window_image_pane.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
163 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1110
diff changeset
164 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
165 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
166
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
167 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
168 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
169
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
170 <div class="footer">Geeqie User Manual</div>
1098
2d9c9b10e84d Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents: 1097
diff changeset
171 <div class="bottomspacer">&nbsp;</div>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
172 </body>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
173 </html>