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