summary refs log tree commit diff
path: root/src/ui/Badge.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-218/+0
|
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-1/+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-3/+1
|
* Style change againKonstantinos Sideris2017-09-101-85/+85
|
* Small style changeKonstantinos Sideris2017-08-201-23/+43
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-7/+24
| | | | - Add border width on Badge
* Initial commitKonstantinos Sideris2017-04-061-0/+186