Skip to content

Releases: tsujan/Kvantum

1.1.3

24 Oct 06:30
V1.1.3
Compare
Choose a tag to compare

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

01 Jun 16:31
V1.1.2
Compare
Choose a tag to compare

● Followed Qt 6.7 by giving all available space to text rectangles of view items (fixes a regression with Qt ≥ 6.7).
● Workaround for an inconsistency in Qt, where a persistent editor can be opened for an uneditable view item.

1.1.1

29 Apr 15:06
V1.1.1
Compare
Choose a tag to compare

● 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

17 Mar 04:36
V1.1.0
Compare
Choose a tag to compare

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

10 Apr 08:03
V1.0.10
a868cd0
Compare
Choose a tag to compare

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

10 Feb 19:37
V1.0.9
Compare
Choose a tag to compare

Fixed a regression that caused crashes in QML apps and LibreOffice when the widget animation was disabled.

Also, a workaround is added for a rare case, where a bad code gives an enormous contents size to item-views.

1.0.8

10 Feb 06:39
V1.0.8
Compare
Choose a tag to compare

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

01 Dec 17:17
V1.0.7
Compare
Choose a tag to compare

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

26 Oct 10:19
V1.0.6
Compare
Choose a tag to compare

Main changes:

● Added workarounds for Kate's new side-pane and status-bar buttons (which still have wrong style codes).
● Silenced the compilation warnings with Qt 6.4.

1.0.5

20 Sep 17:46
V1.0.5
Compare
Choose a tag to compare

● 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.