aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* port of nils bugfix from trunk rev 602ubbo2011-11-131-0/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.1@609 34ebc366-c3a9-4b3c-9f84-69acf7962910
* save key management size and position, even if it closed via quit in menu ↵ubbo2011-11-131-3/+2
| | | | | | (BUGFIX) git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.1@606 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
* added keyserverimport with icon to toolbar in keymgmtnils2011-10-171-0/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@556 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fix 'objectname not set' warningubbo2011-10-151-1/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@550 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added list for signinginformation and minor bugfixnils2011-10-061-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@540 34ebc366-c3a9-4b3c-9f84-69acf7962910
* removed doubled keyimport functions and actions from gpgwinnils2011-09-281-7/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@539 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set modal and parent for key details dialog. left margin for ↵nils2011-09-141-1/+1
| | | | | | verifynotification. More doxygen git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed includes to class declarations where possible and moved includes and ↵nils2011-08-271-3/+0
| | | | | | class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show appropriate filename in key export to filenils2011-08-231-1/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@519 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added import from keyserver to keymgmtnils2011-08-021-0/+11
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@507 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added information to verifylabel and functionalitiy to import missing keys. ↵nils2011-08-021-0/+3
| | | | | | 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
* updated german translationnils2011-02-021-7/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@467 34ebc366-c3a9-4b3c-9f84-69acf7962910
* show keys to delete in deletion dialognils2011-01-291-4/+11
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@453 34ebc366-c3a9-4b3c-9f84-69acf7962910
* bug fixing deleting checked, not selected keys in keymgmtnils2011-01-291-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@451 34ebc366-c3a9-4b3c-9f84-69acf7962910
* reverted keymgmtnils2011-01-241-4/+91
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@446 34ebc366-c3a9-4b3c-9f84-69acf7962910
* format text, filenames in save-as dialog, set version to 0.3ubbo2011-01-231-89/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added quitdialog with checklist for documents to save, but there has to be ↵nils2011-01-171-2/+2
| | | | | | some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910
* astyle code beautyfyingubbo2010-05-151-37/+38
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@336 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed QList<QString> to QStringList and reverted gpg4usb.pro (no static ↵nils2010-05-051-1/+1
| | | | | | building) and added spanish translation files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@312 34ebc366-c3a9-4b3c-9f84-69acf7962910
* key mgmt position and size is saved (if it is wished)nils2010-04-111-0/+25
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@294 34ebc366-c3a9-4b3c-9f84-69acf7962910
* icon seetings are kept for key management instantlynils2010-04-091-2/+3
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@293 34ebc366-c3a9-4b3c-9f84-69acf7962910
* settings are taken instantly. No program restart necessary.nils2010-03-281-2/+3
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@287 34ebc366-c3a9-4b3c-9f84-69acf7962910
* icon style settings added and icon settings are also used by key managementnils2010-03-281-2/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@286 34ebc366-c3a9-4b3c-9f84-69acf7962910
* export private key functionalityubbo2010-01-311-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@258 34ebc366-c3a9-4b3c-9f84-69acf7962910
* recognize secret keys for keydetailsdialogubbo2010-01-311-0/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@257 34ebc366-c3a9-4b3c-9f84-69acf7962910
* also show properties of el-gamal key / version set to 0.2.2ubbo2010-01-311-1/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@256 34ebc366-c3a9-4b3c-9f84-69acf7962910
* warning-dialog for deleting keysubbo2010-01-311-2/+14
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@255 34ebc366-c3a9-4b3c-9f84-69acf7962910
* key properties beautifiednils2010-01-311-1/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@254 34ebc366-c3a9-4b3c-9f84-69acf7962910
* set the minimum key size to 768 bit in key generation (gnupg requires ↵nils2010-01-311-1/+1
| | | | | | el-gamal to be not smaller tan this) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@253 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed the keysize bug. keys were created wit maximal 1024 bit. Now the ↵nils2010-01-311-2/+3
| | | | | | El-Gamal key has correct size. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@252 34ebc366-c3a9-4b3c-9f84-69acf7962910
* start on keydetailsdialogubbo2010-01-131-0/+13
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@242 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed efault keysize to 2048 bit0.2nils2009-09-271-1/+1
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@229 34ebc366-c3a9-4b3c-9f84-69acf7962910
* fixed bug in key generating, that no passphrase was given for never expiring ↵nils2009-09-251-3/+5
| | | | | | keys git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@225 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed *.* to * in all file dialogs to show really all filesnils2009-09-241-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@224 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated german tranlation filesnils2009-09-191-2/+2
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@218 34ebc366-c3a9-4b3c-9f84-69acf7962910
* cosmetic changes(indention)nils2009-09-191-198/+207
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
* new version number and smaller changesnils2009-09-191-6/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@216 34ebc366-c3a9-4b3c-9f84-69acf7962910
* enhanced key generation dialognils2009-09-191-26/+22
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@215 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed progressbar to splashcreen for key generating...(dont know, if this ↵nils2009-09-181-7/+19
| | | | | | is better) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@213 34ebc366-c3a9-4b3c-9f84-69acf7962910
* put keygeneration to own thread for GUI responsibilitynils2009-09-131-7/+29
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@212 34ebc366-c3a9-4b3c-9f84-69acf7962910
* updated TODO and fixed key export error, when no key is selectednils2009-01-041-5/+6
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@207 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added pwstrength-check to key generationnils2009-01-041-13/+36
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@206 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added expire date in key generationnils2008-10-141-14/+44
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@191 34ebc366-c3a9-4b3c-9f84-69acf7962910
* changed setStatusTip to setToolTip for actionsnils2008-10-141-8/+8
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@190 34ebc366-c3a9-4b3c-9f84-69acf7962910
* added key generation to keymanagementnils2008-10-141-2/+130
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@189 34ebc366-c3a9-4b3c-9f84-69acf7962910
* deleted unnecessary mkeylist->refresh statementsnils2008-10-081-4/+0
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@188 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
* in keylist added append selected keys to textnils2008-10-041-5/+4
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@184 34ebc366-c3a9-4b3c-9f84-69acf7962910
* Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils2008-10-021-13/+13
| | | | git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@182 34ebc366-c3a9-4b3c-9f84-69acf7962910