summary refs log tree commit diff
path: root/src/MxcImageProvider.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-2/+4
|
* lintNicolas Werner2023-06-081-3/+1
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-5/+1
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+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
|
* Add cache pruning for old image filesNicolas Werner2022-12-131-0/+4
|
* Mark classes as final where possibleNicolas Werner2022-10-101-2/+2
|
* Fix lintingNicolas Werner2022-10-011-1/+0
|
* Switch to clang-format14Nicolas Werner2022-09-251-1/+2
|
* Use right linterNicolas Werner2022-05-101-2/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Some qt6 prepNicolas Werner2021-12-281-5/+6
|
* Fix lintNicolas Werner2021-12-081-6/+3
|
* Get rid of threadpool for imagesNicolas Werner2021-12-081-13/+43
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-2/+2
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Change indentation to 4 spacesNicolas Werner2021-09-181-29/+29
|
* Round images in the image providerNicolas Werner2021-08-141-2/+5
|
* Basic sticker pack editorNicolas Werner2021-08-061-2/+5
|
* Refactor image download code to be reusableNicolas Werner2021-03-171-23/+8
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Implement decryption of imagesNicolas Werner2019-12-031-4/+26
| | | | It is a bit of a hack, but it works...
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-231-1/+0
| | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
* Implement avatars in qml timelineNicolas Werner2019-11-231-0/+48