From kde-commits Mon Nov 15 07:12:20 2010 From: Sergio Luis Martins Date: Mon, 15 Nov 2010 07:12:20 +0000 To: kde-commits Subject: KDE/kdepim/calendarsupport Message-Id: <20101115071220.BDAB6AC8A0 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128980519917888 SVN commit 1197239 by smartins: Added signals acceptTransactionFinished/performTransactionFinished/publishFinished. - All functions are now ascyn, listen to signals to know when the operation finished. - It has now error codes and error messages, returning bool was simply not enough for functions that could fail in many different ways. TODO: remove sync calls from implementation, use ItemModifyJobs/ItemDeleteJobs. M +153 -49 scheduler.cpp M +48 -17 scheduler.h http://websvn.kde.org/?view=rev&revision=1197239