summary refs log tree commit diff
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-163-3/+11
| | | | | | | 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.
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-054-15/+21
|
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+212
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-282-2/+2
| | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline.
* Clean up headersKonstantinos Sideris2017-10-283-4/+0
|
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+95
|
* LintKonstantinos Sideris2017-10-231-4/+1
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-0/+44
| | | Fixes #95
* Add /join command supportKonstantinos Sideris2017-10-081-1/+1
|
* Add snackbarKonstantinos Sideris2017-10-081-0/+143
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-018-35/+15
|
* Manually remove KDE acceleratorsKonstantinos Sideris2017-09-241-4/+19
| | | | fixes #14
* Merge branch 'images'Konstantinos Sideris2017-09-102-201/+86
|\
| * Implement image uploads (#24)Konstantinos Sideris2017-09-102-201/+86
| |
* | Style change againKonstantinos Sideris2017-09-1013-1082/+1094
|/
* Small style changeKonstantinos Sideris2017-08-2013-233/+357
|
* macOS: Get rid of text field's focus borderKonstantinos Sideris2017-08-121-4/+7
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-152-2/+2
| | | | | | | 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.
* Slow down spinnerKonstantinos Sideris2017-07-021-5/+6
|
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-1/+2
| | | | | | Minor stylistic refactoring closes #29
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+106
|
* Use strongly typed enumsKonstantinos Sideris2017-05-083-22/+22
|
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-263-5/+266
|
* Add full emoji supportKonstantinos Sideris2017-04-231-5/+5
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-7/+24
| | | | - Add border width on Badge
* Decrease button's animation durationKonstantinos Sideris2017-04-111-2/+2
|
* Remove halo animationKonstantinos Sideris2017-04-112-106/+0
|
* Add travis CIKonstantinos Sideris2017-04-091-1/+1
|
* Initial commitKonstantinos Sideris2017-04-0610-0/+1847