Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -71/+0 |
| | |||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -2/+11 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+1 |
| | |||||
* | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Style change again | Konstantinos Sideris | 2017-09-10 | 1 | -24/+24 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -3/+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. | ||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 1 | -0/+57 |
Minor stylistic refactoring closes #29 |