blob: 7ad07046ed79dd023387643c25d98b34a2cdc1f2 (
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
|
TODO:
-----
Release 0.2
- move to Qt 4.5 (includes building static qt on win32 and linux, also write howto about static building)
- KeyManagement (create/export) [DONE]
- new thread for key creation, to keep gui responsive [DONE]
- progressbar on key creation [DONE]
- File En-/Decryption [DONE]
Release 0.3
- adding signing and verifying
- nice for verify: import key from keyserver
- export private key
Later:
- Add QSettings for persistent configuration
- Encrypt to self
- Binary File Attachements, function for Decrypt & Help-Text (like safe eml, etc)
- add a button to open Keytable ( now you have to restart, if accidently closed the keytable ).
- 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
- More Keymanagement (new popup window?) including:
- export private key
- import keyfiles in non ASCII-Amor-format (always and everywhere error-free keyimport would be great)
- Import key from Keyserver
- 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
advanced:
- threading & thread-safety in context.cpp (in, out, ctx)
---
Use QStringList instead of QList<String>
|