47 </p> |
47 </p> |
48 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
49 QDialog, Ui_HgLogBrowserDialog |
49 QDialog, Ui_HgLogBrowserDialog |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
52 <tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>MessageColumn</td></tr><tr><td>RevisionColumn</td></tr><tr><td>TagsColumn</td></tr> |
52 <tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>MessageColumn</td></tr><tr><td>PhaseColumn</td></tr><tr><td>RevisionColumn</td></tr><tr><td>TagsColumn</td></tr> |
53 </table> |
53 </table> |
54 <h3>Class Methods</h3> |
54 <h3>Class Methods</h3> |
55 <table> |
55 <table> |
56 <tr><td>None</td></tr> |
56 <tr><td>None</td></tr> |
57 </table> |
57 </table> |
128 <td>Private slot to show some error.</td> |
128 <td>Private slot to show some error.</td> |
129 </tr><tr> |
129 </tr><tr> |
130 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td> |
130 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td> |
131 <td>Private slot to update the enabled status of the diff buttons.</td> |
131 <td>Private slot to update the enabled status of the diff buttons.</td> |
132 </tr><tr> |
132 </tr><tr> |
|
133 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td> |
|
134 <td>Private slot to update GUI elements except the diff and phase buttons.</td> |
|
135 </tr><tr> |
|
136 <td><a href="#HgLogBrowserDialog.__updatePhaseButton">__updatePhaseButton</a></td> |
|
137 <td>Private slot to update the status of the phase button.</td> |
|
138 </tr><tr> |
133 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td> |
139 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td> |
134 <td>Private slot implementing a close event handler.</td> |
140 <td>Private slot implementing a close event handler.</td> |
135 </tr><tr> |
141 </tr><tr> |
136 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> |
142 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> |
137 <td>Local function to calculate a x-position for a column.</td> |
143 <td>Local function to calculate a x-position for a column.</td> |
175 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
181 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
176 <td>Private slot to handle the Next button.</td> |
182 <td>Private slot to handle the Next button.</td> |
177 </tr><tr> |
183 </tr><tr> |
178 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
184 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
179 <td>Private slot to handle the password checkbox toggled.</td> |
185 <td>Private slot to handle the password checkbox toggled.</td> |
|
186 </tr><tr> |
|
187 <td><a href="#HgLogBrowserDialog.on_phaseButton_clicked">on_phaseButton_clicked</a></td> |
|
188 <td>Private slot to handle the Change Phase button.</td> |
180 </tr><tr> |
189 </tr><tr> |
181 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
190 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
182 <td>Private slot to refresh the log.</td> |
191 <td>Private slot to refresh the log.</td> |
183 </tr><tr> |
192 </tr><tr> |
184 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
193 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
339 <dd> |
348 <dd> |
340 icon for the node (QIcon) |
349 icon for the node (QIcon) |
341 </dd> |
350 </dd> |
342 </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> |
351 </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> |
343 <h4>HgLogBrowserDialog.__generateLogItem</h4> |
352 <h4>HgLogBrowserDialog.__generateLogItem</h4> |
344 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, bookmarks=None</i>) |
353 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks=None</i>) |
345 <p> |
354 <p> |
346 Private method to generate a log tree entry. |
355 Private method to generate a log tree entry. |
347 </p><dl> |
356 </p><dl> |
348 <dt><i>author</i></dt> |
357 <dt><i>author</i></dt> |
349 <dd> |
358 <dd> |
496 </dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a> |
505 </dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a> |
497 <h4>HgLogBrowserDialog.__updateDiffButtons</h4> |
506 <h4>HgLogBrowserDialog.__updateDiffButtons</h4> |
498 <b>__updateDiffButtons</b>(<i></i>) |
507 <b>__updateDiffButtons</b>(<i></i>) |
499 <p> |
508 <p> |
500 Private slot to update the enabled status of the diff buttons. |
509 Private slot to update the enabled status of the diff buttons. |
|
510 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a> |
|
511 <h4>HgLogBrowserDialog.__updateGui</h4> |
|
512 <b>__updateGui</b>(<i>itm</i>) |
|
513 <p> |
|
514 Private slot to update GUI elements except the diff and phase buttons. |
|
515 </p><dl> |
|
516 <dt><i>itm</i></dt> |
|
517 <dd> |
|
518 reference to the item the update should be based on (QTreeWidgetItem) |
|
519 </dd> |
|
520 </dl><a NAME="HgLogBrowserDialog.__updatePhaseButton" ID="HgLogBrowserDialog.__updatePhaseButton"></a> |
|
521 <h4>HgLogBrowserDialog.__updatePhaseButton</h4> |
|
522 <b>__updatePhaseButton</b>(<i></i>) |
|
523 <p> |
|
524 Private slot to update the status of the phase button. |
501 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> |
525 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> |
502 <h4>HgLogBrowserDialog.closeEvent</h4> |
526 <h4>HgLogBrowserDialog.closeEvent</h4> |
503 <b>closeEvent</b>(<i>e</i>) |
527 <b>closeEvent</b>(<i>e</i>) |
504 <p> |
528 <p> |
505 Private slot implementing a close event handler. |
529 Private slot implementing a close event handler. |
627 </p><dl> |
651 </p><dl> |
628 <dt><i>isOn</i></dt> |
652 <dt><i>isOn</i></dt> |
629 <dd> |
653 <dd> |
630 flag indicating the status of the check box (boolean) |
654 flag indicating the status of the check box (boolean) |
631 </dd> |
655 </dd> |
632 </dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> |
656 </dl><a NAME="HgLogBrowserDialog.on_phaseButton_clicked" ID="HgLogBrowserDialog.on_phaseButton_clicked"></a> |
|
657 <h4>HgLogBrowserDialog.on_phaseButton_clicked</h4> |
|
658 <b>on_phaseButton_clicked</b>(<i></i>) |
|
659 <p> |
|
660 Private slot to handle the Change Phase button. |
|
661 </p><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> |
633 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> |
662 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> |
634 <b>on_refreshButton_clicked</b>(<i></i>) |
663 <b>on_refreshButton_clicked</b>(<i></i>) |
635 <p> |
664 <p> |
636 Private slot to refresh the log. |
665 Private slot to refresh the log. |
637 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> |
666 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> |