diff -r 2d2d25361590 -r d1838696558c iaupdate/IAD/ui/src/iaupdateapplication.cpp --- a/iaupdate/IAD/ui/src/iaupdateapplication.cpp Tue Sep 28 14:48:39 2010 +0300 +++ b/iaupdate/IAD/ui/src/iaupdateapplication.cpp Thu Oct 14 14:11:30 2010 +0300 @@ -40,6 +40,12 @@ connect(&(*mainView), SIGNAL(toSettingView()), &(*mMainWindow), SLOT(toSettingView())); connect(&(*mEngine), SIGNAL(refresh(const RPointerArray&, const RPointerArray&,int)), &(*mMainWindow), SLOT(refreshMainView(const RPointerArray&, const RPointerArray&,int))); + connect(&(*mEngine), SIGNAL(refreshProgress()), + &(*mMainWindow), SLOT(refreshMainViewProgress())); + connect(&(*mEngine), SIGNAL(setUpdatesRefreshing(bool)), + &(*mMainWindow), SLOT(setRefreshingAnimation(bool))); + connect(&(*mEngine), SIGNAL(updateCompleted()), + &(*mMainWindow), SLOT(updateCompleted())); } IAUpdateApplication::~IAUpdateApplication()