Mercurial > geeqie
annotate README @ 155:d06bccc7551e
show active marks in image overlay
author | nadvornik |
---|---|
date | Fri, 14 Dec 2007 21:51:46 +0000 |
parents | 021a4d0de67b |
children | 31f4adaf8f8a |
rev | line source |
---|---|
1 | 1 ################################################################### |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2 ## GQview 2.1.5 (December 3, 2006) ## |
8 | 3 ## ## |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
4 ## Copyright (C) 1999 - 2006 John Ellis. ## |
8 | 5 ## ## |
6 ## Use at your own risk! ## | |
7 ## ## | |
8 ## This software released under the GNU General Public License. ## | |
9 ## Please read the COPYING file for more information. ## | |
1 | 10 ################################################################### |
11 | |
8 | 12 Author: John Ellis <johne@verizon.net> |
13 e-mail: gqview@users.sourceforge.net | |
14 homepage: http://gqview.sourceforge.net | |
15 | |
16 | |
21
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
17 BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
18 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
19 The 2.1.x series are all development releases, and as such may |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
20 contain incredible bugs. Only use if interested in the new features. |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
21 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
22 The stable release as of this writing is 2.0.0. |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
23 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
24 BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
25 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
26 |
8 | 27 ======== README contents: |
28 | |
29 * Requirements | |
30 * Notes and changes for this release | |
31 * Installation | |
32 * Description / Features | |
33 * Documentation (keyboard shortcuts) | |
34 * Editor command macros | |
35 * Additional comments | |
36 * Translation status | |
37 * Credits | |
1 | 38 |
39 ======== Requirements | |
40 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
41 Required libraries: |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
42 GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
43 |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
44 Optional libraries: |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
45 lcms, for color management support: http://www.littlecms.com |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
46 (disable with configure option: '--without-lcms') |
8 | 47 |
48 ======== Notes and changes for this release [section:release_notes] | |
49 | |
21
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
50 Changes: |
1 | 51 |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
52 + Add support for color profiles (requires lcms, see Notes). |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
53 + Add ability to delete a folder and it's contents (with restrictions). |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
54 - Add support for jpegs embedded in pentax and olympus raw files. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
55 - Add icons for image state, enabled with I keyboard shortcut. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
56 - For pan view calendar only show months that contain an image. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
57 - Make scrolling with overlays (full screen info display) a bit smoother. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
58 - Make sort menus display choices as radio group instead of checkbox. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
59 - Use white background for transparent images when printing. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
60 * Escape filename characters "`$\ before passing them to the system shell |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
61 when running an editor command. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
62 * Fix occasional crash in icon view when removing files. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
63 * Always use aligned memory access in EXIF parser, fixes crash |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
64 with BUS error on sparc. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
65 * Fix progress bar warning when removing files while loading thumbnails. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
66 * Fix image count in full screen information overlay when in slideshow. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
67 * Fix memory leak when unable to start a slideshow. |
10 | 68 |
1 | 69 Notes: |
8 | 70 |
71 For translation status list, see further below. | |
72 | |
73 Version in perenthesis indicates first appearance of feature or change. | |
74 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
75 (2.1.5) Add support for color profiles when lcms is installed. To |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
76 disable color profiles and use of lcms, run configure |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
77 with '--without-lcms'. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
78 |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
79 (2.1.1) Add support for viewing jpeg images and EXIF embedded within |
61
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
80 raw files for Canon (.crw, .cr2) Fujifilm (.raf), and Nikon (.nef). |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
81 Note that not all cameras that support a raw format will necessarily |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
82 save a usable jpeg in the raw file (for example some Nikon cameras only |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
83 store a tiny thumbnail within the raw .nef file). |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
84 |
8 | 85 (1.5.6) The "shared thumbnail cache" is a proposal to unify the method |
86 of storing thumbnails, so that they are compatible between different | |
87 applications. Using this option will allow GQview to share it's | |
88 thumbnails with, and use thumbnails from, other applications. Current | |
89 releases of GNOME (through nautilus and gthumb) and the gimp use this | |
90 new thumbnailing system. The latest draft of the thumbnail standard | |
91 is located on freedesktop.org in the standards section, and links to: | |
92 | |
93 http://triq.net/~jens/thumbnail-spec/index.html | |
94 | |
95 The shared thumbnail standard and GQview's classic mechanism can | |
96 not be used at the same time, enabling the "use shared thumbnail cache" | |
97 option will disable the use of classic thumbnails and use the new | |
98 shared thumbnails. | |
99 | |
100 (1.5.6) Collections contained in $HOME/.gqview/collections are now | |
101 updated when moving or renaming files, even if the collection is not | |
102 open at the time. | |
103 | |
104 (1.5.6) The new option to the keep the full screen window above other | |
105 windows is only available when using at least GTK+ 2.4.0 | |
106 | |
107 (1.5.5) Dialog buttons are now ordered as recommended by the GNOME HIG. | |
108 The GNOME Human Interface Guidelines live at: | |
109 http://developer.gnome.org/projects/gup/hig/ | |
110 To restore the old button order you must be using GTK 2.6 and set | |
111 the "gtk-alternative-button-order" key to TRUE in the gtkrc file: | |
112 $HOME/.gtkrc-2.0 | |
113 by changing or adding this line: | |
114 gtk-alternative-button-order = 1 | |
115 | |
116 (1.5.5) The dithering option is now a hidden option, to change it | |
117 please refer to section 10.7 of the manual (help -> contents). | |
118 | |
119 (1.5.0) Keywords and comments can now be entered for a file. Two places | |
120 allow keyword and comment entry. The first is via the new image details | |
121 sidebar accessed with (Ctrl-K), and the second is a details tab in the | |
122 properties dialog. If multiple files are selected, two buttons are | |
123 available: One allows adding the keywords to the selected files, the | |
124 other replaces existing keywords with the new keywords. | |
125 | |
126 Keyword and comment metadata is stored in $(HOME)/.gqview/metadata, and | |
127 mirrors the existing filesystem tree. Metadata filenames have a suffix | |
128 of .meta appended. If 'cache into .thumbnails' is enabled, metadata is | |
129 stored locally to the original file in a hidden subfolder ".metadata". | |
130 If write permissions do not allow local saving of metadata, GQview falls | |
131 back to the default $(HOME)/.gqview/metadata location. | |
132 | |
133 (1.5.0) Search dialog (F3 key) types: | |
134 Path searches files in the entered folder. | |
135 Comments searches all file metadata stored in ~/.gqview/metadata. | |
136 Results searches the current list of results, allowing refinement. | |
137 | |
138 (1.3.6) Drag and drop has been significantly improved, with a few | |
139 changes. Button 1 will now initiate a drag, button 2 will still work | |
140 for this, the difference is button 2 will not change the selection. | |
141 | |
142 (1.3.6) A middle button click will now toggle selection of clicked item. | |
143 | |
144 (1.3.5) UTF-8 and filenames: GQview works fine if your filenames | |
145 correctly match the prefered locale encoding (LANG environment | |
146 variable), and prints errors on the console when they do not. | |
147 | |
148 (1.3.3) Safe delete does not include undo, you will need to go to the | |
149 trash folder and retrieve the file(s) manually. The files can be viewed | |
150 by clicking the view button near the safe delete option in the preferences | |
151 window. Files moved to the trash folder are prefixed with a 6 digit | |
152 number. Lower numbers are older, and deleted (permanently) first when the | |
153 trash size limit is reached. | |
154 | |
155 (1.3.2) New in 1.3.2 are sidebars for exif data display and a sort | |
156 manager. Exif (ctrl + E) should be self explanatory. The Sort manager is a | |
157 directory list that allows copying or moving the displayed image to that | |
158 destination with one click of the button - very helpful when visually | |
159 sorting many images into subdirectories. To edit, reorder, or remove items | |
160 in the sort list, use the right click menu. The keyboard can also be used | |
161 by moving the focus to the desired button, then pressing menu/ctrl+f10 key | |
162 to display the popup menu, or shift+up/shift+down keys to change the | |
163 button location in the list. Items can also be added to the list by | |
164 dragging a directory onto the list. | |
165 | |
166 Code hackers: | |
167 | |
168 If you plan on making any major changes to the code that will be offered | |
169 for inclusion to the main source, please contact me first - so that we | |
170 can avoid duplication of effort. A good example is porting any part of | |
171 GQview that uses deprecated widgets to GTK2 widgets, there are already | |
172 several such patches floating around. This is especially true if the | |
173 change is listed in the TODO! | |
174 -John ( johne@verizon.net ) | |
175 | |
176 Known bugs: | |
177 | |
178 see the TODO file. | |
1 | 179 |
180 ======== Installation | |
181 | |
182 Compilation: ./configure ; make | |
183 General install: make install | |
184 Removal: make uninstall | |
185 | |
8 | 186 - To build an RPM binary: |
187 | |
188 on RedHat 6.x, 7.x use 'rpm -tb gqview-x.x.x.tar.gz'. | |
189 on RedHat 8 and 9 use 'rpmbuild -tb gqview-x.x.x.tar.gz'. | |
190 on other rpm distros, it depends on which version of rpm is used, if | |
191 the option fails with the rpm command, try rpmbuild. | |
192 | |
193 Where the resulting package is placed is distribution specific, for | |
194 example in RedHat it is placed in /usr/src/redhat/RPMS/{architecture}/ | |
195 | |
1 | 196 ======== Description / Features |
197 | |
198 GQview is a graphics file viewer. Basic features: | |
8 | 199 |
1 | 200 - Single click image viewing / navigation. |
201 - Zoom functions. | |
202 - Thumbnails, with optional caching and .xvpics support. | |
203 - Multiple file selection for move, copy, delete, rename, drag and drop. | |
204 - Drag and drop. | |
205 - Slideshow. | |
206 - Full screen. | |
207 - Ability to open images in external editors (configurable). | |
8 | 208 - Collections. |
209 - Comparison of images to find duplicates by name, size, date, | |
210 dimensions, or image content similarity. | |
211 - EXIF support. | |
1 | 212 |
8 | 213 ======== Documentation (brief) [section:documentation] |
1 | 214 |
215 Keyboard commands: | |
8 | 216 [PageDown], [Keypad PageDown] next image |
217 [PageUp], [Keypad PageUp] previous image | |
218 [Home], [Keypad Home] first image in list | |
219 [End], [Keypad End] last image in list | |
1 | 220 [Tab] tab completion in path entry window |
8 | 221 [Escape] cancel completion in path entry window |
1 | 222 |
223 Keyboard commands valid when image has focus (image has black rectangle) | |
8 | 224 arrow keys, [Keypad arrows] pan image |
1 | 225 [Shift] - arrow keys pan image faster |
226 [Space] next image | |
8 | 227 [Backspace] , B previous image |
1 | 228 |
229 File menu related: | |
8 | 230 [Ctrl] - N new window |
231 C new empty collection | |
232 O open collection | |
233 D open a Find Duplicates window | |
234 [Shift]- P open Print dialog | |
235 [Ctrl] - F new folder | |
236 [Ctrl] - C copy file | |
237 [Ctrl] - M move file | |
238 [Ctrl] - R rename file | |
239 [Ctrl] - D, [Delete] delete file | |
240 [Ctrl] - W close window | |
241 [Ctrl] - Q exit GQview | |
1 | 242 |
243 Edit menu related: | |
8 | 244 [Ctrl] - 1 .. 0 run external editor |
245 [Ctrl] - A select all files | |
246 [Ctrl] - [Shift] - A unselect all files | |
247 [Ctrl] - P display image properties window | |
1 | 248 [Ctrl] - O configure Options |
8 | 249 ] rotate image clockwise |
250 [ rotate image counterclockwise | |
251 [Shift] - R rotate image 180 degrees | |
252 [Shift] - M mirror image (horizontal) | |
253 [Shift] - F flip image (verticle) | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
254 [Shift] - G grayscale image |
1 | 255 |
256 View menu related: | |
8 | 257 +, =, [Keypad +] zoom in |
258 -, [Keypad -] zoom out | |
259 Z, [Keypad /] zoom to original size | |
260 X, [Keypad *] zoom to fit within window | |
261 W zoom to fit width of window | |
262 H zoom to fit height of window | |
263 1, 2, 3, 4 zoom to Nx (3 = 3x) | |
264 9, 8, 7 zoom to -2, -3, -4, respectively | |
265 T toggle thumbnails in list view | |
266 [Ctrl] - L display files as list view | |
267 [Ctrl] - I display files as icon view | |
268 [Ctrl] - T toggle tree view of directories | |
1 | 269 R refresh list |
8 | 270 L (Un)float file selection area |
271 [ctrl] - H (Un)hide file selection area | |
272 [Ctrl] - K toggle Keywords sidebar | |
273 [Ctrl] - E toggle EXIF sidebar | |
274 [Ctrl] - S toggle sort manager sidebar | |
275 F, V toggle full screen | |
276 S toggle slide show | |
277 P (Un)pause slideshow | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
278 [Ctrl] - V display current image in new window |
8 | 279 |
280 Collection windows: | |
281 | |
282 arrows, [Keypad arrows] move selection | |
283 [Shift] + arrows select multiple images | |
284 [Ctrl] + arrows move without changing selection | |
285 [Space] select only image with focus | |
286 [Ctrl] + [Space] toggle selection of image with focus | |
287 [Home], [Keypad Home] move focus to top of images | |
288 [End], [Keypad End] move focus to end of images | |
289 (shift and ctrl work with Home, End, PageUp/Down as with arrows) | |
290 [Ctrl] - A select all images | |
291 [Ctrl] - [Shift] - A unselect all images | |
292 | |
293 [Delete], [Keypad Delete] remove selected images from collection | |
294 (does not delete file) | |
295 [Ctrl] - L add images from main window file list | |
296 | |
297 [Ctrl] - T toggle display of icon filename text | |
1 | 298 |
8 | 299 N sort collection by name |
300 D sort collection by date | |
301 B sort collection by size (bytes) | |
302 P sort collection by location (path) | |
303 I (*) sort collection by name numerically | |
304 (file1 file10 file2 -> file1 file2 file10) | |
305 | |
306 [Enter], [Keypad Enter] view image with focus in main window | |
307 V view image with focus in new window | |
308 [Ctrl] - 1 .. 0 open selected image(s) in editor | |
309 | |
310 S save collection | |
311 [Ctrl] - S save collection as... | |
312 A append to collection... | |
313 | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
314 [Shift] - P print selected images... |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
315 |
8 | 316 [Ctrl] - C copy selected files... |
317 [Ctrl] - M move selected files... | |
318 [Ctrl] - R rename selected files... | |
319 [Ctrl] - D delete selected files | |
320 | |
321 [Ctrl] - P display image properties window | |
322 | |
323 [Ctrl] - W close window | |
324 | |
325 Find Duplicates window: | |
326 | |
327 [Ctrl] - A select all images | |
328 [Ctrl] - [Shift] - A unselect all images | |
329 1 select group 1 duplicates | |
330 2 select group 2 duplicates | |
331 | |
332 [Ctrl] - L add images from main window file list | |
333 C add selected images to new collection | |
334 | |
335 [Delete], [Keypad Delete] remove selected images from list | |
336 [Ctrl] - [Delete] clear window | |
4 | 337 |
8 | 338 [Enter], [Keypad Enter] view image with focus in main window |
339 V view image with focus in new window | |
340 [Ctrl] - 1 .. 0 open selected image(s) in editor | |
341 | |
342 [Ctrl] - C copy selected files... | |
343 [Ctrl] - M move selected files... | |
344 [Ctrl] - R rename selected files... | |
345 [Ctrl] - D delete selected files | |
346 | |
347 [Ctrl] - P display image properties window | |
348 | |
349 [Ctrl] - W close window | |
350 | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
351 Pan View: |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
352 |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
353 [Ctrl] - F, / show search bar |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
354 [Ctrl] - G repeat previous search |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
355 |
8 | 356 (*) This is a compile time option enabled when strverscmp is found. |
357 | |
358 Mouse image control: | |
359 | |
360 Button 1 view next image | |
361 Button 2 view previous image | |
362 Button 3 context menu | |
363 | |
364 Button 1 drag scroll/pan image | |
365 Button 2 drag initiate drag and drop | |
366 | |
367 Wheel up/down change to previous/next image | |
368 Wheel up/down + [Shift] scroll image up/down | |
369 Wheel up/down + [Control] zoom image in/out | |
370 | |
371 ======== Editor command macros [section:editors] | |
372 | |
373 Any one of the following filename markers may be used: | |
4 | 374 |
8 | 375 %f Replaced with list of selected files, may occur once. |
376 %p Command is run once for each selected file, may occur multiple times. | |
377 none When neither %f or %p exist, list of files is appended to command. | |
378 | |
379 Use of the following to display output window for the command: | |
380 | |
381 %v Display result of command in output window, must occur as first two | |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
382 characters in the command, or immediately after the "%w" macro. |
8 | 383 %V Like v above, but when used with %p, only displays output window for |
384 multiple files. The output of a single file is suppressed. | |
385 | |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
386 Additional macros: |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
387 |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
388 %w Prevent full screen from deactivating when command is executed, |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
389 must occur as the first two characters. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
390 |
8 | 391 ======== Additional comments: |
4 | 392 |
8 | 393 Advanced options: |
394 These options are not adjustable in the preferences window, to change | |
395 them edit $(HOME)/.gqview/gqviewrc while GQview is not running. An option | |
396 becomes 'advanced' when it is removed from the user's visibility, and | |
397 only remains so that those few users that really want it will not complain | |
398 about it's removal :) | |
399 | |
400 lazy_image_sync: false | |
401 Set true to enable the old behavior of lazy image updates when changing | |
402 directories. (viewed image will remain until a new file is selected) | |
403 | |
404 display_dialogs_under_mouse: false | |
405 Set true to force dialogs to display under the current mouse position, | |
406 note that this goes against the preference set for the window manager. | |
407 | |
408 ======== Translation status: | |
409 | |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
410 (as of 2.1.5) |
8 | 411 |
412 Please send po files/patches in gzipped form to ensure data integrity. | |
4 | 413 |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
414 Note: completion % in the chart below may not be quite correct when fuzzy |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
415 translations exist but do not appear in the source. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
416 comp % = trans / (trans + fuzzy + untrans) |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
417 |
8 | 418 Language Comp (%) Trans Fuzzy Untrans Warn |
419 -------------------------------------------------- | |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
420 ar 60 449 192 103 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
421 be 95 712 18 14 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
422 bg 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
423 ca 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
424 cs 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
425 da 18 138 324 282 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
426 de 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
427 eo 95 708 22 14 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
428 es 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
429 et 27 204 322 218 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
430 eu 95 712 18 14 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
431 fi 89 669 42 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
432 fr 94 706 21 17 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
433 hu 50 374 226 144 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
434 id 27 208 323 213 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
435 it 94 704 23 17 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
436 ja 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
437 ko 15 114 16 614 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
438 nl 89 669 42 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
439 no 22 169 335 240 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
440 pl 84 631 22 91 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
441 pt_BR 94 704 23 17 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
442 ro 52 388 228 128 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
443 ru 89 667 44 33 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
444 sk 92 690 24 30 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
445 sl 20 155 341 248 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
446 sv 89 665 45 34 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
447 th 21 161 332 251 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
448 tr 9 71 323 350 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
449 uk 24 180 331 233 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
450 vi 94 705 22 17 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
451 zh_CN.GB2312 22 169 335 240 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
452 zh_TW 93 695 23 26 |
8 | 453 -------------------------------------------------- |
454 | |
455 | |
456 ======== Credits [section:credits] | |
1 | 457 |
8 | 458 |
459 Translations: | |
460 | |
461 Grzegorz Kowal <g_kowal@poczta.onet.pl> | |
462 Zbigniew Chyla <cyba@gnome.pl> | |
463 Emil Nowak <emil5@go2.pl> | |
10 | 464 Wit Wilinski <wit.wilinski@gmail.com> |
8 | 465 for Polish translation |
466 | |
467 Christopher R. Gabriel <cgabriel@pluto.linux.it> | |
468 Di Maggio Salvatore <Salvatore.Dimaggio@bologna.marelli.it> | |
469 Costantino <inverness1ATvirgilio.it> | |
470 for Italian translation | |
471 | |
472 Sandokan <cortex@nextra.sk> | |
473 Ivan Priesol <priesol@iris-sk.sk> | |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
474 Mgr. Peter Tuharsky <tuharsky@misbb.sk> |
8 | 475 for Slovak translation |
3 | 476 |
8 | 477 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> |
478 Ariel Fermani <the_end@bbs.frc.utn.edu.ar> | |
479 for Spanish translation | |
480 | |
481 Eric Lassauge <lassauge@users.sf.net> | |
482 Jean-Pierre Pedron <jppedron@club-internet.fr> | |
483 Pascal Bleser <pascal.bleser@atosorigin.com> | |
484 Nicolas Boos <nicolas.boos@wanadoo.fr> | |
485 Nicolas Bonifas <nicolas_bonifas@users.sf.net> | |
486 for French translation | |
487 | |
488 Fâtih Demir <kabalak@gmx.net> | |
489 for Turkish translation | |
490 | |
491 Kam Tik <kamtik@hongkong.com> | |
492 Abel Cheung <deaddog@deaddog.ws> | |
493 S.J. Luo <crystal@mickey.ee.nctu.edu.tw> | |
494 for Traditional Chinese (Big5) translation | |
4 | 495 |
8 | 496 Junichi Uekawa <dancer@debian.org> |
497 Oleg Andrjushenko <oandr@itec.cn.ua> | |
498 Michael Bravo <mbravo@tag-ltd.spb.ru> | |
499 Sergey Pinaev <dfo@antex.ru> | |
500 for Russian translation | |
501 | |
502 Guilherme M. Schroeder <slump@ieg.com.br> | |
503 Vitor Fernandes <vitor_fernandes@SoftHome.net> | |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
504 Herval Ribeiro de Azevêdo <heraze@gmail.com> |
8 | 505 for Brazilian Portuguese translation |
506 | |
507 Shingo Akagaki <akagaki@ece.numazu-ct.ac.jp> | |
508 Yuuki Ninomiya <gm@debian.or.jp> | |
509 Sato Satoru <ss@gnome.gr.jp> | |
510 Takeshi AIHANA <aihana@gnome.gr.jp> | |
511 for Japanese translation | |
1 | 512 |
8 | 513 Matthias Warkus <mawarkus@t-online.de> |
514 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |
515 Danny Milosavljevic <danny_milo@yahoo.com> | |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
516 Ronny Steiner <Post@SIRSteiner.de> |
8 | 517 for German translation |
518 | |
519 Matej Erman <matej.erman@guest.arnes.si> | |
520 for Slovene translation | |
521 | |
522 MÃtyÃs Tibor <templar@tempi.scene.hu> | |
523 Koblinger Egmont <egmont@uhulinux.hu> | |
524 Sári Gábor <saga@externet.hu> | |
525 for Hungarian translation | |
526 | |
527 Wu Yulun <migr@operamail.com> | |
528 Charles Wang <charlesw1234cn@yahoo.com.cn> | |
529 for simplified Chinese translation | |
530 | |
531 H.J.Visser <H.J.Visser@harrie.mine.nu> | |
532 Tino Meinen <a.t.meinen@chello.nl> | |
533 for Dutch translation | |
1 | 534 |
8 | 535 Lauri Nurmi <lanurmi@iki.fi> |
536 for Finnish translation | |
537 | |
538 Ilmar Kerm <ikerm@hot.ee> | |
539 for Estonian translation | |
540 | |
541 Volodymyr M. Lisivka <lvm@mystery.lviv.net> | |
542 for Ukrainian translation | |
543 | |
544 Birger Langkjer <birger.langkjer@image.dk> | |
545 for Danish translation | |
546 | |
547 Torgeir Ness Sundli <torgeir@mp3bil.no> | |
548 for Norwegian translation | |
549 | |
42
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
21
diff
changeset
|
550 Jan Raska <jan.raska@tiscali.cz> |
8 | 551 Michal Bukovjan <bukm@centrum.cz> |
552 for Czech translation | |
1 | 553 |
8 | 554 Phanumas Thanyaboon <maskung@hotmail.com> |
555 for Thai translation | |
556 | |
557 Harald Ersch <hersch@romatsa.ro> | |
558 for Romanian translation | |
559 | |
560 pclouds <pclouds@vnlinux.org> | |
561 for Vietnamese translation | |
562 | |
563 Tedi Heriyanto <tedi_h@gmx.net> | |
564 for Indonesian translation | |
565 | |
566 Vladimir Petrov <vladux@mail.bg> | |
567 for Bulgarian translation | |
568 | |
569 Hans Öfverbeck <hans.ofverbeck@home.se> | |
570 for Swedish translation | |
571 | |
572 Youssef Assad <youssef@devcabal.org> | |
573 for Arabic translation | |
1 | 574 |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
575 catux.org <mecatxis@ya.com> |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
576 for Catalan translation |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
577 |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
578 Hyun-Jin Moon <moonhyunjin@gmail.com |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
579 for Korean translation |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
580 |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
581 Pavel Piatruk <berserker@neolocation.com> |
126
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
582 for Belarusian translation |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
583 |
75
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
584 Piarres Beobide <pi@beobide.net> |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
585 for Basque translation |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
586 |
92
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
587 Antonio C. Codazzi <f_sophia@libero.it> |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
588 for Esperanto translation |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
589 |
4 | 590 Fixes, additions, and patches: |
591 | |
8 | 592 Eric Swalens |
593 Quy Tonthat | |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
594 for initial Exif support. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
595 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
596 Daniel M. German <dmgerman at uvic.ca> |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
597 for Canon raw image support. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
598 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
599 Lars Ellenberg |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
600 for Fujifilm raw image support. |
8 | 601 |
602 Diederen Damien <D.Diederen@student.ulg.ac.be> | |
603 for .xvpics thumbnail reading support. | |
604 | |
605 Nick Rusnov <nick@grawk.net> | |
606 Ryan Murray <rmurray@debian.org> | |
607 for man page. | |
1 | 608 |
8 | 609 Martin Pool <mbp@samba.org> |
610 for sort by number, misc. improvements. | |
611 | |
612 Jörg Mensmann <joerg.mensmann@gmx.de> | |
613 for Xinerama support patch. | |
614 | |
615 Vadim Shliakhov | |
616 for miscellaneous fixes. | |
617 | |
618 | |
619 And... | |
620 Thanks to the users for finding GQview useful. | |
4 | 621 |
3 | 622 |
1 | 623 ======== |
624 |