./graphics/kvantum, SVG-based theme engine for Qt and KDE

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: kvantum-1.1.4, Maintainer: pin

Kvantum (by Pedram Pourang, a.k.a. Tsu Jan) is an SVG-based theme engine for Qt,
tuned to KDE and LXQt, with an emphasis on elegance, usability and practicality.
Kvantum has a default dark theme, which is inspired by the default theme of
Enlightenment. Creation of realistic themes like that for KDE was my first
reason to make Kvantum but it goes far beyond its default theme: you could make
themes with very different looks and feels for it, whether they be
photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or
something in between, and Kvantum will let you control almost every aspect of
Qt widgets.

Kvantum also comes with extra themes that are installed as root with Qt
installation and can be selected and activated by using Kvantum Manager.


Required to run:
[graphics/hicolor-icon-theme] [x11/qt5-qtsvg] [x11/qt5-qtx11extras] [x11/qt5-qtbase] [x11/kwindowsystem]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 3169.335 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 21:50:20 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/kvantum: update to 1.1.4

V1.1.4
---------
 * Support regular expressions in Kvantum Manager's Application Themes.
 * Exclude the opaque list from blurring of hard-coded translucency.
 * Use a translucent background in "PE_Widget" if needed and existing.
 * Disable and re-enable blurring if `windowOpacity` switches between 0 and 1 \ 
respectively.
 * Corrected a minor, old mistake in calculating the text size of a default \ 
push-button.
 * Fixed the workaround for forced background colors of editable comboboxes.
 * Added a workaround for a weird bug in Qt 6.8 that creates gaps between SVG \ 
menu elements when the scale factor is more than 1 and the painter opacity is \ 
less than 1.
 * Added a workaround for a nasty regression in Qt 6.8.2 that messes with \ 
drawing of some widgets when an applied stylesheet has nothing to do with them.
 * Changed the default value of "layout_margin" from 4 to 6.
 * Added position animations to the explanatory notes of Kvantum Manager for \ 
encouraging users to read them.
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-08-01 07:43:39 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
kvantum: remove patch removed from distinfo during last update
   2024-07-31 20:05:57 by pin | Files touched by this commit (3)
Log message:
graphics/kvantum: switch build to Qt6

Ahead of merging LXQt-2.0.0
   2024-06-09 10:10:07 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
kvantum: update to 1.1.2.

V1.1.2
---------
 * Workaround for an inconsistency in Qt, where a persistent editor can be \ 
opened for an item view without setting the flag "ItemIsEditable".
 * Follow Qt 6.7 by giving the available space to the text rectangle of a view \ 
item (this extends the workaround which was added to V1.1.1).