comparison README @ 1607:a088801dc7a5

added some notes to README file
author nadvornik
date Tue, 12 May 2009 20:54:58 +0000
parents fd445edf8468
children 181a2e03062b
comparison
equal deleted inserted replaced
1606:088ed72ef384 1607:a088801dc7a5
15 Geeqie has been forked from GQview project, because it was not 15 Geeqie has been forked from GQview project, because it was not
16 possible to contact gqview author and the only maintainer. 16 possible to contact gqview author and the only maintainer.
17 Geeqie projects goal is to move the development forward and 17 Geeqie projects goal is to move the development forward and
18 also integrate the existing patches. 18 also integrate the existing patches.
19 19
20 Geeqie is currently in alpha state. Everybody is encouraged 20 Geeqie is currently in beta state. All planed features for 1.0 are implemented,
21 to try the new features, however for stable software look at 21 but there are bugs. Please report any crash or odd behavior to the bugtracker:
22 the original project. 22 https://sourceforge.net/tracker/?group_id=222125&atid=1054680
23 23
24 For more info see: 24 For more info see:
25 http://geeqie.sourceforge.net 25 http://geeqie.sourceforge.net
26 26
27 Vladimir Nadvornik 27 Vladimir Nadvornik
46 * Credits 46 * Credits
47 47
48 ======== Requirements 48 ======== Requirements
49 49
50 Required libraries: 50 Required libraries:
51 GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk 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.
52 55
53 Optional libraries: 56 Optional libraries:
54 lcms, for color management support: http://www.littlecms.com 57 lcms, for color management support: http://www.littlecms.com
55 (disable with configure option: '--without-lcms') 58 (disable with configure option: '--without-lcms')
56 exiv2, for enhanced exif support: http://www.exiv2.org/ 59 exiv2, for enhanced exif support: http://www.exiv2.org/
57 (disable with configure option: '--without-exiv2') 60 (disable with configure option: '--without-exiv2')
61 - due to fast development, newer versions work significantly better
62 FIXME: minimal version ?
58 lirc, for remote control support: http://www.lirc.org/ 63 lirc, for remote control support: http://www.lirc.org/
59 (disable with configure option: '--disable-lirc') 64 (disable with configure option: '--disable-lirc')
60 65
61 ======== Notes and changes for this release [section:release_notes] 66 ======== Notes and changes for this release [section:release_notes]
67
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
62 73
63 Changes: 74 Changes:
64 75
65 + Add support for color profiles (requires lcms, see Notes). 76 + Add support for color profiles (requires lcms, see Notes).
66 + Add ability to delete a folder and it's contents (with restrictions). 77 + Add ability to delete a folder and it's contents (with restrictions).
83 94
84 For translation status list, see further below. 95 For translation status list, see further below.
85 96
86 Version in parentheses indicates first appearance of feature or change. 97 Version in parentheses indicates first appearance of feature or change.
87 98
88 !!! FIXME Geeqie changes !!! 99
89 100
90 Below are GQView releases: 101 Below are GQView releases:
91 (2.1.5) Add support for color profiles when lcms is installed. To 102 (2.1.5) Add support for color profiles when lcms is installed. To
92 disable color profiles and use of lcms, run configure 103 disable color profiles and use of lcms, run configure
93 with '--without-lcms'. 104 with '--without-lcms'.
226 - Comparison of images to find duplicates by name, size, date, 237 - Comparison of images to find duplicates by name, size, date,
227 dimensions, or image content similarity. 238 dimensions, or image content similarity.
228 - EXIF support. 239 - EXIF support.
229 240
230 ======== Documentation (brief) [section:documentation] 241 ======== Documentation (brief) [section:documentation]
242
243 FIXME: do we need this section? The keyboard configuration dialog should provide
244 correct up-to-date list.
231 245
232 Keyboard commands: 246 Keyboard commands:
233 [PageDown], [Keypad PageDown] next image 247 [PageDown], [Keypad PageDown] next image
234 [PageUp], [Keypad PageUp] previous image 248 [PageUp], [Keypad PageUp] previous image
235 [Home], [Keypad Home] first image in list 249 [Home], [Keypad Home] first image in list
386 Wheel up/down + [Control] zoom image in/out 400 Wheel up/down + [Control] zoom image in/out
387 401
388 402
389 ======== Editor command macros [section:editors] 403 ======== Editor command macros [section:editors]
390 404
391 Any one of the following filename markers may be used: 405 Editors are configured via standard desktop files, see
392 406 http://standards.freedesktop.org/desktop-entry-spec/latest/
393 %f Replaced with list of selected files, may occur once. 407
394 %p Command is run once for each selected file, may occur multiple times. 408 FIXME: Geeqie extensions
395 409
396 Use of the following to display output window for the command:
397
398 %v Display result of command in output window, must occur as first two
399 characters in the command, or immediately after the "%w" macro.
400 %V Like v above, but when used with %p, only displays output window for
401 multiple files. The output of a single file is suppressed.
402
403 Additional macros:
404
405 %w Prevent full screen from deactivating when command is executed,
406 must occur as the first two characters.
407
408 %% This will be replaced by one '%'. This is the way to escape '%'.
409
410 %d This only makes sense for external commands like copy or move as this
411 is replaced by the destination.
412 410
413 ======== Overlay Info [section:overlay] 411 ======== Overlay Info [section:overlay]
414 412
415 Overlay info format string syntax is: %tag[:max_length][:extra]% 413 Overlay info format string syntax is: %tag[:max_length][:extra]%
416 414
473 "Collection <b>*</b>\n" -> display collection name in bold prefixed by 471 "Collection <b>*</b>\n" -> display collection name in bold prefixed by
474 "Collection " and a newline is appended 472 "Collection " and a newline is appended
475 473
476 474
477 ======== Additional comments: 475 ======== Additional comments:
476
477 FIXME: here are some changes
478 478
479 Hidden options: 479 Hidden options:
480 These options are not adjustable in the preferences window, to change 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 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 482 becomes 'hidden' when it is removed from the user's visibility, and