From e3ae0f3eb715f9e1af3396c73da74eae2c5fd075abaeb07bb5611d42ed36a836 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 15 May 2016 16:20:38 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=135 --- kio.changes | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/kio.changes b/kio.changes index deffcf9..f5b8d00 100644 --- a/kio.changes +++ b/kio.changes @@ -1,7 +1,23 @@ ------------------------------------------------------------------- Sat May 7 18:32:19 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.22.0 +- Update to 5.22.0 (boo#980066) + * kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent() + * New file menu: filter out duplicates (e.g. between .qrc and + system files) (kde#355390) + * Fix error message on startup of the cookies KCM + * Remove kmailservice5, it can only do harm at this point + (kde#354151) + * Fix KFileItem::refresh() for symlinks. The wrong size, filetype + and permissions were being set + * Fix regression in KFileItem: refresh() would lose the file type, + so a dir became a file (kde#353195) + * Set text on QCheckbox widget rather than using a separate label + (kde#245580) + * Don't enable acl permissions widget if we don't own the file + (kde#245580) + * Fix double-slash in KUriFilter results when a name filter is set + * KUrlRequester: add signal textEdited (forwarded from QLineEdit) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.22.0.php