Plasma 5.19 Beta. Did I forget to submit the fixes? Untested - please publish disable before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=257
This commit is contained in:
2020-05-19 13:35:18 +00:00
committed by Git OBS Bridge
parent 547d2db345
commit dd8f3b9ce8
6 changed files with 94 additions and 30 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu May 14 14:33:05 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.90.php
- Changes since 5.18.5:
* use kns kpackage integration
* move knsrc files here
* proper color source
* support translations in faces
* fix SensorFaceController::compactRepresentation()
* Use INTERFACE IMPORTED target type instead of ALIAS for compatibility targets
* Add KSysGuard::Sensors library
* Use KSysGuard namespace for KSysGuard library targets
* Add a declarative plugin to ProcessCore
* Add KSysGuard::Sensors library
* [KSysGuardProcessList] Port away from KRun
* bump to require Qt 5.14
* Use non-const iterators
* Make 'nonphysical' spelling consistent
* Introduce ProcessDataModel
* Fix Formatter library CMake
* Properly install the export header for the formatter lib
* Add license header to formatter test
* Separate processcore/{formatter,unit} into its own library
* Add missing includes
* Rename tests to autotests
* [ksgrd] Drop a QWidget dependency
-------------------------------------------------------------------
Tue May 5 13:01:53 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>