aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/wkspublishjob.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-19qt: Improve WKSPublishJob apidocAndre Heinecke1-4/+13
* lang/qt/src/wkspublishjob.h: Improve doc.
2016-10-05qt: Fix spelling error in WKSPublishJobAndre Heinecke1-1/+1
* src/qgpgmewkspublishjob.cpp, src/qgpgmewkspublishjob.h, src/wkspublishjob.h, tests/t-wkspublish.cpp: Fix spelling of received. * src/configure.ac (LIBQGPGME_LT_CURRENT): Bump accordingly. -- While this is an API break I've decided to fix this now instead of deprecating / keeping it around forever in the API. The only known users of QGpgME are KDE Applications and there it is not yet used.
2016-09-23Fix spellingDaniel Kahn Gillmor1-1/+1
* lang/cpp/src/context.h, lang/qt/src/protocol.h, lang/qt/src/wkspublishjob.h, src/data-identify.c, src/engine-gpg.c: minor spelling cleanup. -- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-08-25qt: Add WKSPublishJobAndre Heinecke1-0/+101
* lang/qt/src/Makefile.am: Add new files. * lang/qt/src/job.cpp: Include moc / subclass stub. * lang/qt/src/protocol.h: Add virtual for new job. * lang/qt/src/protocol_p.h: Add job. * lang/qt/src/wkspublishjob.h: Interface for WKSPublishJob. * lang/qt/src/qgpgmewkspublishjob.cpp, lang/qt/src/qgpgmewkspublishjob.h: New. -- The Job was originally intended to be used with a SpawnEngine Context but QProcess was a better fit for the job. Usage is similar to the client tool. check, create, recieve.