index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jobs
Age
Commit message (
Expand
)
Author
2016-10-17
Changed the order of arguments in SyncJob::SyncJob()
Kitsune Ral
2016-10-15
BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...
Kitsune Ral
2016-10-14
MediaThumbnailJob: Use QSize instead of two separate int's for size
Kitsune Ral
2016-10-11
Merge pull request #32 from Fxrh/kitsune-memory-care
Felix Rohrbach
2016-10-11
Removed long obsolete initialsyncjob.* files (fixes #37)
Kitsune Ral
2016-10-07
Fix building with VS2013
Kitsune Ral
2016-10-07
Fixed massive leaks of Event objects
Kitsune Ral
2016-09-11
Explicitly stop the timer in finishJob()
Kitsune Ral
2016-09-08
Fix MediaThumbnailJob
Felix Rohrbach
2016-09-06
Connection: homeserver(); Connection and ConnectionData: accessToken(); acces...
Kitsune Ral
2016-08-31
QList<Event*> -> using Events=QVector<Event*>
Kitsune Ral
2016-08-23
Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointers
Felix Rohrbach
2016-08-23
CheckAuthMethods: fixed parseJson() to return some value
Kitsune Ral
2016-08-23
Merge pull request #15 from Fxrh/kitsune-dropped-kcoreaddons
KitsuneRal
2016-08-22
Replaced QList<> with QVector<> where appropriate + minor code cleanup
Kitsune Ral
2016-07-28
Cleanup
Kitsune Ral
2016-07-28
Fixed double-emission of signal(s) on job timeout + general cleanup
Kitsune Ral
2016-07-27
Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur...
Kitsune Ral
2016-07-26
Split BaseJob::gotReply into checkReply and parseReply + internal tweaks to B...
Kitsune Ral
2016-07-26
Rewritten BaseJob to not depend on KJob.
Kitsune Ral
2016-07-26
Added a missing #include.
Kitsune Ral
2016-07-26
Log creation/deletion of jobs (especially SyncJob)
Kitsune Ral
2016-07-22
Introduced LogoutJob
Kitsune Ral
2016-07-22
Separate errors of access denial kind to a different BaseJob error code as we...
Kitsune Ral
2016-07-22
Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work).
Kitsune Ral
2016-06-02
Merge pull request #10 from ilpianista/master
KitsuneRal
2016-05-30
Require Qt 5.2.0
Andrea Scarpino
2016-05-27
Use 'override' keyword throughout job classes; constify apiPath(), query(), d...
Kitsune Ral
2016-05-27
Set the object name for each job, to make it clear which job has failed
Kitsune Ral
2016-05-27
Use nullptr
Kitsune Ral
2016-05-27
Don't assign the token twice
Kitsune Ral
2016-05-26
Load a different set of event lists depending on the join state (and actually...
Kitsune Ral
2016-05-26
Introducing EventList class + minor fix
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
2016-05-06
Add separate success() and failure() signals to BaseJob
Kitsune Ral
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
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral