diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,95 +18,124 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog</h1> + <p> Module implementing a dialog to enter the data for an extended bisect start. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#GitBisectStartDialog">GitBisectStartDialog</a></td> <td>Class implementing a dialog to enter the data for an extended bisect start.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="GitBisectStartDialog" ID="GitBisectStartDialog"></a> <h2>GitBisectStartDialog</h2> + <p> Class implementing a dialog to enter the data for an extended bisect start. </p> <h3>Derived from</h3> QDialog, Ui_GitBisectStartDialog <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#GitBisectStartDialog.__init__">GitBisectStartDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#GitBisectStartDialog.__updateOK">__updateOK</a></td> <td>Private method used to enable/disable the OK-button.</td> -</tr><tr> +</tr> +<tr> <td><a href="#GitBisectStartDialog.getData">getData</a></td> <td>Public method to get the entered data.</td> -</tr><tr> +</tr> +<tr> <td><a href="#GitBisectStartDialog.on_badEdit_textChanged">on_badEdit_textChanged</a></td> <td>Private slot to handle a change of the bad commit.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="GitBisectStartDialog.__init__" ID="GitBisectStartDialog.__init__"></a> <h4>GitBisectStartDialog (Constructor)</h4> <b>GitBisectStartDialog</b>(<i>parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="GitBisectStartDialog.__updateOK" ID="GitBisectStartDialog.__updateOK"></a> +</dl> +<a NAME="GitBisectStartDialog.__updateOK" ID="GitBisectStartDialog.__updateOK"></a> <h4>GitBisectStartDialog.__updateOK</h4> <b>__updateOK</b>(<i></i>) + <p> Private method used to enable/disable the OK-button. -</p><a NAME="GitBisectStartDialog.getData" ID="GitBisectStartDialog.getData"></a> +</p> +<a NAME="GitBisectStartDialog.getData" ID="GitBisectStartDialog.getData"></a> <h4>GitBisectStartDialog.getData</h4> <b>getData</b>(<i></i>) + <p> Public method to get the entered data. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> tuple containing a bad commit (string), a list of good commits (list of strings) and a flag indicating to not checkout the working tree (boolean) </dd> -</dl><a NAME="GitBisectStartDialog.on_badEdit_textChanged" ID="GitBisectStartDialog.on_badEdit_textChanged"></a> +</dl> +<a NAME="GitBisectStartDialog.on_badEdit_textChanged" ID="GitBisectStartDialog.on_badEdit_textChanged"></a> <h4>GitBisectStartDialog.on_badEdit_textChanged</h4> <b>on_badEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle a change of the bad commit. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> bad commit entered (string)