summary refs log tree commit diff
path: root/src/ui/TextField.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-363/+0
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-6/+0
|
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-101-0/+3
|
* Update system themeKonstantinos Sideris2017-11-251-4/+4
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-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 optionsKonstantinos Sideris2017-10-011-10/+5
|
* Style change againKonstantinos Sideris2017-09-101-213/+214
|
* Small style changeKonstantinos Sideris2017-08-201-26/+49
|
* macOS: Get rid of text field's focus borderKonstantinos Sideris2017-08-121-4/+7
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-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 CIKonstantinos Sideris2017-04-091-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+346