Plasma 5.19.0, 2nd try. Not public, please publish disable before accepting

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=258
This commit is contained in:
Luca Beltrame
2020-06-07 18:01:07 +00:00
committed by Git OBS Bridge
parent dd8f3b9ce8
commit 1c794ae5af
6 changed files with 49 additions and 17 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Jun 4 13:27:12 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.19.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.19.0.php
- Changes since 5.18.90:
* properly access savedColors
* Fix sensorColors check
* Add missing formatter lib to sensordatamodel test
* Make SensorDataModel::sensorsChanged more stupid
* Add an autotest for SensorDataModel
* Don't magically add 180 degrees to start angle
* adapt to controller.sensorColors being a map
* Use Kirigami.Units instead of units
* ExtendedLegend: Don't try to access a non-existing sourceModel
* Fix crash on ProcessDataModel creation
* Compute new index as distance between begin and upper bound
* Remove "name" from SensorTreeItem
* SensorFaceController: Sort matches from SensorQuery when loading presets
* Add a simple autotest for sensortreemodel
* Replace TreeItem QVector children with QMap
* Do not have different KF API visible for developer & tarball builds
* Fix typos in BarChart Face
* [sensors] Avoid breaking IDs of nodes within SensorTreeModel (kde#421696)
* Remove stray import
* Add missing var keyword
* Elide sensor names in config view
* Build against correct translation domain
* Replace MapProxySource with some javascript code
-------------------------------------------------------------------
Thu May 14 14:33:05 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>