From 6e1d8a8791c8d824164bf1072fa2d8e2424bc721d090ef45c4861015d5ac2cb2 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Sep 2016 13:01:49 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=150 --- kio.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kio.changes b/kio.changes index 6a7b8f0..2c16497 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,20 @@ Tue Sep 6 20:50:52 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.26.0 + * KPropertiesDialog: remove warning note from docu, + the bug is gone + * [test program] resolve relative paths using QUrl::fromUserInput + * KUrlRequester: fix error box when selecting a file and + reopening the file dialog + * Provide a fallback if slaves don't list the . entry + (kde#366795) + * Fix creating symlink over "desktop" protocol + * KNewFileMenu: when creating symlinks use KIO::linkAs + instead of KIO::link + * KFileWidget: fix double '/' in path + * KUrlRequester: use static connect() syntax, was inconsistent + * KUrlRequester: pass window() as parent for the QFileDialog + * Avoid calling connect(null, .....) from KUrlComboRequester * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.26.0.php