aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix secret key export0.3.2-macubbo2012-08-071-9/+12
* import from textedit worksubbo2012-08-031-0/+4
* start porting encrypt from kgpg, not yet workingubbo2012-08-031-4/+13
* reorganize kgpg source treeubbo2012-08-031-14/+1
* fix crash, what todo with secres keys?ubbo2012-08-021-2/+6
* getKeyDetails kind of worksubbo2012-08-021-1/+15
* mark private keys works againubbo2012-08-021-46/+6
* lots of classes from kgpg, keylist works nowubbo2012-08-021-2/+20
* fix buildubbo2012-08-021-2/+4
* try to integrate gpg wrapper from kgpg - broken nownils2012-08-021-9/+24
* start removing gpgmeubbo2012-08-011-58/+28
* 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