summary refs log tree commit diff
path: root/resources/styles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove style sheetsNicolas Werner2023-06-083-184/+0
|
* Cleanup some unused codeNicolas Werner2022-03-303-495/+2
|
* Allow users to hide rooms with specific tagsNicolas Werner2021-01-233-2/+5
|
* Disable new MessageInput, until you can paste imagesNicolas Werner2020-10-263-13/+2
|
* Misc color fixesNicolas Werner2020-05-051-3/+3
|
* Mid color is used for scrollbars it seemsNicolas Werner2020-04-112-10/+0
|
* Add a few missing palette colorsNicolas Werner2020-04-082-33/+0
|
* Change fallback style to fusionNicolas Werner2020-03-302-21/+9
|
* Set palette globallyNicolas Werner2020-03-302-4/+53
|
* Use palette for qml code for themingNicolas Werner2020-03-293-7/+9
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Fix avatar layering in room listNicolas Werner2020-03-032-6/+6
|
* Fix high dpi scaling of avatarsNicolas Werner2020-02-283-9/+16
|
* Improve link themingNicolas Werner2020-02-272-0/+9
|
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-213-1/+28
| | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting.
* clean up the light and system themes tooAdasauce2020-02-203-91/+47
|
* cleanup, re-order, de-duplicate, re-dry qss for darkAdasauce2020-02-201-138/+61
|
* Tooltip and Combobox bugs with Breeze / Dark themeAdasauce2020-02-203-0/+12
| | | | | | | | | | setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118
* Fix themeing issues on mentionsJoseph Donofry2019-08-293-0/+32
|
* Improve layout of Emoji PickerNicolas Werner2019-07-253-3/+27
| | | | | | | | Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
* Add User Mentions DialogJoseph Donofry2019-07-161-0/+29
| | | | | | | | | | | | Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-112-0/+8
|
* Revert "Remove built-in emoji picker"redsky172019-01-262-0/+24
| | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* Add unread notification color for user mentionedredsky172019-01-253-0/+3
| | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
* Modified the code that generates user's colors so that it willredsky172019-01-183-0/+12
| | | | | | | | | | | | | work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh.
* Add hover color for timestamp.redsky172019-01-123-0/+9
| | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
* Tweak some of the colors in the CSS rules for nheko.Joe Donofry2019-01-121-8/+10
| | | | Add room list hover title/subtitle color change support.
* Remove built-in emoji pickerKonstantinos Sideris2018-10-072-24/+0
|
* Improvements on the system themeKonstantinos Sideris2018-09-193-83/+65
|
* Add solid background in TypingDisplayKonstantinos Sideris2018-08-103-0/+3
|
* Remove hardcoded colors from the typing displayKonstantinos Sideris2018-08-083-0/+12
|
* Add foreground color for disabled buttons on the dark themeKonstantinos Sideris2018-07-261-0/+1
|
* Increase the opacity of the hover color on the room listKonstantinos Sideris2018-07-262-4/+4
|
* Fix background color on the room list widgetKonstantinos Sideris2018-07-262-0/+8
|
* Improve the style of snackbar a bitKonstantinos Sideris2018-07-253-0/+20
|
* Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris2018-07-253-0/+7
|
* Use native scrollbar in the timelineKonstantinos Sideris2018-07-253-0/+11
|
* Create user profile modalKonstantinos Sideris2018-07-202-1/+3
|
* Use a brighter color for button text (#355)Konstantinos Sideris2018-07-151-1/+1
|
* Add a timeline message when encryption is enabledKonstantinos Sideris2018-07-073-3/+3
|
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-1/+1
|
* Use the white for text on the dark themeKonstantinos Sideris2018-05-252-0/+2
| | | | fixes #331
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-162-0/+2
| | | | fixes #235
* Add scrollbar in the settings menuKonstantinos Sideris2018-05-092-0/+22
|
* Add member listKonstantinos Sideris2018-05-012-0/+2
|
* Add prototype room settings menuKonstantinos Sideris2018-04-302-0/+10
|
* 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.