Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Apply suggestions from code review | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-01 | Various improvements and fixes | Tobias Fella | |
2021-12-01 | Add mxc protocol to the networkaccessmanager | Tobias Fella | |
2021-09-12 | MxcReply: make sure to create a Private object | Alexey Rusakov | |
2021-09-11 | Further tweaks to MxcReply | Alexey Rusakov | |
- QNetworkReply::isSequential() already returns `true`, there's no need to overload it again. - Use `Q_SLOTS` instead of `slots` because it's an external library interface and clients may use other libraries using `slots` identifier; - Use `emit` instead of `Q_EMIT` because this is a part of internal implementation and if we ever use a library that has an `emit` identifier, a massive search-replace will be in order anyway. - Use `QMetaObject::invokeMethod()` with a queued connection as a clearer way to achieve the same goal as `QTimer::singleShot(0, ...)`. | |||
2021-09-10 | Return a failed MxcReply on invalid requests | Tobias Fella | |
2021-09-07 | Fix showing non-animated Images | Tobias Fella | |
2021-09-05 | Implement the mxc protocol in the NetworkAccessManager | Tobias Fella | |
Allows images to be loaded using the NetworkAccessManager instead of an ImageProvider |