From 6cc41ce947319b24aeec0b7ecfa776695449307440152b5d291d393199204df3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 3 Nov 2014 17:43:01 +0000 Subject: [PATCH] Update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=50 --- kio.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kio.changes b/kio.changes index 2b9ac2a..5638069 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,21 @@ Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 + * New job KIO::mkpath() + * New job KIO::PasteJob, handles pasting+dropping URLs and data; + KIO::paste replaces KIO::pasteClipboard + * New function KIO::pasteActionText, to handle the paste action + * When clicking on a script or desktop file in a file manager, + let the user choose between executing and vieweing as text + * KUrlRequester: fixing handling of start directory + * Offer also overwrite option when copying multiple files and + there is a conflict (regression compared to kdelibs4) + * KDirLister: do not kill+restart running update jobs. + * KDirLister: don't emit refreshItems for items that + haven't changed. + * Prevent incorrect disk full error messages on mounts where we + cannot determine the amount of free space. + * Fix running the file type editor * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.4.0.php - Added kinit Recommends