SHA256
1
0
forked from pool/breeze

Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=220
This commit is contained in:
Wolfgang Bauer
2018-09-15 12:29:37 +00:00
committed by Git OBS Bridge
parent b243f1e6d7
commit e9981e774b
6 changed files with 134 additions and 40 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Sep 13 17:24:58 UTC 2018 - fabian@ritter-vogt.de
- Update to 5.13.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.90.php
- Changes since 5.13.5:
* Disable the title bar separator by default
* [kstyle] Fix deprecation warnings
* Properly use kpackage_install_package
* Set complete vectors instead of creting them at runtime
* Invert shade button by same logic as keep-above button
* [kstyle] Create shadow tiles on demand
* Rename libbreezecommon to libbreezecommon5 and don't install .so links
* Only include QtQuick support in Breeze KStyle if QtQuick is available
* Optimised 5.14 wallpaper filesizes and corrected banding issues.
* Plasma 5.14 "Cluster" Wallpaper
* [kdecoration] Delete unused includes
* [libbreezecommon] Fix build when qreal is float
* [kdecoration] Make shadows lighter
* [kstyle] Refine shadows
* [kdecoration] Refine shadows
* [libbreezecommon] Add box shadow helper
* Fixed detection of horizontal progressbar by re-introducing check on QStyleOptionProgressBar::orientation. Using option->state only even for Qt5 breaks ktorrent.
* [kstyle] Don't suppress deprecation warnings
* [kstyle] Drop QStyleOptionViewItemV4 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionTabWidgetFrameV2 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionTabV3 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionProgressBarV2 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionFrameV3 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionFrameV2 in Qt 5 style plugin
* [kstyle] Drop QStyleOptionDockWidgetV2 in Qt 5 style plugin
* Turn off the extended resize handle/black triangle when there are no borders
-------------------------------------------------------------------
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de