summary refs log tree commit diff
path: root/src/UserInfoWidget.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-165/+0
|
* Fix resize slowness on the TopBarKonstantinos Sideris2018-05-251-2/+2
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-181-0/+3
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-26/+1
| | | | fixes #251
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-1/+1
|
* Remove QPropertyAnimation from modals to work around a regression on Qt ↵Konstantinos Sideris2018-02-171-3/+2
| | | | 5.10.1 (#87)
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-3/+1
|
* Create directories for related filesKonstantinos Sideris2017-11-301-1/+2
|
* Remove unnecessary commentsKonstantinos Sideris2017-11-221-2/+0
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-4/+18
| | | | | | | 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 unnecessary layoutsKonstantinos Sideris2017-11-081-3/+3
|
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-3/+3
|
* Clean up headersKonstantinos Sideris2017-10-281-1/+3
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-5/+3
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-6/+7
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+1
|
* Add missing update callsKonstantinos Sideris2017-09-301-0/+2
|
* Remove unnecessary animationsKonstantinos Sideris2017-09-301-5/+3
|
* Remove off-white colorKonstantinos Sideris2017-09-161-1/+1
|
* Style change againKonstantinos Sideris2017-09-101-107/+110
|
* Small style changeKonstantinos Sideris2017-08-201-15/+19
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-8/+8
| | | | | | | 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-10/+11
|
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-3/+35
| | | | | | Minor stylistic refactoring closes #29
* Snappy sidebarKonstantinos Sideris2017-05-191-3/+24
|
* Show user info even if the display name or avatar are missingKonstantinos Sideris2017-05-161-6/+12
|
* Use light themeKonstantinos Sideris2017-04-141-3/+3
|
* Use less contrast on the sidebarKonstantinos Sideris2017-04-121-3/+4
|
* Add logout buttonKonstantinos Sideris2017-04-091-9/+17
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+104