KDE Frameworks 6.3.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kquickcharts?expand=0&rev=10
This commit is contained in:
parent
6a840a7809
commit
938ea56fce
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 10:11:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.3.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.3.0/
|
||||||
|
- Changes since 6.2.0:
|
||||||
|
* Set a better default size for the example application
|
||||||
|
* Don't crash if we try to access an item from an empty ArraySource
|
||||||
|
* Enable highlighting for most pages in the charts example
|
||||||
|
* Port example pages to use ChartPage
|
||||||
|
* Add a common base type for pages in the chart example
|
||||||
|
* Remove API selection from charts example
|
||||||
|
* Convert chart example to use an executable QML module
|
||||||
|
* Expose highlight property on PieChartControl
|
||||||
|
* Support highlighting in LineChartControl
|
||||||
|
* controls: Add support for highlighting hovered items in Legend
|
||||||
|
* Fix normalized line size calculation in LineChartNode
|
||||||
|
* Support highlight in BarChart
|
||||||
|
* Support highlight in PieChart
|
||||||
|
* Support highlight property in LineChart
|
||||||
|
* Add a protected method to Chart to deemphasise non-highlighted items
|
||||||
|
* Add a `highlight` property to Chart
|
||||||
|
* Remove explicit maintainer from metainfo
|
||||||
|
* controls: Ceil all components of preferredWidth in LegendDelegate contents (kde#486411)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 6 12:22:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Mon May 6 12:22:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.6.0
|
||||||
|
|
||||||
%define rname kquickcharts
|
%define rname kquickcharts
|
||||||
# Full KF6 version (e.g. 6.2.0)
|
# Full KF6 version (e.g. 6.3.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# Last major and minor KF6 version (e.g. 6.0)
|
||||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-kquickcharts
|
Name: kf6-kquickcharts
|
||||||
Version: 6.2.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of charts for QtQuick applications
|
Summary: Set of charts for QtQuick applications
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdd96bf4218a309be28523ac318bd7816e8bd1febf0e771b13359cd658c6756b
|
|
||||||
size 109408
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTX+QAKCRAsjfWHptSq
|
|
||||||
wYYZAQCqvZVEI9tjzpJJFpvmEW8uhwiUlisZwHFojRWfOsWYEwEApQMg4xQ52jTA
|
|
||||||
A39NyE5xyALkDiGEDq//zebHQ0jttQE=
|
|
||||||
=ASOf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kquickcharts-6.3.0.tar.xz
Normal file
3
kquickcharts-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:250e522adfbf48b3f2763f4ec378a20337a1ca2e5b0e2cd8b3615d7a3fed8fc7
|
||||||
|
size 110172
|
7
kquickcharts-6.3.0.tar.xz.sig
Normal file
7
kquickcharts-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQaAAKCRAsjfWHptSq
|
||||||
|
wfdcAQDyVK/3QbWOKluVcCn+8zO4QCIMlevDbOjNTyEsx/GP1wD9ElhVBL2t8C2q
|
||||||
|
AeeX//hvZqgQRHJ7hbR6GiNt/LkL4Qg=
|
||||||
|
=Il3Z
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user