Hello community,

here is the log from the commit of package applet-window-appmenu for 
openSUSE:Factory checked in at 2019-08-13 13:15:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/applet-window-appmenu (Old)
 and      /work/SRC/openSUSE:Factory/.applet-window-appmenu.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "applet-window-appmenu"

Tue Aug 13 13:15:47 2019 rev:4 rq:721105 version:0.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/applet-window-appmenu/applet-window-appmenu.changes  
    2019-07-13 14:01:03.142885989 +0200
+++ 
/work/SRC/openSUSE:Factory/.applet-window-appmenu.new.9556/applet-window-appmenu.changes
    2019-08-13 13:15:52.213497289 +0200
@@ -1,0 +2,7 @@
+Mon Aug  5 19:07:56 UTC 2019 - Cor Blom <corne...@solcon.nl>
+
+- Update to version 0.5.1:
+  * fix buttons vertical positioning. Previously there were cases
+    where buttons had 1px. difference with surrounding applets
+
+-------------------------------------------------------------------

Old:
----
  applet-window-appmenu-0.5.0.tar.gz

New:
----
  applet-window-appmenu-0.5.1.tar.gz

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

Other differences:
------------------
++++++ applet-window-appmenu.spec ++++++
--- /var/tmp/diff_new_pack.bWQqTC/_old  2019-08-13 13:15:53.261497047 +0200
+++ /var/tmp/diff_new_pack.bWQqTC/_new  2019-08-13 13:15:53.281497042 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.9
 
 Name:           applet-window-appmenu
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        Plasma 5 applet to show the window appmenu
 License:        GPL-2.0-or-later

++++++ applet-window-appmenu-0.5.0.tar.gz -> applet-window-appmenu-0.5.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/applet-window-appmenu-0.5.0/CHANGELOG.md 
new/applet-window-appmenu-0.5.1/CHANGELOG.md
--- old/applet-window-appmenu-0.5.0/CHANGELOG.md        2019-07-12 
21:57:33.000000000 +0200
+++ new/applet-window-appmenu-0.5.1/CHANGELOG.md        2019-08-03 
07:36:23.000000000 +0200
@@ -1,5 +1,9 @@
 ### CHANGELOG
 
+#### Version 0.5.1
+
+* fix buttons vertical positioning. Previously there were cases that the 
buttons had 1px. difference with the surrounding applets
+
 #### Version 0.5.0
 
 * show app menus also for inactive windows in multi-screen environment through 
Latte WindowsTracking v0.9 interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/applet-window-appmenu-0.5.0/CMakeLists.txt 
new/applet-window-appmenu-0.5.1/CMakeLists.txt
--- old/applet-window-appmenu-0.5.0/CMakeLists.txt      2019-07-12 
21:57:33.000000000 +0200
+++ new/applet-window-appmenu-0.5.1/CMakeLists.txt      2019-08-03 
07:36:23.000000000 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
 
 set(CMAKE_CXX_STANDARD 14)
-set(VERSION 0.5.0)
+set(VERSION 0.5.1)
 set(AUTHOR "Michail Vourlakos")
 set(EMAIL "mvourla...@gmail.com")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/applet-window-appmenu-0.5.0/package/contents/ui/PaintedToolButton.qml 
new/applet-window-appmenu-0.5.1/package/contents/ui/PaintedToolButton.qml
--- old/applet-window-appmenu-0.5.0/package/contents/ui/PaintedToolButton.qml   
2019-07-12 21:57:33.000000000 +0200
+++ new/applet-window-appmenu-0.5.1/package/contents/ui/PaintedToolButton.qml   
2019-08-03 07:36:23.000000000 +0200
@@ -96,6 +96,7 @@
     Loader{
         id: itemLoader
         anchors.centerIn: parent
+        anchors.fill: parent
 
         active: buttonItem.text !== "" || buttonItem.icon !== ""
         sourceComponent:  buttonItem.text !== "" ? labelComponent : 
iconComponent
@@ -154,8 +155,11 @@
         id: labelComponent
         PlasmaComponents.Label{
             id: buttonLbl
+            anchors.fill: parent
 
             textFormat: Text.StyledText
+            horizontalAlignment: Text.AlignHCenter
+
             text: {
                 var text = buttonItem.text;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/applet-window-appmenu-0.5.0/package/metadata.desktop 
new/applet-window-appmenu-0.5.1/package/metadata.desktop
--- old/applet-window-appmenu-0.5.0/package/metadata.desktop    2019-07-12 
21:57:33.000000000 +0200
+++ new/applet-window-appmenu-0.5.1/package/metadata.desktop    2019-08-03 
07:36:23.000000000 +0200
@@ -7,7 +7,7 @@
 X-KDE-PluginInfo-Email=mvourla...@gmail.com
 X-KDE-PluginInfo-License=GPL-2.0+
 X-KDE-PluginInfo-Name=org.kde.windowappmenu
-X-KDE-PluginInfo-Version=0.5.0
+X-KDE-PluginInfo-Version=0.5.1
 X-KDE-PluginInfo-Website=https://github.com/psifidotos/applet-window-appmenu
 X-KDE-ServiceTypes=Plasma/Applet
 X-Plasma-API=declarativeappletscript


Reply via email to