diff options
-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 |