KDE Frameworks 5.53.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=70
This commit is contained in:
2018-12-11 16:55:00 +00:00
committed by Git OBS Bridge
parent 2ef5dd6e01
commit 2345808849
5 changed files with 33 additions and 37 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Dec 10 22:32:46 UTC 2018 - lbeltrame@kde.org
- Update to 5.53.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* Fix warning
* DelegateRecycler: Fix build with strict iterators
* DelegateRecycler: Don't create a new propertiesTracker for every delegate
* Move the about page from Discover to Kirigami
* update versions
* antialiasing only when position != 0
* make sure scroll views are pixel aligned
* Make it possible to fallback to a different icon
* hide context drawer when there is a global toolbar
* ensure all items are laid out (kde#400671)
* center FormLayout
* change index on pressed, not on clicked (kde#400518)
* more consistency between toolbar and breadcrumb titles
* fix separators behavior
* new text sizes for Headings
* sidebar drawers don't move global headers/footers
* on big devices, just take 95% of the space
- Dropped patches, now upstream:
* 0001-make-sure-scroll-views-are-pixel-aligned.patch
-------------------------------------------------------------------
Tue Nov 27 18:18:01 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>