Luca Beltrame
2019-08-11 21:07:21 +00:00
committed by Git OBS Bridge
parent 5d84971120
commit cef3d370dc
6 changed files with 78 additions and 5 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Aug 7 17:51:32 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php
- Changes since 5.60.0:
* reintroduce 00415d3345a with proper names
* Partially revert 00415d3345a to fix regression
* Sync to diff in D22868 (pushed wrong branch)
* Revamp Kirigami.AboutPage
* Consistently use Units.toolTipDelay instead of hardcoded values
* properly size the card contents when the card size is constrained
* hide ripple when we don't want items clickable
* make handle follow arbitrary height of the drawer
* Fix typo
* [SwipeListItem] Take into account scrollbar visibility and form factor for handle and inline actions
* Remove scaling of iconsize unit for isMobile
* always show back button on layers>1
* Fix 2 typos
* hide actions with submenus from more menu
* default ActionToolBar position ot Header
* big z to not appear under dialogs
* use opacity to hide buttons that don't fit
* add the spacer only when it fills the width
* fully retrocompatible with showNavigationButtons as bool
* more granularity to globalToolBar.showNavigationButtons
-------------------------------------------------------------------
Fri Jul 19 11:42:33 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>