aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-04put *.h and *.cpp to src-subdirectoryNils Achtergarde1-185/+0
2017-12-30verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to ↵Ubbo Veentjer1-2/+4
7c874c55c8242baaa770c46718a5c66b3bf8284a)
2016-02-07refactored slots and signalsnils1-7/+7
2012-05-01verify for files (not yet working)ubbo1-2/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@909 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-06fixed minor cosmetic effectsnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@849 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-06updated translationf files and finished russian translationnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@848 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-05removed some qdebugsnils1-3/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@842 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-05fix sign and verify bug with utf8, which was already fixed in 0.3.1.1nils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@833 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-02removed some qdebugsnils1-3/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@830 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-03-01fix sign and verify bug with utf8, which was already fixed in 0.3.1.1nils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@820 34ebc366-c3a9-4b3c-9f84-69acf7962910
2012-01-24moved layout definitions from header to sourcefile where possiblenils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-28use getKeyByXXX from gpgcontext now, drop methods from keylistubbo1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@711 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-26show importdetaildialog in all placesnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@704 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-04changed qplaintextedit to qtexteditnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@652 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-28updated russian and german translationnils1-0/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@583 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-22changed to GPLv3nils1-6/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-17more visible error if GPG_ERR_BAD_SIGNATUREubbo1-32/+50
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@561 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-17close verifynotification on textchange()ubbo1-1/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@560 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-17date changeubbo1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@558 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-17some text text changes, add method getKeyByFpr()ubbo1-10/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@557 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-16added keyservertab to settingsnils1-2/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@553 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-15verifydetaildialog and verifynotification are refreshed, when keydb changednils1-6/+11
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@551 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-14fix multiple key import from serverubbo1-2/+3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@548 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-12verifynotification and verifydetailsdialog is refreshed on keylist-change, ↵nils1-5/+74
bt keydetailsdialog is doubled on keylist-change git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@546 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-11moved preventnodataerr to context.cpp, added refresh slots for verifynils1-0/+7
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@544 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-28minor beautyfiyng and repaired cimpile warningsnils1-42/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@538 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-14set modal and parent for key details dialog. left margin for ↵nils1-2/+1
verifynotification. More doxygen git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-12changed verifydetailsdialog, updated todoubbo1-3/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@531 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-11show details in different colours in verfiy detail dialog, further ↵nils1-7/+38
commenting and added fillTextEditWithText to textedit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@530 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-08only use private keys to sign and print adequate message, if no private key ↵nils1-7/+22
is checked. removed hideImportAction and added parameter to showImportAction. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@527 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-21added copy mailaddress to clipboard in keylistnils1-3/+11
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@517 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-18changed verifylabellist back to one verifylabel and updated TODOnils1-33/+13
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@516 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-13changed verifylabel to verifylabellist and added states ok,warn,crit for ↵nils1-12/+33
verifylabels git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@514 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-10further commentsnils1-7/+8
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@513 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-10just commentsnils1-5/+5
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@512 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-08added detail dialog to verificationwidgetnils1-2/+12
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@511 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-08only show import key action in verificynotification-menu when theres missing ↵nils1-2/+24
key on verify git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@510 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-08changed removeNoteByClassname to hideNoteByClassname since remove doesn't worknils1-8/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@509 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-03css for verifynotificationnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@508 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-02added information to verifylabel and functionalitiy to import missing keys. ↵nils1-10/+18
Dont show a delete dialog, if no key is checked git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@506 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-26changed bool iscompletlysigned to int issigned and added setverifylabel to ↵nils1-2/+6
verifynotification-class git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@505 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-22independent notifcation areanils1-0/+30
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910