summary refs log tree commit diff
path: root/src/AvatarProvider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of year in license headersNicolas Werner2023-02-211-4/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-35/+34
|
* Add missing QPointer includeNicolas Werner2021-03-171-0/+1
|
* Clean up notification code a bitNicolas Werner2021-03-171-38/+27
|
* Switch readImage to take a reference instead of a pointerLoren Burkholder2021-03-171-2/+2
| | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else.
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Fix some compiler warningsNicolas Werner2020-12-251-1/+1
|
* Fix avatars in notificationsNicolas Werner2020-09-161-5/+6
|
* Respect exif rotation of imagesNicolas Werner2020-04-261-4/+4
| | | | | | Sometimes thumbnails still have the wrong dimensions, as they are scaled to fit inside a rectange of the reported size in the image. Not sure, who is wrong there, the media repo or we.
* Fix blurry avatarsNicolas Werner2020-01-231-3/+4
| | | | They accidentally used the same state key...
* Fix room avatars in settingsNicolas Werner2020-01-211-1/+1
|
* Reduce avatar cache sizeNicolas Werner2020-01-141-2/+0
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-11/+3
|
* Size images/videos by timeline widthNicolas Werner2019-11-231-2/+2
|
* Use system colors for nowNicolas Werner2019-11-231-4/+0
|
* Fix usage of deprecated findNicolas Werner2019-08-281-1/+1
|
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-9/+46
|
* Create user profile modalKonstantinos Sideris2018-07-201-0/+2
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+72