summary refs log tree commit diff
path: root/src/TimelineViewManager.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+18
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-6/+15
| | | | closes #41
* Remove nick colorsKonstantinos Sideris2017-08-261-139/+123
|
* Small style changeKonstantinos Sideris2017-08-201-13/+23
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+10
| | | | closes #11
* Initial support for state cacheKonstantinos Sideris2017-07-301-3/+16
| | | | - Adds detection for duplicate events
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-1/+2
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-7/+4
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-4/+3
|
* Initial support for display namesKonstantinos Sideris2017-05-081-0/+9
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-12/+11
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-1/+1
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+201
In order to be compatible with the Matrix terminology