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,
|
|
52 thus they can be configured in ~/.gqview/accels
|
|
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
|
|
58
|
|
59 TODO
|
|
60 ====
|
|
61
|
|
62 metadata handling - xmp support
|
173
|
63 - use exiv2, display Exif, IPTX and XMP tags
|
|
64 - tag editor
|
|
65 - search, filtering
|
|
66 - save tags in XMP - structured tags should be possible
|
171
|
67
|
|
68
|
|
69 external commands
|
|
70 - internal copy/move/delete of grouped files
|
173
|
71 - rewrite utilops.c, better error handling, faster preview (use thumbnails)
|
171
|
72 - "filters" - commands that have source and target file, offer them in d&d menu,
|
|
73 ask for target when they are called normally.
|
|
74 - external command for reading and writting metadata (typically exiftool)
|
173
|
75 - structured list of commands - editors, exporters, ...
|
|
76 - posibility to add commands by installing additional file/package
|
|
77 - some dialog for extra parameters of commands,
|
|
78 for example
|
|
79 command median filter, extra parameter radius (float)
|
|
80 command export, extra parameter target directory (string)
|
171
|
81
|
|
82 rewrite change notifications, take advantage of FileData structure
|
|
83
|
|
84 configuration dialog for accelerators
|
|
85
|
173
|
86 fix all bugs :)
|
|
87
|
|
88 Please send any comments or bugreports to nadvornik@suse.cz
|
|
89
|