diff -r bd1a25ead18d -r aaa864fa5c1e Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Sat Mar 01 18:35:24 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Sat Mar 01 18:36:34 2014 +0100 @@ -65,6 +65,9 @@ <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td> <td>Public method to get the data entered into the dialog.</td> </tr><tr> +<td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td> +<td>Public method to get the data for the largefiles extension.</td> +</tr><tr> <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td> <td>Private slot to switch the default password visibility of the default push password.</td> </tr><tr> @@ -78,11 +81,19 @@ </table> <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> <h4>HgRepoConfigDataDialog (Constructor)</h4> -<b>HgRepoConfigDataDialog</b>(<i>parent=None</i>) +<b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>withLargefiles</i></dt> +<dd> +flag indicating to configure the largefiles + section (boolean) +</dd><dt><i>largefilesData</i></dt> +<dd> +dictionary with data for the largefiles + section (dict) +</dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> @@ -97,6 +108,17 @@ tuple giving the default and default push URLs (tuple of two strings) </dd> +</dl><a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> +<h4>HgRepoConfigDataDialog.getLargefilesData</h4> +<b>getLargefilesData</b>(<i></i>) +<p> + Public method to get the data for the largefiles extension. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple with the minimum file size (integer) and file patterns + (list of string). None as value denote to use the default value. +</dd> </dl><a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>)