summary refs log tree commit diff
path: root/src/ReadReceiptsModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to automatic type registrationNicolas Werner2023-06-191-0/+4
|
* 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
|
* Mark classes as final where possibleNicolas Werner2022-10-101-2/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-37/+37
|
* Use built-in sorting so that dynamic updates workLoren Burkholder2021-07-291-2/+0
|
* Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder2021-07-291-3/+24
|
* Dynamically update read receiptsLoren Burkholder2021-07-291-0/+1
|
* make lintLoren Burkholder2021-07-291-1/+1
|
* Simplify read receipt storageLoren Burkholder2021-07-291-37/+4
|
* QML the read receipts listLoren Burkholder2021-07-291-0/+86
There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit