2019-05-16 07:19:53 +00:00
committed by Git OBS Bridge
parent 4f8983f6ea
commit 75af617342
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed May 15 18:16:17 UTC 2019 - lbeltrame@kde.org
- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php
- Changes since 5.57.0:
* dd the new files to the pri file
* [aboutpage] hide Authors header if there are no authors
* Update qrc.in to match .qrc (missing ActionMenuItem)
* fix formatting in android build instructions
* DesktopIcon -> Icon
* Make sure we don't squeeze out the ActionButton (kde#406678)
* make it work
* single event filter in a singleton
* Revert "make it an attached property"
* make it an attached property
* final api, documentation++
* add blockTargetWheel property
* add a wheelhandler event filter
* fix implicitWidth
* remove all the custom mouse wheel handling
* remove extra debug
* propagate hints to ColumnView and PageRow
* ensure layout is done right after component.oncompleted
* Pages: export correct contentHeight/implicit sizes
* [ColumnView] Also check for index in child filter...
* [ColumnView] Don't let mouse back button go back beyond first page
* header has immediately the proper size
-------------------------------------------------------------------
Sun Apr 14 20:21:43 UTC 2019 - lbeltrame@kde.org