aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 5f3a47e6476642eb277f009643c485e4ada379f7 (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
TODO:
-----

Release 0.2.2
- private key export
- key properties dialog

Release 0.2.3
- more doku on building gpg4usb (especially on windows)
- add a menu-entry to open Keytable ( now you have to restart, if accidently closed the keytable ).
- File-Encryption: Warning if file overwritten
- more internationalisation:
  - minimal MIME support (understand and decode "Content-Encoding" header, e.g. "quoted printable") 
  - menu-entry for changing language
  - menu entry for changing character encoding
  - configuration framework, for saving language & charencoding preferences
  - hints (on webpage?) which webmailer sends which encoding-header

Release 0.3
- adding signing and verifying
- nice for verify: import key from keyserver
- PGP-MIME, find and show inline encrypted files
- Qt 4.6 

Later:
- Add QSettings for persistent configuration
- Encrypt to self
- 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 )
- on windows an empty directory gnupg in application-data is created, find out how to disable
- Open File from command Line 
- 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)

usability:
- dialog on closing unsaved document (discard/cancel/save) is not very user-friendly
- undo / history

advanced:
- threading & thread-safety in context.cpp (in, out, ctx)

---
Use QStringList instead of QList<String>