aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-07experiment with QSettings, store & restore size and location of mainwindow, s...ubbo1-0/+12
2010-01-31add russion translation from kirillubbo1-0/+2
2010-01-29added keymgmt to menunils1-1/+2
2010-01-26edited about-menuesigi1-5/+3
2010-01-13start on keydetailsdialogubbo1-1/+1
2010-01-03halfway fix utf8-encoding (quoted printable still doesn't show correct), add ...ubbo1-3/+2
2009-09-24changed *.* to * in all file dialogs to show really all filesnils1-1/+1
2009-09-19commented out delete-selected-keys action outside keymanagementubbo1-5/+5
2009-09-19fix segfaultubbo1-0/+1
2009-09-19cosmetic changes(indention)nils1-59/+62
2009-09-19enhanced key generation dialognils1-3/+7
2009-01-04added pwstrength-check to key generationnils1-0/+1
2009-01-04added file en-/decryption dialognils1-1/+18
2008-10-14changed setStatusTip to setToolTip for actionsnils1-19/+19
2008-10-14added key generation to keymanagementnils1-7/+12
2008-10-08deleted unnecessary mkeylist->refresh statementsnils1-4/+0
2008-10-04renamed myCtx to mCtx in gpgwin*nils1-11/+11
2008-10-04in keylist added append selected keys to textnils1-4/+18
2008-10-02Eliminated underscores in some variables 8m_ctx, m_keylist and m_attachmets)nils1-14/+14
2008-10-02added keymanagement including export of keysnils1-7/+9
2008-09-29reorganized constructor of keylistubbo1-3/+1
2008-09-29added key management windowubbo1-4/+12
2008-09-29moved keydelete-action from keylist to gpgwinubbo1-44/+62
2008-09-13moved the include entries from cpp to header filesnils1-16/+1
2008-09-12use QTableWidget instead of QListWidget in KeyList, use bool for privkey in c...nils1-4/+4
2008-09-11simple fix for 'NO DATA'-error nils1-1/+16
2008-09-11added import key dialognils1-3/+50
2008-08-28Added import key from clipboard and added some variables for menu-handlingnils1-0/+11
2008-08-28added variables for menu and made submenu for keyimportnils1-18/+19
2008-08-16start of binary-file handling (decrypt/encrypt), kind of works, but still a l...ubbo1-2/+16