Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt: Make audit parameters of result signal optional | Ingo Klöcker | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | lang/qt/src/quickjob.h (QuickJob::result): Make parameters auditLogAsHtml and audigLogError optional. -- This aligns the signature of QuickJob's result signal with the result signals of the other Job subclasses. GnuPG-bug-id: 5094 | ||||
* | qt: Add support for revoke signature quick command | Ingo Klöcker | 2020-10-29 | 1 | -0/+11 |
| | | | | | | | | | | * lang/qt/src/quickjob.h (QuickJob::startRevokeSignature): New. * lang/qt/src/qgpgmequickjob.h, lang/qt/src/qgpgmequickjob.cpp (QGpgMEQuickJob::startRevokeSignature): New. * lang/qt/src/qgpgmequickjob.cpp (revokeSignatureWorker): New. -- GnuPG-bug-id: 5094 | ||||
* | qt: Add job for quick commands | Andre Heinecke | 2017-12-01 | 1 | -0/+83 |
* lang/qt/src/qgpgmequickjob.cpp, lang/qt/src/qgpgmequickjob.h, lang/qt/src/quickjob.h: New. * lang/qt/src/Makefile.am, lang/qt/src/protocol.h, lang/qt/src/protocol_p.h, lang/qt/src/job.cpp: Update accordingly. -- Keeping it in line with the Job for everything pattern. Although it's reduced to one job for four commands as the commands all behave the same. |