aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: f69ccc557a976a99dce1f98664c950e76f80704d (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
TODO:
-----
Release 0.3.3
- Change private key password 
- create revocation file 
	- on key generation
	- later
- Refresh key from keyserver [DONE]
- set maximum keysize to 16384 (should be discussed)
- Upload key to keyserver 
- show message if verify has no valid signature
- exclude translators list from about dialog [DONE]
- change docu on file de- and encryption
- localize output of gpgme

BUGS:
- key generation doesn't work sometimes
- The new wizard leaves an empty key in the registry (with GnuPG not installed locally): HKEY_CURRENT_USER\Software\GNU\GNUPG
	(bug localized in method getGnuPGHome wizard.cpp line 323)

Release 0.3.4
- Catch bad passphrase message
- add keyless encryption
- add posibility to add keyserver in settings
- set gpgme error language to chosen language (context.cpp:49)
- Add default key functionality 
- encrypt and sign, decrypt and verify (?)
- discuss: show message, when key export is successful (statusbar)
- update gpgme-library
- investigate in embedding a steganography tool 
	http://steghide.sourceforge.net/
	http://www.outguess.org/
- optionally open new tab after encryption/decrytion 
- check and add missing statusbar messages
- set mainwindow-statusbar text via signal
- clear password-cache after quit (siehe kbasket)
- save the last used directory in open file dialog
- Settings-Dialog:
	- add tab for editor options, like font-size, line-break, tab-width, line-numbers,..
- remember Password:
	- checkbox in password dialog to remember password
	- Timer to remember password for x minutes?

Release 0.3.5
- keylist rewrite using tablemodel
	- make keylist browsable with keyboard
	- key should blink short in keylist after import
	- Change Keytable sorting: private keys should always be on top (partially solving "encrypt to self")
- check pointer usage (const/references)
- more doku on building gpg4usb (especially on windows)
- clean header if quoted printable decoded
- PGP-MIME, find and show inline encrypted files
	- attachments-widget should be inlined in editor-tabs
- attachments:
	- context menu for files left in attachment dir-icon: clean attachments-dir
	- settings option "check attachment-dir all 10s and warn user"
	- remind user on closing if files left in attachments-dir
	- attachments dir as default option for "save"
	- clean attachments when:
		- opening new file in editor
		- decrypting
		- encrypting
	- status-tip "saved file" when saving file for "open with" [DONE]

Release 0.4
- save state on closing as encrypted file, allow recovery with password on next start
	- generate functional key for user
- investigate using libqgpgme1 (qt binding for gpgme)

Later:
- more internationalisation:
  - menu entry for changing character encoding
  - 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.

- 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 )

- 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

BUGS
----
- entering wrong password for decrypt on windows hangs program -> possible bug in gpgme
- Sometimes two or more stars are added to title of modified tabs