comparison README @ 1795:181a2e03062b

dropped obsolete sections, gqview changelog moved to wiki
author nadvornik
date Sun, 07 Feb 2010 12:44:55 +0000
parents a088801dc7a5
children
comparison
equal deleted inserted replaced
1794:155a6252ceaa 1795:181a2e03062b
1 ################################################################### 1 ###################################################################
2 ## Geeqie 1.0alpha3 ## 2 ## Geeqie 1.0 ##
3 ## ## 3 ## ##
4 ## Copyright (C) 2008 - 2009 The Geeqie Team ## 4 ## Copyright (C) 2008 - 2010 The Geeqie Team ##
5 ## Copyright (C) 1999 - 2006 John Ellis. ## 5 ## Copyright (C) 1999 - 2006 John Ellis. ##
6 ## ## 6 ## ##
7 ## Use at your own risk! ## 7 ## Use at your own risk! ##
8 ## ## 8 ## ##
9 ## This software released under the GNU General Public License. ## 9 ## This software released under the GNU General Public License. ##
60 (disable with configure option: '--without-exiv2') 60 (disable with configure option: '--without-exiv2')
61 - due to fast development, newer versions work significantly better 61 - due to fast development, newer versions work significantly better
62 FIXME: minimal version ? 62 FIXME: minimal version ?
63 lirc, for remote control support: http://www.lirc.org/ 63 lirc, for remote control support: http://www.lirc.org/
64 (disable with configure option: '--disable-lirc') 64 (disable with configure option: '--disable-lirc')
65 65 libchamplain - experimental map support, dissabled by default
66 http://projects.gnome.org/libchamplain/
67 WARNING: this library has a lot of dependencise
68
66 ======== Notes and changes for this release [section:release_notes] 69 ======== Notes and changes for this release [section:release_notes]
67 70
68 !!! FIXME Geeqie changes !!!
69 See http://geeqie.wiki.sourceforge.net/new_features 71 See http://geeqie.wiki.sourceforge.net/new_features
70 72
71 The list for Geeqie is quite long - maybe use separate file?
72
73
74 Changes:
75
76 + Add support for color profiles (requires lcms, see Notes).
77 + Add ability to delete a folder and it's contents (with restrictions).
78 - Add support for jpegs embedded in pentax and olympus raw files.
79 - Add icons for image state, enabled with I keyboard shortcut.
80 - For pan view calendar only show months that contain an image.
81 - Make scrolling with overlays (full screen info display) a bit smoother.
82 - Make sort menus display choices as radio group instead of checkbox.
83 - Use white background for transparent images when printing.
84 * Escape filename characters "`$\ before passing them to the system shell
85 when running an editor command.
86 * Fix occasional crash in icon view when removing files.
87 * Always use aligned memory access in EXIF parser, fixes crash
88 with BUS error on sparc.
89 * Fix progress bar warning when removing files while loading thumbnails.
90 * Fix image count in full screen information overlay when in slideshow.
91 * Fix memory leak when unable to start a slideshow.
92
93 Notes:
94
95 For translation status list, see further below.
96
97 Version in parentheses indicates first appearance of feature or change.
98
99
100
101 Below are GQView releases:
102 (2.1.5) Add support for color profiles when lcms is installed. To
103 disable color profiles and use of lcms, run configure
104 with '--without-lcms'.
105
106 (2.1.1) Add support for viewing jpeg images and EXIF embedded within
107 raw files for Canon (.crw, .cr2) Fujifilm (.raf), and Nikon (.nef).
108 Note that not all cameras that support a raw format will necessarily
109 save a usable jpeg in the raw file (for example some Nikon cameras only
110 store a tiny thumbnail within the raw .nef file).
111
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
172 correctly match the preferred locale encoding (LANG environment
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
182 (1.3.2) New in 1.3.2 are sidebars for EXIF data display and a sort
183 manager. EXIF (ctrl + E) should be self explanatory. The Sort manager is a
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 73
193 Code hackers: 74 Code hackers:
194 75
195 If you plan on making any major changes to the code that will be offered 76 If you plan on making any major changes to the code that will be offered
196 for inclusion to the main source, please contact us first - so that we 77 for inclusion to the main source, please contact us first - so that we
197 can avoid duplication of effort. A good example is porting any part of 78 can avoid duplication of effort.
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!
201 The Geeqie Team 79 The Geeqie Team
202 80
203 Known bugs: 81 Known bugs:
204 82
205 see the Geeqie Bug Tracker at TODO file. 83 see the Geeqie Bug Tracker at TODO file.
207 ======== Installation 85 ======== Installation
208 86
209 Compilation: ./configure ; make 87 Compilation: ./configure ; make
210 General install: make install 88 General install: make install
211 Removal: make uninstall 89 Removal: make uninstall
212
213 !!! FIXME !!!
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 90
224 ======== Description / Features 91 ======== Description / Features
225 92
226 Geeqie is a graphics file viewer. Basic features: 93 Geeqie is a graphics file viewer. Basic features:
227 94
238 dimensions, or image content similarity. 105 dimensions, or image content similarity.
239 - EXIF support. 106 - EXIF support.
240 107
241 ======== Documentation (brief) [section:documentation] 108 ======== Documentation (brief) [section:documentation]
242 109
243 FIXME: do we need this section? The keyboard configuration dialog should provide 110 This sections lists default hotkeys. Most of the hotkeys can be redefined
244 correct up-to-date list. 111 in the Preferences dialog.
245 112
246 Keyboard commands: 113 Keyboard commands:
247 [PageDown], [Keypad PageDown] next image 114 [PageDown], [Keypad PageDown] next image
248 [PageUp], [Keypad PageUp] previous image 115 [PageUp], [Keypad PageUp] previous image
249 [Home], [Keypad Home] first image in list 116 [Home], [Keypad Home] first image in list
267 [Ctrl] - C copy file 134 [Ctrl] - C copy file
268 [Ctrl] - M move file 135 [Ctrl] - M move file
269 [Ctrl] - R rename file 136 [Ctrl] - R rename file
270 [Ctrl] - D, [Delete] delete file 137 [Ctrl] - D, [Delete] delete file
271 [Ctrl] - W close window 138 [Ctrl] - W close window
272 [Ctrl] - Q exit GQview 139 [Ctrl] - Q exit Geeqie
273 140
274 Edit menu related: 141 Edit menu related:
275 [Ctrl] - 1 .. 0 run external editor 142 1 .. 6 toggle mark
143 [Ctrl] - 1..6 select mark
276 [Ctrl] - A select all files 144 [Ctrl] - A select all files
277 [Ctrl] - [Shift] - A unselect all files 145 [Ctrl] - [Shift] - A unselect all files
278 [Ctrl] - P display image properties window 146 [Ctrl] - P display image properties window
279 [Ctrl] - O configure Options 147 [Ctrl] - O configure Options
280 ] rotate image clockwise 148 ] rotate image clockwise
289 -, [Keypad -] zoom out 157 -, [Keypad -] zoom out
290 Z, [Keypad /] zoom to original size 158 Z, [Keypad /] zoom to original size
291 X, [Keypad *] zoom to fit within window 159 X, [Keypad *] zoom to fit within window
292 W zoom to fit width of window 160 W zoom to fit width of window
293 H zoom to fit height of window 161 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 162 T toggle thumbnails in list view
297 [Ctrl] - L display files as list view 163 [Ctrl] - L display files as list view
298 [Ctrl] - I display files as icon view 164 [Ctrl] - I display files as icon view
299 [Ctrl] - T toggle tree view of directories 165 [Ctrl] - T toggle tree view of directories
300 R refresh list 166 R refresh list
301 L (Un)float file selection area 167 L (Un)float file selection area
302 [ctrl] - H (Un)hide file selection area 168 [ctrl] - H (Un)hide file selection area
303 [Ctrl] - K toggle Keywords sidebar 169 [Ctrl] - K toggle sidebar with EXIF or keywords
304 [Ctrl] - E toggle EXIF sidebar 170 [Ctrl] - E show EXIF window
305 [Ctrl] - S toggle sort manager sidebar 171 [Ctrl] - S toggle sort manager sidebar
306 F, V toggle full screen 172 F, V toggle full screen
307 S toggle slide show 173 S toggle slide show
308 P (Un)pause slideshow 174 P (Un)pause slideshow
309 [Ctrl] - V display current image in new window 175 [Ctrl] - V display current image in new window
334 I (*) sort collection by name numerically 200 I (*) sort collection by name numerically
335 (file1 file10 file2 -> file1 file2 file10) 201 (file1 file10 file2 -> file1 file2 file10)
336 202
337 [Enter], [Keypad Enter] view image with focus in main window 203 [Enter], [Keypad Enter] view image with focus in main window
338 V view image with focus in new window 204 V view image with focus in new window
339 [Ctrl] - 1 .. 0 open selected image(s) in editor
340 205
341 S save collection 206 S save collection
342 [Ctrl] - S save collection as... 207 [Ctrl] - S save collection as...
343 A append to collection... 208 A append to collection...
344 209
401 266
402 267
403 ======== Editor command macros [section:editors] 268 ======== Editor command macros [section:editors]
404 269
405 Editors are configured via standard desktop files, see 270 Editors are configured via standard desktop files, see
406 http://standards.freedesktop.org/desktop-entry-spec/latest/ 271 https://sourceforge.net/apps/trac/geeqie/wiki/GuideEditorsConfig
407
408 FIXME: Geeqie extensions
409 272
410 273
411 ======== Overlay Info [section:overlay] 274 ======== Overlay Info [section:overlay]
412 275
413 Overlay info format string syntax is: %tag[:max_length][:extra]% 276 Overlay info format string syntax is: %tag[:max_length][:extra]%
470 "%formatted.ISOSpeedRating:ISO *%" -> ie. "ISO 100" 333 "%formatted.ISOSpeedRating:ISO *%" -> ie. "ISO 100"
471 "Collection <b>*</b>\n" -> display collection name in bold prefixed by 334 "Collection <b>*</b>\n" -> display collection name in bold prefixed by
472 "Collection " and a newline is appended 335 "Collection " and a newline is appended
473 336
474 337
475 ======== Additional comments:
476
477 FIXME: here are some changes
478
479 Hidden options:
480 These options are not adjustable in the preferences window, to change
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
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] 338 ======== Credits [section:credits]
497 339
498 340
499 Translations: 341 Translations:
500 342
677 519
678 And... 520 And...
679 Thanks to the users for finding Geeqie useful. 521 Thanks to the users for finding Geeqie useful.
680 522
681 523
682 ======== Translation status:
683
684 Please send po files/patches in gzipped form to ensure data integrity.
685
686 Translations statistics
687 Date: Fri, 05 Sep 2008 00:30:54 +0200
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
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
728