pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/kvantum
Module Name: pkgsrc
Committed By: pin
Date: Mon Aug 1 08:09:57 UTC 2022
Modified Files:
pkgsrc/graphics/kvantum: Makefile distinfo
Log Message:
graphics/kvantum: update to 1.0.4
V1.0.4
---------
* Added a workaround for Qt6's double click problem with window dragging.
* Added a workaround for Qt6's window dragging when the cursor is outside the
widget after the drag is finished (previously, its hover state would
persist).
* Don't start window dragging if a popup menu is shown and closed quickly
(may happen very rarely).
* Added 1px to button arrow margin.
* Considered more details in drawing menu arrows of buttons (especially when
QToolButton is null).
* Removed button contents shift (it was useless and inconsistent).
* Added a pushbutton with menu to kvantumpreview.
* To find the sunken button that has triggered a menu, check whether that menu
really belongs to it.
* Improved the workaround for Qt's hover bug in buttons.
* Made menu shortcuts a little paler than menu texts.
* Added a workaround for LibreOffice's header view.
* Removed the old HDPI workaround.
V1.0.3
---------
* Workaround for a rare case of stylesheet interference in spinboxes.
* Disabled "ChangeSelectionColor" in all KDE color schemes because of its
buggy behavior.
* Respect lack of `scaledContents` in `QLabel` with large pixmaps (don't scale
down large label images when they aren't supposed to be scaled).
* Don't try to animate frameless scroll-areas.
* Changed the default layout spacing to 3px.
* Don't enforce minimum height of spinbox (tolerate bad layouts like that of
Qt Designer's view items).
* Ignore the key "text.margin" with group-boxes.
* Set the minimum contents height of tabs to 16px.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/kvantum/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/kvantum/Makefile
diff -u pkgsrc/graphics/kvantum/Makefile:1.21 pkgsrc/graphics/kvantum/Makefile:1.22
--- pkgsrc/graphics/kvantum/Makefile:1.21 Wed May 18 12:06:27 2022
+++ pkgsrc/graphics/kvantum/Makefile Mon Aug 1 08:09:57 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/05/18 12:06:27 pin Exp $
+# $NetBSD: Makefile,v 1.22 2022/08/01 08:09:57 pin Exp $
-DISTNAME= Kvantum-1.0.2
+DISTNAME= Kvantum-1.0.4
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
Index: pkgsrc/graphics/kvantum/distinfo
diff -u pkgsrc/graphics/kvantum/distinfo:1.15 pkgsrc/graphics/kvantum/distinfo:1.16
--- pkgsrc/graphics/kvantum/distinfo:1.15 Wed May 18 12:06:27 2022
+++ pkgsrc/graphics/kvantum/distinfo Mon Aug 1 08:09:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/05/18 12:06:27 pin Exp $
+$NetBSD: distinfo,v 1.16 2022/08/01 08:09:57 pin Exp $
-BLAKE2s (Kvantum-1.0.2.tar.gz) = 796d2632a4823534af470226ee03549d3dbbfe1c2aabc1144fd0f1b58b7b8701
-SHA512 (Kvantum-1.0.2.tar.gz) = da9a1d4f9cd3d961598deb599c5f7a2906be88ace4ed27c5f7bfa2462467c90b8a9458c3bb8595591129db01f248ceb4f7abc5f4057df650741f1345f741ce22
-Size (Kvantum-1.0.2.tar.gz) = 2977439 bytes
+BLAKE2s (Kvantum-1.0.4.tar.gz) = c29006a92cdc90cf0bafc606b421c598180e1520b3be1396338a5620d1076dcc
+SHA512 (Kvantum-1.0.4.tar.gz) = 160fc742221df0adf80e382ef8bc1cabd5dbede618f480c8bc2b3debb5be018bdf5e003405a4195febbe5bd125ffdc7e71826bbb7f4969dacf8acde584528820
+Size (Kvantum-1.0.4.tar.gz) = 2972898 bytes
Home |
Main Index |
Thread Index |
Old Index