pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kconfigwidgets kconfigwidgets: update to 5.93.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7c05ffec098
branches:  trunk
changeset: 377875:d7c05ffec098
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 25 08:31:34 2022 +0000

description:
kconfigwidgets: update to 5.93.0

5.81.0
Introduce KHamburgermenu (bug 368421)

5.82.0
Use new version-controlled enumerator deprecation warning macros
Un-overload KConfigDialogManager::settingsChanged() signals

5.83.0
Deprecate KTipDatabase and KTipDialog
[KHamburgerMenu] Ignore native menus
Add KCommandBar - a hud-style dialog for quickly executing QActions

5.84.0
Expose model of KColorSchemeManager
Update API docs with respect to
KXMLGuiFactor::showConfigureShortcutsDilaog()
Deprecate KStatefulBrush::brush(const QWidget*)
Fix tiny black rectangles with rounded corners
Fix filtering in KCommandBar
KRecentFilesAction: document that local file URLs in the temp dir are
ignored

5.85.0
[KCModule] Deprecate ctor that takes KAboutData
Make sure commandbar has unique actions
add icons for all zoom standard actions
KCommandBar update
Show fuzzy matches in command bar
enable auto-switching color scheme for Windows apps when Default color
scheme is active
Fix crash when calling KHamburgerMenu::setMenuBar(nullptr)

5.86.0
Add support for static builds
Hide KHamburgerMenu in QMenus when a native menu bar is used

5.87.0
Do not emit deprecation warnings for overload which gets chosen by compiler

5.88.0
Fix auto color scheme switching
[kcolorschememodel] Expose color scheme id
[KCommandBar] Additionally sort commands by name
[KCommandBar] Don't display an indent for an icon if no item has an icon
[KCommandBar] Skip actions with empty text
Read proper color setting on Windows
[KCommandBar] Show information about a command in a tooltip

5.89.0
Add color scheme saving and loading
Fix hamburger menu opening as a window on Wayland
[KCommandBar] Add placeholder text for empty view
[KCommandBar] Fix rendering of chord shortcuts
[KCommandBar] Dynamic column widths + shortcuts alignment

5.90.0
Fix conditions used in cmake.in config file
[kcolorschememodel] Read .colors files from assets on Android
Sync default colors from Breeze Light color scheme
kcommandbar: Don't warn if action is separator
[kcmodule] Deprecate aboutData and componentData
[KCommandBar] Fix resetting m_hasActionsWithIcons

5.91.0
KLanguageButton: Don't insert duplicates
KLanguageButton: Adapt to new .desktop filenames
Change shortcuts of standard actions if standard shortcut changes
Use BUILD* deprecation wrapper for virtual method
Simplify KHamburgerMenu menu items
Only require KAuth on Linux/FreeBSD
Don't use KAuth on Windows

5.92.0
KHamburgerMenu: Avoid null receiver warning upon showing menubar
Add a KColorScheme::operator==
KHambugerMenu: Fix crash on windows when showing the window menubar from the
HamburgerMenu

5.93.0
Merge KColorSchemePrivate::init and constructor
Unify both KColorSchemePrivate constructors
Default to light mode, where AppsUseLightTheme isn't set (notably Windows
8.1)
Move KStatefulBrush to its own dedicated header
Deprecate KColorScheme::contrast
Fix automatic color scheme on Windows
khamburgermenu: Ensure menu is polished before creating window
Fix blame ignore list
[kcolorschememanager] Initialize selected scheme from config
Add Android to supported platforms in the repo metadata

diffstat:

 x11/kconfigwidgets/Makefile |   3 +--
 x11/kconfigwidgets/PLIST    |  13 +++++++++++--
 x11/kconfigwidgets/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (85 lines):

diff -r 2f386801e7e0 -r d7c05ffec098 x11/kconfigwidgets/Makefile
--- a/x11/kconfigwidgets/Makefile       Mon Apr 25 08:26:15 2022 +0000
+++ b/x11/kconfigwidgets/Makefile       Mon Apr 25 08:31:34 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/04/18 19:10:14 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/04/25 08:31:34 markd Exp $
 
 DISTNAME=      kconfigwidgets-${KF5VER}
-PKGREVISION=   7
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 2f386801e7e0 -r d7c05ffec098 x11/kconfigwidgets/PLIST
--- a/x11/kconfigwidgets/PLIST  Mon Apr 25 08:26:15 2022 +0000
+++ b/x11/kconfigwidgets/PLIST  Mon Apr 25 08:31:34 2022 +0000
@@ -1,38 +1,46 @@
-@comment $NetBSD: PLIST,v 1.9 2021/03/30 10:58:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/04/25 08:31:34 markd Exp $
 bin/preparetips5
 include/KF5/KConfigWidgets/KCModule
 include/KF5/KConfigWidgets/KCodecAction
 include/KF5/KConfigWidgets/KColorScheme
 include/KF5/KConfigWidgets/KColorSchemeManager
