forked from pool/kirigami2
KDE Frameworks 5.58
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=82
This commit is contained in:
parent
65b0c28bcc
commit
8c326afccd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3cdbea0e472293e85e625820f6b9e2d20f59cff263ed150904b6b2acad81062b
|
|
||||||
size 137836
|
|
3
kirigami2-5.58.0.tar.xz
Normal file
3
kirigami2-5.58.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad54e15c03807181313e29013057cf89cb70113f74a26ab7aec6420cdc18d9b3
|
||||||
|
size 140408
|
@ -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
|
Sun Apr 14 20:21:43 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.57
|
%define _tar_path 5.58
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.57.0
|
Version: 5.58.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user