aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-03 20:41:20 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-03 20:41:20 +0000
commit1ea5614e3b20a40b8764a98c10a7a0c7538035d5 (patch)
treeb8553bdaa92a94a068430f4b3173425ca1eb753d /TODO
parentfix crash on decrypt with no data (diff)
downloadgpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.tar.gz
gpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.zip
show message in statusbar of mainwindow when key is exported to file in keymanagement
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@722 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 7 insertions, 9 deletions
diff --git a/TODO b/TODO
index 8435214..3ebfe0b 100644
--- a/TODO
+++ b/TODO
@@ -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