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: Fri Mar 12 09:40:14 UTC 2021
Modified Files:
pkgsrc/graphics/kvantum: Makefile PLIST distinfo
Log Message:
graphics/kvantum: update to 0.19.0
-Allow dragging from some disabled widgets.
-Added an option (to Kvantum Manager) for setting the toolbar icon size to the
font height if possible.
-Don't style vertical toolbars because, otherwise, they might look ugly.
-Always check if the drag manager is deleted after it sends mouse events (to
prevent any crash).
-Increased the drag distance and delay when dragging is done from buttons.
-Try to do less calculations to get widget sizes by not consulting QCommonStyle
as far as possible.
-Draw view-items independently of QCommonStyle to apply all size settings
correctly.
-Always reserve the vertical space for a single-line text in view-items.
QCommonStyle is inconsistent in this regard and may create a tiny item editor
when the text is empty. Qt doesn't give enough info to QStyle for knowing
whether the editor is active.
-Ignore a view-item's custom brush when it's selected (as QCommonStyle does).
-Cleaned up the code of transient scrollbar animation (and fixed a rare case,
where a transient scrollbar might not disappear after app startup — as in
kcharselect).
-Fixed a small problem in (Krita's) KisSliderSpinBox.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/kvantum/PLIST
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/graphics/kvantum/Makefile:1.11
--- pkgsrc/graphics/kvantum/Makefile:1.10 Tue Jan 5 22:26:14 2021
+++ pkgsrc/graphics/kvantum/Makefile Fri Mar 12 09:40:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/01/05 22:26:14 pin Exp $
+# $NetBSD: Makefile,v 1.11 2021/03/12 09:40:14 pin Exp $
-DISTNAME= Kvantum-0.18.0
+DISTNAME= Kvantum-0.19.0
PKGNAME= ${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
Index: pkgsrc/graphics/kvantum/PLIST
diff -u pkgsrc/graphics/kvantum/PLIST:1.4 pkgsrc/graphics/kvantum/PLIST:1.5
--- pkgsrc/graphics/kvantum/PLIST:1.4 Tue Jan 5 22:26:14 2021
+++ pkgsrc/graphics/kvantum/PLIST Fri Mar 12 09:40:14 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/01/05 22:26:14 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/03/12 09:40:14 pin Exp $
bin/kvantummanager
bin/kvantumpreview
qt5/plugins/styles/libkvantum.so
@@ -132,6 +132,7 @@ share/kvantummanager/translations/kvantu
share/kvantummanager/translations/kvantummanager_pt.qm
share/kvantummanager/translations/kvantummanager_pt_BR.qm
share/kvantummanager/translations/kvantummanager_ru.qm
+share/kvantummanager/translations/kvantummanager_si.qm
share/kvantummanager/translations/kvantummanager_sk_SK.qm
share/kvantummanager/translations/kvantummanager_tr.qm
share/kvantummanager/translations/kvantummanager_zh_CN.qm
@@ -161,6 +162,7 @@ share/kvantumpreview/translations/kvantu
share/kvantumpreview/translations/kvantumpreview_pt.qm
share/kvantumpreview/translations/kvantumpreview_pt_BR.qm
share/kvantumpreview/translations/kvantumpreview_ru.qm
+share/kvantumpreview/translations/kvantumpreview_si.qm
share/kvantumpreview/translations/kvantumpreview_sk.qm
share/kvantumpreview/translations/kvantumpreview_tr.qm
share/kvantumpreview/translations/kvantumpreview_zh_CN.qm
Index: pkgsrc/graphics/kvantum/distinfo
diff -u pkgsrc/graphics/kvantum/distinfo:1.6 pkgsrc/graphics/kvantum/distinfo:1.7
--- pkgsrc/graphics/kvantum/distinfo:1.6 Tue Jan 5 22:26:14 2021
+++ pkgsrc/graphics/kvantum/distinfo Fri Mar 12 09:40:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/01/05 22:26:14 pin Exp $
+$NetBSD: distinfo,v 1.7 2021/03/12 09:40:14 pin Exp $
-SHA1 (Kvantum-0.18.0.tar.gz) = 6ba8d1bb010ceac11063d78d6ea457f8507ad367
-RMD160 (Kvantum-0.18.0.tar.gz) = 4e313c3c181960e65abf26de2d11c53574a069f7
-SHA512 (Kvantum-0.18.0.tar.gz) = c53cdb298f7b98e2dc2cd041e5bce87baf238e4f0aabb030489fea97d8cc1cc455d0667966bbf2d6435f38d88164c0a428dcbc255afd6dbdd55a3ce277b90565
-Size (Kvantum-0.18.0.tar.gz) = 2805017 bytes
+SHA1 (Kvantum-0.19.0.tar.gz) = f9191af1c9ed1a6b86a8f0f6666fbbf8c821c281
+RMD160 (Kvantum-0.19.0.tar.gz) = 0e304e3ef073b8e5a2c8fe1b8031fb8e22fdf450
+SHA512 (Kvantum-0.19.0.tar.gz) = 23de3c303565760c1bf1d7abe233441beb8d10e23e7cb44d0d65e9845efe5a2988325fb169278155d55442256ad5084b793d4aef5cbd2189007ddb0ec8a741ac
+Size (Kvantum-0.19.0.tar.gz) = 2825683 bytes
Home |
Main Index |
Thread Index |
Old Index