KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=318
This commit is contained in:
Wolfgang Bauer
2021-01-09 12:18:51 +00:00
committed by Git OBS Bridge
parent 8b166d5450
commit 59d7403b05
7 changed files with 48 additions and 62 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Too many changes since 5.77.0, only listing bugfixes:
* Remove knetattach item from the remote:// ioslave's view (kde#430211)
* RenameDialog: Add missing nullptr initialization (kde#430374)
* KFileItemActions: fix condition, we want to exclude only remote dirs (kde#430293)
* KUrlNavigator: resolve relative dir paths (kde#319700)
* KFileWidget: allow files that begin with a ':' to be selected (kde#322837)
* KFilePlacesView: allow setting a static icon size (kde#182089)
* KFileItemActions: add new method to insert openwith actions (kde#423765)
- Drop 0001-RenameDialog-Add-missing-nullptr-initialization.patch
-------------------------------------------------------------------
Tue Dec 22 22:11:18 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>