summary refs log tree commit diff
path: root/include/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-282-1/+162
| | | | | fixes #204 fixes #255
* Use the full with of the roomlist for the last messageKonstantinos Sideris2018-03-191-1/+1
|
* Add fancy snackbar animationKonstantinos Sideris2018-03-161-1/+0
|
* Remove opacity animation from the scrollbarKonstantinos Sideris2018-03-161-12/+1
| | | | fixes #270
* Remove QPropertyAnimation from modals to work around a regression on Qt ↵Konstantinos Sideris2018-02-171-15/+0
| | | | 5.10.1 (#87)
* Remove empty destructorsKonstantinos Sideris2018-02-108-13/+3
|
* Don't dismiss the loading overlay by clickingKonstantinos Sideris2018-01-221-17/+11
|
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-121-2/+2
|
* Dismiss modal by clicking on the overlayKonstantinos Sideris2018-01-111-0/+4
|
* Communities (#195)Max Sandholm2018-01-091-2/+3
|
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+2
|
* Valgrind runKonstantinos Sideris2017-12-121-1/+1
| | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value.
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-101-0/+1
|
* Add style colors for the ScrollBarKonstantinos Sideris2017-12-051-0/+12
|
* Update system themeKonstantinos Sideris2017-11-251-0/+1
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-162-0/+4
| | | | | | | 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.
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+110
|
* Clean up headersKonstantinos Sideris2017-10-281-1/+1
|
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+26
|
* LintKonstantinos Sideris2017-10-231-17/+5
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-0/+26
| | | Fixes #95
* Fix icons for retina displaysKonstantinos Sideris2017-10-152-12/+44
|
* Add snackbarKonstantinos Sideris2017-10-081-0/+80
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-3/+3
|
* Merge branch 'images'Konstantinos Sideris2017-09-102-120/+49
|\
| * Implement image uploads (#24)Konstantinos Sideris2017-09-102-120/+49
| |
* | Style change againKonstantinos Sideris2017-09-1015-565/+582
|/
* Small style changeKonstantinos Sideris2017-08-2010-78/+96
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-1/+6
| | | | | | | 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-0/+3
|
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-3/+3
| | | | [ci skip]
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+25
|
* Add drop shadow to emoji panelKonstantinos Sideris2017-05-311-0/+100
| | | | - Minor refactoring
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+53
|
* Snappy sidebarKonstantinos Sideris2017-05-191-0/+5
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-1612-48/+12
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-0/+1
|
* Use strongly typed enumsKonstantinos Sideris2017-05-082-15/+13
|
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-263-3/+175
|
* Add full emoji supportKonstantinos Sideris2017-04-231-1/+1
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-1/+4
| | | | - Add border width on Badge
* Remove halo animationKonstantinos Sideris2017-04-111-34/+0
|
* Initial commitKonstantinos Sideris2017-04-0610-0/+864