index
:
gpg4usb
0.1
0.3.1
0.3.2
0.3.2-1
0.3.2-mac
0.3.3
0.3.4
0.4-beta
keylist-rewrite
kgpg
master
post-0.3.2
svn-rev-to-132
trayicon-branch
gpg4usb is an easy to use portable editor to encrypt and decrypt with gnupg.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gpgcontext.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-04
put *.h and *.cpp to src-subdirectory
Nils Achtergarde
1
-0
/
+0
2017-12-31
recommit of ed8fb7fab377f277811368229b5d056e7edd860a (automatically restart g...
Nils Achtergarde
1
-1
/
+21
2017-12-30
verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to 7c874c55c82...
Ubbo Veentjer
1
-3
/
+11
2017-12-30
recommit of b0810ed26a4f71da4f7a0e84597714e3669e7228 (possibility for detache...
Ubbo Veentjer
1
-2
/
+9
2016-02-07
refactored slots and signals
nils
1
-6
/
+6
2014-06-22
fix compilation with gcc >= 4.7
ubbo
1
-4
/
+1
2014-01-03
BUGFIX: export of private key in non-ascii path fixed
nils
1
-7
/
+10
2012-06-02
automatically restart gpg4usb after changing keydb path (and add note that re...
nils
1
-1
/
+20
2012-05-01
verify file working now
ubbo
1
-1
/
+1
2012-05-01
verify for files (not yet working)
ubbo
1
-3
/
+11
2012-05-01
possibility for detached signing in gpgcontext
ubbo
1
-2
/
+9
2012-04-02
also drop pwcache after signing if confset
ubbo
1
-0
/
+4
2012-04-02
merge with 0.3.2
ubbo
1
-5
/
+4
2012-03-31
fix some issues with utf8 strings in keys
ubbo
1
-1
/
+1
2012-03-31
fix some issues with utf8 strings in keys
ubbo
1
-2
/
+2
2012-03-07
added missing tr in password dialog
nils
1
-1
/
+1
2012-03-07
set maximum keysize of elgamal subkey to 65536
nils
1
-1
/
+0
2012-03-05
show password dialog in middle of app window
nils
1
-2
/
+2
2012-03-05
show password dialog in middle of app window
nils
1
-2
/
+2
2012-01-15
fix cancel bug on windows. yay ! :) . thanx to sylphed-sources for the pointe...
ubbo
1
-5
/
+12
2012-01-09
tell gpgme and qt version this app was compiled with in about dialog
ubbo
1
-0
/
+4
2012-01-08
added member mkeylist to gpgcontext for use in getkeybyfpr and getkeybyid
nils
1
-4
/
+10
2012-01-03
show message in statusbar of mainwindow when key is exported to file in keyma...
nils
1
-4
/
+1
2011-12-29
fix crash on decrypt with no data
ubbo
1
-2
/
+4
2011-12-28
add GPG4USB_NON_PORTABLE flag, which could be used to build non portable app ...
ubbo
1
-1
/
+2
2011-12-28
return empty key if nothing found
ubbo
1
-0
/
+4
2011-12-28
show useful error message when no matching private key for decryption found
ubbo
1
-3
/
+19
2011-12-28
fix utf8 decoding of gpg-error messages
ubbo
1
-5
/
+12
2011-12-27
add methods getKexByFpr / byId to gpgcontext
ubbo
1
-0
/
+27
2011-12-26
added structure for keyimportresult and emit keydbchanged in gpgcontext
nils
1
-8
/
+54
2011-12-06
copyright headers
ubbo
1
-1
/
+1
2011-12-06
use gpgconstants
ubbo
1
-4
/
+4
2011-11-21
added dialog after key import
nils
1
-3
/
+12
2011-10-29
refactored gpgwin -> mainwindow and context -> gpgcontext
nils
1
-26
/
+26
2011-10-22
changed to GPLv3
nils
1
-7
/
+6
2011-10-21
strike out expired keys
ubbo
1
-1
/
+2
2011-10-17
also export public key on private key export, but error handling still needs ...
nils
1
-0
/
+8
2011-10-14
return false in sign method if user canceld password input to prevent text-lo...
ubbo
1
-27
/
+24
2011-10-12
verifynotification and verifydetailsdialog is refreshed on keylist-change, bt...
nils
1
-0
/
+9
2011-10-11
moved textissigned to context
nils
1
-0
/
+16
2011-10-11
moved preventnodataerr to context.cpp, added refresh slots for verify
nils
1
-0
/
+18
2011-09-28
minor beautyfiyng and repaired cimpile warnings
nils
1
-3
/
+3
2011-09-08
only use private keys to sign and print adequate message, if no private key i...
nils
1
-11
/
+2
2011-08-23
ignore whitespaces at end and before text when checking, if message is comple...
nils
1
-2
/
+0
2011-08-18
changed verifylabellist back to one verifylabel and updated TODO
nils
1
-1
/
+2
2011-08-02
added information to verifylabel and functionalitiy to import missing keys. D...
nils
1
-0
/
+1
2011-07-26
changed bool iscompletlysigned to int issigned and added setverifylabel to ve...
nils
1
-14
/
+0
2011-07-22
independent notifcation area
nils
1
-0
/
+2
2011-07-18
verify returns gpgme_op_verify_result
nils
1
-82
/
+4
2011-07-12
make sign undoable,change return value checkErr to int
nils
1
-3
/
+9
[next]