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
|
TODO:
-----
Release 0.2.5
- minimal MIME support (understand and decode "Content-Encoding" header, e.g. "quoted printable") [DONE]
- enable by Default
- File-Encryption: Warning if file overwritten [DONE]
- doku for translating gpg4usb [DONE]
- add translation for french
- remember Password [DONE]
- open-with functionality for attachments (needs temp dir for saving attachments) [DONE]
- graphical feedback if there are files in attachments-dir: monitor attachments-directory, show icon in statusbar if files inside [DONE]
- update gpg binary to version 1.4.11[DONE]
Release 0.2.6
- more doku on building gpg4usb (especially on windows)
- remember Password:
- checkbox in password dialog to remember password
- Timer to remember password for x minutes?
attachments:
- context menu for files left in attachment dir-icon: clean attachments-dir
- 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"
- Settings-Dialog:
- reorganise, have different tabs for simple, advanced and experimantal options
- questionary mark icon behind some options showing tooltip with further help when
clicked (e.g. for "open attachments")
- add tab for editor options, like font-size, line-break, tab-width, line-numbers,..
- update gpgme-library
- clean header if quoted printable decoded
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
- 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 )
- 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
- on windows an empty directory gnupg in application-data is created, find out how to disable
- cancel decryption on windows hangs programm -> possibly bug in gpgme
|