Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -267/+0 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -9/+8 |
| | |||||
* | Fix CI errors on macOS & Windows | Konstantinos Sideris | 2018-06-14 | 1 | -1/+1 |
| | | | | | - Run the linter - Explicitly use cmake for installing olm | ||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -3/+3 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -33/+97 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -6/+6 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -0/+30 |
| | | | | fixes #264 | ||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 1 | -5/+0 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -4/+2 |
| | |||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 1 | -18/+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 | -16/+16 |
| | | | | | | | 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. | ||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -3/+5 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -4/+7 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -3/+1 |
| | |||||
* | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 1 | -5/+5 |
| | |||||
* | Style change again | Konstantinos Sideris | 2017-09-10 | 1 | -135/+138 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -5/+8 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -3/+8 |
| | | | | | | | 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. | ||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -2/+0 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 1 | -9/+9 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 1 | -0/+2 |
| | |||||
* | Make InputValidator class members static | Konstantinos Sideris | 2017-05-14 | 1 | -4/+4 |
| | |||||
* | Set text color for QLineEdit | Konstantinos Sideris | 2017-05-03 | 1 | -0/+4 |
| | |||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 1 | -8/+8 |
| | |||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 1 | -2/+2 |
| | |||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -6/+6 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -2/+4 |
| | |||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 1 | -15/+18 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+166 |