pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qqc2-desktop-style



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 09:37:06 UTC 2022

Modified Files:
        pkgsrc/x11/qqc2-desktop-style: Makefile PLIST distinfo

Log Message:
qqc2-desktop-style: update to 5.93.0

5.81.0
Respect highlighted property
Fix size of toolbuttons
[DialogButtonBox] Improve implicit size behavior

5.82.0
Draw icon in QQStyleItem
[CheckBox] Rewrite to be nearly identical to RadioButton
[RadioButton] Correct typo
Keep context menu above other popups, use dismiss()

5.83.0
[scrollview] Consider scroll bars when calculating implicit size
User HoverHandler instead of MouseArea

5.84.0
Bind default font of Label
kirigami-integration: use default font size for smallText on Windows
Revert "[scrollview] Consider scroll bars when calculating implicit size"

5.85.0
Introduce MenuBar implementation
Use flat instead of raised for flat buttons and toolbuttons
DialogButtonBox: remove unnecessary lines
DialogButtonBox: Set standard icons for standard buttons

5.86.0
Fix combobox popup in RTL mode
Label: set horizontalAlignment explicitly
Vertically center slider
MenuItem: make it look more like Breeze QStyle
Menu: make it look more like Breeze QStyle
Add C++ Units implementation
ScrollBar: less scuffed implementation of reading from QStyle
SpinBox: less scuffed implementation of reading from QStyle

5.87.0
Properly get the path from a QUrl
MenuSeparator: fix height being wrong, rewrite whole file to be more correct
Button, ToolButton: improve implicit sizing, correctly set default button state
Use more process-working-symbolic icon for busy spinner

5.88.0
Pane: add missing Kirigami import
Add Pane control
Remove some id, this should improve the performance
Do not set the palette for every component
[TextFieldContextMenu] Fix null property accesses
[TextFieldContextMenu] Free the action function after running it
Only re-compute the icon when it's necessary
Don't change MenuItem's arrow's color when selected
Use KIconColors to color icons
Implement Spellchecking using Sonnet for TextArea

5.89.0
Fix syntax highlighting

5.90.0
TextFieldContextMenu: Fix menu not opening
Add A SpinBox test

5.91.0
Avoid needlessly reading font settings
StyleItem: emit signal on style changes
install plugins in kf<version>
take icon width into account
adapt width of combobox to its content
Theme placeholderTextColor
Make menu items taller in Tablet Mode
Fix find_package
Remove QStyle::State_Horizontal when it's not horizontal
Adapt build system for building against qt6
Slider: handle scrolling
Use upstream scroll implementations for Combobox and SpinBox
Use metrics from Breeze for menu items

5.92.0
Thicken menus on transient touch as well as being in Tablet Mode
PlasmaDesktopTheme: ensure we initialise the colours
PlasmaDesktopTheme: Do not compute the colors for invisible items
PlasmaDesktopTheme: Do not call syncColors after syncWindow
Menu: use hmargin and vmargin from QStyle
Support displaying icons in ItemDelegate
fix checkbox position for CheckDelegate
Drop lib prefix when building for Windows
KQuickStyleItem: Simplify the updatePolish
Use correct DBus signal for listening for font changes
Use raw pointer instead of QPointer to track watchers

5.93.0
Do not make space for invisible items in menus
TextFieldContextMenu: Make menu separator invisible when its preceding items
are too
KQuickStyleItem: use control mirrored property if available


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/qqc2-desktop-style/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qqc2-desktop-style/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/qqc2-desktop-style/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/qqc2-desktop-style/Makefile
diff -u pkgsrc/x11/qqc2-desktop-style/Makefile:1.24 pkgsrc/x11/qqc2-desktop-style/Makefile:1.25
--- pkgsrc/x11/qqc2-desktop-style/Makefile:1.24 Mon Apr 18 19:12:25 2022
+++ pkgsrc/x11/qqc2-desktop-style/Makefile      Mon Apr 25 09:37:06 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/04/18 19:12:25 adam Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/25 09:37:06 markd Exp $
 
 DISTNAME=      qqc2-desktop-style-${KF5VER}
-PKGREVISION=   3
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/x11/qqc2-desktop-style/PLIST
diff -u pkgsrc/x11/qqc2-desktop-style/PLIST:1.7 pkgsrc/x11/qqc2-desktop-style/PLIST:1.8
--- pkgsrc/x11/qqc2-desktop-style/PLIST:1.7     Tue Mar 30 10:58:31 2021
+++ pkgsrc/x11/qqc2-desktop-style/PLIST Mon Apr 25 09:37:06 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/03/30 10:58:31 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/25 09:37:06 markd Exp $
 lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfig.cmake
 lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfigVersion.cmake
 lib/cmake/KF5QQC2DesktopStyle/KF5QQC2DesktopStyleConfig.cmake
@@ -22,10 +22,12 @@ qt5/qml/QtQuick/Controls.2/org.kde.deskt
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/ItemDelegate.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/Label.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml
+qt5/qml/QtQuick/Controls.2/org.kde.desktop/MenuBar.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/MenuBarItem.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/MenuItem.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/MenuSeparator.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/Page.qml
+qt5/qml/QtQuick/Controls.2/org.kde.desktop/Pane.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/Popup.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/ProgressBar.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/RadioButton.qml

Index: pkgsrc/x11/qqc2-desktop-style/distinfo
diff -u pkgsrc/x11/qqc2-desktop-style/distinfo:1.11 pkgsrc/x11/qqc2-desktop-style/distinfo:1.12
--- pkgsrc/x11/qqc2-desktop-style/distinfo:1.11 Tue Oct 26 11:34:20 2021
+++ pkgsrc/x11/qqc2-desktop-style/distinfo      Mon Apr 25 09:37:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:20 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/25 09:37:06 markd Exp $
 
-BLAKE2s (qqc2-desktop-style-5.80.0.tar.xz) = 2f470d6eac81e1ab1018ac4d94178c54f3bcf2a2d74d512bd9f0a6bdab2eff14
-SHA512 (qqc2-desktop-style-5.80.0.tar.xz) = c5c3be2f8f1257a978136e8a3ae9942bbb5389411338a8d50cde34ec1a007d5c16acb8e0ce755265b0ba088bd71cdc0966ffab44a541c3bc7895ce2f56ce33c0
-Size (qqc2-desktop-style-5.80.0.tar.xz) = 60092 bytes
+BLAKE2s (qqc2-desktop-style-5.93.0.tar.xz) = 19d391ab9453507059701b240c78a7556796c701076cf5ce59a2a5c188f7a52d
+SHA512 (qqc2-desktop-style-5.93.0.tar.xz) = 07adbf3824bffa1887897bb9c59bd7e5e8732bc5a96986eb219305cacbb4d863c6c74cab9eb434eef4fd2f4eb9d8d6396ff5142cc6e8678f976eee6e52011e28
+Size (qqc2-desktop-style-5.93.0.tar.xz) = 65480 bytes



Home | Main Index | Thread Index | Old Index