kwidgetsaddons: update to 5.70.0

5.67
  [KMessageWidget] Subtract the correct margin
  [KMessageBox] Only allow selecting text in the dialog box using the mouse
  [KMessageWidget] Use devicePixelRatioF for animation pixmap
5.68
  [KMessageWidget] Allow the style to change our palette
  [KMessageWidget] Draw it with QPainter instead of using stylesheet
  Slightly reduce level 1 heading size
5.69
  New class KFontChooserDialog (based on KFontDialog from KDELibs4Support)
  [KCharSelect] Do not simplify single characters in search
  It we readd items we need to clear it first. OTherwise we will see
  Update kcharselect-data to Unicode 13.0
5.70
  [KFontChooser] Remove NoFixedCheckBox DisplayFlag, redundant
  [KFontChooser] Add new DisplayFlag; modify how flags are used
  [KFontChooser] Make styleIdentifier() more precise by adding font styleName
  [KFontRequester] Port from QFontDialog to KFontChooserDialog
  [KMimeTypeChooser] Add the ability to filter the treeview with a QSFPM
  [KFontChooser] Make the code slightly more readable
  [KFontChooser] Add a checkbox to toggle showing only monospaced fonts
  Remove not necessary include
This commit is contained in:
markd 2020-06-07 12:50:03 +00:00
parent 052d532176
commit f26c750bfa
3 changed files with 10 additions and 8 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.34 2020/06/02 08:23:04 adam Exp $
# $NetBSD: Makefile,v 1.35 2020/06/07 12:50:03 markd Exp $
DISTNAME= kwidgetsaddons-${KF5VER}
PKGREVISION= 4
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2019/11/11 09:21:40 markd Exp $
@comment $NetBSD: PLIST,v 1.7 2020/06/07 12:50:03 markd Exp $
include/KF5/KWidgetsAddons/KAcceleratorManager
include/KF5/KWidgetsAddons/KActionMenu
include/KF5/KWidgetsAddons/KActionSelector
@ -20,6 +20,7 @@ include/KF5/KWidgetsAddons/KDualAction
include/KF5/KWidgetsAddons/KEditListWidget
include/KF5/KWidgetsAddons/KFontAction
include/KF5/KWidgetsAddons/KFontChooser
include/KF5/KWidgetsAddons/KFontChooserDialog
include/KF5/KWidgetsAddons/KFontRequester
include/KF5/KWidgetsAddons/KFontSizeAction
include/KF5/KWidgetsAddons/KGradientSelector
@ -95,6 +96,7 @@ include/KF5/KWidgetsAddons/kdualaction.h
include/KF5/KWidgetsAddons/keditlistwidget.h
include/KF5/KWidgetsAddons/kfontaction.h
include/KF5/KWidgetsAddons/kfontchooser.h
include/KF5/KWidgetsAddons/kfontchooserdialog.h
include/KF5/KWidgetsAddons/kfontrequester.h
include/KF5/KWidgetsAddons/kfontsizeaction.h
include/KF5/KWidgetsAddons/kguiitem.h
@ -159,6 +161,7 @@ share/kf5/kcharselect/kcharselect-data
share/locale/af/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/ar/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/as/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/ast/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/be/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/be@latin/LC_MESSAGES/kwidgetsaddons5_qt.qm
share/locale/bg/LC_MESSAGES/kwidgetsaddons5_qt.qm

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2020/01/29 11:49:31 markd Exp $
$NetBSD: distinfo,v 1.10 2020/06/07 12:50:03 markd Exp $
SHA1 (kwidgetsaddons-5.66.0.tar.xz) = acfb4cdc4219057eb42c3b14f634d998ad4b0ac6
RMD160 (kwidgetsaddons-5.66.0.tar.xz) = 300e9d8bfd75aad92f550eb3972d55cbed1608ed
SHA512 (kwidgetsaddons-5.66.0.tar.xz) = b1205337c031d73eb97a4fac1eb9398237c51e2e6df2429ad5a001c7857614eb908ee23ccc28d162a86b11f0fe6883f45dd15e706f151fdb42a3eea7568bb373
Size (kwidgetsaddons-5.66.0.tar.xz) = 2201300 bytes
SHA1 (kwidgetsaddons-5.70.0.tar.xz) = 96578804ba98e5f573bc7f70040a8c19c1560fed
RMD160 (kwidgetsaddons-5.70.0.tar.xz) = 6927925cf3a2c5f70b11307d2c1ba80e66b4c59c
SHA512 (kwidgetsaddons-5.70.0.tar.xz) = 4c11822f3acc2dad31346ba536d2daa2f1f2d357b99f9c181f336696f88a2e3d6b5dd0c82af1481e38662731bba64e7dc7c95e9a4ea588488e987b0e180d02ef
Size (kwidgetsaddons-5.70.0.tar.xz) = 2341452 bytes