1043 "VersionControl", "Repository status checking is switched off" |
1043 "VersionControl", "Repository status checking is switched off" |
1044 ), |
1044 ), |
1045 ) |
1045 ) |
1046 self.__statusMonitorInfo("") |
1046 self.__statusMonitorInfo("") |
1047 |
1047 |
|
1048 def restartStatusMonitor(self, project): |
|
1049 """ |
|
1050 Public method to re-start the VCS status monitor thread. |
|
1051 |
|
1052 @param project reference to the project object |
|
1053 @type Project |
|
1054 @return reference to the monitor thread |
|
1055 @rtype QThread |
|
1056 """ |
|
1057 self.stopStatusMonitor() |
|
1058 return self.startStatusMonitor(project) |
|
1059 |
1048 def setStatusMonitorInterval(self, interval, project): |
1060 def setStatusMonitorInterval(self, interval, project): |
1049 """ |
1061 """ |
1050 Public method to change the monitor interval. |
1062 Public method to change the monitor interval. |
1051 |
1063 |
1052 @param interval new interval in seconds |
1064 @param interval new interval in seconds |