SHA256
1
0
forked from pool/drkonqi5

Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=138
This commit is contained in:
2021-01-24 21:11:01 +00:00
committed by Git OBS Bridge
parent 63582c5aea
commit 2ed64d3976
6 changed files with 50 additions and 18 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Remove duplicate line
* include the drkonqi version in reports
* report all reproducible selections
* capitalize consistently
* Layout have already a parent. Not necessary to call this method
* Don't include QtTest
* Modify DBus service name to allow using QDBusServiceWatcher
* fix warning about unused capture
* focus lineedits for bug info page (kde#428350)
* Fix for Clang: ptracer.cpp needs <errno.h>
* fix buttongroup state toggles (kde#428346)
* Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation
* Don't use deprecated signal
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Remove this add_definition
* Compile without deprecated method
* Add .gitignore file
* it depends against kf5.74
* it depends against qt5.15
* Remove not implemented method
* [systeminformation] Fix cpp17+ compatibility
* Remove unused forward declaration
* Convert copyright statements to SPDX expressions
-------------------------------------------------------------------
Tue Jan 5 14:40:01 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>