pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kwidgetsaddons kwidgetsaddons: update to 5.93.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a66736997ef2
branches: trunk
changeset: 377887:a66736997ef2
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 25 09:09:32 2022 +0000
description:
kwidgetsaddons: update to 5.93.0
5.82.0
KPageDialog: document automagical connections
Enable Unicode support in QRegularExpression where needed
Remove pointless tooltip for yes and no KStandardGuiItems
KPageDialog: make it clearer that a button box is added by default
5.83.0
Ensure instances of derived Private classes are properly destructed
Fix crash in KSelectAction
KFontChooser: always prepend the default font style in the styles list
5.84.0
KPasswordDialog: add access to revealPasswordAvailable of password lineedit
Add two-finger gesture
5.85.0
Update some widget pictures
kmimetypeeditor: display an error message if keditfiletype couldn't be started
Wrapp unisged int getter for rating in KWIDGETSADDONS_BUILD_DEPRECATED_SINCE
Deprecate KRatingWidget::ratingChanged(unsigned int) signal
5.86.0
KTitleWidget: Set frame backgroundRole to Window
KFontChooser: add a default constructor that takes a QWidget* first arg
KFontChooser: add a new shorter constructor, and setter methods
KFontChooser: deprecate "relative font size" methods
KMessageDialog: add buttons by default
5.87.0
Make lupdate happier
KCharSelect: Added option to show all blocks found in the data file (in the
section menu)
KFontChooser: the widget shouldn't become wider when toggling show fixed only
5.88.0
KTitleWidget: Lower all sizes
KSqueezedTextLabel: Fix clipped characters
KMessageDialog: fix setButtons() being called twice
KMessageDialog: disconnect default buttonbox signals as we emit done() manually
5.89.0
KAcceleratorManager: Take into account actions with Alt+X shortcuts
5.90.0
Fix year format in heading of KDatePicker
Localise numbers displayed in KDatePicker
[KMessageWidget] Ignore resize event when doing `animatedShow()`
5.92.0
KCharSelect: connect to the appropriate QFontComboBox signal
Check executables exist in PATH before passing them to QProcess
Make KSqueezedTextLabel more robust wrt QFontMetrics
5.93.0
Align buttons (and icon) on top, also when word wrap is off, but text is
pre-formatted to span multiple lines
avoid quadratic search of children widgets
diffstat:
x11/kwidgetsaddons/Makefile | 3 +--
x11/kwidgetsaddons/PLIST | 8 ++++++--
x11/kwidgetsaddons/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (60 lines):
diff -r fa2e18ba3b82 -r a66736997ef2 x11/kwidgetsaddons/Makefile
--- a/x11/kwidgetsaddons/Makefile Mon Apr 25 09:06:47 2022 +0000
+++ b/x11/kwidgetsaddons/Makefile Mon Apr 25 09:09:32 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2022/04/18 19:10:15 adam Exp $
+# $NetBSD: Makefile,v 1.48 2022/04/25 09:09:32 markd Exp $
DISTNAME= kwidgetsaddons-${KF5VER}
-PKGREVISION= 6
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
diff -r fa2e18ba3b82 -r a66736997ef2 x11/kwidgetsaddons/PLIST
--- a/x11/kwidgetsaddons/PLIST Mon Apr 25 09:06:47 2022 +0000
+++ b/x11/kwidgetsaddons/PLIST Mon Apr 25 09:09:32 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:31 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/25 09:09:32 markd Exp $
include/KF5/KWidgetsAddons/KAcceleratorManager
include/KF5/KWidgetsAddons/KActionMenu
include/KF5/KWidgetsAddons/KActionSelector
@@ -72,6 +72,8 @@
include/KF5/KWidgetsAddons/KToolBarPopupAction
include/KF5/KWidgetsAddons/KToolBarSpacerAction
include/KF5/KWidgetsAddons/KToolTipWidget
+include/KF5/KWidgetsAddons/KTwoFingerSwipe
+include/KF5/KWidgetsAddons/KTwoFingerTap
include/KF5/KWidgetsAddons/KUrlLabel
include/KF5/KWidgetsAddons/KViewStateMaintainerBase
include/KF5/KWidgetsAddons/KViewStateSerializer
@@ -145,13 +147,15 @@
include/KF5/KWidgetsAddons/ktoolbarpopupaction.h
include/KF5/KWidgetsAddons/ktoolbarspaceraction.h
include/KF5/KWidgetsAddons/ktooltipwidget.h
+include/KF5/KWidgetsAddons/ktwofingerswipe.h
+include/KF5/KWidgetsAddons/ktwofingertap.h
include/KF5/KWidgetsAddons/kurllabel.h
include/KF5/KWidgetsAddons/kviewstatemaintainerbase.h
include/KF5/KWidgetsAddons/kviewstateserializer.h
include/KF5/KWidgetsAddons/kwidgetsaddons_export.h
+include/KF5/KWidgetsAddons/kwidgetsaddons_version.h
include/KF5/KWidgetsAddons/kxyselector.h
include/KF5/KWidgetsAddons/lineediturldropeventfilter.h
-include/KF5/kwidgetsaddons_version.h
lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake
lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfigVersion.cmake
lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets-noconfig.cmake
diff -r fa2e18ba3b82 -r a66736997ef2 x11/kwidgetsaddons/distinfo
--- a/x11/kwidgetsaddons/distinfo Mon Apr 25 09:06:47 2022 +0000
+++ b/x11/kwidgetsaddons/distinfo Mon Apr 25 09:09:32 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:34:04 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 09:09:32 markd Exp $
-BLAKE2s (kwidgetsaddons-5.80.0.tar.xz) = 527de1b3c7f3c9f1341dd947b561b0ff42f0e5a1fcc97b20710ebee82971557e
-SHA512 (kwidgetsaddons-5.80.0.tar.xz) = b89ffcb86f791684e2e0ad06901cec5b235d639e423ad7b43b32fe59fd3a808ba2b6afeff2a7009bd9e03d9297b3fe8e4c04794048ff2da4539baccdbfddb8b4
-Size (kwidgetsaddons-5.80.0.tar.xz) = 2367736 bytes
+BLAKE2s (kwidgetsaddons-5.93.0.tar.xz) = 525ac008e3c38c6c8acc09c41c71df162d04a25c4075810e29104ce31b7b6e17
+SHA512 (kwidgetsaddons-5.93.0.tar.xz) = c7af17361602c0e1cd83fd60068bcae48bc49df63ad4a3fba67f04a93a5f11e7df792110f8c9c0b80215010c621a04a902198b8de613fdb33439842bbb5b97ad
+Size (kwidgetsaddons-5.93.0.tar.xz) = 2310312 bytes
Home |
Main Index |
Thread Index |
Old Index