--- a/Documentation/Source/eric6.UI.UserInterface.html Tue Dec 29 15:13:23 2015 +0100 +++ b/Documentation/Source/eric6.UI.UserInterface.html Tue Dec 29 18:59:46 2015 +0100 @@ -154,6 +154,10 @@ <dd> emitted after the master password has been changed with the old and the new password +</dd><dt>onlineStateChanged(online)</dt> +<dd> +emitted to indicate a change of the + network state </dd><dt>preferencesChanged()</dt> <dd> emitted after the preferences were changed @@ -383,6 +387,9 @@ <td><a href="#UserInterface.__newWindow">__newWindow</a></td> <td>Private slot to start a new instance of eric6.</td> </tr><tr> +<td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td> +<td>Private slot handling changes in online state.</td> +</tr><tr> <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td> <td>Private slot to show a mini editor window.</td> </tr><tr> @@ -1309,7 +1316,17 @@ <b>__newWindow</b>(<i></i>) <p> Private slot to start a new instance of eric6. -</p><a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a> +</p><a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a> +<h4>UserInterface.__onlineStateChanged</h4> +<b>__onlineStateChanged</b>(<i>online</i>) +<p> + Private slot handling changes in online state. +</p><dl> +<dt><i>online</i> (bool)</dt> +<dd> +flag indicating the online state +</dd> +</dl><a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a> <h4>UserInterface.__openMiniEditor</h4> <b>__openMiniEditor</b>(<i></i>) <p>