aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed to GPLv3nils2011-10-221-6/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
* more visible error if GPG_ERR_BAD_SIGNATUREubbo2011-10-171-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@561 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some text text changes, add method getKeyByFpr()ubbo2011-10-171-2/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@557 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set modal and parent for key details dialog. left margin for ↵nils2011-09-141-0/+2
| | | | | | verifynotification. More doxygen git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added information to verifylabel and functionalitiy to import missing keys. ↵nils2011-08-021-0/+3
| | | | | | 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
* add dummy method markKeys to keylist widgetubbo2011-07-161-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@499 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now there's no asking to save every single document, if multiple documents ↵nils2011-01-231-3/+0
| | | | | | are saved. Furthermore a lot of cleaning git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@443 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved open,save,saveas and print slots to textedit-classnils2011-01-011-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@416 34ebc366-c3a9-4b3c-9f84-69acf7962910
* corrected behaviour of confirmation dialog on key importnils2010-12-301-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@413 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added confirmation box for import keys through drop in keylist. Also added ↵nils2010-12-301-1/+1
| | | | | | the appropriate setting in settings dialog. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@412 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added possibility to import keys through dropping key-files on keylist or ↵nils2010-12-281-1/+3
| | | | | | through dropping marked keys on keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@409 34ebc366-c3a9-4b3c-9f84-69acf7962910
* more booleans in settings, updated attachment-todoubbo2010-05-151-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@334 34ebc366-c3a9-4b3c-9f84-69acf7962910
* only save and restore checked private keysnils2010-05-101-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@319 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added save and restore checked keysnils2010-05-071-0/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@315 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed QList<QString> to QStringList and reverted gpg4usb.pro (no static ↵nils2010-05-051-2/+2
| | | | | | building) and added spanish translation files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@312 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cosmetic changes(indention)nils2009-09-191-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ↵nils2008-10-081-1/+3
| | | | | | of them changed git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@186 34ebc366-c3a9-4b3c-9f84-69acf7962910
* Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils2008-10-021-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@182 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reorganized constructor of keylistubbo2008-09-291-3/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@178 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved keydelete-action from keylist to gpgwinubbo2008-09-291-9/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@176 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed names of functions deletekey and deletekeys to deleteSelectedKeys ↵nils2008-09-221-5/+5
| | | | | | and deleteCheckedKeys git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@172 34ebc366-c3a9-4b3c-9f84-69acf7962910
* Where possible, replaced includes with class. So the compiling should go fasternils2008-09-131-8/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@164 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved the include entries from cpp to header filesnils2008-09-131-0/+5
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@163 34ebc366-c3a9-4b3c-9f84-69acf7962910
* use QTableWidget instead of QListWidget in KeyList, use bool for privkey in ↵nils2008-09-121-3/+2
| | | | | | context git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@160 34ebc366-c3a9-4b3c-9f84-69acf7962910
* start of binary-file handling (decrypt/encrypt), kind of works, but still a ↵ubbo2008-08-161-0/+6
| | | | | | lot has to be done git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@145 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reorganized svn to support tags and branchesubbo2008-08-151-0/+55
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@142 34ebc366-c3a9-4b3c-9f84-69acf7962910