aboutsummaryrefslogtreecommitdiff
path: root/avatar.cpp
AgeCommit message (Expand)Author
2018-01-25Room, User: expose avatarMediaId(); declare User for the metatype systemKitsune Ral
2018-01-24Typo fixes for the previous commitKitsune Ral
2018-01-24Avatar: Only allow mxc:// links for avatarsKitsune Ral
2018-01-09Avatar: Use QPointer<> and isJobRunning()Kitsune Ral
2018-01-09Avatar: Mark get() as const operationKitsune Ral
2018-01-09Avatar: Use Connection::getThumbnail instead of callApi<>Kitsune Ral
2017-12-28Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...Kitsune Ral
2017-12-25Use pimpl for AvatarsKitsune Ral
2017-11-21Eliminate race condition in Avatar::get()Kitsune Ral
2017-10-26Move out the avatar code from UserKitsune Ral