Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -1/+11 |
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 1 | -2/+120 |
* | 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 |
* | Remove QPropertyAnimation from modals to work around a regression on Qt 5.10.... | Konstantinos Sideris | 2018-02-17 | 1 | -6/+4 |
* | 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 |
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Save and restore app's window size | Konstantinos Sideris | 2017-07-30 | 1 | -3/+26 |
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -0/+9 |
* | 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 |
* | 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 |