summary refs log tree commit diff
path: root/src/ui/MxcAnimatedImage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to automatic type registrationNicolas Werner2023-06-191-0/+1
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-1/+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
|
* Revert accidental animated image changeNicolas Werner2022-09-301-21/+10
|
* Basic threading supportNicolas Werner2022-09-301-10/+21
|
* Port image overlay to qmlNicolas Werner2022-01-021-0/+1
| | | | | | Allows you to zoom and pan now. relates to #647
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Some qt6 prepNicolas Werner2021-12-281-1/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-62/+62
|
* Add option to only play animated images on hoverNicolas Werner2021-08-291-0/+12
|
* Support animated imagesNicolas Werner2021-08-291-0/+79
fixes #461