aboutsummaryrefslogtreecommitdiffstats
path: root/context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactored gpgwin -> mainwindow and context -> gpgcontextnils2011-10-291-671/+0
* changed to GPLv3nils2011-10-221-7/+6
* strike out expired keysubbo2011-10-211-1/+2
* also export public key on private key export, but error handling still needs ...nils2011-10-171-0/+8
* return false in sign method if user canceld password input to prevent text-lo...ubbo2011-10-141-27/+24
* verifynotification and verifydetailsdialog is refreshed on keylist-change, bt...nils2011-10-121-0/+9
* moved textissigned to contextnils2011-10-111-0/+16
* moved preventnodataerr to context.cpp, added refresh slots for verifynils2011-10-111-0/+18
* minor beautyfiyng and repaired cimpile warningsnils2011-09-281-3/+3
* only use private keys to sign and print adequate message, if no private key i...nils2011-09-081-11/+2
* ignore whitespaces at end and before text when checking, if message is comple...nils2011-08-231-2/+0
* changed verifylabellist back to one verifylabel and updated TODOnils2011-08-181-1/+2
* added information to verifylabel and functionalitiy to import missing keys. D...nils2011-08-021-0/+1
* changed bool iscompletlysigned to int issigned and added setverifylabel to ve...nils2011-07-261-14/+0
* independent notifcation areanils2011-07-221-0/+2
* verify returns gpgme_op_verify_resultnils2011-07-181-82/+4
* make sign undoable,change return value checkErr to intnils2011-07-121-3/+9
* added Qlabel at the buttom of textedit for verifynils2011-07-111-2/+6
* don't replace text if decryption failed, e.g. there was no text to decryptubbo2011-01-301-0/+1
* show keys to delete in deletion dialognils2011-01-291-2/+0
* there may be more than on signatureubbo2010-12-171-6/+8
* verify does something useful now, output to stdoutubbo2010-12-171-4/+28
* some more playing with sign&verify, signing kind of works now and has menu entryubbo2010-12-161-0/+75
* start playing with verify, till now mainly copyed from gpgme-test - more to c...ubbo2010-12-151-0/+113
* corrected bug for statusbar icon (icon was shown, if attachment folder didn't...nils2010-10-121-5/+5
* more error handling for encryption in context.cppnils2010-09-271-15/+23
* renamed variables for readabilitynils2010-08-291-7/+7
* reverted last changenils2010-08-291-1/+1
* reverted last changenils2010-08-291-16/+9
* try to fix decrpyt-cancel on windowsubbo2010-08-281-8/+15
* implement remember password functionalityubbo2010-08-271-4/+6
* fix bug that crashes windows-build when encrypting twiceubbo2010-08-271-16/+23
* astyle code beautyfyingubbo2010-05-151-21/+21
* changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils2010-05-051-3/+3
* fixed bug, that text cant be written after decryptnils2010-04-141-1/+1
* fixed umlauts in pathname problem for windows toonils2010-02-031-2/+5
* recognize secret keys for keydetailsdialogubbo2010-01-311-1/+7
* key properties beautifiednils2010-01-311-11/+1
* added key property dialognils2010-01-311-5/+1
* fixed the keydb not found error, if umlaute are in pathnamenils2010-01-271-4/+6
* start on keydetailsdialogubbo2010-01-131-0/+21
* add method for private-key export to contextubbo2009-09-191-0/+27
* cosmetic changes(indention)nils2009-09-191-9/+9
* updated TODO and fixed key export error, when no key is selectednils2009-01-041-2/+3
* added file en-/decryption dialognils2009-01-041-8/+15
* added key generation to keymanagementnils2008-10-141-0/+9
* renamed m_ctx to mCtx in context.*nils2008-10-081-25/+25
* now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils2008-10-081-0/+3
* added keymanagement including export of keysnils2008-10-021-0/+29
* moved the include entries from cpp to header filesnils2008-09-131-6/+1