diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -10,15 +10,21 @@ Release 0.3.2 - Zoom In/Out [DONE] - keyimport from keyserver dialog should show reason for strike out [DONE] - add file operation toolbar (open, save, new) (per default off) [DONE] +- understandable message if no matching private key found for decryption (no data error) [DONE] - dropdown from menubar instead of dialog for file-cryption (files->encrypt,decrypt) [DONE] - strike out revoked keys in keylist and add warning to keydetails [DONE] - put quote and double line break removale to "special edit" operation toolbar (icons for double linebreaks missing) [DONE] +- emit keydbchanged from GPGcontext::importKey (for the moment not possible, because importinformation is lost after this) [DONE] - Change "remove double line breaks" to "remove spacing" [DONE] - icon from "line spacing icon" [DONE] +- key import should be more verbose: [DONE] + - show message, which keys are imported [DONE] + - if import failed, because no key was found [DONE] + - if key is already in keyring [DONE] + - BUG: Also show details, when key is really new [DONE] - Wizard on first start (Create Key, Import from keys older gpg4usb, import from gnupg) [DONE] - import conf from old gpg4usb - remember GNUPGHOME in main.cpp -- emit keydbchanged from GPGcontext::importKey (for the moment not possible, because importinformation is lost after this) [DONE] - option in settingsdialog for enabling steganographic operations [DONE] - minimal steganography option: remove or add pgp-headers on demand [DONE] - Add advanced tab to settings dialog [DONE] @@ -26,15 +32,8 @@ Release 0.3.2 http://steghide.sourceforge.net/ http://www.outguess.org/ - update gpgme-library -- understandable message if no matching private key found for decryption (no data error) - investigate in adding a offline help system [DONE] - have a look on the format -- key import should be more verbose: [DONE] - - show message, which keys are imported [DONE] - - if import failed, because no key was found [DONE] - - if key is already in keyring [DONE] - - for now done just for import from file and clipboard - - BUG: Also show details, when key is really new [DONE] - show message, when key export is successful (statusbar) - encrypt and sign, decrypt and verify (?) - Add buttonto copy fingerprint to clipboard in details dialog @@ -45,7 +44,6 @@ Release 0.3.2 BUGS: - import key toolbar dropdown shows text, even if only icon should be shown - investigate special characters in passphrase in windows -- no importdetails are shown for new keys Release 0.3.3 - create revocation file on key generation |