Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2022-02-24 18:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkdecoration2.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdecoration2"

Thu Feb 24 18:18:53 2022 rev:123 rq:956968 version:5.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2022-02-17 23:39:55.523701213 +0100
+++ 
/work/SRC/openSUSE:Factory/.libkdecoration2.new.1958/libkdecoration2.changes    
    2022-02-24 18:19:32.602720978 +0100
@@ -1,0 +2,10 @@
+Tue Feb 22 16:21:02 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.2
+- Changes since 5.24.1:
+  * Hide tooltip when pressing button
+
+-------------------------------------------------------------------

Old:
----
  kdecoration-5.24.1.tar.xz
  kdecoration-5.24.1.tar.xz.sig

New:
----
  kdecoration-5.24.2.tar.xz
  kdecoration-5.24.2.tar.xz.sig

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

Other differences:
------------------
++++++ libkdecoration2.spec ++++++
--- /var/tmp/diff_new_pack.anV7Du/_old  2022-02-24 18:19:33.234720809 +0100
+++ /var/tmp/diff_new_pack.anV7Du/_new  2022-02-24 18:19:33.238720809 +0100
@@ -22,7 +22,7 @@
 %define lname_private   libkdecorations2private%{private_sover}
 %bcond_without released
 Name:           libkdecoration2
-Version:        5.24.1
+Version:        5.24.2
 Release:        0
 Summary:        KDE's window decorations library
 License:        GPL-2.0-or-later

++++++ kdecoration-5.24.1.tar.xz -> kdecoration-5.24.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.24.1/CMakeLists.txt 
new/kdecoration-5.24.2/CMakeLists.txt
--- old/kdecoration-5.24.1/CMakeLists.txt       2022-02-15 13:23:58.000000000 
+0100
+++ new/kdecoration-5.24.2/CMakeLists.txt       2022-02-22 13:07:30.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(decoration-api)
-set(PROJECT_VERSION "5.24.1")
+set(PROJECT_VERSION "5.24.2")
 
 set(QT_MIN_VERSION "5.15.0")
 set(KF5_MIN_VERSION "5.86")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.24.1/po/zh_CN/kdecoration.po 
new/kdecoration-5.24.2/po/zh_CN/kdecoration.po
--- old/kdecoration-5.24.1/po/zh_CN/kdecoration.po      2022-02-15 
13:24:17.000000000 +0100
+++ new/kdecoration-5.24.2/po/zh_CN/kdecoration.po      2022-02-22 
13:07:49.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-05 00:20+0000\n"
-"PO-Revision-Date: 2022-02-11 15:56\n"
+"PO-Revision-Date: 2022-02-15 12:07\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.24.1/src/decorationbutton.cpp 
new/kdecoration-5.24.2/src/decorationbutton.cpp
--- old/kdecoration-5.24.1/src/decorationbutton.cpp     2022-02-15 
13:23:58.000000000 +0100
+++ new/kdecoration-5.24.2/src/decorationbutton.cpp     2022-02-22 
13:07:30.000000000 +0100
@@ -353,6 +353,11 @@
         }
     });
     connect(this, &DecorationButton::pressedChanged, this, updateSlot);
+    connect(this, &DecorationButton::pressedChanged, this, [this](bool 
pressed) {
+        if (pressed) {
+            this->decoration()->requestHideToolTip();
+        }
+    });
     connect(this, &DecorationButton::checkedChanged, this, updateSlot);
     connect(this, &DecorationButton::enabledChanged, this, updateSlot);
     connect(this, &DecorationButton::visibilityChanged, this, updateSlot);

Reply via email to