Hello community,

here is the log from the commit of package plasmoid-active-window-control for 
openSUSE:Factory checked in at 2018-02-25 11:48:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasmoid-active-window-control (Old)
 and      /work/SRC/openSUSE:Factory/.plasmoid-active-window-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasmoid-active-window-control"

Sun Feb 25 11:48:19 2018 rev:3 rq:579840 version:1.7.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasmoid-active-window-control/plasmoid-active-window-control.changes
    2018-01-29 15:00:05.631131991 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasmoid-active-window-control.new/plasmoid-active-window-control.changes
       2018-02-25 11:53:08.603146806 +0100
@@ -1,0 +2,11 @@
+Sat Feb 24 21:27:22 UTC 2018 - corne...@solcon.nl
+
+- Make description more informative
+
+-------------------------------------------------------------------
+Sat Feb 24 21:18:35 UTC 2018 - corne...@solcon.nl
+
+- Add fix-space-title-appmenu.patch to fix inconsistent spacing
+  title and appmenu
+
+-------------------------------------------------------------------

New:
----
  fix-space-title-appmenu.patch

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

Other differences:
------------------
++++++ plasmoid-active-window-control.spec ++++++
--- /var/tmp/diff_new_pack.Kw2xty/_old  2018-02-25 11:53:09.395118057 +0100
+++ /var/tmp/diff_new_pack.Kw2xty/_new  2018-02-25 11:53:09.399117912 +0100
@@ -26,6 +26,8 @@
 Source:         plasma-applet-active-window-control-%{version}.tar.gz
 # FIX-UPSTREAM_PATCH: make it work with Plasma 5.11.95
 Patch0:         plasma-512.patch
+# FIX-UPSTREAM_PATCH:: Fix inconsistent space between title and appmenu
+Patch1:         fix-space-title-appmenu.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel
@@ -49,11 +51,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Plasma 5 applet for controlling currently active window
+Plasma 5 applet for controlling currently active window. It can integrate the
+window titlebar in the panel and has support for a global menu.
 
 %prep
 %setup -q -n plasma-applet-active-window-control-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build

++++++ fix-space-title-appmenu.patch ++++++
>From 37b3b2c14c20734546ae9014a8c433211b6d8c44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Kostoln=C3=BD?= <clearmar...@zoho.com>
Date: Mon, 29 Jan 2018 01:42:00 +0100
Subject: [PATCH] Fix inconsistent space between title and appmenu

---
 package/contents/ui/AppMenu.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/contents/ui/AppMenu.qml b/package/contents/ui/AppMenu.qml
index 36a5ba5..d91c457 100644
--- a/package/contents/ui/AppMenu.qml
+++ b/package/contents/ui/AppMenu.qml
@@ -37,7 +37,7 @@ Item {
 
         property double placementOffsetButtons: appmenuNextToButtons && 
controlButtonsArea.visible ? controlButtonsArea.width + appmenuSideMargin : 0
         property double placementOffset: appmenuNextToIconAndText && 
appmenuSwitchSidesWithIconAndText
-                                            ? 
activeWindowListView.anchors.leftMargin + windowTitleText.anchors.leftMargin + 
Math.min(windowTitleText.implicitWidth, windowTitleText.width) + 
appmenuSideMargin
+                                            ? 
activeWindowListView.anchors.leftMargin + windowTitleText.anchors.leftMargin + 
windowTitleText.contentWidth + appmenuSideMargin
                                             : placementOffsetButtons
 
         anchors.leftMargin: (bp === 1 || bp === 3) ? parent.width - width - 
placementOffset : placementOffset

Reply via email to