aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-15use own tablemodel instead of qtablewidget for keylistkeylist-rewriteubbo1-15/+23
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