commit breeze for openSUSE:Factory
Hello community, here is the log from the commit of package breeze for openSUSE:Factory checked in at 2016-10-28 12:26:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze (Old) and /work/SRC/openSUSE:Factory/.breeze.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "breeze" Changes: -------- --- /work/SRC/openSUSE:Factory/breeze/breeze.changes 2016-10-22 13:06:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes 2016-10-28 12:26:22.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Oct 23 18:02:27 UTC 2016 - wbauer@tmo.at + +- Update add-support-for-Q3ListView-to-the-KDE4-style.patch to fix + some graphical glitches (boo#1005902) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ breeze4-style.spec: same change ++++++ add-support-for-Q3ListView-to-the-KDE4-style.patch ++++++ --- /var/tmp/diff_new_pack.pc40cA/_old 2016-10-28 12:26:23.000000000 +0200 +++ /var/tmp/diff_new_pack.pc40cA/_new 2016-10-28 12:26:23.000000000 +0200 @@ -1,5 +1,5 @@ diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp -index 8a02d75..359d1ab 100644 +index 8a02d75..c1b9670 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -929,6 +929,7 @@ namespace Breeze @@ -10,7 +10,7 @@ case CC_Slider: fcn = &Style::drawSliderComplexControl; break; case CC_Dial: fcn = &Style::drawDialComplexControl; break; case CC_ScrollBar: fcn = &Style::drawScrollBarComplexControl; break; -@@ -6122,6 +6123,63 @@ namespace Breeze +@@ -6122,6 +6216,67 @@ namespace Breeze } //______________________________________________________________ @@ -50,7 +50,9 @@ + { opt.state |= QStyle::State_Children | ( item.state & QStyle::State_Open ); } + + opt.rect = QRect( optListView->rect.left(), y, optListView->rect.width(), item.height ); ++ painter->save(); + drawIndicatorBranchPrimitive( &opt, painter, widget ); ++ painter->restore(); + + if( ( opt.state & QStyle::State_Sibling ) && item.height < item.totalHeight ) + { @@ -58,7 +60,9 @@ + opt.rect = QRect( + optListView->rect.left(), y + item.height, + optListView->rect.width(), item.totalHeight - item.height ); ++ painter->save(); + drawIndicatorBranchPrimitive( &opt, painter, widget ); ++ painter->restore(); + } + } +
participants (1)
-
root@hilbert.suse.de