Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --debug switch | Nicolas Werner | 2020-04-15 | 1 | -0/+5 |
| | |||||
* | Use third_party singleapplication helper | Nicolas Werner | 2020-02-23 | 1 | -14/+12 |
| | | | | | | | | | This may still not raise the application correctly on some WMs, because they don't allow disturbing the user with windows popping up. I don't think we want to work around that. fixes #84 fixes #113 | ||||
* | Remove embedded fonts | Nicolas Werner | 2020-01-16 | 1 | -6/+0 |
| | |||||
* | Fix transitive dependencies on iostream | Nicolas Werner | 2019-12-23 | 1 | -4/+6 |
| | |||||
* | Actually include header that provides std::signal instead of signal | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Add qml debugging option | Nicolas Werner | 2019-12-14 | 1 | -0/+5 |
| | |||||
* | Actually set attributes before starting the app | Nicolas Werner | 2019-07-22 | 1 | -1/+1 |
| | | | | | fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created." | ||||
* | Fix deprecated function call issues with Qt 5.13 | Joseph Donofry | 2019-07-04 | 1 | -1/+4 |
| | | | | Update to mtxclient 0.3.0 | ||||
* | Revert "Remove built-in emoji picker" | redsky17 | 2019-01-26 | 1 | -0/+6 |
| | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | Add User Font Setting | redsky17 | 2019-01-19 | 1 | -0/+4 |
| | | | | | | | | | | | | User can now select a font from the installed fonts on their system This font currently will only be applied when nheko is restarted (similar to how font size and scaling currently work). This will be addressed in a future commit. Additionally, the dropdown does not correctly select the previously-chosen user font, and instead defaults to the first font available on the system (alphabetically). This is similar to the issue with the 'Theme' combo defaulting to 'Light' even when another theme is selected. | ||||
* | Remove the bundled open sans font | Konstantinos Sideris | 2018-10-07 | 1 | -6/+1 |
| | |||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 1 | -1/+0 |
| | |||||
* | Add option to configure the font size | Konstantinos Sideris | 2018-10-01 | 1 | -3/+6 |
| | | | | fixes #161 | ||||
* | Enable debug logs | Konstantinos Sideris | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | Remove obsolete font/size setting | Konstantinos Sideris | 2018-09-29 | 1 | -12/+4 |
| | |||||
* | macOS: Use the native emoji picker | Konstantinos Sideris | 2018-09-19 | 1 | -0/+10 |
| | | | | fixes #79 | ||||
* | Enable Qt auto scaling | Konstantinos Sideris | 2018-09-08 | 1 | -0/+3 |
| | | | | fixes #397 | ||||
* | Enable compilation on FreeBSD (#403) | Colin Lord | 2018-08-12 | 1 | -1/+1 |
| | |||||
* | Simplify the message shown when another app instance is detected | Konstantinos Sideris | 2018-07-22 | 1 | -38/+5 |
| | |||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 1 | -3/+12 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+213 |