summary refs log tree commit diff
path: root/include/UserInfoWidget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-73/+0
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-181-0/+7
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-8/+0
| | | | fixes #251
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-2/+3
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-0/+1
| | | | | | | 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-9/+7
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
|
* Style change againKonstantinos Sideris2017-09-101-24/+24
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-3/+0
| | | | | | | 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.
* Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-011-0/+3
|
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-0/+10
| | | | | | Minor stylistic refactoring closes #29
* Snappy sidebarKonstantinos Sideris2017-05-191-0/+3
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Show user info even if the display name or avatar are missingKonstantinos Sideris2017-05-161-1/+1
|
* Add logout buttonKonstantinos Sideris2017-04-091-1/+6
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+60