summary refs log tree commit diff
path: root/src/ReadReceiptsModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Enable -WconversionNicolas Werner2022-10-261-2/+3
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-2/+3
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* more cleanupsNicolas Werner2021-12-281-3/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-74/+73
|
* Use correct date formatLoren Burkholder2021-07-301-2/+1
|
* make lintLoren Burkholder2021-07-301-1/+2
|
* Reformat datesLoren Burkholder2021-07-301-3/+4
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Use built-in sorting so that dynamic updates workLoren Burkholder2021-07-291-7/+2
|
* Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder2021-07-291-16/+37
|
* Reset model instead of doing weird convoluted updatesLoren Burkholder2021-07-291-6/+2
|
* Dynamically update read receiptsLoren Burkholder2021-07-291-3/+24
|
* Simplify read receipt storageLoren Burkholder2021-07-291-37/+15
|
* Remove outdated commentLoren Burkholder2021-07-291-1/+0
|
* QML the read receipts listLoren Burkholder2021-07-291-0/+120
There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit