summary refs log tree commit diff
path: root/include/TimelineViewManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement a per-room send queue. (#118)Jani Mustonen2017-11-151-3/+6
| | | [ci skip]
* Clean up headersKonstantinos Sideris2017-10-281-7/+7
|
* Prevent FOUCKonstantinos Sideris2017-10-071-0/+3
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+4
| | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-0/+1
|
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-0/+2
| | | | closes #41
* Remove nick colorsKonstantinos Sideris2017-08-261-22/+20
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+2
| | | | closes #11
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+3
| | | | - Adds detection for duplicate events
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-1/+1
|
* Initial support for display namesKonstantinos Sideris2017-05-081-0/+3
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-3/+2
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add lint ruleKonstantinos Sideris2017-04-301-1/+1
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-0/+63
In order to be compatible with the Matrix terminology