diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread</h1> <p> -Module implementing the VCS status monitor thread class for Subversion. +Module implementing the VCS status monitor thread class for Subversion. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#SvnStatusMonitorThread">SvnStatusMonitorThread</a></td> -<td>Class implementing the VCS status monitor thread class for Subversion.</td> +<td>Class implementing the VCS status monitor thread class for Subversion.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="SvnStatusMonitorThread" ID="SvnStatusMonitorThread"></a> <h2>SvnStatusMonitorThread</h2> <p> - Class implementing the VCS status monitor thread class for Subversion. + Class implementing the VCS status monitor thread class for Subversion. </p> <h3>Derived from</h3> VcsStatusMonitorThread @@ -55,54 +55,54 @@ <table> <tr> <td><a href="#SvnStatusMonitorThread.__init__">SvnStatusMonitorThread</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#SvnStatusMonitorThread._performMonitor">_performMonitor</a></td> -<td>Protected method implementing the monitoring action.</td> +<td>Protected method implementing the monitoring action.</td> </tr> </table> <a NAME="SvnStatusMonitorThread.__init__" ID="SvnStatusMonitorThread.__init__"></a> <h4>SvnStatusMonitorThread (Constructor)</h4> <b>SvnStatusMonitorThread</b>(<i>interval, projectDir, vcs, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>interval</i></dt> <dd> -new interval in seconds (integer) +new interval in seconds (integer) </dd><dt><i>projectDir</i></dt> <dd> -project directory to monitor (string) +project directory to monitor (string) </dd><dt><i>vcs</i></dt> <dd> -reference to the version control object +reference to the version control object </dd><dt><i>parent</i></dt> <dd> -reference to the parent object (QObject) +reference to the parent object (QObject) </dd> </dl><a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> <h4>SvnStatusMonitorThread._performMonitor</h4> <b>_performMonitor</b>(<i></i>) <p> - Protected method implementing the monitoring action. + Protected method implementing the monitoring action. </p><p> - This method populates the statusList member variable - with a list of strings giving the status in the first column and the - path relative to the project directory starting with the third column. - The allowed status flags are: - <ul> - <li>"A" path was added but not yet comitted</li> - <li>"M" path has local changes</li> - <li>"R" path was deleted and then re-added</li> - <li>"U" path needs an update</li> - <li>"Z" path contains a conflict</li> - <li>" " path is back at normal</li> - </ul> + This method populates the statusList member variable + with a list of strings giving the status in the first column and the + path relative to the project directory starting with the third column. + The allowed status flags are: + <ul> + <li>"A" path was added but not yet comitted</li> + <li>"M" path has local changes</li> + <li>"R" path was deleted and then re-added</li> + <li>"U" path needs an update</li> + <li>"Z" path contains a conflict</li> + <li>" " path is back at normal</li> + </ul> </p><dl> <dt>Returns:</dt> <dd> -tuple of flag indicating successful operation (boolean) and - a status message in case of non successful operation (QString) +tuple of flag indicating successful operation (boolean) and + a status message in case of non successful operation (QString) </dd> </dl> <div align="right"><a href="#top">Up</a></div>