aboutsummaryrefslogtreecommitdiffstats
path: root/src/verifynotification.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-04put *.h and *.cpp to src-subdirectoryNils Achtergarde1-0/+0
2016-02-07refactored slots and signalsnils1-3/+3
2012-01-24moved layout definitions from header to sourcefile where possiblenils1-1/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-12-04changed qplaintextedit to qtexteditnils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@652 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 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-12verifynotification and verifydetailsdialog is refreshed on keylist-change, ↵nils1-4/+8
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/+3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@544 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-28minor beautyfiyng and repaired cimpile warningsnils1-10/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@538 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-18cleaned up class dependenciesnils1-2/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@537 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-09-14set modal and parent for key details dialog. left margin for ↵nils1-7/+7
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-1/+4
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-26/+24
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-40/+68
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-27changed includes to class declarations where possible and moved includes and ↵nils1-7/+6
class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-21added copy mailaddress to clipboard in keylistnils1-1/+7
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-25/+10
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-9/+24
verifylabels git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@514 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-10further commentsnils1-4/+35
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@513 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-10just commentsnils1-7/+15
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@512 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-08added detail dialog to verificationwidgetnils1-1/+2
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-0/+6
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-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@509 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-02added information to verifylabel and functionalitiy to import missing keys. ↵nils1-1/+11
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-1/+3
verifynotification-class git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@505 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-22independent notifcation areanils1-0/+23
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910