summary refs log tree commit diff
path: root/src/RoomList.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-3/+12
| | | | closes #11
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-311-2/+9
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-4/+4
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-3/+2
|
* Snappy sidebarKonstantinos Sideris2017-05-191-3/+1
|
* Remove RoomList UI formKonstantinos Sideris2017-05-191-11/+30
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-141-4/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-48/+38
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Don't set initial room with an empty room listKonstantinos Sideris2017-04-241-0/+3
|
* Add common style for the scroll barsKonstantinos Sideris2017-04-241-1/+3
|
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-1/+14
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-0/+20
| | | | - Add border width on Badge
* Use light themeKonstantinos Sideris2017-04-141-0/+2
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-4/+10
|
* Use QString::simplified instead of regexKonstantinos Sideris2017-04-101-2/+2
|
* Sanitize room info for displayKonstantinos Sideris2017-04-101-0/+5
|
* Add logout buttonKonstantinos Sideris2017-04-091-23/+26
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+119