summary refs log tree commit diff
path: root/src/ui/NhekoEventObserver.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to automatic type registrationNicolas Werner2023-06-191-27/+0
|
* Get rid of year in license headersNicolas Werner2023-02-211-2/+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
|
* Use ListView without scrollview for messagesNicolas Werner2022-02-191-0/+27
That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902