diff --git a/kio.changes b/kio.changes index 0949feb..412c04f 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,28 @@ Mon Oct 5 17:37:21 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.15.0 + * KFileWidget: parent argument should default to 0 like in + all widgets. + * Make sure the size of the byte array we just dumped into the + struct is big enough before calculating the targetInfo, + otherwise we're accessing memory that doesn't belong to us + * Fix Qurl usage when calling QFileDialog::getExistingDirectory() + * Refresh Solid's device list before querying in kio_trash + * Allow trash: in addition to trash:/ as url for listDir + (calls listRoot) (kde#353181) + * KProtocolManager: fix deadlock when using EnvVarProxy. + (kde#350890) + * Don't try to find X11 on WIN32 + * KBuildSycocaProgressDialog: use Qt's builtin busy indicator. + (kde#158672) + * KBuildSycocaProgressDialog: run kbuildsycoca5 with QProcess. + * KPropertiesDialog: fix for ~/.local being a symlink, + compare canonical paths + * Add support for network shares in kio_trash (kde#177023) + * Connect to the signals of QDialogButtonBox, not QDialog + (kde#352770) + * Cookies KCM: update DBus names for kded5 + * Use JSON files directly instead of kcoreaddons_desktop_to_json() * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.15.0.php