Mercurial > geeqie
annotate doc/image_search_finding_duplicates.html @ 1344:3f9be528787c
show histogram label in the title
adjusted label texts
author | nadvornik |
---|---|
date | Sat, 28 Feb 2009 20:13:11 +0000 |
parents | a72acb0fb9a6 |
children |
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 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
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>Finding Duplicates - 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"> |
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 | 23 <th> |
1082 | 24 <p class="previous"><a href="image_search_search.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 | 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 | 28 <th> |
1105 | 29 <p class="navtop_title">Finding Duplicates – Image Search</p> |
1115 | 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 | 32 <th> |
1105 | 33 <p class="next"><a href="collections.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 | 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>Finding Duplicates</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>Geeqie provides a utility to find images that have similar attributes or content.</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 |
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
|
46 <p>To display a new Find Duplicates Window press D or select Find duplicates from the File menu.</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
|
47 |
1087 | 48 <h2>Adding files to be compared</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
|
49 |
1105 | 50 <p>Add files to be compared using drag and drop. Drop files or folders onto the Find Duplicates window to add them to the list of files to compare. When one or more folders are dropped onto the window a menu will appear allowing you to choose the desired action:</p> |
1117 | 51 |
1108 | 52 <dl class="menu_desc"> |
53 <dt>Add contents</dt> | |
54 <dd><p>The contents of dropped folders will added to the window.</p></dd> | |
55 | |
56 <dt>Add contents recursive</dt> | |
57 <dd><p>The contents of dropped folders and all sub folders will be added to the window.</p></dd> | |
58 | |
59 <dt>Skip folders</dt> | |
60 <dd><p>Ignore folders contained in the drop list.</p></dd> | |
61 | |
62 </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
|
63 |
1105 | 64 <p>When files are added to the window, the comparison is restarted to include the new files.</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
|
65 |
1087 | 66 <h2>Comparison methods</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
|
67 |
1105 | 68 <p>The attribute to use for two images to match can be selected with the “Compare by:” drop down menu. Each method is explained below:</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
|
69 |
1108 | 70 <dl class="dialog_desc"> |
71 <dt>Name</dt><dd><p>The file name.</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
|
72 |
1156 | 73 <dt>Name case-insensitive</dt><dd><p>The file name but ignoring case.</p></dd> |
74 | |
1108 | 75 <dt>Size</dt><dd><p>The file size.</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
|
76 |
1108 | 77 <dt>Date</dt><dd><p>The file date.</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
|
78 |
1108 | 79 <dt>Dimensions</dt><dd><p>The image dimensions.</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
|
80 |
1108 | 81 <dt>Checksum</dt><dd><p>The MD5 file checksum.</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
|
82 |
1108 | 83 <dt>Path</dt><dd><p>The complete path to file.</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
|
84 |
1108 | 85 <dt>Similarity (high)</dt><dd><p>Very similar image content.</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
|
86 |
1108 | 87 <dt>Similarity</dt><dd><p>Similar image content.</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
|
88 |
1108 | 89 <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</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
|
90 |
1108 | 91 <dt>Similarity (custom)</dt><dd><p>Similar image content, the value to use to consider two images a match is configured in the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog by setting the “Custom similarity threshold”.</p></dd> |
92 </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
|
93 |
1087 | 94 <h2>Results list</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
|
95 |
1105 | 96 <p>Files that match with the selected comparison method will appear in the list. Matching files are grouped in alternating color.</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 |
1105 | 98 <p>The order of the result list can not be changed, files will appear in the order of the search. When comparing by image content similarity, the matching groups will be sorted by order of rank starting with the files that are most similar.</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
|
99 |
1105 | 100 <p>A <b>context menu</b> is available for the result list by right clicking the mouse or pressing the Menu key when a row 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
|
101 |
1105 | 102 <p><b>Keyboard shortcuts</b> available in the results list:</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 |
1157
0186f9c7d9e4
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents:
1156
diff
changeset
|
104 <div class="shortcuts"> |
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 <table width="80%" border="1" cellpadding="2" cellspacing="0"> |
1117 | 106 <col id="find_duplicates_shortcuts_col1" width="25%"></col> |
107 <col id="find_duplicates_shortcuts_col2" width="25%"></col> | |
108 <col id="find_duplicates_shortcuts_col3" width="50%"></col> | |
1106 | 109 |
110 <thead> | |
111 <tr> | |
112 <td> | |
1105 | 113 <p>Shortcut</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
|
114 </td> |
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
|
115 |
1106 | 116 <td> |
1105 | 117 <p>Context menu name</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
|
118 </td> |
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
|
119 |
1106 | 120 <td> |
1105 | 121 <p>Description</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
|
122 </td> |
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
|
123 </tr> |
1106 | 124 </thead> |
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
|
125 |
1106 | 126 <tbody> |
127 <tr> | |
128 <td> | |
1163 | 129 <p><span class="key">Enter</span></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
|
130 </td> |
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
|
131 |
1106 | 132 <td> |
1105 | 133 <p>View</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
|
134 </td> |
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
|
135 |
1106 | 136 <td> |
1105 | 137 <p>Opens selected image in main window.</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 </td> |
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
|
139 </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
|
140 |
1106 | 141 <tr> |
142 <td> | |
1163 | 143 <p><span class="key">V</span></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
|
144 </td> |
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 |
1106 | 146 <td> |
1105 | 147 <p>View in new window</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
|
148 </td> |
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 |
1106 | 150 <td> |
1105 | 151 <p>Opens selected image in a new window.</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
|
152 </td> |
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 </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
|
154 |
1106 | 155 <tr> |
156 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
157 <p><span class="key">Ctrl</span> + <span class="key">A</span></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
|
158 </td> |
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
|
159 |
1106 | 160 <td> |
1105 | 161 <p>Select all</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
|
162 </td> |
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 |
1106 | 164 <td> |
1105 | 165 <p>Selects all images.</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
|
166 </td> |
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 </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
|
168 |
1106 | 169 <tr> |
170 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
171 <p><span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">A</span></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
|
172 </td> |
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 |
1106 | 174 <td> |
1105 | 175 <p>Select none</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
|
176 </td> |
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
|
177 |
1106 | 178 <td> |
1105 | 179 <p>Clear the image selection.</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
|
180 </td> |
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
|
181 </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
|
182 |
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
|
183 <tr> |
1106 | 184 <td valign="bottom"> |
1163 | 185 <p><span class="key">1</span></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
|
186 </td> |
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
|
187 |
1106 | 188 <td> |
1105 | 189 <p>Select group 1 duplicates</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
|
190 </td> |
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
|
191 |
1106 | 192 <td> |
1105 | 193 <p>Selects the first image from each match group.</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
|
194 </td> |
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
|
195 </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
|
196 |
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
|
197 <tr> |
1106 | 198 <td valign="bottom"> |
1163 | 199 <p><span class="key">2</span></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
|
200 </td> |
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
|
201 |
1106 | 202 <td> |
1105 | 203 <p>Select group 2 duplicates</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
|
204 </td> |
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
|
205 |
1106 | 206 <td> |
1105 | 207 <p>Selects all but the first image from each match group.</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
|
208 </td> |
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
|
209 </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
|
210 |
1106 | 211 <tr> |
212 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
213 <p><span class="key">Ctrl</span> + <span class="key">1</span> through<br /> |
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
214 <span class="key">Ctrl</span> + <span class="key">0</span></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
|
215 </td> |
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
|
216 |
1106 | 217 <td> |
1105 | 218 <p>Edit sub 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
|
219 </td> |
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
|
220 |
1106 | 221 <td> |
1105 | 222 <p>Executes the respective editor command.</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
|
223 </td> |
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
|
224 </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
|
225 |
1106 | 226 <tr> |
227 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
228 <p><span class="key">Ctrl</span> + <span class="key">P</span></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
|
229 </td> |
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
|
230 |
1106 | 231 <td> |
1105 | 232 <p>Properties</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
|
233 </td> |
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
|
234 |
1106 | 235 <td> |
1105 | 236 <p>Opens a properties window for selected images.</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
|
237 </td> |
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
|
238 </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
|
239 |
1106 | 240 <tr> |
241 <td> | |
1163 | 242 <p><span class="key">C</span></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
|
243 </td> |
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
|
244 |
1106 | 245 <td> |
1105 | 246 <p>Add to new collection</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
|
247 </td> |
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
|
248 |
1106 | 249 <td> |
1105 | 250 <p>Creates a new collection containing the selected images.</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
|
251 </td> |
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
|
252 </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
|
253 |
1106 | 254 <tr> |
1113 | 255 <td> </td> |
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
|
256 |
1106 | 257 <td> |
1105 | 258 <p>Print</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
|
259 </td> |
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
|
260 |
1106 | 261 <td> |
1105 | 262 <p>Opens a print dialog for selected images.</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
|
263 </td> |
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
|
264 </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
|
265 |
1106 | 266 <tr> |
267 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
268 <p><span class="key">Ctrl</span> + <span class="key">C</span></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
|
269 </td> |
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
|
270 |
1106 | 271 <td> |
1105 | 272 <p>Copy</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
|
273 </td> |
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
|
274 |
1106 | 275 <td> |
1105 | 276 <p>Copy selected images.</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
|
277 </td> |
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
|
278 </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
|
279 |
1106 | 280 <tr> |
281 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
282 <p><span class="key">Ctrl</span> + <span class="key">M</span></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
|
283 </td> |
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
|
284 |
1106 | 285 <td> |
1105 | 286 <p>Move</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
|
287 </td> |
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
|
288 |
1106 | 289 <td> |
1105 | 290 <p>Move selected images.</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
|
291 </td> |
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
|
292 </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
|
293 |
1106 | 294 <tr> |
295 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
296 <p><span class="key">Ctrl</span> + <span class="key">R</span></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
|
297 </td> |
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
|
298 |
1106 | 299 <td> |
1105 | 300 <p>Rename</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
|
301 </td> |
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
|
302 |
1106 | 303 <td> |
1105 | 304 <p>Rename selected images.</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
|
305 </td> |
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
|
306 </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
|
307 |
1106 | 308 <tr> |
309 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
310 <p><span class="key">Ctrl</span> + <span class="key">D</span></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
|
311 </td> |
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
|
312 |
1106 | 313 <td> |
1163 | 314 <p><span class="key">Delete</span></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
|
315 </td> |
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
|
316 |
1106 | 317 <td> |
1105 | 318 <p>Delete selected images.</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
|
319 </td> |
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
|
320 </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
|
321 |
1106 | 322 <tr> |
323 <td> | |
1163 | 324 <p><span class="key">Delete</span></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
|
325 </td> |
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
|
326 |
1106 | 327 <td> |
1105 | 328 <p>Remove</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
|
329 </td> |
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
|
330 |
1106 | 331 <td> |
1105 | 332 <p>Remove selected images from result list.</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
|
333 </td> |
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
|
334 </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
|
335 |
1106 | 336 <tr> |
337 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
338 <p><span class="key">Ctrl</span> + <span class="key">Delete</span></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
|
339 </td> |
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
|
340 |
1106 | 341 <td> |
1105 | 342 <p>Clear</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
|
343 </td> |
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
|
344 |
1106 | 345 <td> |
1105 | 346 <p>Cleared the result list.</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
|
347 </td> |
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
|
348 </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
|
349 |
1106 | 350 <tr> |
351 <td> | |
1163 | 352 <p><span class="key">Menu</span></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
|
353 </td> |
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
|
354 |
1113 | 355 <td> </td> |
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
|
356 |
1106 | 357 <td> |
1105 | 358 <p>Displays 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
|
359 </td> |
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
|
360 </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
|
361 |
1106 | 362 <tr> |
363 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
364 <p><span class="key">Ctrl</span> + <span class="key">T</span></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
|
365 </td> |
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
|
366 |
1113 | 367 <td> </td> |
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
|
368 |
1106 | 369 <td> |
1105 | 370 <p>Toggle display of thumbnails.</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
|
371 </td> |
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
|
372 </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
|
373 |
1106 | 374 <tr> |
375 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
376 <p><span class="key">Ctrl</span> + <span class="key">W</span></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
|
377 </td> |
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
|
378 |
1113 | 379 <td> </td> |
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
|
380 |
1106 | 381 <td> |
1105 | 382 <p>Close window.</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
|
383 </td> |
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
|
384 </tr> |
1106 | 385 </tbody> |
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
|
386 </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
|
387 </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
|
388 |
1105 | 389 <p>The <b>selection</b> can be changed using the keyboard and mouse the same as in a <a href="main_window_file_pane.html">file pane</a> of the main window.</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
|
390 |
1105 | 391 <p>The image Dimensions column of the result list will only contain dimension information when comparing by dimensions, or when the data is easily available from memory or has been read from the cache.</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
|
392 |
1087 | 393 <h2>Status bar</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
|
394 |
1105 | 395 <p>Along the bottom of the Find Duplicates window is an area that displays the count of files contained in the window, and the number of files in the result list.</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
|
396 |
1105 | 397 <p>The status bar will also display the status of an active compare operation using the progress bar. A compare operation involves 2 or 3 stages, depending on the type of comparison. These are the stages in order:</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
|
398 |
1105 | 399 <p>1) If necessary, extra data is read into memory for the comparison stage, the progress bar will indicate this stage with text that resembles “reading dimensions...”, “reading checksums...”, or “reading similarity data...”.<br /> |
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
|
400 2) The images are compared using the selected method, the progress bar will indicate this stage with the text “comparing...”.<br /> |
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
|
401 3) The results are sorted for display, the progress bar will indicate this stage with the text “sorting...”.</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
|
402 |
1105 | 403 <p>Stage 1 is only used for the Dimensions, Checksum, and Similarity compare methods.</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
|
404 |
1105 | 405 <p>If the time to complete a stage will be significant, an estimated time to completion will also be displayed in the progress bar. The estimated time only refers to the current stage, other stages are not included in the estimate. The time estimate is displayed using the format MINUTES:SECONDS.</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
|
406 |
1087 | 407 <h2>Thumbnails</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
|
408 |
1105 | 409 <p>Thumbnails can be displayed beside each image in the result list by enabling the Thumbnails check box.</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
|
410 |
1087 | 411 <h2>Compare two file sets</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
|
412 |
1105 | 413 <p>Sometimes it is useful to compare one group of files to another, different group of files. Enable this check box to compare two groups of files. When enabled a second list will appear, files can be added to this list using the same methods for the main list.</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
|
414 |
1105 | 415 <p>When comparing two file sets the results list will display matches between the two lists. For each match group, the first file is always from the main group, and the remaining files are always from the second group.</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
|
416 |
1087 | 417 <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
|
418 |
1105 | 419 <p>Drag and drop can be initiated with the primary or middle mouse buttons. 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> |
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
|
420 |
1113 | 421 <hr id="bottomseparator" /> |
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
|
422 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
423 <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
|
424 <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
|
425 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
426 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
427 <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
|
428 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
429 <tr> |
1115 | 430 <th> |
1082 | 431 <p class="previous"><a href="image_search_search.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
|
432 </p> |
1115 | 433 </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
|
434 |
1115 | 435 <th> |
1105 | 436 <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
|
437 </p> |
1115 | 438 </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
|
439 |
1115 | 440 <th> |
1105 | 441 <p class="next"><a href="collections.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
|
442 </p> |
1115 | 443 </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
|
444 </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
|
445 |
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
|
446 </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
|
447 </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
|
448 |
1101 | 449 <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
|
450 <div class="bottomspacer"> </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
|
451 </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
|
452 </html> |