-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112982/
-----------------------------------------------------------
(Updated Nov. 25, 2013, 12:34 a.m.)
Review request for KDE Runtime and David Faure.
Changes
-------
Use #ifdef for permission conversion code present only in KDE 4.11.80 or
higher. That way I do not have to change the required kdelibs version to
compile kde-runtime.
Bugs: 176271 and 291835
http://bugs.kde.org/show_bug.cgi?id=176271
http://bugs.kde.org/show_bug.cgi?id=291835
Repository: kde-runtime
Description
-------
The attach patch adds support for the following to kio_smb:
- copyToFile/copyFromFile optimizations so uploading and downloading files from
window shares is faster so long as one end is a local file.
- partial download resumption as part of the copyToFile implementation.
- preservation of modified file timstamp. Again as part of the copyToFile
implementation.
Diffs (updated)
-----
kioslave/smb/kio_smb.h 55efb44
kioslave/smb/kio_smb_dir.cpp 1f013df
kioslave/smb/kio_smb_internal.h b895b81
kioslave/smb/kio_smb_internal.cpp 3c35583
kioslave/smb/smb.protocol 654bcfb
Diff: http://git.reviewboard.kde.org/r/112982/diff/
Testing
-------
- Copied files to and from smb share.
- Resumed interrupted file copy to and from smb share.
Thanks,
Dawit Alemayehu