aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-05add functonality for opening online help in qtextbrowser tabubbo1-1/+2
2011-12-05remove everything system tray related from trunkubbo1-53/+0
2011-12-04changed qplaintextedit to qtexteditnils1-1/+1
2011-11-17added file-toolbar, moved import key dropdown menu to keytoolbar, separated q...nils1-49/+18
2011-11-06 fixed a lot of bugs, where app crached, when no tab is opened (liek save as,...nils1-3/+39
2011-11-05added start wizard to help menunils1-8/+17
2011-11-03don't close on quit, keep in trayubbo1-4/+34
2011-11-03first tray with minimal functionality - close ;-)ubbo1-0/+25
2011-11-01added import toolbutton with popup-menu to keymanagement (but why it's colore...nils1-1/+0
2011-10-31added experimental popup import-toolbutton to toolbarnils1-0/+10
2011-10-30added first idea of wizardnils1-0/+10
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-31/+31
2011-10-25destroy attachmentdok if option parsemime not set, make sure only one attachm...ubbo1-2/+18
2011-10-24only create attachment dock if pgp-mime parsing enabledubbo1-2/+13
2011-10-23update about-dialog to gpl v3ubbo1-1/+1
2011-10-22changed to GPLv3nils1-6/+6
2011-10-17also export public key on private key export, but error handling still needs ...nils1-0/+14
2011-10-12verifynotification and verifydetailsdialog is refreshed on keylist-change, bt...nils1-70/+8
2011-10-11moved textissigned to contextnils1-17/+1
2011-10-11moved preventnodataerr to context.cpp, added refresh slots for verifynils1-27/+10
2011-10-06some commentingnils1-14/+14
2011-10-06changed hideNoteByClass to closeNoteByClassnils1-1/+1
2011-10-06removed beautifyfingerprint-method from gpgwinnils1-10/+2
2011-09-28removed doubled keyimport functions and actions from gpgwinnils1-51/+10
2011-09-28minor beautyfiyng and repaired cimpile warningsnils1-6/+0
2011-09-14bautify fingerprints in verifydetails and verifynotificationnils1-9/+10
2011-09-14set modal and parent for key details dialog. left margin for verifynotificati...nils1-1/+1
2011-09-12changed verifydetailsdialog, updated todoubbo1-2/+3
2011-09-11show details in different colours in verfiy detail dialog, further commenting...nils1-56/+27
2011-09-08beautified verifydetail-dialog and create doxygen-docu for private methodsnils1-24/+40
2011-09-08only use private keys to sign and print adequate message, if no private key i...nils1-3/+5
2011-09-06minor changes in verify-method and some doxygen documenationnils1-4/+7
2011-08-27changed includes to class declarations where possible and moved includes and ...nils1-3/+0
2011-08-27umlaute are handled correctly while signingnils1-1/+2
2011-08-23ignore whitespaces at end and before text when checking, if message is comple...nils1-63/+60
2011-08-23show appropriate filename in key export to filenils1-4/+0
2011-08-23added icons for sign and verify and the actions to toolbarnils1-4/+6
2011-08-21added copy mailaddress to clipboard in keylistnils1-21/+34
2011-08-18changed verifylabellist back to one verifylabel and updated TODOnils1-5/+4
2011-08-13changed verifylabel to verifylabellist and added states ok,warn,crit for veri...nils1-2/+5
2011-08-10just commentsnils1-19/+17
2011-08-08added detail dialog to verificationwidgetnils1-10/+24
2011-08-08only show import key action in verificynotification-menu when theres missing ...nils1-0/+7
2011-08-08changed removeNoteByClassname to hideNoteByClassname since remove doesn't worknils1-1/+1
2011-08-03css for verifynotificationnils1-1/+4
2011-08-02added information to verifylabel and functionalitiy to import missing keys. D...nils1-16/+38
2011-07-26changed bool iscompletlysigned to int issigned and added setverifylabel to ve...nils1-11/+14
2011-07-23added isCompletelySigned functionnils1-0/+12
2011-07-22independent notifcation areanils1-2/+9
2011-07-18verify returns gpgme_op_verify_resultnils1-4/+17