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

changeset 2543
eb9472947653
parent 2444
0fdd7f9ebd0b
child 2845
7e55c6268c35
equal deleted inserted replaced
2540:f346433ea963 2543:eb9472947653
127 <td>Private slot to show some error.</td> 127 <td>Private slot to show some error.</td>
128 </tr><tr> 128 </tr><tr>
129 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td> 129 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td>
130 <td>Private slot to update the enabled status of the diff buttons.</td> 130 <td>Private slot to update the enabled status of the diff buttons.</td>
131 </tr><tr> 131 </tr><tr>
132 <td><a href="#HgLogBrowserDialog.__updateGraftButton">__updateGraftButton</a></td>
133 <td>Private slot to update the status of the graft button.</td>
134 </tr><tr>
132 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td> 135 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td>
133 <td>Private slot to update GUI elements except the diff and phase buttons.</td> 136 <td>Private slot to update GUI elements except the diff and phase buttons.</td>
134 </tr><tr> 137 </tr><tr>
135 <td><a href="#HgLogBrowserDialog.__updatePhaseButton">__updatePhaseButton</a></td> 138 <td><a href="#HgLogBrowserDialog.__updatePhaseButton">__updatePhaseButton</a></td>
136 <td>Private slot to update the status of the phase button.</td> 139 <td>Private slot to update the status of the phase button.</td>
162 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> 165 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td>
163 <td>Private slot called, when a new filter field is selected.</td> 166 <td>Private slot called, when a new filter field is selected.</td>
164 </tr><tr> 167 </tr><tr>
165 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 168 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
166 <td>Private slot called, when the from date changes.</td> 169 <td>Private slot called, when the from date changes.</td>
170 </tr><tr>
171 <td><a href="#HgLogBrowserDialog.on_graftButton_clicked">on_graftButton_clicked</a></td>
172 <td>Private slot to handle the Copy Changesets button.</td>
167 </tr><tr> 173 </tr><tr>
168 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> 174 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td>
169 <td>Private slot to handle the press of the return key in the input field.</td> 175 <td>Private slot to handle the press of the return key in the input field.</td>
170 </tr><tr> 176 </tr><tr>
171 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> 177 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td>
504 </dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a> 510 </dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a>
505 <h4>HgLogBrowserDialog.__updateDiffButtons</h4> 511 <h4>HgLogBrowserDialog.__updateDiffButtons</h4>
506 <b>__updateDiffButtons</b>(<i></i>) 512 <b>__updateDiffButtons</b>(<i></i>)
507 <p> 513 <p>
508 Private slot to update the enabled status of the diff buttons. 514 Private slot to update the enabled status of the diff buttons.
515 </p><a NAME="HgLogBrowserDialog.__updateGraftButton" ID="HgLogBrowserDialog.__updateGraftButton"></a>
516 <h4>HgLogBrowserDialog.__updateGraftButton</h4>
517 <b>__updateGraftButton</b>(<i></i>)
518 <p>
519 Private slot to update the status of the graft button.
509 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a> 520 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a>
510 <h4>HgLogBrowserDialog.__updateGui</h4> 521 <h4>HgLogBrowserDialog.__updateGui</h4>
511 <b>__updateGui</b>(<i>itm</i>) 522 <b>__updateGui</b>(<i>itm</i>)
512 <p> 523 <p>
513 Private slot to update GUI elements except the diff and phase buttons. 524 Private slot to update GUI elements except the diff and phase buttons.
607 </p><dl> 618 </p><dl>
608 <dt><i>date</i></dt> 619 <dt><i>date</i></dt>
609 <dd> 620 <dd>
610 new date (QDate) 621 new date (QDate)
611 </dd> 622 </dd>
612 </dl><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a> 623 </dl><a NAME="HgLogBrowserDialog.on_graftButton_clicked" ID="HgLogBrowserDialog.on_graftButton_clicked"></a>
624 <h4>HgLogBrowserDialog.on_graftButton_clicked</h4>
625 <b>on_graftButton_clicked</b>(<i></i>)
626 <p>
627 Private slot to handle the Copy Changesets button.
628 </p><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a>
613 <h4>HgLogBrowserDialog.on_input_returnPressed</h4> 629 <h4>HgLogBrowserDialog.on_input_returnPressed</h4>
614 <b>on_input_returnPressed</b>(<i></i>) 630 <b>on_input_returnPressed</b>(<i></i>)
615 <p> 631 <p>
616 Private slot to handle the press of the return key in the input field. 632 Private slot to handle the press of the return key in the input field.
617 </p><a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> 633 </p><a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a>

eric ide

mercurial