eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,134 +18,176 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog</h1>
+
 <p>
 Module implementing a dialog to enter the merge data.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#GitMergeDialog">GitMergeDialog</a></td>
 <td>Class implementing a dialog to enter the merge data.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="GitMergeDialog" ID="GitMergeDialog"></a>
 <h2>GitMergeDialog</h2>
+
 <p>
     Class implementing a dialog to enter the merge data.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_GitMergeDialog
 <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="#GitMergeDialog.__init__">GitMergeDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.__generateDefaultCommitMessage">__generateDefaultCommitMessage</a></td>
 <td>Private slot to generate a default commit message based on the data entered.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.__updateOK">__updateOK</a></td>
 <td>Private slot to update the OK button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.getParameters">getParameters</a></td>
 <td>Public method to retrieve the merge data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_branchButton_toggled">on_branchButton_toggled</a></td>
 <td>Private slot to handle changes of the Branch select button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td>
 <td>Private slot to handle changes of the Branch combo.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_commitGroupBox_toggled">on_commitGroupBox_toggled</a></td>
 <td>Private slot to handle changes of the Commit select group.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_commitMessageEdit_textChanged">on_commitMessageEdit_textChanged</a></td>
 <td>Private slot to handle changes of the commit message edit.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_idButton_toggled">on_idButton_toggled</a></td>
 <td>Private slot to handle changes of the ID select button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td>
 <td>Private slot to handle changes of the Commit edit.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_noneButton_toggled">on_noneButton_toggled</a></td>
 <td>Private slot to handle changes of the None select button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_remoteBranchButton_toggled">on_remoteBranchButton_toggled</a></td>
 <td>Private slot to handle changes of the Remote Branch select button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_remoteBranchCombo_editTextChanged">on_remoteBranchCombo_editTextChanged</a></td>
 <td>Private slot to handle changes of the Remote Branch combo.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_tagButton_toggled">on_tagButton_toggled</a></td>
 <td>Private slot to handle changes of the Tag select button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#GitMergeDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
 <td>Private slot to handle changes of the Tag combo.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="GitMergeDialog.__init__" ID="GitMergeDialog.__init__"></a>
 <h4>GitMergeDialog (Constructor)</h4>
 <b>GitMergeDialog</b>(<i>tagsList, branchesList, currentBranch, remoteBranchesList, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>tagsList</i></dt>
 <dd>
 list of tags (list of strings)
-</dd><dt><i>branchesList</i></dt>
+</dd>
+<dt><i>branchesList</i></dt>
 <dd>
 list of branches (list of strings)
-</dd><dt><i>currentBranch</i></dt>
+</dd>
+<dt><i>currentBranch</i></dt>
 <dd>
 name of the current branch (string)
-</dd><dt><i>remoteBranchesList</i></dt>
+</dd>
+<dt><i>remoteBranchesList</i></dt>
 <dd>
 list of remote branches (list of strings)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="GitMergeDialog.__generateDefaultCommitMessage" ID="GitMergeDialog.__generateDefaultCommitMessage"></a>
+</dl>
+<a NAME="GitMergeDialog.__generateDefaultCommitMessage" ID="GitMergeDialog.__generateDefaultCommitMessage"></a>
 <h4>GitMergeDialog.__generateDefaultCommitMessage</h4>
 <b>__generateDefaultCommitMessage</b>(<i></i>)
+
 <p>
         Private slot to generate a default commit message based on the
         data entered.
-</p><a NAME="GitMergeDialog.__updateOK" ID="GitMergeDialog.__updateOK"></a>
+</p>
+<a NAME="GitMergeDialog.__updateOK" ID="GitMergeDialog.__updateOK"></a>
 <h4>GitMergeDialog.__updateOK</h4>
 <b>__updateOK</b>(<i></i>)
+
 <p>
         Private slot to update the OK button.
-</p><a NAME="GitMergeDialog.getParameters" ID="GitMergeDialog.getParameters"></a>
+</p>
+<a NAME="GitMergeDialog.getParameters" ID="GitMergeDialog.getParameters"></a>
 <h4>GitMergeDialog.getParameters</h4>
 <b>getParameters</b>(<i></i>)
+
 <p>
         Public method to retrieve the merge data.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple naming the revision, a flag indicating that the merge
@@ -154,107 +196,149 @@
             statistics at the end of the merge (string, boolean, string,
             boolean, boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_branchButton_toggled" ID="GitMergeDialog.on_branchButton_toggled"></a>
+</dl>
+<a NAME="GitMergeDialog.on_branchButton_toggled" ID="GitMergeDialog.on_branchButton_toggled"></a>
 <h4>GitMergeDialog.on_branchButton_toggled</h4>
 <b>on_branchButton_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the Branch select button.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the button (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_branchCombo_editTextChanged" ID="GitMergeDialog.on_branchCombo_editTextChanged"></a>
+</dl>
+<a NAME="GitMergeDialog.on_branchCombo_editTextChanged" ID="GitMergeDialog.on_branchCombo_editTextChanged"></a>
 <h4>GitMergeDialog.on_branchCombo_editTextChanged</h4>
 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the Branch combo.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the combo (string)
 </dd>
-</dl><a NAME="GitMergeDialog.on_commitGroupBox_toggled" ID="GitMergeDialog.on_commitGroupBox_toggled"></a>
+</dl>
+<a NAME="GitMergeDialog.on_commitGroupBox_toggled" ID="GitMergeDialog.on_commitGroupBox_toggled"></a>
 <h4>GitMergeDialog.on_commitGroupBox_toggled</h4>
 <b>on_commitGroupBox_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the Commit select group.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the group (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_commitMessageEdit_textChanged" ID="GitMergeDialog.on_commitMessageEdit_textChanged"></a>
+</dl>
+<a NAME="GitMergeDialog.on_commitMessageEdit_textChanged" ID="GitMergeDialog.on_commitMessageEdit_textChanged"></a>
 <h4>GitMergeDialog.on_commitMessageEdit_textChanged</h4>
 <b>on_commitMessageEdit_textChanged</b>(<i></i>)
+
 <p>
         Private slot to handle changes of the commit message edit.
-</p><a NAME="GitMergeDialog.on_idButton_toggled" ID="GitMergeDialog.on_idButton_toggled"></a>
+</p>
+<a NAME="GitMergeDialog.on_idButton_toggled" ID="GitMergeDialog.on_idButton_toggled"></a>
 <h4>GitMergeDialog.on_idButton_toggled</h4>
 <b>on_idButton_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the ID select button.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the button (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_idEdit_textChanged" ID="GitMergeDialog.on_idEdit_textChanged"></a>
+</dl>
+<a NAME="GitMergeDialog.on_idEdit_textChanged" ID="GitMergeDialog.on_idEdit_textChanged"></a>
 <h4>GitMergeDialog.on_idEdit_textChanged</h4>
 <b>on_idEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the Commit edit.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the edit (string)
 </dd>
-</dl><a NAME="GitMergeDialog.on_noneButton_toggled" ID="GitMergeDialog.on_noneButton_toggled"></a>
+</dl>
+<a NAME="GitMergeDialog.on_noneButton_toggled" ID="GitMergeDialog.on_noneButton_toggled"></a>
 <h4>GitMergeDialog.on_noneButton_toggled</h4>
 <b>on_noneButton_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the None select button.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the button (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_remoteBranchButton_toggled" ID="GitMergeDialog.on_remoteBranchButton_toggled"></a>
+</dl>
+<a NAME="GitMergeDialog.on_remoteBranchButton_toggled" ID="GitMergeDialog.on_remoteBranchButton_toggled"></a>
 <h4>GitMergeDialog.on_remoteBranchButton_toggled</h4>
 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the Remote Branch select button.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the button (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_remoteBranchCombo_editTextChanged" ID="GitMergeDialog.on_remoteBranchCombo_editTextChanged"></a>
+</dl>
+<a NAME="GitMergeDialog.on_remoteBranchCombo_editTextChanged" ID="GitMergeDialog.on_remoteBranchCombo_editTextChanged"></a>
 <h4>GitMergeDialog.on_remoteBranchCombo_editTextChanged</h4>
 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the Remote Branch combo.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the combo (string)
 </dd>
-</dl><a NAME="GitMergeDialog.on_tagButton_toggled" ID="GitMergeDialog.on_tagButton_toggled"></a>
+</dl>
+<a NAME="GitMergeDialog.on_tagButton_toggled" ID="GitMergeDialog.on_tagButton_toggled"></a>
 <h4>GitMergeDialog.on_tagButton_toggled</h4>
 <b>on_tagButton_toggled</b>(<i>checked</i>)
+
 <p>
         Private slot to handle changes of the Tag select button.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the button (boolean)
 </dd>
-</dl><a NAME="GitMergeDialog.on_tagCombo_editTextChanged" ID="GitMergeDialog.on_tagCombo_editTextChanged"></a>
+</dl>
+<a NAME="GitMergeDialog.on_tagCombo_editTextChanged" ID="GitMergeDialog.on_tagCombo_editTextChanged"></a>
 <h4>GitMergeDialog.on_tagCombo_editTextChanged</h4>
 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the Tag combo.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the combo (string)

eric ide

mercurial