diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-17 01:03:13 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-17 01:03:13 +0000 |
commit | 4307ea97f54aeeb4f792198c02ebd2a17b463d84 (patch) | |
tree | 76ff7c8bbdee030517d0ea2cc63fb227e983ee18 /TODO | |
parent | bugfix in striking out revoked keys in keyserverimport and little bigfix in k... (diff) | |
download | gpg4usb-4307ea97f54aeeb4f792198c02ebd2a17b463d84.tar.gz gpg4usb-4307ea97f54aeeb4f792198c02ebd2a17b463d84.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@625 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 55 |
1 files changed, 22 insertions, 33 deletions
@@ -1,49 +1,38 @@ TODO: ----- -Release 0.3.1 -- export key: default filename to <keyowner-name>.asc [DONE] -- make email adress from keylist copyable [DONE] -- show keydetails-dialog in keylist on mainwindow [DONE] -- in verifycation dialog import multiple keys [DONE] -- inform user about verification errors [DONE] -- enum for verify status [DONE] -- put sign/verify to toolbar and add shortcuts [DONE] -- umlaute are not handled correctly in signing [DONE] -- check class / includes [DONE] -- keydetailsdialog should have a parent [DONE] -- Verifynotification margin left [DONE] -- remove doubled functions (e.g. beautifyfingerprint and keymgmt functions like import) [DONE] -- take care of warnings in compiling [DONE] -- put keydetails to keylist [DONE] -- dont hide verifynotification [DONE] -- refresh verify after import of keys [DONE] -- show, if message is partially verified(how)? [DONE] -- replace hardcoded urls in keyserverimport (setting default keyserverlist still missing, set default in importfromkeyserverdialog) [DONE] -- export public key on export of private key too [DONE] -- GPLv3 [DONE] -- cross out expired keys and add warning in key properties [DONE] -- stealth mode for windows (http://www.portablefreeware.com/forums/viewtopic.php?f=4&t=3713) [DONE] -- keyid should be searchable in import from keyserver [DONE] -- 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] - show keyrings (files with .gpg) in import from file dialog too [DONE] - Wizard on first start (Create Key, Import from older gpg4usb, import from gnupg) -- 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 +- option in settingsdialog for enabling steganographic operations + - minimal steganography option: remove or add pgp-headers on demand + - investigate in embedding a steganography tool + http://steghide.sourceforge.net/ + http://www.outguess.org/ - update gpgme-library -- understandable message if no matching private key found for decryption +- understandable message if no matching private key found for decryption (no data error) - investigate in adding a offline help system -- investigate in embedding a steganography tool -- optionally open new tab after encryption/decrytion -- create revocation file on key generation +- strike out revoked keys in keylist and add warning to keydetails +- keyimport dialog should show reason for strike out +- key import should be more verbose: + - show message, which keys are imported + - if import failed, because no key was found + - if key is already in keyring +- show message, when key export is successful (statusbar) +- dropdown from menubar instead of dialog for import +- dropdown from menubar instead of dialog for file-cryption (files->encrypt,decrypt) +- encrypt and sign, decrypt and verify (?) +- add file operation toolbar (open, save, new) (per default off) +- put quote and double line break removale to "special edit" operation toolbar Release 0.3.3 +- create revocation file on key generation +- optionally open new tab after encryption/decrytion +- import from keyserver doesn't end, if network-connection is available, but no connection to keyserver (?) - Change private key password (catch bad passphrase message) +- set gpgme error language to chosen language (context.cpp:49) - css - key should blink short in keylist after import - check and add missing statusbar messages |