Hello community,
here is the log from the commit of package libqt5-qtstyleplugins for
openSUSE:Factory checked in at 2017-01-25 23:33:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtstyleplugins (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtstyleplugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtstyleplugins"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtstyleplugins/libqt5-qtstyleplugins.changes
2017-01-22 00:31:17.572863007 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtstyleplugins.new/libqt5-qtstyleplugins.changes
2017-01-25 23:33:06.282418919 +0100
@@ -1,0 +2,11 @@
+Tue Jan 24 06:34:38 UTC 2017 - [email protected]
+
+- Update to version 5.0.0+git20170119 (changes since
+ 5.0.0+git20161215):
+ * Use Use QCommonStyle instead of QProxyStyle in QCleanlooksStyle
+ and QPlastiqueStyle: this allows to use correct colour
+ (non-white) for label text in a QComboBox. Also improves
+ progress bar drawing - now looks like in Qt4, the progress bar
+ content fills the entire groove vertically.
+
+-------------------------------------------------------------------
Old:
----
qtstyleplugins-opensource-src-5.0.0+git20161215.tar.xz
New:
----
qtstyleplugins-opensource-src-5.0.0+git20170119.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtstyleplugins.spec ++++++
--- /var/tmp/diff_new_pack.BGjmA5/_old 2017-01-25 23:33:06.722352623 +0100
+++ /var/tmp/diff_new_pack.BGjmA5/_new 2017-01-25 23:33:06.726352020 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtstyleplugins
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define qt_version 5.7.1
%bcond_without gtk2
Name: libqt5-qtstyleplugins
-Version: 5.0.0+git20161215
+Version: 5.0.0+git20170119
Release: 0
Summary: Qt 5 Style Plugins
License: SUSE-LGPL-2.1-with-digia-exception-1.1
++++++ qtstyleplugins-opensource-src-5.0.0+git20161215.tar.xz ->
qtstyleplugins-opensource-src-5.0.0+git20170119.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtstyleplugins-opensource-src-5.0.0+git20161215/src/plugins/styles/cleanlooks/qcleanlooksstyle.cpp
new/qtstyleplugins-opensource-src-5.0.0+git20170119/src/plugins/styles/cleanlooks/qcleanlooksstyle.cpp
---
old/qtstyleplugins-opensource-src-5.0.0+git20161215/src/plugins/styles/cleanlooks/qcleanlooksstyle.cpp
2016-12-15 20:26:53.254502515 +0100
+++
new/qtstyleplugins-opensource-src-5.0.0+git20170119/src/plugins/styles/cleanlooks/qcleanlooksstyle.cpp
2017-01-24 09:50:40.775718643 +0100
@@ -2325,7 +2325,7 @@
#endif // QT_NO_TABBAR
default:
- QProxyStyle::drawControl(element,option,painter,widget);
+ QCommonStyle::drawControl(element,option,painter,widget);
break;
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtstyleplugins-opensource-src-5.0.0+git20161215/src/plugins/styles/plastique/qplastiquestyle.cpp
new/qtstyleplugins-opensource-src-5.0.0+git20170119/src/plugins/styles/plastique/qplastiquestyle.cpp
---
old/qtstyleplugins-opensource-src-5.0.0+git20161215/src/plugins/styles/plastique/qplastiquestyle.cpp
2016-12-15 20:26:53.258502766 +0100
+++
new/qtstyleplugins-opensource-src-5.0.0+git20170119/src/plugins/styles/plastique/qplastiquestyle.cpp
2017-01-24 09:50:40.855718115 +0100
@@ -3634,7 +3634,7 @@
break;
#endif
default:
- QProxyStyle::drawControl(element, option, painter, widget);
+ QCommonStyle::drawControl(element, option, painter, widget);
break;
}
}