Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2019-01-08 12:15:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Tue Jan  8 12:15:52 2019 rev:103 rq:663077 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-12-27 
00:22:21.432007710 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new.28833/konsole.changes       
2019-01-08 12:15:54.257070671 +0100
@@ -1,0 +2,8 @@
+Sat Jan  5 21:49:11 UTC 2019 - [email protected]
+
+- Add upstream patch to fix a regression that the tab-color did not
+  revert back to the default color after an activity was signalled:
+  * Fix-regression-on-tab-color-not-reverting-back-to-no-activity-color.patch
+    (kde#402541)
+
+-------------------------------------------------------------------

New:
----
  Fix-regression-on-tab-color-not-reverting-back-to-no-activity-color.patch

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.52La0j/_old  2019-01-08 12:15:54.993069979 +0100
+++ /var/tmp/diff_new_pack.52La0j/_new  2019-01-08 12:15:54.993069979 +0100
@@ -42,6 +42,8 @@
 Patch1:         fix-drawing-box-chars.patch
 # PATCH-FIX-UPSTREAM
 Patch2:         fix-cursor-when-anti-aliasing-is-enabled.patch
+# PATCH-FIX-UPSTREAM
+Patch3:         
Fix-regression-on-tab-color-not-reverting-back-to-no-activity-color.patch
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kcompletion-devel
@@ -118,6 +120,7 @@
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
   %cmake_kf5 -d build

++++++ 
Fix-regression-on-tab-color-not-reverting-back-to-no-activity-color.patch ++++++
>From 7dfae7a7b526706c3e2f27b54842d487f753db75 Mon Sep 17 00:00:00 2001
From: Kurt Hindenburg <[email protected]>
Date: Wed, 26 Dec 2018 09:44:46 -0500
Subject: Fix regression on tab color not reverting back to 'no activity' color

Already fixed in master with new tab code.

BUG: 402541
FIXED-IN: 18.12.1
---
 src/ViewContainer.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ViewContainer.cpp b/src/ViewContainer.cpp
index 9c8ed4d..50f101f 100644
--- a/src/ViewContainer.cpp
+++ b/src/ViewContainer.cpp
@@ -80,6 +80,8 @@ TabbedViewContainer::TabbedViewContainer(ViewManager 
*connectedViewManager, QWid
        closeCurrentTab();
     });
 
+    connect(tabBar(), &QTabBar::currentChanged, this,
+        &Konsole::TabbedViewContainer::currentTabChanged);
     connect(tabBar(), &QTabBar::tabBarDoubleClicked, this,
         &Konsole::TabbedViewContainer::tabDoubleClicked);
     connect(tabBar(), &QTabBar::customContextMenuRequested, this,
-- 
cgit v1.1








Reply via email to