summary refs log tree commit diff
path: root/include/TimelineView.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-4/+39
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-0/+3
|
* Remove nick colorsKonstantinos Sideris2017-08-261-80/+79
|
* Small style changeKonstantinos Sideris2017-08-201-9/+19
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-2/+2
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+5
| | | | closes #11
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-1/+3
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+10
| | | | - Adds detection for duplicate events
* Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-051-1/+5
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+2
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-1/+0
|
* Update prev_batch only while paginatingKonstantinos Sideris2017-05-131-0/+1
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-7/+38
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-7/+15
| | | | | - 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-2/+5
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+81
In order to be compatible with the Matrix terminology