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
/
mediathumbnailjob.cpp
Age
Commit message (
Expand
)
Author
2018-01-14
BaseJob::Data -> RequestData; support QIODevice* input/output
Kitsune Ral
2018-01-09
MediaThumbnailJob: Rewire to GetContentThumbnailJob; decommission ThumbnailType
Kitsune Ral
2018-01-09
BaseJob, MediaThumbnailJob: Support request and response headers
Kitsune Ral
2017-12-28
Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...
Kitsune Ral
2017-10-13
All jobs: Drop ConnectionData parameter from the constructor
Kitsune Ral
2017-09-15
MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail()
Kitsune Ral
2017-05-09
Code cleanup and tweaking (partially driven by clang-tidy)
Kitsune Ral
2017-04-30
Port to categorized logging
Elvis Angelaccio
2017-04-02
Renamed JobHttpType to more fitting HttpVerb; removed Job from enum values
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-09-08
Fix MediaThumbnailJob
Felix Rohrbach
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-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-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral