summary refs log tree commit diff
path: root/include/RoomList.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-3/+0
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-5/+1
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-1/+2
* Update invites in the UI after syncKonstantinos Sideris2018-04-221-0/+1
* Remove dead codeKonstantinos Sideris2018-04-211-1/+0
* Cache refactoringKonstantinos Sideris2018-04-211-12/+7
* Implement server-side notification countKonstantinos Sideris2018-02-151-1/+0
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-101-7/+0
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-10/+16
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-4/+4
* Communities (#195)Max Sandholm2018-01-091-0/+6
* Re-order room list based on activityKonstantinos Sideris2017-12-301-1/+11
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-0/+5
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+6
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-3/+3
* Paint RoomList's background (#137)Konstantinos Sideris2017-11-251-0/+3
* Send read receiptsKonstantinos Sideris2017-11-241-0/+1
* Keep track of newly joined rooms in the settings managerKonstantinos Sideris2017-11-211-2/+3
* 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 roo...Max Sandholm2017-10-011-0/+20
* Style change againKonstantinos Sideris2017-09-101-20/+20
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-061-0/+1
* 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
* 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
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-3/+6
* Add logout buttonKonstantinos Sideris2017-04-091-2/+3
* Initial commitKonstantinos Sideris2017-04-061-0/+60