aboutsummaryrefslogtreecommitdiffstats
path: root/src/keylist.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-04put *.h and *.cpp to src-subdirectoryNils Achtergarde1-0/+0
2017-12-30recommit of ffc7c45fee1bfa046cd2c605a43c9c5d2cf7eb62 (proof of concept for up...Nils Achtergarde1-0/+45
2016-02-07refactored slots and signalsnils1-3/+3
2016-02-06encrypt to selfnils1-0/+11
2012-03-21proof of concept for upload key to servernils1-0/+45
2012-01-19added file.close for every file.opennils1-0/+1
2012-01-19use ressource file for all icons and remove iconpathnils1-3/+2
2011-12-28also show importdetaildialog when dropping key on keylistnils1-3/+10
2011-12-28use getKeyByXXX from gpgcontext now, drop methods from keylistubbo1-35/+0
2011-11-19also strike out revoked keys in keylistnils1-1/+1
2011-10-30added first idea of wizardnils1-0/+10
2011-10-29refactored gpgwin -> mainwindow and context -> gpgcontextnils1-1/+1
2011-10-23reverted gpg4usb.pronils1-2/+0
2011-10-23verifydetaildialog doesn't crash anymorenils1-0/+2
2011-10-22changed to GPLv3nils1-6/+6
2011-10-21strike out expired keysubbo1-0/+9
2011-10-17more visible error if GPG_ERR_BAD_SIGNATUREubbo1-0/+18
2011-10-17some text text changes, add method getKeyByFpr()ubbo1-16/+11
2011-08-27changed includes to class declarations where possible and moved includes and ...nils1-1/+0
2011-08-02added information to verifylabel and functionalitiy to import missing keys. D...nils1-4/+29
2011-07-16add dummy method markKeys to keylist widgetubbo1-1/+1
2011-07-16add dummy method markKeys to keylist widgetubbo1-0/+8
2011-01-29show keys to delete in deletion dialognils1-3/+0
2011-01-02added shortcuts for tab-handling and made different bugfixesnils1-2/+2
2010-12-30corrected behaviour of confirmation dialog on key importnils1-17/+8
2010-12-30added confirmation box for import keys through drop in keylist. Also added th...nils1-15/+57
2010-12-28added possibility to import keys through dropping key-files on keylist or thr...nils1-2/+39
2010-09-30now checked keys in the mainwindow's keylist are also checked in the fileencr...nils1-0/+3
2010-09-29nearly added icon for attachments in statusbarnils1-11/+0
2010-05-15astyle code beautyfyingubbo1-8/+8
2010-05-10only save and restore checked private keysnils1-5/+14
2010-05-07added save and restore checked keysnils1-0/+25
2010-05-05changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils1-4/+4
2010-03-28added settingsdialog filesnils1-1/+1
2010-01-31translationsubbo1-1/+1
2009-09-19cosmetic changes(indention)nils1-10/+10
2008-10-08now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils1-1/+1
2008-10-02Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils1-33/+33
2008-09-29reorganized constructor of keylistubbo1-11/+4
2008-09-29added key management windowubbo1-1/+0
2008-09-29moved keydelete-action from keylist to gpgwinubbo1-27/+9
2008-09-26some code-reorganisation in keylist.cppubbo1-0/+5
2008-09-26some code-reorganisation in keylist.cppubbo1-20/+20
2008-09-26fix bug in keylist.cpp, that could couse crashing after refreshubbo1-0/+2
2008-09-22changed names of functions deletekey and deletekeys to deleteSelectedKeys and...nils1-7/+7
2008-09-20keylist.cpp: set items not editable / no focusubbo1-16/+21
2008-09-13moved the include entries from cpp to header filesnils1-6/+1
2008-09-12use QTableWidget instead of QListWidget in KeyList, use bool for privkey in c...nils1-21/+47