Skip to content

Releases: tsujan/Kvantum

0.17.0

03 Oct 01:09
V0.17.0
Compare
Choose a tag to compare

This release is mostly about fixing a few rare problems, that I encountered in special widgets, as well as polishing some themes.

Also, popup arrows of tool buttons are distinguished by a small vertical line on mouse-over.

0.16.1

10 Aug 15:26
V0.16.1
Compare
Choose a tag to compare

● More explicitness about the color group when getting colors from the standard panel. This fixes a small problem in inactive line-edits of some themes.
● Made the toolbar of recent versions of Krita stylable.

0.16.0

23 Jun 03:53
V0.16.0
Compare
Choose a tag to compare

Main changes:

● Reset widget palettes on changing style from and to Kvantum. This fixes several problems with on-the-fly style changes, so that an app restart won't be needed in most cases of style change (which shouldn't be mistaken with Kvantum theme change).
● Added an option to Kvantum Manager for enabling window translucency with non-integer scale factors after showing a warning.
● Fixed the height of combo menu separators (they were too big).
● Updated the code for Qt 5.15 backward compatibly.
● Added a workaround for a regression in Qt 5.15, which results in QStyleOptionTab reporting an incorrect tab position.

0.15.3

05 May 04:47
V0.15.3
Compare
Choose a tag to compare

● Better calculations for progressbars.
● Aligned a menu-item's text with others' if its icon isn't null but its pixmap is.
● Added a workaround for a small issue in the toolbar timer of Audacious 4.0.
● Removed old stuff from installation.

0.15.2

04 Apr 11:07
Compare
Choose a tag to compare

Considered the cursor position when compensating for menu shadows.

Also, covered RTL in QCommandLinkButton (although Qt doesn't).

0.15.1

16 Mar 13:42
Compare
Choose a tag to compare

● Fixed a crash in Kleopatra's settings dialog.
● Added some dialog button icons for Qt ≥ 5.14.

0.15.0

10 Mar 20:15
Compare
Choose a tag to compare

Some of the changes in this release:

● Added an option (to Kvantum Manager) for horizontally centered forms.
● Handled the device pixel ratio more locally — because, apparently, Wayland can give different pixel ratios to different screens.
● Added KvMojaveMixed, a version of KvMojaveLight with dark menubar and primary toolbar.
● Added a workaround for codes that change a line-edit's base color (like in Kate and Konsole).
● Don't set WA_NoSystemBackground with hard-coded translucency. (This solves the problem of Konsole's transparent menubar with some translucent themes.)
● Milder gradient for menus of the default theme.

0.14.1

06 Jan 08:17
Compare
Choose a tag to compare

Changes (with Qt ≥ 5.12):

● Enforced contrast between symbolic (SVG) clear icon and background of toolbar lineedits in dark-and-light themes.
● Considered the size of lineedit clear icons to be PM_SmallIconSize.

0.14.0

28 Dec 05:55
Compare
Choose a tag to compare

Among the changes in this release:

● Correct symbolic icon colors are guaranteed for combos inside toolbars.
● No extra heights for combo menus.
● Allow custom elements for focus rectangles of some widgets.
● Removed the redundant key no_focus_rect.
● Safeguards against a badly edited kvconfig file.
● Handled PlaceholderText with Qt ≥ 5.12.
● Added a (temporary) workaround for the text rendering bug of Qt 5.14.0.

0.13.0

05 Dec 10:01
Compare
Choose a tag to compare

Fixes and changes:

● When calculating the tab size, consider the actual tab icon size (which may rarely be different from PM_TabBarIconSize).
● Ensure correct menu blurring if the compositor kicks in with a short delay.
● Allow elided texts in task buttons of LXQt Panel.
● Prevent menus from switching screen with multi-screen setups.
● Don't add an arrow to a tool button with instant popup.
● Fixed an old problem in toolbars of dark-and-light themes.
● A key is added for the thickness of toolbar separators.
● A workaround for a bug in Qt5ct.