Releases: tsujan/Kvantum
1.1.3
Qt 6.8.0 has a regression that randomly creates artifacts in translucent windows under Wayland. A workaround has been added for it, such that the windows/menus/tooltips which are made translucent by Kvantum are not affected by it.
Also,
● Dragged tabs of Qt ≥ 6.6 are drawn as single tabs (like they were drawn with Qt < 6.6).
● Bumped the minimum required version of Qt6 to 6.6.
● Said goodbye to KF5. Since the current version, the Qt5 plugin is compiled without it (which means no blurring for Qt5 apps under Wayland).
● Updated and cleaned up the code.
1.1.2
1.1.1
● A workaround is added for a backward incompatible change in how Qt 6.7 draws item views.
● Fixed an old issue in drawing radio buttons under mouse cursor without animation.
● The support for qmake
is back but without KWindowSystem (and without being advertised).
1.1.0
The default compilation is against Qt6 now (For Qt5, ENABLE_QT5
should be set to ON
), and the support for qmake
has been removed (because KF6 doesn't support it). The blur effect of KWin 6.0 is supported.
Also,
● It is possible to reduce only the opacity of inactive windows with negative values of the relevant setting (in Kvantum Manager).
● Added a workaround for a bug in Qt 6.6, because of which, translucent menus might be drawn with wrong sizes after being moved.
● Added a workaround for tiny overlaps between tree branch lines with translucent light/dark colors.
● Added a workaround for a crashing bug in KDE's plasma-settings.
● Added a toolbar, containing a date-time editor with popup and a progress-bar, to kvantumpreview.
● Minor fixes.
1.0.10
In addition to better drawing of some widgets,
● To support Qt5 long after Qt6 becomes the default, compilation without KDE Frameworks is made possible (if it is used, KWin's blur effect will be available only under X11). It works with Qt6 too.
● Rounded buttons, combo-boxes and line-edits are allowed in LibreOffice.
● Openbox themes are removed (Openbox's development stopped years ago). If you use Openbox, you could import its themes from older versions of Kvantum at GitHub.
1.0.9
1.0.8
Main changes:
● Dragging of inactive windows of multi-window apps is fixed under Wayland.
● Wide combo menu icons are taken into account.
● QML indeterminate progressbars are animated (when qqc2-desktop-style
is used).
● Small workarounds, especially under Wayland.
1.0.7
A rare crash is prevented when a busy progress-bar is destroyed. The credit goes to @NaofumiHonda for finding the triggering conditions.
1.0.6
1.0.5
● Added a workaround for a new bug in Krita 5.1.0 (which could make Krita freeze if a Kvantum theme requested a progress-bar height greater than that of Fusion).
● Also, added safeguards against two kinds of wrong app codes.
● Added a condition for window dragging under Wayland, especially for dragging from buttons.
● Simplified finding of Qt modules with cmake.