Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve layout of Emoji Picker | Nicolas Werner | 2019-07-25 | 1 | -3/+19 |
| | | | | | | | | 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 unread notification color for user mentioned | redsky17 | 2019-01-25 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -0/+4 |
| | | | | | | | | | | | | | 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 | 1 | -0/+4 |
| | | | | | Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp. | ||||
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 1 | -75/+52 |
| | |||||
* | Add solid background in TypingDisplay | Konstantinos Sideris | 2018-08-10 | 1 | -0/+1 |
| | |||||
* | Remove hardcoded colors from the typing display | Konstantinos Sideris | 2018-08-08 | 1 | -0/+4 |
| | |||||
* | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 1 | -0/+10 |
| | |||||
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 1 | -0/+5 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 1 | -1/+4 |
| | | | | | fixes #204 fixes #255 | ||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 1 | -0/+5 |
| | |||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+5 |
| | | | | fixes #40 | ||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 1 | -0/+10 |
| | | | | fixes #245 | ||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 1 | -0/+3 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 1 | -19/+1 |
| | |||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 1 | -0/+4 |
| | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 1 | -0/+20 |
| | |||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 1 | -0/+6 |
| | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 1 | -0/+3 |
| | | | | fixes #128 | ||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -0/+5 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+6 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -4/+4 |
| | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+6 |
| | |||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -7/+36 |
| | |||||
* | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 1 | -18/+24 |
| | |||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -0/+39 |
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. |