aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix compilation with gcc >= 4.7ubbo2014-06-221-4/+1
* BUGFIX: export of private key in non-ascii path fixednils2014-01-031-7/+10
* also drop pwcache after signing if confsetubbo2012-04-021-0/+4
* fix some issues with utf8 strings in keysubbo2012-03-311-1/+1
* fix some issues with utf8 strings in keysubbo2012-03-311-2/+2
* added missing tr in password dialognils2012-03-071-1/+1
* set maximum keysize of elgamal subkey to 65536nils2012-03-071-1/+0
* show password dialog in middle of app windownils2012-03-051-2/+2
* fix cancel bug on windows. yay ! :) . thanx to sylphed-sources for the pointe...ubbo2012-01-151-5/+12
* tell gpgme and qt version this app was compiled with in about dialogubbo2012-01-091-0/+4
* added member mkeylist to gpgcontext for use in getkeybyfpr and getkeybyidnils2012-01-081-4/+10
* show message in statusbar of mainwindow when key is exported to file in keyma...nils2012-01-031-4/+1
* fix crash on decrypt with no dataubbo2011-12-291-2/+4
* add GPG4USB_NON_PORTABLE flag, which could be used to build non portable app ...ubbo2011-12-281-1/+2
* return empty key if nothing foundubbo2011-12-281-0/+4
* show useful error message when no matching private key for decryption foundubbo2011-12-281-3/+19
* fix utf8 decoding of gpg-error messagesubbo2011-12-281-5/+12
* add methods getKexByFpr / byId to gpgcontextubbo2011-12-271-0/+27
* added structure for keyimportresult and emit keydbchanged in gpgcontextnils2011-12-261-8/+54
* copyright headersubbo2011-12-061-1/+1
* use gpgconstantsubbo2011-12-061-4/+4
* added dialog after key importnils2011-11-211-3/+12
* refactored gpgwin -> mainwindow and context -> gpgcontextnils2011-10-291-0/+671