comparison README.GQViewE @ 171:6b4918c2bb0d

added file with release notes and TODO
author nadvornik
date Wed, 16 Jan 2008 19:37:54 +0000
parents
children 0472275e19f4
comparison
equal deleted inserted replaced
170:9a56e3d13e67 171:6b4918c2bb0d
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
48 Controls redesing
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
63
64
65 external commands
66 - internal copy/move/delete of grouped files
67 - rewrite utilops.c, better error handling
68 - "filters" - commands that have source and target file, offer them in d&d menu,
69 ask for target when they are called normally.
70 - external command for reading and writting metadata (typically exiftool)
71
72 rewrite change notifications, take advantage of FileData structure
73
74 configuration dialog for accelerators
75