summary refs log tree commit diff
path: root/include/RoomList.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-108/+0
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-0/+2
|
* 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
| | | | fixes #2
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-0/+5
| | | | fixes #107
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+6
| | | | fixes #128
* 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
| | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68
* Keep track of newly joined rooms in the settings managerKonstantinos Sideris2017-11-211-2/+3
| | | | fixes #134
* 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