Hi,
we will change KWrite to re-use the Kate codebase.
As side-effect, KWrite will like Kate now support opt-in telemetry via
KUserFeedback (can be even deactivated fully during compile time, purely
optional dependency).
The code is the same as used in Kate, the relevant merge request for th
An update and some questions:
Am Mon, 28 Mar 2022 15:39:55 +0200
schrieb Nicolas Fella :
[...]
> - Consider adding a color scheme selector (KColorSchemeManager) to the
> menu. On Windows that gives you dark mode support for free (this only
> really works nicely when using Breeze QStyle). See
> htt
Am Wed, 30 Mar 2022 17:55:12 +0200
schrieb Thomas Friedrichsmeier :
[...]
> What's troubling me more is that QWebEngineView (used, among other
> things, for Help->Help on RKWard) does not adapt to the color theme at
> all. I tried adding CSS rules (@media (prefers-color-scheme: dark)
> {...}), but
On 3/30/22 17:55, Thomas Friedrichsmeier wrote:
An update and some questions:
Am Mon, 28 Mar 2022 15:39:55 +0200
schrieb Nicolas Fella :
[...]
- Consider adding a color scheme selector (KColorSchemeManager) to the
menu. On Windows that gives you dark mode support for free (this only
really work