summary refs log tree commit diff
path: root/include/RoomList.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up headersKonstantinos Sideris2017-10-281-7/+10
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+20
| | | | | | | | | | 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.
* Style change againKonstantinos Sideris2017-09-101-20/+20
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+1
| | | | closes #11
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-1/+2
|
* Remove RoomList UI formKonstantinos Sideris2017-05-191-8/+6
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-1/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-6/+6
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+3
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+1
| | | | - Add border width on Badge
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-3/+6
|
* Add logout buttonKonstantinos Sideris2017-04-091-2/+3
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+60