Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove style sheets | Nicolas Werner | 2023-06-08 | 3 | -184/+0 |
| | |||||
* | Cleanup some unused code | Nicolas Werner | 2022-03-30 | 3 | -495/+2 |
| | |||||
* | Allow users to hide rooms with specific tags | Nicolas Werner | 2021-01-23 | 3 | -2/+5 |
| | |||||
* | Disable new MessageInput, until you can paste images | Nicolas Werner | 2020-10-26 | 3 | -13/+2 |
| | |||||
* | Misc color fixes | Nicolas Werner | 2020-05-05 | 1 | -3/+3 |
| | |||||
* | Mid color is used for scrollbars it seems | Nicolas Werner | 2020-04-11 | 2 | -10/+0 |
| | |||||
* | Add a few missing palette colors | Nicolas Werner | 2020-04-08 | 2 | -33/+0 |
| | |||||
* | Change fallback style to fusion | Nicolas Werner | 2020-03-30 | 2 | -21/+9 |
| | |||||
* | Set palette globally | Nicolas Werner | 2020-03-30 | 2 | -4/+53 |
| | |||||
* | Use palette for qml code for theming | Nicolas Werner | 2020-03-29 | 3 | -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 list | Nicolas Werner | 2020-03-03 | 2 | -6/+6 |
| | |||||
* | Fix high dpi scaling of avatars | Nicolas Werner | 2020-02-28 | 3 | -9/+16 |
| | |||||
* | Improve link theming | Nicolas Werner | 2020-02-27 | 2 | -0/+9 |
| | |||||
* | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 3 | -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 too | Adasauce | 2020-02-20 | 3 | -91/+47 |
| | |||||
* | cleanup, re-order, de-duplicate, re-dry qss for dark | Adasauce | 2020-02-20 | 1 | -138/+61 |
| | |||||
* | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 2020-02-20 | 3 | -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 mentions | Joseph Donofry | 2019-08-29 | 3 | -0/+32 |
| | |||||
* | Improve layout of Emoji Picker | Nicolas Werner | 2019-07-25 | 3 | -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 Dialog | Joseph Donofry | 2019-07-16 | 1 | -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 issues | redsky17 | 2019-06-11 | 2 | -0/+8 |
| | |||||
* | Revert "Remove built-in emoji picker" | redsky17 | 2019-01-26 | 2 | -0/+24 |
| | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 3 | -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 will | redsky17 | 2019-01-18 | 3 | -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. | redsky17 | 2019-01-12 | 3 | -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 Donofry | 2019-01-12 | 1 | -8/+10 |
| | | | | Add room list hover title/subtitle color change support. | ||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 2 | -24/+0 |
| | |||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 3 | -83/+65 |
| | |||||
* | Add solid background in TypingDisplay | Konstantinos Sideris | 2018-08-10 | 3 | -0/+3 |
| | |||||
* | Remove hardcoded colors from the typing display | Konstantinos Sideris | 2018-08-08 | 3 | -0/+12 |
| | |||||
* | Add foreground color for disabled buttons on the dark theme | Konstantinos Sideris | 2018-07-26 | 1 | -0/+1 |
| | |||||
* | Increase the opacity of the hover color on the room list | Konstantinos Sideris | 2018-07-26 | 2 | -4/+4 |
| | |||||
* | Fix background color on the room list widget | Konstantinos Sideris | 2018-07-26 | 2 | -0/+8 |
| | |||||
* | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 3 | -0/+20 |
| | |||||
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 3 | -0/+7 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 3 | -0/+11 |
| | |||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 2 | -1/+3 |
| | |||||
* | Use a brighter color for button text (#355) | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 3 | -3/+3 |
| | |||||
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 1 | -1/+1 |
| | |||||
* | Use the white for text on the dark theme | Konstantinos Sideris | 2018-05-25 | 2 | -0/+2 |
| | | | | fixes #331 | ||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 2 | -0/+2 |
| | | | | fixes #235 | ||||
* | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 2 | -0/+22 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 2 | -0/+2 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 2 | -0/+10 |
| | |||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 3 | -4/+13 |
| | | | | | fixes #204 fixes #255 | ||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 3 | -0/+15 |
| | |||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 3 | -0/+12 |
| | |||||
* | Bump version to v0.3.1 | Konstantinos Sideris | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 1 | -2/+2 |
| | | | | fixes #248 | ||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 3 | -0/+15 |
| | | | | fixes #40 | ||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 3 | -0/+18 |
| | | | | fixes #245 | ||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -1/+4 |
| | |||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 2 | -7/+10 |
| | |||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 3 | -32/+56 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -25/+9 |
| | |||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 3 | -0/+12 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 2 | -0/+2 |
| | | | | fixes #264 | ||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 2 | -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 borders | Konstantinos Sideris | 2018-01-15 | 3 | -0/+60 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 2 | -11/+5 |
| | | | fixes #132 | ||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 3 | -0/+27 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 2 | -0/+2 |
| | |||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 2 | -3/+3 |
| | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 3 | -0/+9 |
| | | | | fixes #128 | ||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 2 | -0/+2 |
| | | | | fixes #25 | ||||
* | Add system theme colors for FloatingButton (#112) | Konstantinos Sideris | 2017-12-11 | 1 | -0/+5 |
| | |||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 3 | -0/+17 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 2 | -2/+11 |
| | |||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 3 | -0/+15 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 3 | -0/+18 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 3 | -32/+20 |
| | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 3 | -0/+18 |
| | |||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -7/+17 |
| | |||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 1 | -0/+102 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -7/+36 |
| | |||||
* | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 2 | -40/+55 |
| | |||||
* | Fix colors on the scroll-down button | Konstantinos Sideris | 2017-11-23 | 1 | -0/+5 |
| | |||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 1 | -0/+12 |
| | |||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -6/+29 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 2 | -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. |