TODO: ----- Release 0.3.3 - Change private key password - create revocation file - on key generation - later - Refresh key from keyserver [DONE] - set maximum keysize to 16384 (should be discussed) - Upload key to keyserver - show message if verify has no valid signature - exclude translators list from about dialog [DONE] - change docu on file de- and encryption - localize output of gpgme - add possibility to set alternative relative path to keydb [DONE] - add possibility for creation of RSA keys [DONE] - set DSA subkey to user specified size, not only 1024 bit [DONE] - add posibility to add keyserver in settings [DONE] - add posibility to remove keyserver in settings [DONE] BUGS: - key generation doesn't work sometimes - The new wizard leaves an empty key in the registry (with GnuPG not installed locally): HKEY_CURRENT_USER\Software\GNU\GNUPG [FIXED] Release 0.3.4 - Catch bad passphrase message - add keyless encryption - set gpgme error language to chosen language (context.cpp:49) - Add default key functionality - encrypt and sign, decrypt and verify (?) - discuss: show message, when key export is successful (statusbar) - update gpgme-library - investigate in embedding a steganography tool http://steghide.sourceforge.net/ http://www.outguess.org/ - optionally open new tab after encryption/decrytion - check and add missing statusbar messages - set mainwindow-statusbar text via signal - clear password-cache after quit (siehe kbasket) - save the last used directory in open file dialog - Settings-Dialog: - add tab for editor options, like font-size, line-break, tab-width, line-numbers,.. - remember Password: - checkbox in password dialog to remember password - Timer to remember password for x minutes? Release 0.3.5 - keylist rewrite using tablemodel - make keylist browsable with keyboard - key should blink short in keylist after import - Change Keytable sorting: private keys should always be on top (partially solving "encrypt to self") - check pointer usage (const/references) - more doku on building gpg4usb (especially on windows) - clean header if quoted printable decoded - PGP-MIME, find and show inline encrypted files - attachments-widget should be inlined in editor-tabs - attachments: - context menu for files left in attachment dir-icon: clean attachments-dir - settings option "check attachment-dir all 10s and warn user" - remind user on closing if files left in attachments-dir - attachments dir as default option for "save" - clean attachments when: - opening new file in editor - decrypting - encrypting - status-tip "saved file" when saving file for "open with" [DONE] Release 0.4 - save state on closing as encrypted file, allow recovery with password on next start - generate functional key for user - investigate using libqgpgme1 (qt binding for gpgme) Later: - more internationalisation: - menu entry for changing character encoding - hints (on webpage?) which webmailer sends which encoding-header - Drag and drop capabilities. Especially to encrypt / decrypt text, but would also be nice for files as well as import public and private keys. - 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 ) - some kind of locking for keydb, as gpg.conf uses lock-never, for ability to run on usb-drives (fat-formatted) - make use of GPGME IO-Callbacks from QT, read chapter 7.8.2 from GPGME info page BUGS ---- - entering wrong password for decrypt on windows hangs program -> possible bug in gpgme - Sometimes two or more stars are added to title of modified tabs