Received: by mail.netbsd.org (Postfix, from userid 605) id C10B784E55; Mon, 1 Aug 2022 08:09:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0439284D4C for ; Mon, 1 Aug 2022 08:09:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Uv7tOSQ-H-gU for ; Mon, 1 Aug 2022 08:09:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5A2F984CDC for ; Mon, 1 Aug 2022 08:09:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5774CFB1A; Mon, 1 Aug 2022 08:09:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165934139756480" MIME-Version: 1.0 Date: Mon, 1 Aug 2022 08:09:57 +0000 From: "pin" Subject: CVS commit: pkgsrc/graphics/kvantum To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220801080957.5774CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165934139756480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_165934139756480 Content-Disposition: inline Content-Length: 1544 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_165934139756480--