[neon/kf6/kf6-kirigami/Neon/release] debian/patches: backport as per kde-distro list recommendations
Carlos De Maine
null at kde.org
Wed Dec 24 01:31:00 GMT 2025
Git commit 28cf98c21dcf74744533e4a36537e98cd4382bd0 by Carlos De Maine.
Committed on 24/12/2025 at 01:30.
Pushed by carlosdem into branch 'Neon/release'.
backport as per kde-distro list recommendations
A +15 -0 debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
A +13 -0 debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
A +3 -0 debian/patches/series
https://invent.kde.org/neon/kf6/kf6-kirigami/-/commit/28cf98c21dcf74744533e4a36537e98cd4382bd0
diff --git a/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff b/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
new file mode 100644
index 0000000..ee1ec0d
--- /dev/null
+++ b/debian/patches/50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
@@ -0,0 +1,15 @@
+diff --git a/src/controls/SwipeListItem.qml b/src/controls/SwipeListItem.qml
+index 208b047bd6a4e1d14f9eb79cf3cbc9a7b7103f49..9cc32e4aaa4fdee1fc482b5798c9ccb30d14f96e 100644
+--- a/src/controls/SwipeListItem.qml
++++ b/src/controls/SwipeListItem.qml
+@@ -190,8 +190,8 @@ QQC2.SwipeDelegate {
+ LayoutMirroring.childrenInherit: true
+
+ hoverEnabled: true
+- implicitHeight: Math.max(actionsLayout.implicitHeight, contentItem.implicitHeight) + topPadding + bottomPadding
+- implicitWidth: Math.max(actionsLayout.implicitWidth, contentItem.implicitWidth) + leftPadding + rightPadding
++ implicitHeight: Math.max(actionsLayout.implicitHeight, implicitContentHeight) + topPadding + bottomPadding
++ implicitWidth: Math.max(actionsLayout.implicitWidth, implicitContentWidth) + leftPadding + rightPadding
+ width: parent ? parent.width : implicitWidth
+
+ Keys.onTabPressed: (event) => {
diff --git a/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff b/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
new file mode 100644
index 0000000..fde55b2
--- /dev/null
+++ b/debian/patches/d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
@@ -0,0 +1,13 @@
+diff --git a/src/controls/SwipeListItem.qml b/src/controls/SwipeListItem.qml
+index 441d807127e5471fdadd8feac2dc4343855e89bf..208b047bd6a4e1d14f9eb79cf3cbc9a7b7103f49 100644
+--- a/src/controls/SwipeListItem.qml
++++ b/src/controls/SwipeListItem.qml
+@@ -191,6 +191,8 @@ QQC2.SwipeDelegate {
+
+ hoverEnabled: true
+ implicitHeight: Math.max(actionsLayout.implicitHeight, contentItem.implicitHeight) + topPadding + bottomPadding
++ implicitWidth: Math.max(actionsLayout.implicitWidth, contentItem.implicitWidth) + leftPadding + rightPadding
++ width: parent ? parent.width : implicitWidth
+
+ Keys.onTabPressed: (event) => {
+ if (actionsLayout.hasVisibleActions) {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..46084a1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+d69fa076bace1ee6b3265b9a575d74d3f3f79c43.diff
+50e6e5b1df0cf075682ad0d4fa11bf9efdcf9618.diff
+
More information about the Neon-commits
mailing list