ea6f15ed60
* lang/qt/src/job.h (Job): Add signals jobProgress and rawProgress. Deprecate signal progress. * lang/qt/src/multideletejob.cpp (MultiDeleteJob::slotResult): Emit new progress signals. * lang/qt/src/qgpgmerefreshsmimekeysjob.cpp (QGpgMERefreshSMIMEKeysJob::slotStatus): Ditto. * lang/qt/src/threadedjobmixin.h (ThreadedJobMixin::showProgress): Use modern overload of QMetaObject::invokeMethod to forward the progress signal and add the value of what. Add forwarding of progress to the new signals. * lang/qt/tests/t-encrypt.cpp (EncryptionTest::testProgress): Test the new signals instead of the deprecated one. -- The new signal jobProgress omits the what value which is useless for most consumers. The new signal rawProgress makes all information provided by the backend available to consumers. The latter is not really meant to be used by users of gpgme. It will be used by the archive jobs to provide more user-friendly signals. GnuPG-bug-id: 6342 |
||
---|---|---|
.. | ||
final.test | ||
initial.test | ||
Makefile.am | ||
run-decryptverifyarchivejob.cpp | ||
run-encryptarchivejob.cpp | ||
run-exportjob.cpp | ||
run-importjob.cpp | ||
run-keyformailboxjob.cpp | ||
run-receivekeysjob.cpp | ||
run-refreshkeysjob.cpp | ||
run-signarchivejob.cpp | ||
t-addexistingsubkey.cpp | ||
t-changeexpiryjob.cpp | ||
t-config.cpp | ||
t-decryptverify.cpp | ||
t-encrypt.cpp | ||
t-import.cpp | ||
t-keylist.cpp | ||
t-keylocate.cpp | ||
t-ownertrust.cpp | ||
t-remarks.cpp | ||
t-revokekey.cpp | ||
t-setprimaryuserid.cpp | ||
t-support.cpp | ||
t-support.h | ||
t-tofuinfo.cpp | ||
t-trustsignatures.cpp | ||
t-various.cpp | ||
t-verify.cpp | ||
t-wkdlookup.cpp | ||
t-wkspublish.cpp |