pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/kvantum graphics/kvantum: update to 1.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/726baaf6363e
branches:  trunk
changeset: 382593:726baaf6363e
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Aug 01 08:09:57 2022 +0000

description:
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.

diffstat:

 graphics/kvantum/Makefile |  4 ++--
 graphics/kvantum/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ee7c879f1bce -r 726baaf6363e graphics/kvantum/Makefile
--- a/graphics/kvantum/Makefile Mon Aug 01 08:08:45 2022 +0000
+++ b/graphics/kvantum/Makefile Mon Aug 01 08:09:57 2022 +0000
@@ -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/}
diff -r ee7c879f1bce -r 726baaf6363e graphics/kvantum/distinfo
--- a/graphics/kvantum/distinfo Mon Aug 01 08:08:45 2022 +0000
+++ b/graphics/kvantum/distinfo Mon Aug 01 08:09:57 2022 +0000
@@ -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