diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-30 18:13:10 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-30 18:13:10 +0000 |
commit | 5128c37a83f6d6efa5dad3170d91a9e0b9437682 (patch) | |
tree | 1723ba5da9845d3412ca397c94aeaa3d1ab90ed2 /TODO | |
parent | refactored gpgwin -> mainwindow and context -> gpgcontext (diff) | |
download | gpg4usb-5128c37a83f6d6efa5dad3170d91a9e0b9437682.tar.gz gpg4usb-5128c37a83f6d6efa5dad3170d91a9e0b9437682.zip |
put keygendialog to seperate files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@589 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -27,6 +27,9 @@ Release 0.3.1 - beautify icons for verify and sign [DONE] Release 0.3.2 +- refactoring and cleanup: [DONE] + - gpgwin.cpp -> mainwindow.cpp [DONE] + - context.cpp -> gpgcontext.cpp [DONE] - set gpgme error language to chosen language (context.cpp:49) - import from keyserver doesn't end, if network-connection is available, but no connection to keyserver (?) - minimal steganography option: remove or add pgp-headers on demand @@ -34,12 +37,8 @@ Release 0.3.2 - understandable message if no matching private key found for decryption - investigate in adding a offline help system - investigate in embedding a steganography tool -- refactoring and cleanup: [DONE] - - gpgwin.cpp -> mainwindow.cpp [DONE] - - context.cpp -> gpgcontext.cpp [DONE] - optionally open new tab after encryption/decrytion - Release 0.3.3 - Change private key password (catch bad passphrase message) - Wizard on first start (Create Key, Import from older gpg4usb, import from gnupg) |