SHA256
1
0
forked from pool/breeze
Luca Beltrame
2018-01-17 15:26:14 +00:00
committed by Git OBS Bridge
parent 590abbf6b7
commit 6fa120de6f
6 changed files with 76 additions and 6 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jan 15 15:54:02 CET 2018 - fabian@ritter-vogt.de
- Update to 5.11.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.11.95.php
- Changes since 5.11.5:
* Use combobox to choose shadow size and use more appropriate values for menu & tooltip shadow sizes
* Remove obsolete reviewboardrc file
* Adjusted range and default value for shadowsize and shadowcolor, to match the decoration settings. CCMAIL: pointedstick@zoho.com
* Horizontally center shadows and make them bigger
* Make it obvious what "Display window borders for maximized windows" is for
* Fix indentation of icon for left aligned toolbuttons
* Fix indentation of icon for left aligned toolbuttons
* fixed comments
* fixed icon state
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
* fixed comments
* fixed icon state
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
* [Breeze window decoration] Use intersects instead of contains
* [Breeze window decoration] Don't repaint title bar if not damaged
* Removed heuristics for not drawing separator between titlebar and window since there is now a user configurable settings to achieve this
* Set bottom border to zero for shaded windows
* Implement SH_Widget_Animation_Duration style hint
* Cleanup merge conflict
* Very slightly increase text contrast for the default Breeze color scheme (kde#381288)
* Added setting to toggle drawing of title bar separator
* Add space in front of spinbox suffix "ms"
* better contrast for Complementary areas
* add license to .desktop file
* use proper color for toolbutton text in some edge cases (thanks Kay for reporting! )
* fixed icon mode in some toolbutton corner cases (explicitly: sunken but not on and not mouse over)
-------------------------------------------------------------------
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de