aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-01less qdebug0.4-betaubbo1-1/+1
2013-10-16try to handle revocation, TODO: testubbo1-2/+1
2013-10-15show expirationubbo1-1/+2
2013-10-15removed key management and old key details dialognils1-0/+63
2013-10-15keydetails widget in qml workingnils1-1/+91
2013-02-17further steps to get verifydialog donenils1-1/+3
2013-02-16cleaned up gpgcontextnils1-116/+1
2012-11-03secret key detailsubbo1-5/+16
2012-09-30more verifyparsing from kgpgme, kind of works in verifydetailsdialog nowubbo1-7/+22
2012-09-30bit more verifyparsing from kgpgme, still not fineubbo1-0/+118
2012-09-30refactored slots in findwidget.*, gpgcontext.*,keydetailsdialog.*,keygendialog.*nils1-3/+3
2012-09-29remove gpgme dependencies, cleanupubbo1-485/+4
2012-09-16merge mac-build-branch with trunkubbo1-129/+85
2012-06-02automatically restart gpg4usb after changing keydb path (and add note that re...nils1-1/+20
2012-05-01verify file working nowubbo1-1/+1
2012-05-01verify for files (not yet working)ubbo1-3/+11
2012-05-01possibility for detached signing in gpgcontextubbo1-2/+9
2012-04-02merge with 0.3.2ubbo1-5/+4
2012-03-05show password dialog in middle of app windownils1-2/+2
2012-01-15fix cancel bug on windows. yay ! :) . thanx to sylphed-sources for the pointe...ubbo1-5/+12
2012-01-09tell gpgme and qt version this app was compiled with in about dialogubbo1-0/+4
2012-01-08added member mkeylist to gpgcontext for use in getkeybyfpr and getkeybyidnils1-4/+10
2012-01-03show message in statusbar of mainwindow when key is exported to file in keyma...nils1-4/+1
2011-12-29fix crash on decrypt with no dataubbo1-2/+4
2011-12-28add GPG4USB_NON_PORTABLE flag, which could be used to build non portable app ...ubbo1-1/+2
2011-12-28return empty key if nothing foundubbo1-0/+4
2011-12-28show useful error message when no matching private key for decryption foundubbo1-3/+19
2011-12-28fix utf8 decoding of gpg-error messagesubbo1-5/+12
2011-12-27add methods getKexByFpr / byId to gpgcontextubbo1-0/+27
2011-12-26added structure for keyimportresult and emit keydbchanged in gpgcontextnils1-8/+54
2011-12-06copyright headersubbo1-1/+1
2011-12-06use gpgconstantsubbo1-4/+4
2011-11-21added dialog after key importnils1-3/+12
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-26/+26
2011-10-22changed to GPLv3nils1-7/+6
2011-10-21strike out expired keysubbo1-1/+2
2011-10-17also export public key on private key export, but error handling still needs ...nils1-0/+8
2011-10-14return false in sign method if user canceld password input to prevent text-lo...ubbo1-27/+24
2011-10-12verifynotification and verifydetailsdialog is refreshed on keylist-change, bt...nils1-0/+9
2011-10-11moved textissigned to contextnils1-0/+16
2011-10-11moved preventnodataerr to context.cpp, added refresh slots for verifynils1-0/+18
2011-09-28minor beautyfiyng and repaired cimpile warningsnils1-3/+3
2011-09-08only use private keys to sign and print adequate message, if no private key i...nils1-11/+2
2011-08-23ignore whitespaces at end and before text when checking, if message is comple...nils1-2/+0
2011-08-18changed verifylabellist back to one verifylabel and updated TODOnils1-1/+2
2011-08-02added information to verifylabel and functionalitiy to import missing keys. D...nils1-0/+1
2011-07-26changed bool iscompletlysigned to int issigned and added setverifylabel to ve...nils1-14/+0
2011-07-22independent notifcation areanils1-0/+2
2011-07-18verify returns gpgme_op_verify_resultnils1-82/+4
2011-07-12make sign undoable,change return value checkErr to intnils1-3/+9