summary refs log tree commit diff
path: root/src/UserSettingsPage.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-0/+9
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-5/+4
| | | | | | | 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.
* Improve settings menu layoutKonstantinos Sideris2017-11-091-2/+12
|
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-3/+3
|
* Implement a setting for the tray icon (#108)Jani Mustonen2017-11-021-4/+9
|
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+140