Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | Separate errors of access denial kind to a different BaseJob error code as ↵ | Kitsune Ral | |
well + stability fixes 1. Introduce ContentAccessDenied error code to BaseJob to allow clients to treat access denial errors differently from other network errors. 2. Since parseJson() overrides are responsible for calling emitResult(), the "default" BaseJob::parseJson() should call emitResult() as well. 3. Make sure BaseJob::fail() doesn't crash in absence of QNetworkReply. | |||
2016-05-27 | Use 'override' keyword throughout job classes; constify apiPath(), query(), ↵ | Kitsune Ral | |
data() Thanks to CLang model. | |||
2016-05-27 | Set the object name for each job, to make it clear which job has failed | Kitsune Ral | |
And we don't need two log lines for timeouts. | |||
2016-05-06 | Make sure the QNetworkReply object is aborted at any failure and even silent ↵ | Kitsune Ral | |
destruction of the job | |||
2016-05-06 | Add separate success() and failure() signals to BaseJob | Kitsune Ral | |
This is to facilitate processing of job results (see further commits). | |||
2016-04-12 | Resolve Matrix SRV records. | David A Roberts | |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |