Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -108/+0 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -0/+2 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -3/+0 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -5/+1 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -1/+2 |
| | |||||
* | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 1 | -0/+1 |
| | |||||
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 1 | -1/+0 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -12/+7 |
| | |||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 1 | -1/+0 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -1/+0 |
| | |||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 1 | -7/+0 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -10/+16 |
| | |||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 1 | -4/+4 |
| | |||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 1 | -0/+6 |
| | |||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 1 | -1/+11 |
| | | | | fixes #2 | ||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -0/+5 |
| | | | | fixes #107 | ||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 1 | -0/+6 |
| | | | | fixes #128 | ||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -3/+3 |
| | |||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+3 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+1 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 1 | -2/+3 |
| | | | | fixes #134 | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -7/+10 |
| | |||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 1 | -2/+2 |
| | |||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 1 | -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 again | Konstantinos Sideris | 2017-09-10 | 1 | -20/+20 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+1 |
| | | | | closes #11 | ||||
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 1 | -1/+2 |
| | |||||
* | Remove RoomList UI form | Konstantinos Sideris | 2017-05-19 | 1 | -8/+6 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -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 title | Konstantinos Sideris | 2017-04-15 | 1 | -0/+3 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -0/+1 |
| | | | | - Add border width on Badge | ||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -3/+6 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -2/+3 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+60 |