Mercurial > geeqie
comparison README.GQViewE @ 173:0472275e19f4
updated TODO list
author | nadvornik |
---|---|
date | Sat, 26 Jan 2008 21:18:23 +0000 |
parents | 6b4918c2bb0d |
children | 50d7a137ea93 |
comparison
equal
deleted
inserted
replaced
172:d18b94f1ca80 | 173:0472275e19f4 |
---|---|
43 | 43 |
44 Configuration: Preferences/Editors | 44 Configuration: Preferences/Editors |
45 Menu: Edit/... | 45 Menu: Edit/... |
46 | 46 |
47 | 47 |
48 Controls redesing | 48 Controls redesign |
49 """"""""""""""""" | 49 """"""""""""""""" |
50 | 50 |
51 Most of controls was added to menu and is handled via keyboard accelerators, | 51 Most of controls was added to menu and is handled via keyboard accelerators, |
52 thus they can be configured in ~/.gqview/accels | 52 thus they can be configured in ~/.gqview/accels |
53 | 53 |
58 | 58 |
59 TODO | 59 TODO |
60 ==== | 60 ==== |
61 | 61 |
62 metadata handling - xmp support | 62 metadata handling - xmp support |
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 | |
63 | 67 |
64 | 68 |
65 external commands | 69 external commands |
66 - internal copy/move/delete of grouped files | 70 - internal copy/move/delete of grouped files |
67 - rewrite utilops.c, better error handling | 71 - rewrite utilops.c, better error handling, faster preview (use thumbnails) |
68 - "filters" - commands that have source and target file, offer them in d&d menu, | 72 - "filters" - commands that have source and target file, offer them in d&d menu, |
69 ask for target when they are called normally. | 73 ask for target when they are called normally. |
70 - external command for reading and writting metadata (typically exiftool) | 74 - external command for reading and writting metadata (typically exiftool) |
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) | |
71 | 81 |
72 rewrite change notifications, take advantage of FileData structure | 82 rewrite change notifications, take advantage of FileData structure |
73 | 83 |
74 configuration dialog for accelerators | 84 configuration dialog for accelerators |
75 | 85 |
86 fix all bugs :) | |
87 | |
88 Please send any comments or bugreports to nadvornik@suse.cz | |
89 |