summary refs log tree commit diff
path: root/src/TimelineViewManager.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-300/+0
|
* Implement file uploadsKonstantinos Sideris2017-11-291-1/+18
| | | | fixes #24
* Send read receiptsKonstantinos Sideris2017-11-241-0/+8
| | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68
* LintKonstantinos Sideris2017-11-151-5/+6
|
* Implement a per-room send queue. (#118)Jani Mustonen2017-11-151-11/+17
| | | [ci skip]
* Remove unnecessary layoutsKonstantinos Sideris2017-11-081-1/+1
|
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-1/+1
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-281-2/+2
| | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline.
* Clean up headersKonstantinos Sideris2017-10-281-2/+2
|
* Prevent FOUCKonstantinos Sideris2017-10-071-0/+10
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-23/+33
| | | | | | | | | | 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.
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
|
* Use white as the background colorKonstantinos Sideris2017-09-201-1/+1
|
* 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