Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -511/+0 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -10/+10 |
| | |||||
* | Allow close events from the session manager (#353) | Konstantinos Sideris | 2018-07-11 | 1 | -5/+9 |
| | |||||
* | Fix regressions regarding UI resizing | Konstantinos Sideris | 2018-07-04 | 1 | -0/+28 |
| | | | | The room list would be hidden only through window resizing. | ||||
* | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 2018-06-29 | 1 | -1/+4 |
| | | | | | | | fixes #160 fixes #163 fixes #187 fixes #127 | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -1/+2 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -1/+1 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -9/+4 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -20/+34 |
| | |||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Hide SnackBar initially & guard against access of an empty list | Konstantinos Sideris | 2018-05-08 | 1 | -1/+1 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -4/+4 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -8/+10 |
| | |||||
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 1 | -0/+5 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -6/+16 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -0/+22 |
| | |||||
* | Fix signal redefinition warning | Konstantinos Sideris | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -1/+11 |
| | | | | fixes #264 | ||||
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 1 | -2/+120 |
| | | | | fixes #251 | ||||
* | Enable room switcher only in the chat view (#251) | Konstantinos Sideris | 2018-02-26 | 1 | -1/+9 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -14/+18 |
| | |||||
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 1 | -25/+28 |
| | | | | fixes #208 | ||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 1 | -6/+4 |
| | | | | 5.10.1 (#87) | ||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 1 | -1/+22 |
| | |||||
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 1 | -0/+1 |
| | |||||
* | Disable minimize to tray except for the ChatPage | Konstantinos Sideris | 2018-01-22 | 1 | -1/+5 |
| | |||||
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 1 | -24/+0 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -6/+0 |
| | |||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 |
| | | | | fixes #2 | ||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+1 |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | Fix initial sidebar width | Konstantinos Sideris | 2017-11-09 | 1 | -3/+0 |
| | |||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -2/+2 |
| | |||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 1 | -9/+5 |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | ||||
* | Update issue template | Konstantinos Sideris | 2017-11-02 | 1 | -1/+2 |
| | |||||
* | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 1 | -1/+5 |
| | |||||
* | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 1 | -6/+22 |
| | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -4/+12 |
| | |||||
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -0/+4 |
| | |||||
* | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 1 | -0/+9 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -2/+2 |
| | |||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -1/+10 |
| | |||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 1 | -18/+18 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -4/+2 |
| | |||||
* | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 1 | -26/+14 |
| | |||||
* | Linting | Konstantinos Sideris | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | Ctrl-Q from the main window quits the application (#69) | Max Sandholm | 2017-09-24 | 1 | -0/+5 |
| | | | | | | Ctrl-Q from the main window now quits the application. fixes #61 | ||||
* | Remove hdpi scaling | Konstantinos Sideris | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -135/+143 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -17/+27 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -4/+1 |
| | | | | - Adds detection for duplicate events | ||||
* | Save and restore app's window size | Konstantinos Sideris | 2017-07-30 | 1 | -3/+26 |
| | | | | closes #46 | ||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -0/+9 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | Don't show the landing page when there is an active user | Konstantinos Sideris | 2017-05-22 | 1 | -16/+29 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 1 | -1/+33 |
| | |||||
* | Remove MainWindow ui form | Konstantinos Sideris | 2017-05-14 | 1 | -5/+12 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -0/+1 |
| | |||||
* | Add settings panel for homeserver's domain | Konstantinos Sideris | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 1 | -0/+41 |
| | |||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 1 | -0/+1 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -35/+8 |
| | |||||
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+2 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 1 | -4/+7 |
| | |||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 1 | -2/+3 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+134 |