SHA256
1
0
forked from pool/kio
Hrvoje Senjan
2015-01-03 19:27:33 +00:00
committed by Git OBS Bridge
parent 29a01141c6
commit 3283e10c37
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Jan 3 18:03:27 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* Add support for .hidden files, for users to hide some files
from views. (kde#246260)
* New method KRun::runService, like KRun::run but returns the
PID of the newly started process.
* kioexec: fixed many porting bugs, to make it work again
* KRun::run: fixed porting bug, to make it work again in the
case where KProcess is used directly
* KRun: make klauncher runtime dependency optional
* Fix compilation on MSVC
* Performance: decrease memory consumption of UDSEntry
* Actions in popupmenus: in case of multiple mimetypes selected,
services that support all mimetypes are now added to the menu.
* New job: KIO::DropJob *KIO::drop(QDropEvent* ev, QUrl destUrl).
Replaces KonqOperations::doDrop.
* Restart directory watcher after a failed delete operation
* Fix false warning about X-KDE-Protocols unused in desktop
files without that field.
* Merge various settings modules (KCMs) related to kio,
into the kio framework.
* When copying/moving out the trash, make the files writable.
* KIO::file_move now does the chmod on the destination file
before emitting result.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
-------------------------------------------------------------------
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com