summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement fancy reply renderingNicolas Werner2020-01-111-3/+13
| | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them.
* Simplify read message logic with inverted timelineNicolas Werner2020-01-061-1/+1
|
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-31/+44
|
* invert timelineNicolas Werner2020-01-061-12/+40
|
* Move visitors out of TimelineModelNicolas Werner2019-12-271-445/+144
|
* Reduce includes of MatrixClient.h, as it is the most expensive headerNicolas Werner2019-12-151-0/+10
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-12/+11
|
* Update to c++17Nicolas Werner2019-12-141-79/+78
|
* Fix preview of sent encrypted imagesNicolas Werner2019-12-131-10/+11
|
* Show topic and name changes in timelineNicolas Werner2019-12-101-0/+32
|
* Restore linkification of messagesNicolas Werner2019-12-061-2/+2
|
* Implement decryption of imagesNicolas Werner2019-12-031-0/+13
| | | | It is a bit of a hack, but it works...
* Add encrypted file downloadNicolas Werner2019-12-031-0/+184
|
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-231-1/+4
|
* Only mark messages as read, when room is activeNicolas Werner2019-11-231-1/+2
|
* LintNicolas Werner2019-11-231-5/+3
|
* Fix replies to encrypted eventsNicolas Werner2019-11-231-1/+5
|
* Fix windows buildNicolas Werner2019-11-231-3/+5
| | | | No idea, why apply visitor doesn't work with temporaries?
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-2/+95
|
* Show only messages in room listNicolas Werner2019-11-231-7/+30
|
* Remove old timelineNicolas Werner2019-11-231-0/+1220