aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed includes to class declarations where possible and moved includes and ↵nils2011-08-271-3/+0
| | | | | | class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
* umlaute are handled correctly while signingnils2011-08-271-1/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@521 34ebc366-c3a9-4b3c-9f84-69acf7962910
* ignore whitespaces at end and before text when checking, if message is ↵nils2011-08-231-63/+60
| | | | | | completely signed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@520 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show appropriate filename in key export to filenils2011-08-231-4/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@519 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added icons for sign and verify and the actions to toolbarnils2011-08-231-4/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@518 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added copy mailaddress to clipboard in keylistnils2011-08-211-21/+34
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@517 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed verifylabellist back to one verifylabel and updated TODOnils2011-08-181-5/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@516 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed verifylabel to verifylabellist and added states ok,warn,crit for ↵nils2011-08-131-2/+5
| | | | | | verifylabels git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@514 34ebc366-c3a9-4b3c-9f84-69acf7962910
* just commentsnils2011-08-101-19/+17
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@512 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added detail dialog to verificationwidgetnils2011-08-081-10/+24
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@511 34ebc366-c3a9-4b3c-9f84-69acf7962910
* only show import key action in verificynotification-menu when theres missing ↵nils2011-08-081-0/+7
| | | | | | key on verify git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@510 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed removeNoteByClassname to hideNoteByClassname since remove doesn't worknils2011-08-081-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@509 34ebc366-c3a9-4b3c-9f84-69acf7962910
* css for verifynotificationnils2011-08-031-1/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@508 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added information to verifylabel and functionalitiy to import missing keys. ↵nils2011-08-021-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
* changed bool iscompletlysigned to int issigned and added setverifylabel to ↵nils2011-07-261-11/+14
| | | | | | verifynotification-class git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@505 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added isCompletelySigned functionnils2011-07-231-0/+12
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@504 34ebc366-c3a9-4b3c-9f84-69acf7962910
* independent notifcation areanils2011-07-221-2/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910
* verify returns gpgme_op_verify_resultnils2011-07-181-4/+17
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@502 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add action for cleaning double linebreaksubbo2011-07-161-0/+18
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@498 34ebc366-c3a9-4b3c-9f84-69acf7962910
* make sign undoable,change return value checkErr to intnils2011-07-121-2/+7
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@495 34ebc366-c3a9-4b3c-9f84-69acf7962910
* dont show grid in keyimportdialog when empty,add kyserverimport to ↵nils2011-07-111-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
* added preventnodataerr for verifyingnils2011-07-111-1/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@492 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added Qlabel at the buttom of textedit for verifynils2011-07-111-1/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@491 34ebc366-c3a9-4b3c-9f84-69acf7962910
* import of keys from keyserver works nownils2011-03-141-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@482 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added import key from keyserver dialognils2011-03-121-3/+12
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@480 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated german translationnils2011-02-021-27/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@467 34ebc366-c3a9-4b3c-9f84-69acf7962910
* one word less ;-)ubbo2011-01-301-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@466 34ebc366-c3a9-4b3c-9f84-69acf7962910
* small text change to about-dialogubbo2011-01-301-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@465 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed text in about dialog to promote mailing list and contact pageubbo2011-01-301-11/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@464 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add logo and change about-boxubbo2011-01-301-6/+28
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@463 34ebc366-c3a9-4b3c-9f84-69acf7962910
* keydetailsdialog in gpgwinubbo2011-01-301-1/+14
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@462 34ebc366-c3a9-4b3c-9f84-69acf7962910
* don't replace text if decryption failed, e.g. there was no text to decryptubbo2011-01-301-1/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@459 34ebc366-c3a9-4b3c-9f84-69acf7962910
* restructured code of about dialognils2011-01-291-15/+22
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@458 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow decryption of empty messagesnils2011-01-291-23/+21
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@455 34ebc366-c3a9-4b3c-9f84-69acf7962910
* undoable encrypt and decryptnils2011-01-291-3/+13
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@454 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added platform independent shortcut for close tab and preferencesnils2011-01-241-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@450 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added platform independent shortcut for quitnils2011-01-241-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@449 34ebc366-c3a9-4b3c-9f84-69acf7962910
* made tabswitching platform independentnils2011-01-241-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@448 34ebc366-c3a9-4b3c-9f84-69acf7962910
* <CTRL> N for new tab default, <CTRL> T still worksubbo2011-01-231-1/+5
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@445 34ebc366-c3a9-4b3c-9f84-69acf7962910
* format text, filenames in save-as dialog, set version to 0.3ubbo2011-01-231-0/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now there's no asking to save every single document, if multiple documents ↵nils2011-01-231-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
* cleaned up a littlenils2011-01-211-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@442 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added quitdialog with checklist for documents to save, but there has to be ↵nils2011-01-171-4/+3
| | | | | | some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set focus to textedit on startnils2011-01-101-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@438 34ebc366-c3a9-4b3c-9f84-69acf7962910
* maybe save for anytab and current tab works nowubbo2011-01-051-2/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@435 34ebc366-c3a9-4b3c-9f84-69acf7962910
* revert qdebug that sneaked inubbo2011-01-031-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@429 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow exit when no tabs openubbo2011-01-031-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@428 34ebc366-c3a9-4b3c-9f84-69acf7962910
* allow exit when no tabs openubbo2011-01-031-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@427 34ebc366-c3a9-4b3c-9f84-69acf7962910
* change undo/redo menu-order, show filename on tab when opening file from ↵ubbo2011-01-031-1/+1
| | | | | | command line git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@425 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabsnils2011-01-021-2/+17
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@424 34ebc366-c3a9-4b3c-9f84-69acf7962910