aboutsummaryrefslogtreecommitdiff
path: root/jobs
AgeCommit message (Expand)Author
2016-11-01Removed unused #includesKitsune Ral
2016-10-31Code cleanup upon inspection in CLionKitsune Ral
2016-10-21Fixed building on VS2013Kitsune Ral
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-10-11Merge pull request #32 from Fxrh/kitsune-memory-careFelix Rohrbach
2016-10-11Removed long obsolete initialsyncjob.* files (fixes #37)Kitsune Ral
2016-10-07Fix building with VS2013Kitsune Ral
2016-10-07Fixed massive leaks of Event objectsKitsune Ral
2016-09-11Explicitly stop the timer in finishJob()Kitsune Ral
2016-09-08Fix MediaThumbnailJobFelix Rohrbach
2016-09-06Connection: homeserver(); Connection and ConnectionData: accessToken(); acces...Kitsune Ral
2016-08-31QList<Event*> -> using Events=QVector<Event*>Kitsune Ral
2016-08-23Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointersFelix Rohrbach
2016-08-23CheckAuthMethods: fixed parseJson() to return some valueKitsune Ral
2016-08-23Merge pull request #15 from Fxrh/kitsune-dropped-kcoreaddonsKitsuneRal
2016-08-22Replaced QList<> with QVector<> where appropriate + minor code cleanupKitsune Ral
2016-07-28CleanupKitsune Ral
2016-07-28Fixed double-emission of signal(s) on job timeout + general cleanupKitsune Ral
2016-07-27Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...Kitsune Ral
2016-07-26Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B...Kitsune Ral
2016-07-26Rewritten BaseJob to not depend on KJob.Kitsune Ral
2016-07-26Added a missing #include.Kitsune Ral
2016-07-26Log creation/deletion of jobs (especially SyncJob)Kitsune Ral
2016-07-22Introduced LogoutJobKitsune Ral
2016-07-22Separate errors of access denial kind to a different BaseJob error code as we...Kitsune Ral
2016-07-22Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work).Kitsune Ral
2016-06-02Merge pull request #10 from ilpianista/masterKitsuneRal
2016-05-30Require Qt 5.2.0Andrea Scarpino
2016-05-27Use 'override' keyword throughout job classes; constify apiPath(), query(), d...Kitsune Ral
2016-05-27Set the object name for each job, to make it clear which job has failedKitsune Ral
2016-05-27Use nullptrKitsune Ral
2016-05-27Don't assign the token twiceKitsune Ral
2016-05-26Load a different set of event lists depending on the join state (and actually...Kitsune Ral
2016-05-26Introducing EventList class + minor fixKitsune Ral
2016-05-06Enhanced logging of job failuresKitsune Ral
2016-05-06Make sure the QNetworkReply object is aborted at any failure and even silent ...Kitsune Ral
2016-05-06Add separate success() and failure() signals to BaseJobKitsune Ral
2016-04-12Merge remote-tracking branch 'upstream/master'David A Roberts
2016-04-12Resolve Matrix SRV records.David A Roberts
2016-04-11Minor fixes and cleanupKitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral