diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-13 23:39:01 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-13 23:39:01 +0000 |
commit | c9866dbb545de56ac1c9ee28b7dc9879e5c8e944 (patch) | |
tree | 5003d84f2a89531a556882e0880e2fb11d0ec796 | |
parent | set version to 0.2.1 (diff) | |
download | gpg4usb-c9866dbb545de56ac1c9ee28b7dc9879e5c8e944.tar.gz gpg4usb-c9866dbb545de56ac1c9ee28b7dc9879e5c8e944.zip |
updated todo
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@241 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | TODO | 27 |
1 files changed, 9 insertions, 18 deletions
@@ -1,39 +1,30 @@ 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.2.1 + +Release 0.2.2 - private key export - key properties dialog +- 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 Release 0.3 - adding signing and verifying - nice for verify: import key from keyserver +- PGP-MIME +- Qt 4.6 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 +- 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) |