Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-03-13 15:30:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-desktop"

Mon Mar 13 15:30:54 2017 rev:56 rq:478513 version:5.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-03-03 17:26:30.565979031 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes     
2017-03-13 15:31:03.350861858 +0100
@@ -1,0 +2,6 @@
+Fri Mar 10 13:41:50 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to fix hovering folder view items with KDE Frameworks >= 5.32:
+  * 0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma5-desktop.spec ++++++
--- /var/tmp/diff_new_pack.DJ4Xhy/_old  2017-03-13 15:31:04.182744288 +0100
+++ /var/tmp/diff_new_pack.DJ4Xhy/_new  2017-03-13 15:31:04.186743723 +0100
@@ -32,6 +32,8 @@
 Url:            http://www.kde.org/
 Source:         
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
 # PATCHES 100-200 and above are from upstream 5.9 branch
+# PATCH-FIX-UPSTREAM
+Patch100:       0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -175,6 +177,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
+%patch100 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++++++ 0001-Folder-View-Explicitly-set-prefix-as-empty-in-normal.patch ++++++
>From 7dd6f3f0aeabbc7989ae0328c50d7a95cbf546a0 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fab...@ritter-vogt.de>
Date: Fri, 10 Mar 2017 14:40:35 +0100
Subject: [PATCH] [Folder View] Explicitly set prefix as empty in normal state

Summary:
Somehow with FrameSvg optimizations State no longer manages to reset the 
property back to its original state when state is reset.

BUG: 377441
FIXED-IN: 5.9.4

Test Plan: Probably a Frameworks regression but I don't exactly know why it 
makes a difference. If setPrefix disregarded a change request (perhaps the old 
prefixes is {""} and then you set it to "" which is the same) it should do so 
in both cases?

Reviewers: #plasma, hein

Reviewed By: #plasma, hein

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D4998
---
 containments/desktop/package/contents/ui/FolderItemDelegate.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/containments/desktop/package/contents/ui/FolderItemDelegate.qml 
b/containments/desktop/package/contents/ui/FolderItemDelegate.qml
index dce4424e..c56a9aec 100644
--- a/containments/desktop/package/contents/ui/FolderItemDelegate.qml
+++ b/containments/desktop/package/contents/ui/FolderItemDelegate.qml
@@ -181,6 +181,8 @@ Item {
 
                 imagePath: "widgets/viewitem"
 
+                prefix: ""
+
                 PlasmaCore.ColorScope {
                     anchors.fill: parent
 
-- 
2.11.1


Reply via email to