summary refs log tree commit diff
path: root/src/TimelineView.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ui flickering when adding new timeline eventsKonstantinos Sideris2017-10-211-13/+7
* Scroll to the bottom on new messagesKonstantinos Sideris2017-10-091-1/+6
* Reduce timeline flickeringKonstantinos Sideris2017-10-091-14/+21
* Update badge counter only on changeKonstantinos Sideris2017-10-011-4/+2
* Don't move scrollbar to the bottom when it's activeKonstantinos Sideris2017-09-301-10/+8
* Stop sync timer after logoutKonstantinos Sideris2017-09-301-1/+18
* Fix reverse iterator crashKonstantinos Sideris2017-09-221-4/+5
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-5/+62
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-40/+7
* 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
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-051-7/+12
* Initial support for state cacheKonstantinos Sideris2017-07-301-2/+50
* 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
* 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
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-2/+44
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+190