pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kirigami2
Module Name: pkgsrc
Committed By: markd
Date: Sun Jun 7 12:43:11 UTC 2020
Modified Files:
pkgsrc/x11/kirigami2: Makefile PLIST distinfo
Log Message:
kirigami2: update to 5.70.0
5.67
Clip the flickable parent item
Remove header top margin from private ScrollView
proper size hint for the gridlayout
use attached property for isCurrentPage
Get rid of a couple of warnings
try to keep the cursor in window when typing in an OverlaySheet
properly expand fillWidth items in mobile mode
Add active, link, visited, negative, neutral and positive background colors
Expose ActionToolBar's overflow button icon name
Use QQC2 Page as base for Kirigami Page
Specify where the code is coming from as the URL
Don't anchor AbstractApplicationHeader blindly
emit pooled after the properties have been reassigned
add reused and pooled signals like TableView
5.68
Show tooltip with full URL for URL button with overridden text
Have pullback toolbars on scrollable pages also for footers
Fix PrivateActionToolButton behaviour with showText vs IconOnly
Fix ActionToolBar/PrivateActionToolButton in combination with QQC2 Action
Move checked menu item always into range
Watch for language change events, and forward those to the QML engine
don't have overlaysheets under page header
use fallback when icon failed to load
Missing links to pagepool source files
Icon: fix rendering of image: urls on High DPI
Do not crash when icon's width or height is 0
fix margins in OverlaySheet
[examples/simplechatapp] Always set isMenu to true
[RFC] Reduce size of Level 1 headings and increase left padding on page titles
properly sync size hints with state machine
Add support for static platformtheme plugins
make headerParent correctly alignedwhen there is a scrollbar
Fix tabbar width computation
Add PagePoolAction to QRC file
allow toolbar style on mobile
Make the api docs reflect that Kirigami is not only a mobile toolkit
5.69
Hotfix for D28468 to fix broken variable refs
get rid of the incubator
disable mousewheel completely in outside flickable
Add property initializer support to PagePool
Refactor of OverlaySheet
Add ShadowedImage and ShadowedTexture items
[controls/formlayout] Don't attempt to reset implicitWidth
Add useful input method hints to password field by default
[FormLayout] Set compression timer interval to 0
[UrlButton] Disable when there is no URL
simplify header resizing
Remove export header from static install
Fix about page with Qt 5.15
Fix broken paths in kirigami.qrc.in
Add "veryLongDuration" animation duration
fix multi row notifications
don't depend on window active for the timer
Support multiple stacked Passive Notifications
Fix enabling border for ShadowedRectangle on item creation
check for window existence
Add missing types to qrc
Fix undefined check in global drawer menu mode
Fallback to a simple rectangle when using software rendering
Fix color premultiply and alpha blending
[FormLayout] Propagate FormData.enabled also to label
Add a ShadowedRectangle item
alwaysVisibleActions property
don't create instances when the app is quitting
Don't emit palette changes if the palette didn't change
5.70
Introduce Theme::smallFont
Make BasicListItem more useful by giving it a subtitle property
Less segfaulty PageRouterAttached
PageRouter: find parents of items better
Remove unused QtConcurrent from colorutils
PlaceholderMessage: Remove Plasma units usage
Allow PlaceholderMessage to be text-less
vertically center sheets if theiy don't have a scrollbar
Account for top and bottom margin in default card height
Various fixes to new Cards
Icon: improve icon rendering on multi-screen multi-dpi setups
Fix error in PlaceholderMessage: actions are disabled, not hidden
Introduce PlaceholderMessage component
Hotfix: fix bad typing in FormLayout array functions
Hotfix for SwipeListItem: use Array.prototype.*.call
Hotfix: use Array.prototype.some.call in ContextDrawer
Hotfix for D28666: use Array.prototype.*.call instead of invoking functions
on 'list' objects
Add missing m_sourceChanged variable
Use ShadowedRectangle for Card backgrounds
Update the visiblity check for ActionToolbar by checking width with
less-"equal"
Couple of 'trivial' fixes for broken code
never close when the click is inside the sheet contents
sheet must be under other popups
Add PageRouter component
Add ColorUtils
Allow setting separate corner radii for ShadowedRectangle
Remove the STATIC_LIBRARY option to fix static builds
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/kirigami2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/kirigami2/PLIST \
pkgsrc/x11/kirigami2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kirigami2/Makefile
diff -u pkgsrc/x11/kirigami2/Makefile:1.20 pkgsrc/x11/kirigami2/Makefile:1.21
--- pkgsrc/x11/kirigami2/Makefile:1.20 Tue Jun 2 08:23:04 2020
+++ pkgsrc/x11/kirigami2/Makefile Sun Jun 7 12:43:11 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/06/02 08:23:04 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/06/07 12:43:11 markd Exp $
DISTNAME= kirigami2-${KF5VER}
-PKGREVISION= 4
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/x11/kirigami2/PLIST
diff -u pkgsrc/x11/kirigami2/PLIST:1.7 pkgsrc/x11/kirigami2/PLIST:1.8
--- pkgsrc/x11/kirigami2/PLIST:1.7 Wed Jan 29 11:49:30 2020
+++ pkgsrc/x11/kirigami2/PLIST Sun Jun 7 12:43:11 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/01/29 11:49:30 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/06/07 12:43:11 markd Exp $
include/KF5/Kirigami2/KirigamiPluginFactory
include/KF5/Kirigami2/PlatformTheme
include/KF5/Kirigami2/TabletModeWatcher
@@ -49,9 +49,11 @@ qt5/qml/org/kde/kirigami.2/Page.qml
qt5/qml/org/kde/kirigami.2/PagePoolAction.qml
qt5/qml/org/kde/kirigami.2/PageRow.qml
qt5/qml/org/kde/kirigami.2/PasswordField.qml
+qt5/qml/org/kde/kirigami.2/PlaceholderMessage.qml
qt5/qml/org/kde/kirigami.2/ScrollablePage.qml
qt5/qml/org/kde/kirigami.2/SearchField.qml
qt5/qml/org/kde/kirigami.2/Separator.qml
+qt5/qml/org/kde/kirigami.2/ShadowedImage.qml
qt5/qml/org/kde/kirigami.2/SwipeListItem.qml
qt5/qml/org/kde/kirigami.2/Theme.qml
qt5/qml/org/kde/kirigami.2/ToolBarApplicationHeader.qml
@@ -115,6 +117,7 @@ qt5/qml/org/kde/kirigami.2/templates/pri
qt5/qml/org/kde/kirigami.2/templates/qmldir
share/kdevappwizard/templates/kirigami.tar.bz2
share/locale/ar/LC_MESSAGES/libkirigami2plugin_qt.qm
+share/locale/ast/LC_MESSAGES/libkirigami2plugin_qt.qm
share/locale/ca/LC_MESSAGES/libkirigami2plugin_qt.qm
share/locale/ca@valencia/LC_MESSAGES/libkirigami2plugin_qt.qm
share/locale/cs/LC_MESSAGES/libkirigami2plugin_qt.qm
Index: pkgsrc/x11/kirigami2/distinfo
diff -u pkgsrc/x11/kirigami2/distinfo:1.7 pkgsrc/x11/kirigami2/distinfo:1.8
--- pkgsrc/x11/kirigami2/distinfo:1.7 Wed Jan 29 11:49:30 2020
+++ pkgsrc/x11/kirigami2/distinfo Sun Jun 7 12:43:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/01/29 11:49:30 markd Exp $
+$NetBSD: distinfo,v 1.8 2020/06/07 12:43:11 markd Exp $
-SHA1 (kirigami2-5.66.0.tar.xz) = 44b9d028771954d12365ea781e421339e14764c3
-RMD160 (kirigami2-5.66.0.tar.xz) = d13cb461ab8867ddbd119e77cdf59a24e54dcf6e
-SHA512 (kirigami2-5.66.0.tar.xz) = 9ffebb47c026547dd4471cd7e56d4c236a60636543158994349d8e48ebfa451f7153c447bbf467108304ade1768894e14bb0afe3d166906874ae48ee3a5378ed
-Size (kirigami2-5.66.0.tar.xz) = 159452 bytes
+SHA1 (kirigami2-5.70.0.tar.xz) = 91dc0ae7e993be7a861001c08bdf42a5e0db1f41
+RMD160 (kirigami2-5.70.0.tar.xz) = 5e325227b0afd56ee3518d77404cb0581b136277
+SHA512 (kirigami2-5.70.0.tar.xz) = 45c582110cc4d7595c6d467f16f77aba6d66ba0701fea2d1049e7c6af8a73376c0521126031cd1748a8735b0ea75917a8ba1c6f6f72497778d8a883671ef0afb
+Size (kirigami2-5.70.0.tar.xz) = 257720 bytes
Home |
Main Index |
Thread Index |
Old Index