Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-26 | Log creation/deletion of jobs (especially SyncJob) | Kitsune Ral | |
Due to signal-slot processing it's not obvious when exactly each job object is deleted. | |||
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-27 | Use nullptr | Kitsune Ral | |
2016-05-06 | Enhanced logging of job failures | Kitsune Ral | |
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 | Merge remote-tracking branch 'upstream/master' | David A Roberts | |
2016-04-12 | Resolve Matrix SRV records. | David A Roberts | |
2016-04-11 | Minor fixes and cleanup | Kitsune Ral | |
1. Remove accidental trailing \ 2. Show the contents of NetworkError in logs | |||
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |