| Commit message (Expand) | Author | Files | Lines |
2011-10-29 | refactored gpgwin -> mainwindow and context -> gpgcontext | nils | 1 | -671/+0 |
2011-10-22 | changed to GPLv3 | nils | 1 | -7/+6 |
2011-10-21 | strike out expired keys | ubbo | 1 | -1/+2 |
2011-10-17 | also export public key on private key export, but error handling still needs ... | nils | 1 | -0/+8 |
2011-10-14 | return false in sign method if user canceld password input to prevent text-lo... | ubbo | 1 | -27/+24 |
2011-10-12 | verifynotification and verifydetailsdialog is refreshed on keylist-change, bt... | nils | 1 | -0/+9 |
2011-10-11 | moved textissigned to context | nils | 1 | -0/+16 |
2011-10-11 | moved preventnodataerr to context.cpp, added refresh slots for verify | nils | 1 | -0/+18 |
2011-09-28 | minor beautyfiyng and repaired cimpile warnings | nils | 1 | -3/+3 |
2011-09-08 | only use private keys to sign and print adequate message, if no private key i... | nils | 1 | -11/+2 |
2011-08-23 | ignore whitespaces at end and before text when checking, if message is comple... | nils | 1 | -2/+0 |
2011-08-18 | changed verifylabellist back to one verifylabel and updated TODO | nils | 1 | -1/+2 |
2011-08-02 | added information to verifylabel and functionalitiy to import missing keys. D... | nils | 1 | -0/+1 |
2011-07-26 | changed bool iscompletlysigned to int issigned and added setverifylabel to ve... | nils | 1 | -14/+0 |
2011-07-22 | independent notifcation area | nils | 1 | -0/+2 |
2011-07-18 | verify returns gpgme_op_verify_result | nils | 1 | -82/+4 |
2011-07-12 | make sign undoable,change return value checkErr to int | nils | 1 | -3/+9 |
2011-07-11 | added Qlabel at the buttom of textedit for verify | nils | 1 | -2/+6 |
2011-01-30 | don't replace text if decryption failed, e.g. there was no text to decrypt | ubbo | 1 | -0/+1 |
2011-01-29 | show keys to delete in deletion dialog | nils | 1 | -2/+0 |
2010-12-17 | there may be more than on signature | ubbo | 1 | -6/+8 |
2010-12-17 | verify does something useful now, output to stdout | ubbo | 1 | -4/+28 |
2010-12-16 | some more playing with sign&verify, signing kind of works now and has menu entry | ubbo | 1 | -0/+75 |
2010-12-15 | start playing with verify, till now mainly copyed from gpgme-test - more to c... | ubbo | 1 | -0/+113 |
2010-10-12 | corrected bug for statusbar icon (icon was shown, if attachment folder didn't... | nils | 1 | -5/+5 |
2010-09-27 | more error handling for encryption in context.cpp | nils | 1 | -15/+23 |
2010-08-29 | renamed variables for readability | nils | 1 | -7/+7 |
2010-08-29 | reverted last change | nils | 1 | -1/+1 |
2010-08-29 | reverted last change | nils | 1 | -16/+9 |
2010-08-28 | try to fix decrpyt-cancel on windows | ubbo | 1 | -8/+15 |
2010-08-27 | implement remember password functionality | ubbo | 1 | -4/+6 |
2010-08-27 | fix bug that crashes windows-build when encrypting twice | ubbo | 1 | -16/+23 |
2010-05-15 | astyle code beautyfying | ubbo | 1 | -21/+21 |
2010-05-05 | changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui... | nils | 1 | -3/+3 |
2010-04-14 | fixed bug, that text cant be written after decrypt | nils | 1 | -1/+1 |
2010-02-03 | fixed umlauts in pathname problem for windows too | nils | 1 | -2/+5 |
2010-01-31 | recognize secret keys for keydetailsdialog | ubbo | 1 | -1/+7 |
2010-01-31 | key properties beautified | nils | 1 | -11/+1 |
2010-01-31 | added key property dialog | nils | 1 | -5/+1 |
2010-01-27 | fixed the keydb not found error, if umlaute are in pathname | nils | 1 | -4/+6 |
2010-01-13 | start on keydetailsdialog | ubbo | 1 | -0/+21 |
2009-09-19 | add method for private-key export to context | ubbo | 1 | -0/+27 |
2009-09-19 | cosmetic changes(indention) | nils | 1 | -9/+9 |
2009-01-04 | updated TODO and fixed key export error, when no key is selected | nils | 1 | -2/+3 |
2009-01-04 | added file en-/decryption dialog | nils | 1 | -8/+15 |
2008-10-14 | added key generation to keymanagement | nils | 1 | -0/+9 |
2008-10-08 | renamed m_ctx to mCtx in context.* | nils | 1 | -25/+25 |
2008-10-08 | now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ... | nils | 1 | -0/+3 |
2008-10-02 | added keymanagement including export of keys | nils | 1 | -0/+29 |
2008-09-13 | moved the include entries from cpp to header files | nils | 1 | -6/+1 |