aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-03BUGFIX: export of private key in non-ascii path fixednils1-1/+2
2012-05-01verify for files (not yet working)ubbo1-1/+1
2012-05-01possibility for detached signing in gpgcontextubbo1-1/+1
2012-01-09tell gpgme and qt version this app was compiled with in about dialogubbo1-0/+1
2012-01-08added member mkeylist to gpgcontext for use in getkeybyfpr and getkeybyidnils1-0/+4
2011-12-28show useful error message when no matching private key for decryption foundubbo1-0/+2
2011-12-27add methods getKexByFpr / byId to gpgcontextubbo1-0/+3
2011-12-26added structure for keyimportresult and emit keydbchanged in gpgcontextnils1-2/+45
2011-12-06copyright headersubbo1-1/+1
2011-12-06use gpgconstantsubbo1-0/+1
2011-11-21added dialog after key importnils1-1/+2
2011-11-19also strike out revoked keys in keylistnils1-1/+1
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-3/+3
2011-10-22changed to GPLv3nils1-6/+6
2011-10-21strike out expired keysubbo1-1/+2
2011-10-16added keyservertab to settingsnils1-13/+0
2011-10-14return false in sign method if user canceld password input to prevent text-lo...ubbo1-1/+0
2011-10-12verifynotification and verifydetailsdialog is refreshed on keylist-change, bt...nils1-0/+1
2011-10-11moved textissigned to contextnils1-0/+10
2011-10-11moved preventnodataerr to context.cpp, added refresh slots for verifynils1-0/+7
2011-10-06added list for signinginformation and minor bugfixnils1-0/+13
2011-09-28minor beautyfiyng and repaired cimpile warningsnils1-2/+2
2011-09-14set modal and parent for key details dialog. left margin for verifynotificati...nils1-0/+2
2011-08-02added information to verifylabel and functionalitiy to import missing keys. D...nils1-0/+1
2011-07-18verify returns gpgme_op_verify_resultnils1-1/+1
2011-07-12make sign undoable,change return value checkErr to intnils1-2/+2
2011-07-11added Qlabel at the buttom of textedit for verifynils1-1/+1
2010-12-16some more playing with sign&verify, signing kind of works now and has menu entryubbo1-0/+1
2010-12-15start playing with verify, till now mainly copyed from gpgme-test - more to c...ubbo1-0/+3
2010-08-27implement remember password functionalityubbo1-1/+2
2010-08-27fix bug that crashes windows-build when encrypting twiceubbo1-1/+1
2010-05-15astyle code beautyfyingubbo1-5/+5
2010-05-05changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils1-3/+3
2010-01-13start on keydetailsdialogubbo1-0/+1
2009-09-19add method for private-key export to contextubbo1-0/+5
2009-09-19cosmetic changes(indention)nils1-4/+4
2009-01-04updated TODO and fixed key export error, when no key is selectednils1-1/+1
2008-10-14added key generation to keymanagementnils1-0/+1
2008-10-08renamed m_ctx to mCtx in context.*nils1-1/+1
2008-10-08now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils1-1/+5
2008-10-02added keymanagement including export of keysnils1-0/+1
2008-09-29added key management windowubbo1-1/+0
2008-09-13Where possible, replaced includes with class. So the compiling should go fasternils1-6/+7
2008-09-13moved the include entries from cpp to header filesnils1-0/+6
2008-09-13setting privkey to false in constructor of keylistubbo1-0/+3
2008-09-12use QTableWidget instead of QListWidget in KeyList, use bool for privkey in c...nils1-1/+1