aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* astyle code beautyfyingubbo2010-05-151-37/+38
* changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils2010-05-051-1/+1
* key mgmt position and size is saved (if it is wished)nils2010-04-111-0/+25
* icon seetings are kept for key management instantlynils2010-04-091-2/+3
* settings are taken instantly. No program restart necessary.nils2010-03-281-2/+3
* icon style settings added and icon settings are also used by key managementnils2010-03-281-2/+6
* export private key functionalityubbo2010-01-311-1/+1
* recognize secret keys for keydetailsdialogubbo2010-01-311-0/+1
* also show properties of el-gamal key / version set to 0.2.2ubbo2010-01-311-1/+6
* warning-dialog for deleting keysubbo2010-01-311-2/+14
* key properties beautifiednils2010-01-311-1/+0
* set the minimum key size to 768 bit in key generation (gnupg requires el-gama...nils2010-01-311-1/+1
* fixed the keysize bug. keys were created wit maximal 1024 bit. Now the El-Gam...nils2010-01-311-2/+3
* start on keydetailsdialogubbo2010-01-131-0/+13
* changed efault keysize to 2048 bit0.2nils2009-09-271-1/+1
* fixed bug in key generating, that no passphrase was given for never expiring ...nils2009-09-251-3/+5
* changed *.* to * in all file dialogs to show really all filesnils2009-09-241-2/+2
* updated german tranlation filesnils2009-09-191-2/+2
* cosmetic changes(indention)nils2009-09-191-198/+207
* new version number and smaller changesnils2009-09-191-6/+4
* enhanced key generation dialognils2009-09-191-26/+22
* changed progressbar to splashcreen for key generating...(dont know, if this i...nils2009-09-181-7/+19
* put keygeneration to own thread for GUI responsibilitynils2009-09-131-7/+29
* updated TODO and fixed key export error, when no key is selectednils2009-01-041-5/+6
* added pwstrength-check to key generationnils2009-01-041-13/+36
* added expire date in key generationnils2008-10-141-14/+44
* changed setStatusTip to setToolTip for actionsnils2008-10-141-8/+8
* added key generation to keymanagementnils2008-10-141-2/+130
* deleted unnecessary mkeylist->refresh statementsnils2008-10-081-4/+0
* now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils2008-10-081-1/+1
* in keylist added append selected keys to textnils2008-10-041-5/+4
* Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils2008-10-021-13/+13
* added keymanagement including export of keysnils2008-10-021-4/+50
* deleted #include keyutils...nils2008-09-291-1/+1
* reorganized constructor of keylistubbo2008-09-291-3/+1
* added key management windowubbo2008-09-291-0/+131