summary refs log tree commit diff
path: root/src/LogoutDialog.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create directories for related filesKonstantinos Sideris2017-11-301-71/+0
|
* Remove unnecessary commentsKonstantinos Sideris2017-11-221-1/+1
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-2/+11
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-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 headersKonstantinos Sideris2017-10-281-0/+1
|
* Remove off-white colorKonstantinos Sideris2017-09-161-1/+1
|
* Style change againKonstantinos Sideris2017-09-101-24/+24
|
* Small style changeKonstantinos Sideris2017-08-201-1/+1
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-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 logoutKonstantinos Sideris2017-06-021-0/+57
Minor stylistic refactoring closes #29