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

changeset 235
7cb9905b0cf9
parent 217
8ce554fb0bee
child 242
77047898c023
equal deleted inserted replaced
234:caed45a134f8 235:7cb9905b0cf9
109 <td>Private method to resize the log tree columns.</td> 109 <td>Private method to resize the log tree columns.</td>
110 </tr><tr> 110 </tr><tr>
111 <td><a href="#HgLogBrowserDialog.__resortFiles">__resortFiles</a></td> 111 <td><a href="#HgLogBrowserDialog.__resortFiles">__resortFiles</a></td>
112 <td>Private method to resort the changed files tree.</td> 112 <td>Private method to resort the changed files tree.</td>
113 </tr><tr> 113 </tr><tr>
114 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td>
115 <td>Private slot to update the enabled status of the diff buttons.</td>
116 </tr><tr>
114 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td> 117 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td>
115 <td>Private slot implementing a close event handler.</td> 118 <td>Private slot implementing a close event handler.</td>
116 </tr><tr> 119 </tr><tr>
117 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> 120 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td>
118 <td></td> 121 <td></td>
130 <td>Private slot to handle the Diff to Parent 1 button.</td> 133 <td>Private slot to handle the Diff to Parent 1 button.</td>
131 </tr><tr> 134 </tr><tr>
132 <td><a href="#HgLogBrowserDialog.on_diffP2Button_clicked">on_diffP2Button_clicked</a></td> 135 <td><a href="#HgLogBrowserDialog.on_diffP2Button_clicked">on_diffP2Button_clicked</a></td>
133 <td>Private slot to handle the Diff to Parent 2 button.</td> 136 <td>Private slot to handle the Diff to Parent 2 button.</td>
134 </tr><tr> 137 </tr><tr>
138 <td><a href="#HgLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td>
139 <td>Private slot to handle the Compare Revisions button.</td>
140 </tr><tr>
135 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> 141 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td>
136 <td>Private slot called, when a new filter field is selected.</td> 142 <td>Private slot called, when a new filter field is selected.</td>
137 </tr><tr> 143 </tr><tr>
138 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 144 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
139 <td>Private slot called, when the from date changes.</td> 145 <td>Private slot called, when the from date changes.</td>
141 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> 147 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td>
142 <td>Private slot to handle the press of the return key in the input field.</td> 148 <td>Private slot to handle the press of the return key in the input field.</td>
143 </tr><tr> 149 </tr><tr>
144 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> 150 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td>
145 <td>Private slot called, when the current item of the log tree changes.</td> 151 <td>Private slot called, when the current item of the log tree changes.</td>
152 </tr><tr>
153 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td>
154 <td>Private slot called, when the selection has changed.</td>
146 </tr><tr> 155 </tr><tr>
147 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> 156 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td>
148 <td>Private slot to handle the Next button.</td> 157 <td>Private slot to handle the Next button.</td>
149 </tr><tr> 158 </tr><tr>
150 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 159 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
418 </p><a NAME="HgLogBrowserDialog.__resortFiles" ID="HgLogBrowserDialog.__resortFiles"></a> 427 </p><a NAME="HgLogBrowserDialog.__resortFiles" ID="HgLogBrowserDialog.__resortFiles"></a>
419 <h4>HgLogBrowserDialog.__resortFiles</h4> 428 <h4>HgLogBrowserDialog.__resortFiles</h4>
420 <b>__resortFiles</b>(<i></i>) 429 <b>__resortFiles</b>(<i></i>)
421 <p> 430 <p>
422 Private method to resort the changed files tree. 431 Private method to resort the changed files tree.
432 </p><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a>
433 <h4>HgLogBrowserDialog.__updateDiffButtons</h4>
434 <b>__updateDiffButtons</b>(<i></i>)
435 <p>
436 Private slot to update the enabled status of the diff buttons.
423 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> 437 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a>
424 <h4>HgLogBrowserDialog.closeEvent</h4> 438 <h4>HgLogBrowserDialog.closeEvent</h4>
425 <b>closeEvent</b>(<i>e</i>) 439 <b>closeEvent</b>(<i>e</i>)
426 <p> 440 <p>
427 Private slot implementing a close event handler. 441 Private slot implementing a close event handler.
466 </p><a NAME="HgLogBrowserDialog.on_diffP2Button_clicked" ID="HgLogBrowserDialog.on_diffP2Button_clicked"></a> 480 </p><a NAME="HgLogBrowserDialog.on_diffP2Button_clicked" ID="HgLogBrowserDialog.on_diffP2Button_clicked"></a>
467 <h4>HgLogBrowserDialog.on_diffP2Button_clicked</h4> 481 <h4>HgLogBrowserDialog.on_diffP2Button_clicked</h4>
468 <b>on_diffP2Button_clicked</b>(<i></i>) 482 <b>on_diffP2Button_clicked</b>(<i></i>)
469 <p> 483 <p>
470 Private slot to handle the Diff to Parent 2 button. 484 Private slot to handle the Diff to Parent 2 button.
485 </p><a NAME="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ID="HgLogBrowserDialog.on_diffRevisionsButton_clicked"></a>
486 <h4>HgLogBrowserDialog.on_diffRevisionsButton_clicked</h4>
487 <b>on_diffRevisionsButton_clicked</b>(<i></i>)
488 <p>
489 Private slot to handle the Compare Revisions button.
471 </p><a NAME="HgLogBrowserDialog.on_fieldCombo_activated" ID="HgLogBrowserDialog.on_fieldCombo_activated"></a> 490 </p><a NAME="HgLogBrowserDialog.on_fieldCombo_activated" ID="HgLogBrowserDialog.on_fieldCombo_activated"></a>
472 <h4>HgLogBrowserDialog.on_fieldCombo_activated</h4> 491 <h4>HgLogBrowserDialog.on_fieldCombo_activated</h4>
473 <b>on_fieldCombo_activated</b>(<i>txt</i>) 492 <b>on_fieldCombo_activated</b>(<i>txt</i>)
474 <p> 493 <p>
475 Private slot called, when a new filter field is selected. 494 Private slot called, when a new filter field is selected.
504 reference to the new current item (QTreeWidgetItem) 523 reference to the new current item (QTreeWidgetItem)
505 </dd><dt><i>previous</i></dt> 524 </dd><dt><i>previous</i></dt>
506 <dd> 525 <dd>
507 reference to the old current item (QTreeWidgetItem) 526 reference to the old current item (QTreeWidgetItem)
508 </dd> 527 </dd>
509 </dl><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> 528 </dl><a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
529 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
530 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
531 <p>
532 Private slot called, when the selection has changed.
533 </p><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a>
510 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> 534 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4>
511 <b>on_nextButton_clicked</b>(<i></i>) 535 <b>on_nextButton_clicked</b>(<i></i>)
512 <p> 536 <p>
513 Private slot to handle the Next button. 537 Private slot to handle the Next button.
514 </p><a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a> 538 </p><a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a>

eric ide

mercurial