171
|
1 Implemented features
|
|
2 ====================
|
|
3
|
|
4 Comparing images side-to-side
|
|
5 """""""""""""""""""""""""""""
|
|
6
|
|
7 Menu: View/Split/...
|
|
8 View/Connected Scroll
|
|
9 View/Connected Zoom
|
|
10
|
|
11
|
|
12 File marks
|
|
13 """"""""""
|
|
14
|
|
15 Each image can be marked with up to 6 different
|
|
16 flags, it is possible to convert marks to selection and vice versa,
|
|
17 even boolean operations are supported
|
|
18 Note: marks are visible in file list and fullscreen mode with info,
|
|
19 they are not visible in icon list (yet).
|
|
20
|
|
21 Menu: Select/Show Marks
|
|
22 Select/Mark ...
|
|
23
|
|
24
|
|
25 File grouping
|
|
26 """""""""""""
|
|
27
|
|
28 It is possible to group files which have the same name and different extension,
|
|
29 and show them as one entry. Typical usage: raw + jpeg, raw + xmp.
|
|
30
|
|
31 Configuration: Preferences/Filtering
|
|
32
|
|
33
|
|
34 External commands
|
|
35 """""""""""""""""
|
|
36
|
|
37 It is possible to replace internal copy/move/delete operations with
|
|
38 external commands, for example create hardlinks instead of copying files.
|
|
39
|
|
40 External editors handling was improved, it is possible to run an editor
|
|
41 on the best fitting file type, and the exit status is reported back
|
|
42 to gqview.
|
|
43
|
|
44 Configuration: Preferences/Editors
|
|
45 Menu: Edit/...
|
|
46
|
|
47
|
173
|
48 Controls redesign
|
171
|
49 """""""""""""""""
|
|
50
|
|
51 Most of controls was added to menu and is handled via keyboard accelerators,
|
195
|
52 thus they can be configured in ~/.geeqie/accels
|
171
|
53
|
|
54 The default function of keys 1, 2, 3, ... was changed from zoom to mark toggle and
|
|
55 function of <ctrl>1, <ctrl>2, <ctrl>3, ... from external editor to selecting mark.
|
|
56
|
|
57
|
193
|
58 Exiv2 support
|
|
59 """""""""""""
|
|
60
|
|
61 exiv2 improves exif handling and adds iptc and xmp support.
|
|
62
|
|
63 Here is a comparison of supported raw formats:
|
|
64
|
|
65 Format with exiv2 without exiv2
|
|
66 metadata preview metadata preview
|
|
67 arw yes yes yes no
|
|
68 cr2 yes yes yes yes
|
|
69 crw yes yes no yes
|
|
70 dng yes sometimes (bug ?) yes sometimes
|
|
71 mef yes no yes no
|
|
72 mrw yes no no no
|
|
73 nef yes yes yes yes
|
|
74 orf yes no yes yes
|
|
75 pef yes yes yes yes
|
|
76 raf yes yes yes yes
|
|
77 sr2 yes yes yes no
|
|
78
|
|
79
|
|
80
|
171
|
81
|
|
82 TODO
|
|
83 ====
|
|
84
|
|
85 metadata handling - xmp support
|
173
|
86 - tag editor
|
|
87 - search, filtering
|
|
88 - save tags in XMP - structured tags should be possible
|
171
|
89
|
|
90
|
|
91 external commands
|
|
92 - internal copy/move/delete of grouped files
|
173
|
93 - rewrite utilops.c, better error handling, faster preview (use thumbnails)
|
171
|
94 - "filters" - commands that have source and target file, offer them in d&d menu,
|
|
95 ask for target when they are called normally.
|
|
96 - external command for reading and writting metadata (typically exiftool)
|
173
|
97 - structured list of commands - editors, exporters, ...
|
|
98 - posibility to add commands by installing additional file/package
|
|
99 - some dialog for extra parameters of commands,
|
|
100 for example
|
|
101 command median filter, extra parameter radius (float)
|
|
102 command export, extra parameter target directory (string)
|
171
|
103
|
|
104 rewrite change notifications, take advantage of FileData structure
|
|
105
|
|
106 configuration dialog for accelerators
|
|
107
|
173
|
108 fix all bugs :)
|
|
109
|
|
110 Please send any comments or bugreports to nadvornik@suse.cz
|
|
111
|