Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

changeset 3185
d4fa462547bc
parent 3018
70924c0bdaf1
child 3244
1a54f34202b8
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Tue Jan 07 09:19:57 2014 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Tue Jan 07 18:08:40 2014 +0100
@@ -96,12 +96,18 @@
 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td>
 <td>Private method to get the parents of the currently viewed file/directory.</td>
 </tr><tr>
+<td><a href="#HgLogBrowserDialog.__graftActTriggered">__graftActTriggered</a></td>
+<td>Private slot to handle the Copy Changesets action.</td>
+</tr><tr>
 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td>
 <td>Private method to determine the revision of the project directory.</td>
 </tr><tr>
 <td><a href="#HgLogBrowserDialog.__initData">__initData</a></td>
 <td>Private method to (re-)initialize some data.</td>
 </tr><tr>
+<td><a href="#HgLogBrowserDialog.__phaseActTriggered">__phaseActTriggered</a></td>
+<td>Private slot to handle the Change Phase action.</td>
+</tr><tr>
 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td>
 <td>Private slot connected to the finished signal.</td>
 </tr><tr>
@@ -126,16 +132,19 @@
 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td>
 <td>Private slot to show some error.</td>
 </tr><tr>
+<td><a href="#HgLogBrowserDialog.__tagActTriggered">__tagActTriggered</a></td>
+<td>Private slot to tag the selected revision.</td>
+</tr><tr>
 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td>
 <td>Private slot to update the enabled status of the diff buttons.</td>
 </tr><tr>
-<td><a href="#HgLogBrowserDialog.__updateGraftButton">__updateGraftButton</a></td>
+<td><a href="#HgLogBrowserDialog.__updateGraftAction">__updateGraftAction</a></td>
 <td>Private slot to update the status of the graft button.</td>
 </tr><tr>
 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td>
 <td>Private slot to update GUI elements except the diff and phase buttons.</td>
 </tr><tr>
-<td><a href="#HgLogBrowserDialog.__updatePhaseButton">__updatePhaseButton</a></td>
+<td><a href="#HgLogBrowserDialog.__updatePhaseAction">__updatePhaseAction</a></td>
 <td>Private slot to update the status of the phase button.</td>
 </tr><tr>
 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td>
@@ -168,9 +177,6 @@
 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
 <td>Private slot called, when the from date changes.</td>
 </tr><tr>
-<td><a href="#HgLogBrowserDialog.on_graftButton_clicked">on_graftButton_clicked</a></td>
-<td>Private slot to handle the Copy Changesets button.</td>
-</tr><tr>
 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td>
 <td>Private slot to handle the press of the return key in the input field.</td>
 </tr><tr>
@@ -186,9 +192,6 @@
 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
 <td>Private slot to handle the password checkbox toggled.</td>
 </tr><tr>
-<td><a href="#HgLogBrowserDialog.on_phaseButton_clicked">on_phaseButton_clicked</a></td>
-<td>Private slot to handle the Change Phase button.</td>
-</tr><tr>
 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
 <td>Private slot to refresh the log.</td>
 </tr><tr>
@@ -442,7 +445,12 @@
 <dd>
 list of parent revisions (list of integers)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a>
+</dl><a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a>
+<h4>HgLogBrowserDialog.__graftActTriggered</h4>
+<b>__graftActTriggered</b>(<i></i>)
+<p>
+        Private slot to handle the Copy Changesets action.
+</p><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a>
 <h4>HgLogBrowserDialog.__identifyProject</h4>
 <b>__identifyProject</b>(<i></i>)
 <p>
@@ -452,6 +460,11 @@
 <b>__initData</b>(<i></i>)
 <p>
         Private method to (re-)initialize some data.
+</p><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a>
+<h4>HgLogBrowserDialog.__phaseActTriggered</h4>
+<b>__phaseActTriggered</b>(<i></i>)
+<p>
+        Private slot to handle the Change Phase action.
 </p><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a>
 <h4>HgLogBrowserDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
@@ -510,14 +523,19 @@
 <dd>
 error to be shown (string)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a>
+</dl><a NAME="HgLogBrowserDialog.__tagActTriggered" ID="HgLogBrowserDialog.__tagActTriggered"></a>
+<h4>HgLogBrowserDialog.__tagActTriggered</h4>
+<b>__tagActTriggered</b>(<i></i>)
+<p>
+        Private slot to tag the selected revision.
+</p><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a>
 <h4>HgLogBrowserDialog.__updateDiffButtons</h4>
 <b>__updateDiffButtons</b>(<i></i>)
 <p>
         Private slot to update the enabled status of the diff buttons.
-</p><a NAME="HgLogBrowserDialog.__updateGraftButton" ID="HgLogBrowserDialog.__updateGraftButton"></a>
-<h4>HgLogBrowserDialog.__updateGraftButton</h4>
-<b>__updateGraftButton</b>(<i></i>)
+</p><a NAME="HgLogBrowserDialog.__updateGraftAction" ID="HgLogBrowserDialog.__updateGraftAction"></a>
+<h4>HgLogBrowserDialog.__updateGraftAction</h4>
+<b>__updateGraftAction</b>(<i></i>)
 <p>
         Private slot to update the status of the graft button.
 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a>
@@ -531,9 +549,9 @@
 reference to the item the update should be based on
             (QTreeWidgetItem)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.__updatePhaseButton" ID="HgLogBrowserDialog.__updatePhaseButton"></a>
-<h4>HgLogBrowserDialog.__updatePhaseButton</h4>
-<b>__updatePhaseButton</b>(<i></i>)
+</dl><a NAME="HgLogBrowserDialog.__updatePhaseAction" ID="HgLogBrowserDialog.__updatePhaseAction"></a>
+<h4>HgLogBrowserDialog.__updatePhaseAction</h4>
+<b>__updatePhaseAction</b>(<i></i>)
 <p>
         Private slot to update the status of the phase button.
 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a>
@@ -624,12 +642,7 @@
 <dd>
 new date (QDate)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.on_graftButton_clicked" ID="HgLogBrowserDialog.on_graftButton_clicked"></a>
-<h4>HgLogBrowserDialog.on_graftButton_clicked</h4>
-<b>on_graftButton_clicked</b>(<i></i>)
-<p>
-        Private slot to handle the Copy Changesets button.
-</p><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a>
+</dl><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a>
 <h4>HgLogBrowserDialog.on_input_returnPressed</h4>
 <b>on_input_returnPressed</b>(<i></i>)
 <p>
@@ -667,12 +680,7 @@
 <dd>
 flag indicating the status of the check box (boolean)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.on_phaseButton_clicked" ID="HgLogBrowserDialog.on_phaseButton_clicked"></a>
-<h4>HgLogBrowserDialog.on_phaseButton_clicked</h4>
-<b>on_phaseButton_clicked</b>(<i></i>)
-<p>
-        Private slot to handle the Change Phase button.
-</p><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a>
+</dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a>
 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4>
 <b>on_refreshButton_clicked</b>(<i></i>)
 <p>

eric ide

mercurial