--- a/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Thu Jun 16 16:29:27 2011 +0200 +++ b/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Sun Jun 19 15:19:46 2011 +0200 @@ -55,7 +55,11 @@ Class for the dialog variant. </p><h4>Signals</h4> <dl> -<dt>preferencesChanged()</dt> +<dt>masterPasswordChanged(str, str)</dt> +<dd> +emitted after the master + password has been changed with the old and the new password +</dd><dt>preferencesChanged()</dt> <dd> emitted after settings have been changed </dd> @@ -72,6 +76,9 @@ <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#ConfigurationDialog.__masterPasswordChanged">__masterPasswordChanged</a></td> +<td>Private slot to handle the change of the master password.</td> +</tr><tr> <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> <td>Private slot to handle a change of the preferences.</td> </tr><tr> @@ -109,6 +116,19 @@ mode of the configuration dialog (DefaultMode, HelpBrowserMode, TrayStarterMode) </dd> +</dl><a NAME="ConfigurationDialog.__masterPasswordChanged" ID="ConfigurationDialog.__masterPasswordChanged"></a> +<h4>ConfigurationDialog.__masterPasswordChanged</h4> +<b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) +<p> + Private slot to handle the change of the master password. +</p><dl> +<dt><i>oldPassword</i></dt> +<dd> +current master password (string) +</dd><dt><i>newPassword</i></dt> +<dd> +new master password (string) +</dd> </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> <h4>ConfigurationDialog.__preferencesChanged</h4> <b>__preferencesChanged</b>(<i></i>) @@ -201,7 +221,11 @@ Class implementing a dialog for the configuration of eric5. </p><h4>Signals</h4> <dl> -<dt>preferencesChanged()</dt> +<dt>masterPasswordChanged(str, str)</dt> +<dd> +emitted after the master + password has been changed with the old and the new password +</dd><dt>preferencesChanged()</dt> <dd> emitted after settings have been changed </dd>