+include/KF5/KConfigWidgets/KColorSchemeModel
+include/KF5/KConfigWidgets/KCommandBar
 include/KF5/KConfigWidgets/KConfigDialog
 include/KF5/KConfigWidgets/KConfigDialogManager
 include/KF5/KConfigWidgets/KConfigViewStateSaver
+include/KF5/KConfigWidgets/KHamburgerMenu
 include/KF5/KConfigWidgets/KHelpClient
 include/KF5/KConfigWidgets/KLanguageButton
 include/KF5/KConfigWidgets/KLanguageName
 include/KF5/KConfigWidgets/KPasteTextAction
 include/KF5/KConfigWidgets/KRecentFilesAction
 include/KF5/KConfigWidgets/KStandardAction
+include/KF5/KConfigWidgets/KStatefulBrush
 include/KF5/KConfigWidgets/KTipDialog
 include/KF5/KConfigWidgets/KViewStateMaintainer
 include/KF5/KConfigWidgets/kcmodule.h
 include/KF5/KConfigWidgets/kcodecaction.h
 include/KF5/KConfigWidgets/kcolorscheme.h
 include/KF5/KConfigWidgets/kcolorschememanager.h
+include/KF5/KConfigWidgets/kcolorschememodel.h
+include/KF5/KConfigWidgets/kcommandbar.h
 include/KF5/KConfigWidgets/kconfigdialog.h
 include/KF5/KConfigWidgets/kconfigdialogmanager.h
 include/KF5/KConfigWidgets/kconfigviewstatesaver.h
 include/KF5/KConfigWidgets/kconfigwidgets_export.h
+include/KF5/KConfigWidgets/kconfigwidgets_version.h
+include/KF5/KConfigWidgets/khamburgermenu.h
 include/KF5/KConfigWidgets/khelpclient.h
 include/KF5/KConfigWidgets/klanguagebutton.h
 include/KF5/KConfigWidgets/klanguagename.h
 include/KF5/KConfigWidgets/kpastetextaction.h
 include/KF5/KConfigWidgets/krecentfilesaction.h
 include/KF5/KConfigWidgets/kstandardaction.h
+include/KF5/KConfigWidgets/kstatefulbrush.h
 include/KF5/KConfigWidgets/ktip.h
 include/KF5/KConfigWidgets/ktipdialog.h
 include/KF5/KConfigWidgets/kviewstatemaintainer.h
-include/KF5/kconfigwidgets_version.h
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfigVersion.cmake
 lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets-noconfig.cmake
@@ -176,6 +184,7 @@
 share/locale/mr/kf5_entry.desktop
 share/locale/ms/LC_MESSAGES/kconfigwidgets5.mo
 share/locale/ms/kf5_entry.desktop
+share/locale/my/kf5_entry.desktop
 share/locale/nb/LC_MESSAGES/kconfigwidgets5.mo
 share/locale/nb/kf5_entry.desktop
 share/locale/nds/LC_MESSAGES/kconfigwidgets5.mo
diff -r 2f386801e7e0 -r d7c05ffec098 x11/kconfigwidgets/distinfo
--- a/x11/kconfigwidgets/distinfo       Mon Apr 25 08:26:15 2022 +0000
+++ b/x11/kconfigwidgets/distinfo       Mon Apr 25 08:31:34 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:33:55 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/04/25 08:31:34 markd Exp $
 
-BLAKE2s (kconfigwidgets-5.80.0.tar.xz) = 135b61d5fcf10220a65dd4d53bf5ee7b876fa97e4409dcd5e6deb80ca8c24f11
-SHA512 (kconfigwidgets-5.80.0.tar.xz) = f482d86ce3b893c4c0dce6fb6db005759bdfbb794114e636ff63a2a7db762e2ddaf2f53c0363561a4581967a6177b0ae077febd020d46bfc32211fab5725fa3d
-Size (kconfigwidgets-5.80.0.tar.xz) = 389484 bytes
+BLAKE2s (kconfigwidgets-5.93.0.tar.xz) = 667794ec857acb8c876b13b16ccfdafebdd1a1cf448c59bf750ce05cd100fff4
+SHA512 (kconfigwidgets-5.93.0.tar.xz) = d25d61be21cc2270ec3beb4e27fa7555d3c5d99c9a4440f2b79bd5531f73cb48cfeea38c7c969762ad0f9992f9ac91a641709a8c4a2a6b7c28132fc54632a32f
+Size (kconfigwidgets-5.93.0.tar.xz) = 416572 bytes



Home | Main Index | Thread Index | Old Index