diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-14 08:13:10 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-14 08:13:10 +0000 |
commit | b38f7579b72d8f0915c4e1c7bf9366a14c9ac7c9 (patch) | |
tree | 7522f4cc093fe641b63bfdf7db096a648d01c254 | |
parent | add qmake script working on debian-sarge (diff) | |
download | gpg4usb-b38f7579b72d8f0915c4e1c7bf9366a14c9ac7c9.tar.gz gpg4usb-b38f7579b72d8f0915c4e1c7bf9366a14c9ac7c9.zip |
new TODO item
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@356 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,7 @@ Release 0.3 - Change Keytable sorting: private keys should always be on top (partially solving "encrypt to self") - check pointer usage (const/references) - check class / includes -- Setup crosscompile-environment for building against glibc2.3 +- setup crosscompile-environment for building against glibc2.3 - Qt 4.6 / new gpg-binaries / new gpgme libs Release 0.4 @@ -40,6 +40,8 @@ Later: - 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 + usability: - dialog on closing unsaved document (discard/cancel/save) is not very user-friendly - undo / history |