From kde-commits Mon Jan 31 21:46:42 2000 From: CVS by faure Date: Mon, 31 Jan 2000 21:46:42 +0000 To: kde-commits Subject: make_it_cool_branch: kdelibs/kio/file X-MARC-Message: https://marc.info/?l=kde-commits&m=94935527722991 kdelibs/kio/file file.cc,1.43.2.29,1.43.2.30 Author: faure CVSROOT: /home/kde Mon Jan 31 22:46:42 MET 2000 Update of /home/kde/kdelibs/kio/file In directory zeus:/tmp/cvs-serv8469/file Modified Files: Tag: make_it_cool_branch file.cc Log Message: Added a new initial state : STATE_STATING, in order to test if the src url is a file or a directory. In case of a file, don't call listRecursive and copy directly. Had to fix a hack in stat (file.cc) for that. Only one method, said Waldo, but it's going to be a big one :) If somebody else can have a look at the scheduler... dead jobs take all CPU, go defunct, aren't re-used...