KDE Frameworks 5.52.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=169
This commit is contained in:
parent
bc5e98ddbc
commit
d78e2543f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57749b54dbba3a347713cfd242cbdda704a64cdeb56dbbbe225c227053fe3e13
|
||||
size 2189776
|
3
kwidgetsaddons-5.52.0.tar.xz
Normal file
3
kwidgetsaddons-5.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76c8b0008e49ebb0b058650c3be454fc3a3b23925f2df4ab859d45d163f047d9
|
||||
size 2185380
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 19:48:07 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.52.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
|
||||
- Changes since 5.51.0:
|
||||
* Have more include guards match file the name
|
||||
* Include own header first
|
||||
* Include own _p header as second
|
||||
* API dox: fix typo
|
||||
* Use more explicit constructors with internal classes
|
||||
* API dox: fix "Since" note of KPageWidgetItem::isHeaderVisible
|
||||
* Use more new style connect()
|
||||
* Do not mix const & non-const iterators
|
||||
* Use normalized signatures with Q_ARG()
|
||||
* Do not return a value in a void function
|
||||
* Use Q_OBJECT with all QObject subclasses (helps debugging introspection)
|
||||
* Use QString::remove(foo) over QString::replace(foo, "")
|
||||
* Use emit properly and for all signals
|
||||
* More const ref arg passing
|
||||
* Use QString(), not QStringLiteral("") (where isNull() not relevant)
|
||||
* add a new property headerVisible
|
||||
* Remove unused variables
|
||||
* Call reserve() on Qt containers if fill size is known before
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 08:02:41 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.51
|
||||
%define _tar_path 5.52
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: kwidgetsaddons
|
||||
Version: 5.51.0
|
||||
Version: 5.52.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user