--- a/eric7/Documentation/Source/eric7.Project.Project.html Wed Sep 22 18:20:06 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Project.Project.html Wed Sep 22 19:52:28 2021 +0200 @@ -212,6 +212,19 @@ emitted after a project file was read to open the main script </dd> +<dt>vcsCommitted()</dt> +<dd> +emitted to indicate a completed commit action +</dd> +<dt>vcsStatusMonitorAllData(dict)</dt> +<dd> +emitted to signal all VCS status + (key is project relative file name, value is status) +</dd> +<dt>vcsStatusMonitorData(list)</dt> +<dd> +emitted to signal the VCS status data +</dd> <dt>vcsStatusMonitorInfo(str)</dt> <dd> emitted to signal some info of the @@ -472,12 +485,12 @@ <td>Private method to get the source extensions of a programming language.</td> </tr> <tr> -<td><a href="#Project.__statusMonitorStatus">__statusMonitorStatus</a></td> -<td>Private method to receive the status monitor status.</td> +<td><a href="#Project.__syncRecent">__syncRecent</a></td> +<td>Private method to synchronize the list of recently opened projects with the central store.</td> </tr> <tr> -<td><a href="#Project.__syncRecent">__syncRecent</a></td> -<td>Private method to synchronize the list of recently opened projects with the central store.</td> +<td><a href="#Project.__vcsConnectStatusMonitor">__vcsConnectStatusMonitor</a></td> +<td>Private method to start the VCS monitor and connect its signals.</td> </tr> <tr> <td><a href="#Project.__vcsStatusChanged">__vcsStatusChanged</a></td> @@ -1760,27 +1773,6 @@ source extensions (list of string) </dd> </dl> -<a NAME="Project.__statusMonitorStatus" ID="Project.__statusMonitorStatus"></a> -<h4>Project.__statusMonitorStatus</h4> -<b>__statusMonitorStatus</b>(<i>status, statusMsg</i>) - -<p> - Private method to receive the status monitor status. -</p> -<p> - It simply reemits the received status. -</p> -<dl> - -<dt><i>status</i></dt> -<dd> -status of the monitoring thread (string, ok, nok or off) -</dd> -<dt><i>statusMsg</i></dt> -<dd> -explanotory text for the signaled status (string) -</dd> -</dl> <a NAME="Project.__syncRecent" ID="Project.__syncRecent"></a> <h4>Project.__syncRecent</h4> <b>__syncRecent</b>(<i></i>) @@ -1789,6 +1781,13 @@ Private method to synchronize the list of recently opened projects with the central store. </p> +<a NAME="Project.__vcsConnectStatusMonitor" ID="Project.__vcsConnectStatusMonitor"></a> +<h4>Project.__vcsConnectStatusMonitor</h4> +<b>__vcsConnectStatusMonitor</b>(<i></i>) + +<p> + Private method to start the VCS monitor and connect its signals. +</p> <a NAME="Project.__vcsStatusChanged" ID="Project.__vcsStatusChanged"></a> <h4>Project.__vcsStatusChanged</h4> <b>__vcsStatusChanged</b>(<i></i>)