Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -363/+0 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -6/+0 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 1 | -0/+3 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -4/+4 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+0 |
| | | | | | | | 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. | ||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -10/+5 |
| | |||||
* | Style change again | Konstantinos Sideris | 2017-09-10 | 1 | -213/+214 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -26/+49 |
| | |||||
* | macOS: Get rid of text field's focus border | Konstantinos Sideris | 2017-08-12 | 1 | -4/+7 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Add travis CI | Konstantinos Sideris | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+346 |