Mercurial > geeqie
annotate README @ 1665:9a081164e6e3
improved overlay menu
- indicate overlay and histogram state in toggle and radio entries in
the menu
- all entries have visible effect in all modes
author | nadvornik |
---|---|
date | Sat, 27 Jun 2009 15:47:50 +0000 |
parents | a088801dc7a5 |
children | 181a2e03062b |
rev | line source |
---|---|
624 | 1 ################################################################### |
1282 | 2 ## Geeqie 1.0alpha3 ## |
624 | 3 ## ## |
1283 | 4 ## Copyright (C) 2008 - 2009 The Geeqie Team ## |
624 | 5 ## Copyright (C) 1999 - 2006 John Ellis. ## |
6 ## ## | |
7 ## Use at your own risk! ## | |
8 ## ## | |
9 ## This software released under the GNU General Public License. ## | |
10 ## Please read the COPYING file for more information. ## | |
11 ################################################################### | |
205 | 12 |
13 This is Geeqie, a successor of GQview. | |
14 | |
15 Geeqie has been forked from GQview project, because it was not | |
16 possible to contact gqview author and the only maintainer. | |
17 Geeqie projects goal is to move the development forward and | |
18 also integrate the existing patches. | |
19 | |
1607 | 20 Geeqie is currently in beta state. All planed features for 1.0 are implemented, |
21 but there are bugs. Please report any crash or odd behavior to the bugtracker: | |
22 https://sourceforge.net/tracker/?group_id=222125&atid=1054680 | |
205 | 23 |
24 For more info see: | |
25 http://geeqie.sourceforge.net | |
26 | |
27 Vladimir Nadvornik | |
28 Petr Ostadal | |
29 | |
30 Please send any question or suggestions to | |
31 geeqie-devel@lists.sourceforge.net | |
32 | |
33 | |
21
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
34 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
35 |
8 | 36 ======== README contents: |
37 | |
38 * Requirements | |
39 * Notes and changes for this release | |
40 * Installation | |
41 * Description / Features | |
42 * Documentation (keyboard shortcuts) | |
43 * Editor command macros | |
44 * Additional comments | |
45 * Translation status | |
46 * Credits | |
1 | 47 |
48 ======== Requirements | |
49 | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
50 Required libraries: |
1607 | 51 GTK+ 2.??.x: ftp://ftp.gtk.org/pub/gtk |
52 FIXME: determine realistic requirements. | |
53 It compiles with GTK 2.10, but some features are disabled and the testing was | |
54 minimal. Please report success or falilures. | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
55 |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
56 Optional libraries: |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
57 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
|
58 (disable with configure option: '--without-lcms') |
624 | 59 exiv2, for enhanced exif support: http://www.exiv2.org/ |
60 (disable with configure option: '--without-exiv2') | |
1607 | 61 - due to fast development, newer versions work significantly better |
62 FIXME: minimal version ? | |
624 | 63 lirc, for remote control support: http://www.lirc.org/ |
64 (disable with configure option: '--disable-lirc') | |
8 | 65 |
66 ======== Notes and changes for this release [section:release_notes] | |
67 | |
1607 | 68 !!! FIXME Geeqie changes !!! |
69 See http://geeqie.wiki.sourceforge.net/new_features | |
70 | |
71 The list for Geeqie is quite long - maybe use separate file? | |
72 | |
73 | |
21
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
74 Changes: |
1 | 75 |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
76 + 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
|
77 + 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
|
78 - 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
|
79 - 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
|
80 - 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
|
81 - 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
|
82 - 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
|
83 - 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
|
84 * 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
|
85 when running an editor command. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
86 * 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
|
87 * 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
|
88 with BUS error on sparc. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
89 * 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
|
90 * 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
|
91 * Fix memory leak when unable to start a slideshow. |
10 | 92 |
1 | 93 Notes: |
8 | 94 |
95 For translation status list, see further below. | |
96 | |
663
4154b8be989b
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
zas_
parents:
660
diff
changeset
|
97 Version in parentheses indicates first appearance of feature or change. |
8 | 98 |
1607 | 99 |
624 | 100 |
101 Below are GQView releases: | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
102 (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
|
103 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
|
104 with '--without-lcms'. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
105 |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
106 (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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 |
8 | 112 (1.5.6) The "shared thumbnail cache" is a proposal to unify the method |
113 of storing thumbnails, so that they are compatible between different | |
114 applications. Using this option will allow GQview to share it's | |
115 thumbnails with, and use thumbnails from, other applications. Current | |
116 releases of GNOME (through nautilus and gthumb) and the gimp use this | |
117 new thumbnailing system. The latest draft of the thumbnail standard | |
118 is located on freedesktop.org in the standards section, and links to: | |
119 | |
120 http://triq.net/~jens/thumbnail-spec/index.html | |
121 | |
122 The shared thumbnail standard and GQview's classic mechanism can | |
123 not be used at the same time, enabling the "use shared thumbnail cache" | |
124 option will disable the use of classic thumbnails and use the new | |
125 shared thumbnails. | |
126 | |
127 (1.5.6) Collections contained in $HOME/.gqview/collections are now | |
128 updated when moving or renaming files, even if the collection is not | |
129 open at the time. | |
130 | |
131 (1.5.6) The new option to the keep the full screen window above other | |
132 windows is only available when using at least GTK+ 2.4.0 | |
133 | |
134 (1.5.5) Dialog buttons are now ordered as recommended by the GNOME HIG. | |
135 The GNOME Human Interface Guidelines live at: | |
136 http://developer.gnome.org/projects/gup/hig/ | |
137 To restore the old button order you must be using GTK 2.6 and set | |
138 the "gtk-alternative-button-order" key to TRUE in the gtkrc file: | |
139 $HOME/.gtkrc-2.0 | |
140 by changing or adding this line: | |
141 gtk-alternative-button-order = 1 | |
142 | |
143 (1.5.5) The dithering option is now a hidden option, to change it | |
144 please refer to section 10.7 of the manual (help -> contents). | |
145 | |
146 (1.5.0) Keywords and comments can now be entered for a file. Two places | |
147 allow keyword and comment entry. The first is via the new image details | |
148 sidebar accessed with (Ctrl-K), and the second is a details tab in the | |
149 properties dialog. If multiple files are selected, two buttons are | |
150 available: One allows adding the keywords to the selected files, the | |
151 other replaces existing keywords with the new keywords. | |
152 | |
153 Keyword and comment metadata is stored in $(HOME)/.gqview/metadata, and | |
154 mirrors the existing filesystem tree. Metadata filenames have a suffix | |
155 of .meta appended. If 'cache into .thumbnails' is enabled, metadata is | |
156 stored locally to the original file in a hidden subfolder ".metadata". | |
157 If write permissions do not allow local saving of metadata, GQview falls | |
158 back to the default $(HOME)/.gqview/metadata location. | |
159 | |
160 (1.5.0) Search dialog (F3 key) types: | |
161 Path searches files in the entered folder. | |
162 Comments searches all file metadata stored in ~/.gqview/metadata. | |
163 Results searches the current list of results, allowing refinement. | |
164 | |
165 (1.3.6) Drag and drop has been significantly improved, with a few | |
166 changes. Button 1 will now initiate a drag, button 2 will still work | |
167 for this, the difference is button 2 will not change the selection. | |
168 | |
169 (1.3.6) A middle button click will now toggle selection of clicked item. | |
170 | |
171 (1.3.5) UTF-8 and filenames: GQview works fine if your filenames | |
663
4154b8be989b
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
zas_
parents:
660
diff
changeset
|
172 correctly match the preferred locale encoding (LANG environment |
8 | 173 variable), and prints errors on the console when they do not. |
174 | |
175 (1.3.3) Safe delete does not include undo, you will need to go to the | |
176 trash folder and retrieve the file(s) manually. The files can be viewed | |
177 by clicking the view button near the safe delete option in the preferences | |
178 window. Files moved to the trash folder are prefixed with a 6 digit | |
179 number. Lower numbers are older, and deleted (permanently) first when the | |
180 trash size limit is reached. | |
181 | |
663
4154b8be989b
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
zas_
parents:
660
diff
changeset
|
182 (1.3.2) New in 1.3.2 are sidebars for EXIF data display and a sort |
4154b8be989b
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
zas_
parents:
660
diff
changeset
|
183 manager. EXIF (ctrl + E) should be self explanatory. The Sort manager is a |
8 | 184 directory list that allows copying or moving the displayed image to that |
185 destination with one click of the button - very helpful when visually | |
186 sorting many images into subdirectories. To edit, reorder, or remove items | |
187 in the sort list, use the right click menu. The keyboard can also be used | |
188 by moving the focus to the desired button, then pressing menu/ctrl+f10 key | |
189 to display the popup menu, or shift+up/shift+down keys to change the | |
190 button location in the list. Items can also be added to the list by | |
191 dragging a directory onto the list. | |
192 | |
193 Code hackers: | |
194 | |
195 If you plan on making any major changes to the code that will be offered | |
624 | 196 for inclusion to the main source, please contact us first - so that we |
8 | 197 can avoid duplication of effort. A good example is porting any part of |
198 GQview that uses deprecated widgets to GTK2 widgets, there are already | |
199 several such patches floating around. This is especially true if the | |
200 change is listed in the TODO! | |
624 | 201 The Geeqie Team |
8 | 202 |
203 Known bugs: | |
204 | |
624 | 205 see the Geeqie Bug Tracker at TODO file. |
1 | 206 |
207 ======== Installation | |
208 | |
209 Compilation: ./configure ; make | |
210 General install: make install | |
211 Removal: make uninstall | |
212 | |
624 | 213 !!! FIXME !!! |
8 | 214 - To build an RPM binary: |
215 | |
216 on RedHat 6.x, 7.x use 'rpm -tb gqview-x.x.x.tar.gz'. | |
217 on RedHat 8 and 9 use 'rpmbuild -tb gqview-x.x.x.tar.gz'. | |
218 on other rpm distros, it depends on which version of rpm is used, if | |
219 the option fails with the rpm command, try rpmbuild. | |
220 | |
221 Where the resulting package is placed is distribution specific, for | |
222 example in RedHat it is placed in /usr/src/redhat/RPMS/{architecture}/ | |
223 | |
1 | 224 ======== Description / Features |
225 | |
624 | 226 Geeqie is a graphics file viewer. Basic features: |
8 | 227 |
1 | 228 - Single click image viewing / navigation. |
229 - Zoom functions. | |
230 - Thumbnails, with optional caching and .xvpics support. | |
231 - Multiple file selection for move, copy, delete, rename, drag and drop. | |
232 - Drag and drop. | |
233 - Slideshow. | |
234 - Full screen. | |
235 - Ability to open images in external editors (configurable). | |
8 | 236 - Collections. |
237 - Comparison of images to find duplicates by name, size, date, | |
238 dimensions, or image content similarity. | |
239 - EXIF support. | |
1 | 240 |
8 | 241 ======== Documentation (brief) [section:documentation] |
1 | 242 |
1607 | 243 FIXME: do we need this section? The keyboard configuration dialog should provide |
244 correct up-to-date list. | |
245 | |
1 | 246 Keyboard commands: |
8 | 247 [PageDown], [Keypad PageDown] next image |
248 [PageUp], [Keypad PageUp] previous image | |
249 [Home], [Keypad Home] first image in list | |
250 [End], [Keypad End] last image in list | |
1 | 251 [Tab] tab completion in path entry window |
8 | 252 [Escape] cancel completion in path entry window |
1 | 253 |
254 Keyboard commands valid when image has focus (image has black rectangle) | |
8 | 255 arrow keys, [Keypad arrows] pan image |
1 | 256 [Shift] - arrow keys pan image faster |
257 [Space] next image | |
8 | 258 [Backspace] , B previous image |
1 | 259 |
260 File menu related: | |
8 | 261 [Ctrl] - N new window |
262 C new empty collection | |
263 O open collection | |
264 D open a Find Duplicates window | |
265 [Shift]- P open Print dialog | |
266 [Ctrl] - F new folder | |
267 [Ctrl] - C copy file | |
268 [Ctrl] - M move file | |
269 [Ctrl] - R rename file | |
270 [Ctrl] - D, [Delete] delete file | |
271 [Ctrl] - W close window | |
272 [Ctrl] - Q exit GQview | |
1 | 273 |
274 Edit menu related: | |
8 | 275 [Ctrl] - 1 .. 0 run external editor |
276 [Ctrl] - A select all files | |
277 [Ctrl] - [Shift] - A unselect all files | |
278 [Ctrl] - P display image properties window | |
1 | 279 [Ctrl] - O configure Options |
8 | 280 ] rotate image clockwise |
281 [ rotate image counterclockwise | |
282 [Shift] - R rotate image 180 degrees | |
283 [Shift] - M mirror image (horizontal) | |
663
4154b8be989b
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
zas_
parents:
660
diff
changeset
|
284 [Shift] - F flip image (vertical) |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
285 [Shift] - G grayscale image |
1 | 286 |
287 View menu related: | |
8 | 288 +, =, [Keypad +] zoom in |
289 -, [Keypad -] zoom out | |
290 Z, [Keypad /] zoom to original size | |
291 X, [Keypad *] zoom to fit within window | |
292 W zoom to fit width of window | |
293 H zoom to fit height of window | |
294 1, 2, 3, 4 zoom to Nx (3 = 3x) | |
295 9, 8, 7 zoom to -2, -3, -4, respectively | |
296 T toggle thumbnails in list view | |
297 [Ctrl] - L display files as list view | |
298 [Ctrl] - I display files as icon view | |
299 [Ctrl] - T toggle tree view of directories | |
1 | 300 R refresh list |
8 | 301 L (Un)float file selection area |
302 [ctrl] - H (Un)hide file selection area | |
303 [Ctrl] - K toggle Keywords sidebar | |
304 [Ctrl] - E toggle EXIF sidebar | |
305 [Ctrl] - S toggle sort manager sidebar | |
306 F, V toggle full screen | |
307 S toggle slide show | |
308 P (Un)pause slideshow | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
309 [Ctrl] - V display current image in new window |
8 | 310 |
311 Collection windows: | |
312 | |
313 arrows, [Keypad arrows] move selection | |
314 [Shift] + arrows select multiple images | |
315 [Ctrl] + arrows move without changing selection | |
316 [Space] select only image with focus | |
317 [Ctrl] + [Space] toggle selection of image with focus | |
318 [Home], [Keypad Home] move focus to top of images | |
319 [End], [Keypad End] move focus to end of images | |
320 (shift and ctrl work with Home, End, PageUp/Down as with arrows) | |
321 [Ctrl] - A select all images | |
322 [Ctrl] - [Shift] - A unselect all images | |
323 | |
324 [Delete], [Keypad Delete] remove selected images from collection | |
325 (does not delete file) | |
326 [Ctrl] - L add images from main window file list | |
327 | |
328 [Ctrl] - T toggle display of icon filename text | |
1 | 329 |
8 | 330 N sort collection by name |
331 D sort collection by date | |
332 B sort collection by size (bytes) | |
333 P sort collection by location (path) | |
334 I (*) sort collection by name numerically | |
335 (file1 file10 file2 -> file1 file2 file10) | |
336 | |
337 [Enter], [Keypad Enter] view image with focus in main window | |
338 V view image with focus in new window | |
339 [Ctrl] - 1 .. 0 open selected image(s) in editor | |
340 | |
341 S save collection | |
342 [Ctrl] - S save collection as... | |
343 A append to collection... | |
344 | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
345 [Shift] - P print selected images... |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
346 |
8 | 347 [Ctrl] - C copy selected files... |
348 [Ctrl] - M move selected files... | |
349 [Ctrl] - R rename selected files... | |
350 [Ctrl] - D delete selected files | |
351 | |
352 [Ctrl] - P display image properties window | |
353 | |
354 [Ctrl] - W close window | |
355 | |
356 Find Duplicates window: | |
357 | |
358 [Ctrl] - A select all images | |
359 [Ctrl] - [Shift] - A unselect all images | |
360 1 select group 1 duplicates | |
361 2 select group 2 duplicates | |
362 | |
363 [Ctrl] - L add images from main window file list | |
364 C add selected images to new collection | |
365 | |
366 [Delete], [Keypad Delete] remove selected images from list | |
367 [Ctrl] - [Delete] clear window | |
4 | 368 |
8 | 369 [Enter], [Keypad Enter] view image with focus in main window |
370 V view image with focus in new window | |
371 [Ctrl] - 1 .. 0 open selected image(s) in editor | |
372 | |
373 [Ctrl] - C copy selected files... | |
374 [Ctrl] - M move selected files... | |
375 [Ctrl] - R rename selected files... | |
376 [Ctrl] - D delete selected files | |
377 | |
378 [Ctrl] - P display image properties window | |
379 | |
380 [Ctrl] - W close window | |
381 | |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
382 Pan View: |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
383 |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
384 [Ctrl] - F, / show search bar |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
385 [Ctrl] - G repeat previous search |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
386 |
8 | 387 (*) This is a compile time option enabled when strverscmp is found. |
388 | |
389 Mouse image control: | |
390 | |
391 Button 1 view next image | |
392 Button 2 view previous image | |
393 Button 3 context menu | |
394 | |
395 Button 1 drag scroll/pan image | |
396 Button 2 drag initiate drag and drop | |
397 | |
398 Wheel up/down change to previous/next image | |
399 Wheel up/down + [Shift] scroll image up/down | |
400 Wheel up/down + [Control] zoom image in/out | |
401 | |
624 | 402 |
8 | 403 ======== Editor command macros [section:editors] |
404 | |
1607 | 405 Editors are configured via standard desktop files, see |
406 http://standards.freedesktop.org/desktop-entry-spec/latest/ | |
8 | 407 |
1607 | 408 FIXME: Geeqie extensions |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
409 |
624 | 410 |
411 ======== Overlay Info [section:overlay] | |
412 | |
413 Overlay info format string syntax is: %tag[:max_length][:extra]% | |
414 | |
415 %name% Filename of the picture. | |
416 %collection% Name of the collection | |
417 %number% Current number of image in the list | |
418 %total% Total number of images | |
419 %date% File date | |
420 %size% File size | |
421 %width% Image width | |
422 %height% Image height | |
423 %res% Image resolution | |
650
02e2c135ee0c
Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.
zas_
parents:
624
diff
changeset
|
424 %keywords% Image keywords from metadata |
02e2c135ee0c
Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.
zas_
parents:
624
diff
changeset
|
425 %comment% Image comment from metadata |
02e2c135ee0c
Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.
zas_
parents:
624
diff
changeset
|
426 |
624 | 427 To access exif data use the exif name: |
428 %Exif.Photo.DateTimeOriginal% Date of the original shot | |
429 | |
430 Pre-formatted exif data is also available: | |
431 formatted.Camera Camera and sofware name | |
432 formatted.DateTime Image Date | |
433 formatted.ShutterSpeed Shutter speed in seconds (ie. 1/60s) | |
434 formatted.Aperture Aperture (ie. f5.6) | |
435 formatted.ExposureBias Exposure bias (ie. +0.3) | |
436 formatted.ISOSpeedRating ISO sensitivity (ie. 100) | |
437 formatted.FocalLength Focal length | |
438 formatted.FocalLength35mmFilm Focal length 35mm | |
439 formatted.SubjectDistance Subject distance | |
440 formatted.Flash Flash | |
441 formatted.Resolution Resolution | |
442 formatted.ColorProfile Color profile | |
1533 | 443 formatted.GPSPosition GPS position |
444 formatted.GPSAltitude GPS altitude | |
624 | 445 |
446 You can limit the length of displayed data using :number notation: | |
447 %formatted.Camera:20% will truncate the displayed data to 20 characters | |
448 and will add 3 dots at the end to denote the truncation. | |
449 | |
450 If two or more variables are connected with the |-sign, it prints available | |
451 variables with a separator: | |
452 %formatted.ShutterSpeed%|%formatted.ISOSpeedRating%|%formatted.FocalLength% | |
453 could show: | |
454 "1/20s - 400 - 80 mm" | |
455 or | |
456 "1/200 - 80 mm" if there's no ISO information in the Exif data. | |
457 | |
458 If a line is empty, it is removed. | |
459 This allows to add lines that totally disappear when no data is available. | |
460 | |
461 Extra string uses special character '*' to mark the position of the data. | |
462 If no '*' is present, then extra string is just appended to data. | |
463 Any "\n" is replaced by a newline on display. | |
464 Pango mark up is accepted in left and right parts. | |
465 If data is empty, nothing will be displayed. | |
466 | |
467 Examples: | |
468 "%name:<i>*</i>\n%" -> name is displayed in italics ended with a newline | |
469 "%size:\n%" -> size is displayed with a newline at end | |
470 "%formatted.ISOSpeedRating:ISO *%" -> ie. "ISO 100" | |
471 "Collection <b>*</b>\n" -> display collection name in bold prefixed by | |
472 "Collection " and a newline is appended | |
473 | |
474 | |
8 | 475 ======== Additional comments: |
4 | 476 |
1607 | 477 FIXME: here are some changes |
478 | |
624 | 479 Hidden options: |
8 | 480 These options are not adjustable in the preferences window, to change |
624 | 481 them edit $(HOME)/.geeqie/geeqierc while Geeqie is not running. An option |
482 becomes 'hidden' when it is removed from the user's visibility, and | |
8 | 483 only remains so that those few users that really want it will not complain |
484 about it's removal :) | |
485 | |
486 lazy_image_sync: false | |
487 Set true to enable the old behavior of lazy image updates when changing | |
488 directories. (viewed image will remain until a new file is selected) | |
489 | |
490 display_dialogs_under_mouse: false | |
491 Set true to force dialogs to display under the current mouse position, | |
492 note that this goes against the preference set for the window manager. | |
493 | |
494 | |
495 | |
496 ======== Credits [section:credits] | |
1 | 497 |
8 | 498 |
499 Translations: | |
500 | |
501 Grzegorz Kowal <g_kowal@poczta.onet.pl> | |
502 Zbigniew Chyla <cyba@gnome.pl> | |
503 Emil Nowak <emil5@go2.pl> | |
10 | 504 Wit Wilinski <wit.wilinski@gmail.com> |
8 | 505 for Polish translation |
506 | |
507 Christopher R. Gabriel <cgabriel@pluto.linux.it> | |
508 Di Maggio Salvatore <Salvatore.Dimaggio@bologna.marelli.it> | |
509 Costantino <inverness1ATvirgilio.it> | |
510 for Italian translation | |
511 | |
512 Sandokan <cortex@nextra.sk> | |
513 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
|
514 Mgr. Peter Tuharsky <tuharsky@misbb.sk> |
8 | 515 for Slovak translation |
3 | 516 |
8 | 517 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> |
518 Ariel Fermani <the_end@bbs.frc.utn.edu.ar> | |
519 for Spanish translation | |
520 | |
498 | 521 Laurent Monin <i18n@norz.org> |
8 | 522 Eric Lassauge <lassauge@users.sf.net> |
523 Jean-Pierre Pedron <jppedron@club-internet.fr> | |
524 Pascal Bleser <pascal.bleser@atosorigin.com> | |
525 Nicolas Boos <nicolas.boos@wanadoo.fr> | |
526 Nicolas Bonifas <nicolas_bonifas@users.sf.net> | |
527 for French translation | |
528 | |
529 Fâtih Demir <kabalak@gmx.net> | |
530 for Turkish translation | |
531 | |
532 Kam Tik <kamtik@hongkong.com> | |
533 Abel Cheung <deaddog@deaddog.ws> | |
534 S.J. Luo <crystal@mickey.ee.nctu.edu.tw> | |
535 for Traditional Chinese (Big5) translation | |
4 | 536 |
8 | 537 Junichi Uekawa <dancer@debian.org> |
538 Oleg Andrjushenko <oandr@itec.cn.ua> | |
539 Michael Bravo <mbravo@tag-ltd.spb.ru> | |
540 Sergey Pinaev <dfo@antex.ru> | |
541 for Russian translation | |
542 | |
543 Guilherme M. Schroeder <slump@ieg.com.br> | |
544 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
|
545 Herval Ribeiro de Azevêdo <heraze@gmail.com> |
8 | 546 for Brazilian Portuguese translation |
547 | |
548 Shingo Akagaki <akagaki@ece.numazu-ct.ac.jp> | |
549 Yuuki Ninomiya <gm@debian.or.jp> | |
550 Sato Satoru <ss@gnome.gr.jp> | |
551 Takeshi AIHANA <aihana@gnome.gr.jp> | |
552 for Japanese translation | |
1 | 553 |
8 | 554 Matthias Warkus <mawarkus@t-online.de> |
555 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |
556 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
|
557 Ronny Steiner <Post@SIRSteiner.de> |
1533 | 558 Klaus Ethgen <Klaus@Ethgen.de> |
8 | 559 for German translation |
560 | |
561 Matej Erman <matej.erman@guest.arnes.si> | |
562 for Slovene translation | |
563 | |
564 MÃtyÃs Tibor <templar@tempi.scene.hu> | |
565 Koblinger Egmont <egmont@uhulinux.hu> | |
566 Sári Gábor <saga@externet.hu> | |
567 for Hungarian translation | |
568 | |
569 Wu Yulun <migr@operamail.com> | |
570 Charles Wang <charlesw1234cn@yahoo.com.cn> | |
571 for simplified Chinese translation | |
572 | |
573 H.J.Visser <H.J.Visser@harrie.mine.nu> | |
574 Tino Meinen <a.t.meinen@chello.nl> | |
575 for Dutch translation | |
1 | 576 |
8 | 577 Lauri Nurmi <lanurmi@iki.fi> |
578 for Finnish translation | |
579 | |
580 Ilmar Kerm <ikerm@hot.ee> | |
581 for Estonian translation | |
582 | |
583 Volodymyr M. Lisivka <lvm@mystery.lviv.net> | |
584 for Ukrainian translation | |
585 | |
586 Birger Langkjer <birger.langkjer@image.dk> | |
587 for Danish translation | |
588 | |
589 Torgeir Ness Sundli <torgeir@mp3bil.no> | |
590 for Norwegian translation | |
591 | |
42
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
21
diff
changeset
|
592 Jan Raska <jan.raska@tiscali.cz> |
8 | 593 Michal Bukovjan <bukm@centrum.cz> |
594 for Czech translation | |
1 | 595 |
8 | 596 Phanumas Thanyaboon <maskung@hotmail.com> |
597 for Thai translation | |
598 | |
599 Harald Ersch <hersch@romatsa.ro> | |
600 for Romanian translation | |
601 | |
602 pclouds <pclouds@vnlinux.org> | |
603 for Vietnamese translation | |
604 | |
605 Tedi Heriyanto <tedi_h@gmx.net> | |
606 for Indonesian translation | |
607 | |
608 Vladimir Petrov <vladux@mail.bg> | |
609 for Bulgarian translation | |
610 | |
611 Hans Öfverbeck <hans.ofverbeck@home.se> | |
612 for Swedish translation | |
613 | |
614 Youssef Assad <youssef@devcabal.org> | |
615 for Arabic translation | |
1 | 616 |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
617 catux.org <mecatxis@ya.com> |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
618 for Catalan translation |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
619 |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
620 Hyun-Jin Moon <moonhyunjin@gmail.com |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
621 for Korean translation |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
622 |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
623 Pavel Piatruk <berserker@neolocation.com> |
126
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
624 for Belarusian translation |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
625 |
75
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
626 Piarres Beobide <pi@beobide.net> |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
627 for Basque translation |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
628 |
92
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
629 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
|
630 for Esperanto translation |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
631 |
4 | 632 Fixes, additions, and patches: |
633 | |
8 | 634 Eric Swalens |
635 Quy Tonthat | |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
636 for initial Exif support. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
637 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
638 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
|
639 for Canon raw image support. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
640 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
641 Lars Ellenberg |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
642 for Fujifilm raw image support. |
8 | 643 |
644 Diederen Damien <D.Diederen@student.ulg.ac.be> | |
645 for .xvpics thumbnail reading support. | |
646 | |
647 Nick Rusnov <nick@grawk.net> | |
648 Ryan Murray <rmurray@debian.org> | |
649 for man page. | |
1 | 650 |
8 | 651 Martin Pool <mbp@samba.org> |
652 for sort by number, misc. improvements. | |
653 | |
654 Jörg Mensmann <joerg.mensmann@gmx.de> | |
655 for Xinerama support patch. | |
656 | |
657 Vadim Shliakhov | |
658 for miscellaneous fixes. | |
659 | |
466
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
660 Uwe Ohse |
498 | 661 for Exif enhancements, histogram and other patches |
8 | 662 |
466
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
663 Timo Horstschäfer |
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
664 for customizable fullscreen overlay |
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
665 |
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
666 Michael Mokeev |
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
667 for print related enhancements |
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
668 |
498 | 669 Carles Pina i Estany |
670 for copy path to clipboard patch | |
1281
f539958d7bd8
Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
zas_
parents:
1041
diff
changeset
|
671 |
f539958d7bd8
Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
zas_
parents:
1041
diff
changeset
|
672 Kjell Morgenstern |
f539958d7bd8
Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
zas_
parents:
1041
diff
changeset
|
673 for random slide show speedup patch |
f539958d7bd8
Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
zas_
parents:
1041
diff
changeset
|
674 |
1533 | 675 Klaus Ethgen <Klaus@Ethgen.de> |
676 for GPS integration, Search enhancement and other patches | |
677 | |
8 | 678 And... |
466
798e5b68afc2
updated NEWS, README and other documentation files
nadvornik
parents:
206
diff
changeset
|
679 Thanks to the users for finding Geeqie useful. |
4 | 680 |
3 | 681 |
624 | 682 ======== Translation status: |
683 | |
684 Please send po files/patches in gzipped form to ensure data integrity. | |
685 | |
686 Translations statistics | |
1041 | 687 Date: Fri, 05 Sep 2008 00:30:54 +0200 |
624 | 688 |
689 Note: completion % in the chart below may not be quite correct | |
690 when fuzzy translations exist but do not appear in the source. | |
691 For exact results, run make update-po with up to date POTFILES.in. | |
692 comp % = trans / (trans + fuzzy + untrans) | |
693 | |
694 Language Comp(%) Trans Fuzzy Untrans Total | |
1041 | 695 fr 100.00 996 0 0 996 |
696 be 82.43 821 77 98 996 | |
697 ru 71.99 717 128 151 996 | |
698 eu 62.05 618 185 193 996 | |
699 eo 61.95 617 186 193 996 | |
700 vi 61.85 616 192 188 996 | |
701 it 61.65 614 187 195 996 | |
702 pt_BR 61.65 614 187 195 996 | |
703 zh_TW 60.84 606 183 207 996 | |
704 sk 60.34 601 192 203 996 | |
705 fi 58.23 580 211 205 996 | |
706 nl 58.23 580 214 202 996 | |
707 sv 58.03 578 207 211 996 | |
708 bg 57.93 577 208 211 996 | |
709 ca 57.93 577 208 211 996 | |
710 cs 57.93 577 208 211 996 | |
711 de 57.93 577 208 211 996 | |
712 es 57.93 577 208 211 996 | |
713 ja 57.93 577 208 211 996 | |
714 pl 55.32 551 180 265 996 | |
715 ar 38.86 387 332 277 996 | |
716 ro 34.34 342 352 302 996 | |
717 hu 32.93 328 342 326 996 | |
718 id 17.17 171 412 413 996 | |
719 et 16.77 167 411 418 996 | |
720 uk 14.86 148 413 435 996 | |
721 nb 13.76 137 418 441 996 | |
722 zh_CN.GB2312 13.76 137 419 440 996 | |
723 th 12.95 129 413 454 996 | |
724 sl 12.55 125 422 449 996 | |
725 da 11.85 118 406 472 996 | |
726 ko 11.04 110 65 821 996 | |
727 tr 4.92 49 395 552 996 | |
624 | 728 |