blob: c80511789d08cd7994f5182e8c62e240158954c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
TODO:
-----
Release 0.2.5
- minimal MIME support (understand and decode "Content-Encoding" header, e.g. "quoted printable")
- File-Encryption: Warning if file overwritten [DONE]
- more doku on building gpg4usb (especially on windows)
- doku for translating gpg4usb
- add translation for french
Release 0.3
- PGP-MIME, find and show inline encrypted files
- Change Keytable sorting: private keys should always be on top (partially solving "encrypt to self")
- check pointer usage (const/references)
- check class / includes
- setup crosscompile-environment for building against glibc2.3
- Qt 4.6 / new gpg-binaries / new gpgme libs
Release 0.4
- adding signing and verifying
- nice for verify: import key from keyserver
Later:
- more internationalisation:
- menu entry for changing character encoding
- configuration framework, for saving language & charencoding preferences
- hints (on webpage?) which webmailer sends which encoding-header
- Drag and drop capabilities. Especially to encrypt / decrypt text, but would also be nice for files as well as import public and private keys.
- Password caching options (always, for X minutes, never)
- add a message-box with warning if someone's adding a secret-key to usb-keyring
- sorting keys would be nice (e.g. a-z or complete manual)
- Policy ( dialogs, what's warning, what an error )
- Tabbed editor (including useful things like encrypted data opens in new tab)
- some kind of locking for keydb, as gpg.conf uses lock-never, for ability to run on usb-drives (fat-formatted)
- make use of GPGME IO-Callbacks from QT, read chapter 7.8.2 from GPGME info page
usability:
- dialog on closing unsaved document (discard/cancel/save) is not very user-friendly
- undo / history
BUGS
----
- key generation on windows 7 64-bit may fail
- 0.2.3 hangs on windows xp sp3 32bit sometimes
- on windows an empty directory gnupg in application-data is created, find out how to disable
|