diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-14 21:29:43 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-14 21:29:43 +0000 |
commit | 1842e186dd751681dbf130300dab562c9f68bb06 (patch) | |
tree | e4541a7ef8c25485c76840b3c37ddca581806e72 | |
parent | recieve signals and read properties from qml (diff) | |
download | gpg4usb-1842e186dd751681dbf130300dab562c9f68bb06.tar.gz gpg4usb-1842e186dd751681dbf130300dab562c9f68bb06.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1059 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,9 +13,10 @@ Release 0.4 - for macos - add encrypt to self functionality [DONE] - add automatic restart if key changed [DONE] + - check if own private key exists on encryption to self - add find action in textedit [DONE] + - When search previous, text should be searched from end again, if no hit is found [DONE] - BUG: hit strg+f, then hit escape -> text not editable anymore, same with not found expression - - When search previous, text should be searched from end again, if no hit is found - save the search expression, so that it is automatically used next time - Change private key password - create revocation file @@ -45,6 +46,7 @@ Release 0.4 - set focus to close dialog with unsaved data - have a look on selected/checked keys (which keys should when be used?) - Check, ig gpg is initialized correctly +- On key import, check if key creation date is in the future BUG: - check PGP-Mime @@ -52,8 +54,8 @@ BUG: - remove double line breaks doesn't work for text containing a signature - brakets are set wrong in the language selection dialog for rtl languages - on export of private key: Hit cancel in file dialog => an error dialog is shown. This shouldn't happen -- check if own private key exists on encryption to self - error, if first passphrase entered is wrong, second isn't accepted + Release 0.4.1 - Add default key functionality - investigate in embedding a steganography tool |