From kde-commits Mon Feb 27 23:07:03 2006 From: David Faure Date: Mon, 27 Feb 2006 23:07:03 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio Message-Id: <1141081623.167677.17404.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114109045826962 SVN commit 514315 by dfaure: Preserve modification time when copying to other protocols too. Currently implemented for file:/ -> system:/ and probably vice versa, need to look at the other protocols. CCBUG: 79937 M +9 -0 kio/forwardingslavebase.cpp M +17 -2 kio/job.cpp M +9 -0 kio/jobclasses.h M +18 -5 kio/slavebase.h M +102 -14 tests/jobtest.cpp M +7 -1 tests/jobtest.h