7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
177 <p> | 177 <p> |
178 This method should be overridden and create a short info message to be | 178 This method should be overridden and create a short info message to be |
179 shown in the main window status bar right next to the status indicator. | 179 shown in the main window status bar right next to the status indicator. |
180 </p> | 180 </p> |
181 <dl> | 181 <dl> |
182 <dt>Returns:</dt> | 182 <dt>Return:</dt> |
183 <dd> | 183 <dd> |
184 short info message | 184 short info message |
185 </dd> | 185 </dd> |
186 </dl> | 186 </dl> |
187 <dl> | 187 <dl> |
211 <li>"Z" path contains a conflict</li> | 211 <li>"Z" path contains a conflict</li> |
212 <li>" " path is back at normal</li> | 212 <li>" " path is back at normal</li> |
213 </ul> | 213 </ul> |
214 </p> | 214 </p> |
215 <dl> | 215 <dl> |
216 <dt>Returns:</dt> | 216 <dt>Return:</dt> |
217 <dd> | 217 <dd> |
218 tuple of flag indicating successful operation (boolean) and | 218 tuple of flag indicating successful operation (boolean) and |
219 a status message in case of non successful operation (string) | 219 a status message in case of non successful operation (string) |
220 </dd> | 220 </dd> |
221 </dl> | 221 </dl> |
264 | 264 |
265 <p> | 265 <p> |
266 Public method to retrieve the status of the auto update function. | 266 Public method to retrieve the status of the auto update function. |
267 </p> | 267 </p> |
268 <dl> | 268 <dl> |
269 <dt>Returns:</dt> | 269 <dt>Return:</dt> |
270 <dd> | 270 <dd> |
271 status of the auto update function (boolean) | 271 status of the auto update function (boolean) |
272 </dd> | 272 </dd> |
273 </dl> | 273 </dl> |
274 <a NAME="VcsStatusMonitorThread.getInterval" ID="VcsStatusMonitorThread.getInterval"></a> | 274 <a NAME="VcsStatusMonitorThread.getInterval" ID="VcsStatusMonitorThread.getInterval"></a> |
277 | 277 |
278 <p> | 278 <p> |
279 Public method to get the monitor interval. | 279 Public method to get the monitor interval. |
280 </p> | 280 </p> |
281 <dl> | 281 <dl> |
282 <dt>Returns:</dt> | 282 <dt>Return:</dt> |
283 <dd> | 283 <dd> |
284 interval in seconds (integer) | 284 interval in seconds (integer) |
285 </dd> | 285 </dd> |
286 </dl> | 286 </dl> |
287 <a NAME="VcsStatusMonitorThread.run" ID="VcsStatusMonitorThread.run"></a> | 287 <a NAME="VcsStatusMonitorThread.run" ID="VcsStatusMonitorThread.run"></a> |