summary refs log tree commit diff
path: root/src/TimelineView.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-5/+62
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-40/+7
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-021-0/+29
|
* Remove nick colorsKonstantinos Sideris2017-08-261-275/+277
|
* Small style changeKonstantinos Sideris2017-08-201-26/+50
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-141-9/+12
|
* Don't overwrite last userKonstantinos Sideris2017-08-131-9/+6
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+19
| | | | closes #11
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-7/+12
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-2/+50
| | | | - Adds detection for duplicate events
* Append backwards events after the spacerKonstantinos Sideris2017-07-301-1/+1
|
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-6/+8
|
* Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-051-6/+16
|
* Don't mark messages from local user as unreadKonstantinos Sideris2017-06-011-1/+7
| | | | closes #37
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+3
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-6/+0
|
* Update prev_batch only while paginatingKonstantinos Sideris2017-05-131-1/+4
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-81/+193
|
* Use strongly typed enumsKonstantinos Sideris2017-05-081-1/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-47/+75
| | | | | - 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/+44
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+190
In order to be compatible with the Matrix terminology