aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-15astyle code beautyfyingubbo1-37/+38
2010-05-05changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils1-1/+1
2010-04-11key mgmt position and size is saved (if it is wished)nils1-0/+25
2010-04-09icon seetings are kept for key management instantlynils1-2/+3
2010-03-28settings are taken instantly. No program restart necessary.nils1-2/+3
2010-03-28icon style settings added and icon settings are also used by key managementnils1-2/+6
2010-01-31export private key functionalityubbo1-1/+1
2010-01-31recognize secret keys for keydetailsdialogubbo1-0/+1
2010-01-31also show properties of el-gamal key / version set to 0.2.2ubbo1-1/+6
2010-01-31warning-dialog for deleting keysubbo1-2/+14
2010-01-31key properties beautifiednils1-1/+0
2010-01-31set the minimum key size to 768 bit in key generation (gnupg requires el-gama...nils1-1/+1
2010-01-31fixed the keysize bug. keys were created wit maximal 1024 bit. Now the El-Gam...nils1-2/+3
2010-01-13start on keydetailsdialogubbo1-0/+13
2009-09-27changed efault keysize to 2048 bit0.2nils1-1/+1
2009-09-25fixed bug in key generating, that no passphrase was given for never expiring ...nils1-3/+5
2009-09-24changed *.* to * in all file dialogs to show really all filesnils1-2/+2
2009-09-19updated german tranlation filesnils1-2/+2
2009-09-19cosmetic changes(indention)nils1-198/+207
2009-09-19new version number and smaller changesnils1-6/+4
2009-09-19enhanced key generation dialognils1-26/+22
2009-09-18changed progressbar to splashcreen for key generating...(dont know, if this i...nils1-7/+19
2009-09-13put keygeneration to own thread for GUI responsibilitynils1-7/+29
2009-01-04updated TODO and fixed key export error, when no key is selectednils1-5/+6
2009-01-04added pwstrength-check to key generationnils1-13/+36
2008-10-14added expire date in key generationnils1-14/+44
2008-10-14changed setStatusTip to setToolTip for actionsnils1-8/+8
2008-10-14added key generation to keymanagementnils1-2/+130
2008-10-08deleted unnecessary mkeylist->refresh statementsnils1-4/+0
2008-10-08now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils1-1/+1
2008-10-04in keylist added append selected keys to textnils1-5/+4
2008-10-02Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils1-13/+13
2008-10-02added keymanagement including export of keysnils1-4/+50
2008-09-29deleted #include keyutils...nils1-1/+1
2008-09-29reorganized constructor of keylistubbo1-3/+1
2008-09-29added key management windowubbo1-0/+131