SVN commit 1220009 by areinholdt: Completely rewrote the synchronization code: - Smb4KSynchronizer is now inherited from KCompositeJob. This makes things much easier. :) - Removed the sync thread. - Introduced Smb4KSyncJob private helper class. - Smb4KSynchronizationDialog is now a private helper class that is used internally by Smb4KSynchronizer. M +85 -181 smb4ksynchronizer.cpp M +45 -97 smb4ksynchronizer.h M +745 -57 smb4ksynchronizer_p.cpp M +135 -20 smb4ksynchronizer_p.h http://websvn.kde.org/?view=rev&revision=1220009