Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -318/+0 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -17/+17 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -15/+54 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -13/+12 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -1/+1 |
| | | | | fixes #264 | ||||
* | Don't handle password when the matrix id is entered | Konstantinos Sideris | 2018-03-04 | 1 | -3/+0 |
| | |||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 1 | -35/+22 |
| | | | | fixes #259 | ||||
* | Propagate errors during /login & /versions | Konstantinos Sideris | 2018-02-28 | 1 | -12/+0 |
| | |||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 1 | -3/+12 |
| | |||||
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 1 | -0/+2 |
| | | | | fixes #208 | ||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | |||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 1 | -16/+1 |
| | |||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -0/+11 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -14/+14 |
| | | | | | | | 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. | ||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -2/+6 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -5/+5 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -5/+3 |
| | |||||
* | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 1 | -4/+4 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -219/+220 |
| | |||||
* | Fix login UX | Konstantinos Sideris | 2017-08-21 | 1 | -6/+13 |
| | | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22 | ||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -12/+21 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -2/+7 |
| | | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h. | ||||
* | Linting | Konstantinos Sideris | 2017-07-09 | 1 | -4/+4 |
| | |||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -47/+119 |
| | | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails | ||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -3/+0 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 1 | -6/+6 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 1 | -0/+2 |
| | |||||
* | Make InputValidator class members static | Konstantinos Sideris | 2017-05-14 | 1 | -3/+2 |
| | |||||
* | Check for nullptr before delete | Konstantinos Sideris | 2017-05-10 | 1 | -4/+8 |
| | |||||
* | Add settings panel for homeserver's domain | Konstantinos Sideris | 2017-05-09 | 1 | -11/+58 |
| | |||||
* | Set text color for QLineEdit | Konstantinos Sideris | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 1 | -5/+5 |
| | |||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 1 | -2/+2 |
| | |||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -4/+4 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -6/+9 |
| | |||||
* | Use Matrix ID for login | Konstantinos Sideris | 2017-04-10 | 1 | -11/+12 |
| | |||||
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 1 | -0/+6 |
| | |||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+147 |