Plasma 5.25.90, lightly tested.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=384
This commit is contained in:
2022-09-17 10:40:17 +00:00
committed by Git OBS Bridge
parent 24260ef3a6
commit f4a9d4efa6
6 changed files with 61 additions and 27 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Sep 15 20:46:10 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.25.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.90
- Changes since 5.25.5:
* Do not query an unexisting kconfig file
* Make inactive tab color lighter for dark color schemes
* wallpapers: add animated wallpaper for beta testing
* Add pressed appearance for checked checkboxes and radio buttons (kde#451428)
* make sure _eventInQQuickWidget is false when needed (kde#453692)
* CMake: Fix condition to also handle Qt6Quick
* Add FreeBSD Qt6 CI support
* kstyle: Fix class name to fix indeterminate progress bars animations
* Add missing license file
* Look at QStyleOptionProgressBar::orientation again
* Consider small icon size from system (kde#455513)
* kstyle: make shortcuts in menus look visually subdued (kde#456254)
* kstyle: Use menuTitle font metrics for size calculation (kde#443805)
* Add cursor 'tcross' -> crosshair (kde#452102)
* kstyle: Remove superfluous null pointer check of painter
* kstyle: Draw explicitly added focus frames
* kstyle: Fix build with KF 5.90
* Request passing unit tests on Linux and BSD
* KStyle: Fix QQC2 ProgressBar desktop style in RTL layout direction (kde#430101)
* kstyle: remove button gradients
* KStyle: Reuse existing local const variable
* kstyle: fix qqc2 desktop style sliders in RtL (kde#430101)
* Fix mixup of PM_ToolBarItemMargin & PM_ToolBarFrameWidth
* Added Landing
-------------------------------------------------------------------
Tue Sep 6 16:55:21 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>