aboutsummaryrefslogtreecommitdiffstats
path: root/context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-15astyle code beautyfyingubbo1-21/+21
2010-05-05changed QList<QString> to QStringList and reverted gpg4usb.pro (no static bui...nils1-3/+3
2010-04-14fixed bug, that text cant be written after decryptnils1-1/+1
2010-02-03fixed umlauts in pathname problem for windows toonils1-2/+5
2010-01-31recognize secret keys for keydetailsdialogubbo1-1/+7
2010-01-31key properties beautifiednils1-11/+1
2010-01-31added key property dialognils1-5/+1
2010-01-27fixed the keydb not found error, if umlaute are in pathnamenils1-4/+6
2010-01-13start on keydetailsdialogubbo1-0/+21
2009-09-19add method for private-key export to contextubbo1-0/+27
2009-09-19cosmetic changes(indention)nils1-9/+9
2009-01-04updated TODO and fixed key export error, when no key is selectednils1-2/+3
2009-01-04added file en-/decryption dialognils1-8/+15
2008-10-14added key generation to keymanagementnils1-0/+9
2008-10-08renamed m_ctx to mCtx in context.*nils1-25/+25
2008-10-08now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ...nils1-0/+3
2008-10-02added keymanagement including export of keysnils1-0/+29
2008-09-13moved the include entries from cpp to header filesnils1-6/+1
2008-09-13no need for else now ;-)ubbo1-2/+0
2008-09-12use QTableWidget instead of QListWidget in KeyList, use bool for privkey in c...nils1-2/+2
2008-09-12fix for undefined int privkeynils1-0/+2
2008-08-16start of binary-file handling (decrypt/encrypt), kind of works, but still a l...ubbo1-4/+3