aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-27changed includes to class declarations where possible and moved includes and ↵nils1-3/+0
class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-27umlaute are handled correctly while signingnils1-1/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@521 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-23ignore whitespaces at end and before text when checking, if message is ↵nils1-63/+60
completely signed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@520 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-23show appropriate filename in key export to filenils1-4/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@519 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-23added icons for sign and verify and the actions to toolbarnils1-4/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@518 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-21added copy mailaddress to clipboard in keylistnils1-21/+34
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-5/+4
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-2/+5
verifylabels git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@514 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-10just commentsnils1-19/+17
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@512 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-08-08added detail dialog to verificationwidgetnils1-10/+24
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/+7
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-03css for verifynotificationnils1-1/+4
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-16/+38
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-11/+14
verifynotification-class git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@505 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-23added isCompletelySigned functionnils1-0/+12
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@504 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-22independent notifcation areanils1-2/+9
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-18verify returns gpgme_op_verify_resultnils1-4/+17
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@502 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-16add action for cleaning double linebreaksubbo1-0/+18
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@498 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-12make sign undoable,change return value checkErr to intnils1-2/+7
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@495 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-11dont show grid in keyimportdialog when empty,add kyserverimport to ↵nils1-0/+3
keyimportdialogbox,show error message for unsifficient specific search string git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@493 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-11added preventnodataerr for verifyingnils1-1/+8
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@492 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-07-11added Qlabel at the buttom of textedit for verifynils1-1/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@491 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-03-14import of keys from keyserver works nownils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@482 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-03-12added import key from keyserver dialognils1-3/+12
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@480 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-02-02updated german translationnils1-27/+8
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@467 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30one word less ;-)ubbo1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@466 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30small text change to about-dialogubbo1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@465 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30changed text in about dialog to promote mailing list and contact pageubbo1-11/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@464 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30add logo and change about-boxubbo1-6/+28
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@463 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30keydetailsdialog in gpgwinubbo1-1/+14
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@462 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-30don't replace text if decryption failed, e.g. there was no text to decryptubbo1-1/+6
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@459 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-29restructured code of about dialognils1-15/+22
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@458 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-29allow decryption of empty messagesnils1-23/+21
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@455 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-29undoable encrypt and decryptnils1-3/+13
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@454 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-24added platform independent shortcut for close tab and preferencesnils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@450 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-24added platform independent shortcut for quitnils1-1/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@449 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-24made tabswitching platform independentnils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@448 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-23<CTRL> N for new tab default, <CTRL> T still worksubbo1-1/+5
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@445 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-23format text, filenames in save-as dialog, set version to 0.3ubbo1-0/+9
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-23now there's no asking to save every single document, if multiple documents ↵nils1-17/+8
are saved. Furthermore a lot of cleaning git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@443 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-21cleaned up a littlenils1-2/+2
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@442 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-17added quitdialog with checklist for documents to save, but there has to be ↵nils1-4/+3
some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-10set focus to textedit on startnils1-0/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@438 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-05maybe save for anytab and current tab works nowubbo1-2/+4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@435 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-03revert qdebug that sneaked inubbo1-1/+0
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@429 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-03allow exit when no tabs openubbo1-0/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@428 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-03allow exit when no tabs openubbo1-0/+1
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@427 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-03change undo/redo menu-order, show filename on tab when opening file from ↵ubbo1-1/+1
command line git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@425 34ebc366-c3a9-4b3c-9f84-69acf7962910
2011-01-02added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabsnils1-2/+17
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@424 34ebc366-c3a9-4b3c-9f84-69acf7962910