summary refs log tree commit diff
path: root/resources/styles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-283-4/+13
| | | | | fixes #204 fixes #255
* Improve the date separator widgetKonstantinos Sideris2018-04-253-0/+15
|
* Adjust completion menu to fit its contentsKonstantinos Sideris2018-04-243-0/+12
|
* Bump version to v0.3.1Konstantinos Sideris2018-04-131-1/+1
|
* Fix invite button colors on the system themeKonstantinos Sideris2018-03-271-2/+2
| | | | fixes #248
* Add basic support for username auto-completionKonstantinos Sideris2018-03-243-0/+15
| | | | fixes #40
* Fix text color on room switcherKonstantinos Sideris2018-03-223-0/+18
| | | | fixes #245
* Adjust unread msg bubbleKonstantinos Sideris2018-03-201-1/+4
|
* More stylistic changes & dark theme tweaksKonstantinos Sideris2018-03-192-7/+10
|
* Dark theme revisitedKonstantinos Sideris2018-03-183-32/+56
|
* Add border in community list & minor refactorings (#204)Konstantinos Sideris2018-03-183-25/+9
|
* Add border line above the text inputKonstantinos Sideris2018-03-183-0/+12
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-122-0/+2
| | | | fixes #264
* Support audio, video, generic file for pasting (#220)christarazi2018-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228
* Add bordersKonstantinos Sideris2018-01-153-0/+60
|
* Add support for pasting images into a room (#180)christarazi2018-01-102-11/+5
| | | fixes #132
* Communities (#195)Max Sandholm2018-01-093-0/+27
|
* Initial support for read receiptsKonstantinos Sideris2018-01-032-0/+2
|
* Bold room namesKonstantinos Sideris2017-12-212-3/+3
|
* Handle incoming invitesKonstantinos Sideris2017-12-193-0/+9
| | | | fixes #128
* Add dialog to create roomsKonstantinos Sideris2017-12-112-0/+2
| | | | fixes #25
* Add system theme colors for FloatingButton (#112)Konstantinos Sideris2017-12-111-0/+5
|
* Add menu to invite usersKonstantinos Sideris2017-12-103-0/+17
|
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-102-2/+11
|
* Add style colors for the ScrollBarKonstantinos Sideris2017-12-053-0/+15
|
* Allow audio clip uploadsKonstantinos Sideris2017-12-013-0/+18
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-303-32/+20
|
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-283-0/+18
|
* Paint RoomList's background (#137)Konstantinos Sideris2017-11-252-7/+17
|
* Add dark themeKonstantinos Sideris2017-11-251-0/+102
|
* Update system themeKonstantinos Sideris2017-11-251-7/+36
|
* Fix qss formattingKonstantinos Sideris2017-11-232-40/+55
|
* Fix colors on the scroll-down buttonKonstantinos Sideris2017-11-231-0/+5
|
* Fix emoji picker's themeKonstantinos Sideris2017-11-221-0/+12
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-6/+29
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-162-0/+95
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.