aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put *.h and *.cpp to src-subdirectoryNils Achtergarde2018-01-041-321/+0
|
* recommit of ffc7c45fee1bfa046cd2c605a43c9c5d2cf7eb62 (proof of concept for ↵Nils Achtergarde2017-12-301-0/+45
| | | | upload key to server)
* refactored slots and signalsnils2016-02-071-3/+3
|
* encrypt to selfnils2016-02-061-0/+11
|
* added file.close for every file.opennils2012-01-191-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@767 34ebc366-c3a9-4b3c-9f84-69acf7962910
* use ressource file for all icons and remove iconpathnils2012-01-191-3/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910
* also show importdetaildialog when dropping key on keylistnils2011-12-281-3/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@714 34ebc366-c3a9-4b3c-9f84-69acf7962910
* use getKeyByXXX from gpgcontext now, drop methods from keylistubbo2011-12-281-35/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@711 34ebc366-c3a9-4b3c-9f84-69acf7962910
* also strike out revoked keys in keylistnils2011-11-191-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@638 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added first idea of wizardnils2011-10-301-0/+10
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@591 34ebc366-c3a9-4b3c-9f84-69acf7962910
* refactored gpgwin -> mainwindow and context -> gpgcontextnils2011-10-291-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reverted gpg4usb.pronils2011-10-231-2/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@566 34ebc366-c3a9-4b3c-9f84-69acf7962910
* verifydetaildialog doesn't crash anymorenils2011-10-231-0/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@565 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed to GPLv3nils2011-10-221-6/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
* strike out expired keysubbo2011-10-211-0/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@562 34ebc366-c3a9-4b3c-9f84-69acf7962910
* more visible error if GPG_ERR_BAD_SIGNATUREubbo2011-10-171-0/+18
| | | | 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-16/+11
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@557 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed includes to class declarations where possible and moved includes and ↵nils2011-08-271-1/+0
| | | | | | class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added information to verifylabel and functionalitiy to import missing keys. ↵nils2011-08-021-4/+29
| | | | | | 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-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@500 34ebc366-c3a9-4b3c-9f84-69acf7962910
* add dummy method markKeys to keylist widgetubbo2011-07-161-0/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@499 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show keys to delete in deletion dialognils2011-01-291-3/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@453 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added shortcuts for tab-handling and made different bugfixesnils2011-01-021-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@422 34ebc366-c3a9-4b3c-9f84-69acf7962910
* corrected behaviour of confirmation dialog on key importnils2010-12-301-17/+8
| | | | 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-15/+57
| | | | | | 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-2/+39
| | | | | | through dropping marked keys on keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@409 34ebc366-c3a9-4b3c-9f84-69acf7962910
* now checked keys in the mainwindow's keylist are also checked in the ↵nils2010-09-301-0/+3
| | | | | | fileencryption dialog's keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@380 34ebc366-c3a9-4b3c-9f84-69acf7962910
* nearly added icon for attachments in statusbarnils2010-09-291-11/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@379 34ebc366-c3a9-4b3c-9f84-69acf7962910
* astyle code beautyfyingubbo2010-05-151-8/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@336 34ebc366-c3a9-4b3c-9f84-69acf7962910
* only save and restore checked private keysnils2010-05-101-5/+14
| | | | 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/+25
| | | | 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-4/+4
| | | | | | building) and added spanish translation files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@312 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added settingsdialog filesnils2010-03-281-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@285 34ebc366-c3a9-4b3c-9f84-69acf7962910
* translationsubbo2010-01-311-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@261 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cosmetic changes(indention)nils2009-09-191-10/+10
| | | | 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/+1
| | | | | | 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-33/+33
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@182 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reorganized constructor of keylistubbo2008-09-291-11/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@178 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added key management windowubbo2008-09-291-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@177 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved keydelete-action from keylist to gpgwinubbo2008-09-291-27/+9
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@176 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some code-reorganisation in keylist.cppubbo2008-09-261-0/+5
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@175 34ebc366-c3a9-4b3c-9f84-69acf7962910
* some code-reorganisation in keylist.cppubbo2008-09-261-20/+20
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@174 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fix bug in keylist.cpp, that could couse crashing after refreshubbo2008-09-261-0/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@173 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed names of functions deletekey and deletekeys to deleteSelectedKeys ↵nils2008-09-221-7/+7
| | | | | | and deleteCheckedKeys git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@172 34ebc366-c3a9-4b3c-9f84-69acf7962910
* keylist.cpp: set items not editable / no focusubbo2008-09-201-16/+21
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@169 34ebc366-c3a9-4b3c-9f84-69acf7962910
* moved the include entries from cpp to header filesnils2008-09-131-6/+1
| | | | 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-21/+47
| | | | | | context git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@160 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reorganized svn to support tags and branchesubbo2008-08-151-0/+129
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@142 34ebc366-c3a9-4b3c-9f84-69acf7962910