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