This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Feb 21, 2020
-
-
Adasauce authored
-
- Feb 20, 2020
-
-
Adasauce authored
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
-
- Aug 29, 2019
-
-
Joe Donofry authored
-
- Jul 25, 2019
-
-
Nicolas Werner authored
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)
-
- Jan 25, 2019
-
-
Joe Donofry authored
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.
-
- Jan 18, 2019
-
-
Joe Donofry authored
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.
-
- Jan 12, 2019
-
-
Joe Donofry authored
Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
-
- Sep 19, 2018
-
-
Konstantinos Sideris authored
-
- Aug 10, 2018
-
-
Konstantinos Sideris authored
-
- Aug 08, 2018
-
-
Konstantinos Sideris authored
-
- Jul 25, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jul 15, 2018
-
-
Konstantinos Sideris authored
-
- Jul 07, 2018
-
-
Konstantinos Sideris authored
-
- Apr 28, 2018
-
-
Konstantinos Sideris authored
fixes #204 fixes #255
-
- Apr 25, 2018
-
-
Konstantinos Sideris authored
-
- Apr 24, 2018
-
-
Konstantinos Sideris authored
-
- Mar 27, 2018
-
-
Konstantinos Sideris authored
fixes #248
-
- Mar 24, 2018
-
-
Konstantinos Sideris authored
fixes #40
-
- Mar 22, 2018
-
-
Konstantinos Sideris authored
fixes #245
-
- Mar 18, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jan 15, 2018
-
-
Konstantinos Sideris authored
-
- Jan 09, 2018
-
-
Max Sandholm authored
-
- Dec 19, 2017
-
-
Konstantinos Sideris authored
fixes #128
-
- Dec 11, 2017
-
-
Konstantinos Sideris authored
-
- Dec 10, 2017
-
-
Konstantinos Sideris authored
-
- Dec 05, 2017
-
-
Konstantinos Sideris authored
-
- Dec 01, 2017
-
-
Konstantinos Sideris authored
-
- Nov 30, 2017
-
-
Konstantinos Sideris authored
-
- Nov 28, 2017
-
-
Konstantinos Sideris authored
-
- Nov 25, 2017
-
-
Konstantinos Sideris authored
-
- Nov 23, 2017
-
-
Konstantinos Sideris authored
-
- Nov 16, 2017
-
-
Max Sandholm authored
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.
-