43 <h2>HgLogBrowserDialog</h2> |
43 <h2>HgLogBrowserDialog</h2> |
44 <p> |
44 <p> |
45 Class implementing a dialog to browse the log history. |
45 Class implementing a dialog to browse the log history. |
46 </p> |
46 </p> |
47 <h3>Derived from</h3> |
47 <h3>Derived from</h3> |
48 QDialog, Ui_HgLogBrowserDialog |
48 QWidget, Ui_HgLogBrowserDialog |
49 <h3>Class Attributes</h3> |
49 <h3>Class Attributes</h3> |
50 <table> |
50 <table> |
51 <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> |
51 <tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>LargefilesCacheL</td></tr><tr><td>LargefilesCacheW</td></tr><tr><td>MessageColumn</td></tr><tr><td>PathSeparatorRe</td></tr><tr><td>PhaseColumn</td></tr><tr><td>RevisionColumn</td></tr><tr><td>TagsColumn</td></tr> |
52 </table> |
52 </table> |
53 <h3>Class Methods</h3> |
53 <h3>Class Methods</h3> |
54 <table> |
54 <table> |
55 <tr><td>None</td></tr> |
55 <tr><td>None</td></tr> |
56 </table> |
56 </table> |
94 <td>Private method to retrieve log entries from the repository.</td> |
94 <td>Private method to retrieve log entries from the repository.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> |
96 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> |
97 <td>Private method to get the parents of the currently viewed file/directory.</td> |
97 <td>Private method to get the parents of the currently viewed file/directory.</td> |
98 </tr><tr> |
98 </tr><tr> |
|
99 <td><a href="#HgLogBrowserDialog.__graftActTriggered">__graftActTriggered</a></td> |
|
100 <td>Private slot to handle the Copy Changesets action.</td> |
|
101 </tr><tr> |
99 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> |
102 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> |
100 <td>Private method to determine the revision of the project directory.</td> |
103 <td>Private method to determine the revision of the project directory.</td> |
101 </tr><tr> |
104 </tr><tr> |
102 <td><a href="#HgLogBrowserDialog.__initData">__initData</a></td> |
105 <td><a href="#HgLogBrowserDialog.__initData">__initData</a></td> |
103 <td>Private method to (re-)initialize some data.</td> |
106 <td>Private method to (re-)initialize some data.</td> |
104 </tr><tr> |
107 </tr><tr> |
|
108 <td><a href="#HgLogBrowserDialog.__lfPullActTriggered">__lfPullActTriggered</a></td> |
|
109 <td>Private slot to pull large files of selected revisions.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#HgLogBrowserDialog.__modifyForLargeFiles">__modifyForLargeFiles</a></td> |
|
112 <td>Private method to convert the displayed file name for a large file.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#HgLogBrowserDialog.__phaseActTriggered">__phaseActTriggered</a></td> |
|
115 <td>Private slot to handle the Change Phase action.</td> |
|
116 </tr><tr> |
105 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
117 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
106 <td>Private slot connected to the finished signal.</td> |
118 <td>Private slot connected to the finished signal.</td> |
107 </tr><tr> |
119 </tr><tr> |
108 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
120 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
109 <td>Private method to process the buffered output of the hg log command.</td> |
121 <td>Private method to process the buffered output of the hg log command.</td> |
112 <td>Private slot to handle the readyReadStandardError signal.</td> |
124 <td>Private slot to handle the readyReadStandardError signal.</td> |
113 </tr><tr> |
125 </tr><tr> |
114 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> |
126 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> |
115 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
127 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
116 </tr><tr> |
128 </tr><tr> |
|
129 <td><a href="#HgLogBrowserDialog.__resetUI">__resetUI</a></td> |
|
130 <td>Private method to reset the user interface.</td> |
|
131 </tr><tr> |
117 <td><a href="#HgLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
132 <td><a href="#HgLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
118 <td>Private method to resize the changed files tree columns.</td> |
133 <td>Private method to resize the changed files tree columns.</td> |
119 </tr><tr> |
134 </tr><tr> |
120 <td><a href="#HgLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
135 <td><a href="#HgLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
121 <td>Private method to resize the log tree columns.</td> |
136 <td>Private method to resize the log tree columns.</td> |
124 <td>Private method to resort the changed files tree.</td> |
139 <td>Private method to resort the changed files tree.</td> |
125 </tr><tr> |
140 </tr><tr> |
126 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td> |
141 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td> |
127 <td>Private slot to show some error.</td> |
142 <td>Private slot to show some error.</td> |
128 </tr><tr> |
143 </tr><tr> |
|
144 <td><a href="#HgLogBrowserDialog.__switchActTriggered">__switchActTriggered</a></td> |
|
145 <td>Private slot to switch the working directory to the selected revision.</td> |
|
146 </tr><tr> |
|
147 <td><a href="#HgLogBrowserDialog.__tagActTriggered">__tagActTriggered</a></td> |
|
148 <td>Private slot to tag the selected revision.</td> |
|
149 </tr><tr> |
129 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td> |
150 <td><a href="#HgLogBrowserDialog.__updateDiffButtons">__updateDiffButtons</a></td> |
130 <td>Private slot to update the enabled status of the diff buttons.</td> |
151 <td>Private slot to update the enabled status of the diff buttons.</td> |
131 </tr><tr> |
152 </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> |
|
135 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td> |
153 <td><a href="#HgLogBrowserDialog.__updateGui">__updateGui</a></td> |
136 <td>Private slot to update GUI elements except the diff and phase buttons.</td> |
154 <td>Private slot to update GUI elements except tool menu actions.</td> |
137 </tr><tr> |
155 </tr><tr> |
138 <td><a href="#HgLogBrowserDialog.__updatePhaseButton">__updatePhaseButton</a></td> |
156 <td><a href="#HgLogBrowserDialog.__updateToolMenuActions">__updateToolMenuActions</a></td> |
139 <td>Private slot to update the status of the phase button.</td> |
157 <td>Private slot to update the status of the tool menu actions and the tool menu button.</td> |
140 </tr><tr> |
158 </tr><tr> |
141 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td> |
159 <td><a href="#HgLogBrowserDialog.closeEvent">closeEvent</a></td> |
142 <td>Private slot implementing a close event handler.</td> |
160 <td>Private slot implementing a close event handler.</td> |
143 </tr><tr> |
161 </tr><tr> |
144 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> |
162 <td><a href="#HgLogBrowserDialog.col2x">col2x</a></td> |
166 <td>Private slot called, when a new filter field is selected.</td> |
184 <td>Private slot called, when a new filter field is selected.</td> |
167 </tr><tr> |
185 </tr><tr> |
168 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
186 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
169 <td>Private slot called, when the from date changes.</td> |
187 <td>Private slot called, when the from date changes.</td> |
170 </tr><tr> |
188 </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> |
|
173 </tr><tr> |
|
174 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
189 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
175 <td>Private slot to handle the press of the return key in the input field.</td> |
190 <td>Private slot to handle the press of the return key in the input field.</td> |
176 </tr><tr> |
191 </tr><tr> |
177 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
192 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
178 <td>Private slot called, when the current item of the log tree changes.</td> |
193 <td>Private slot called, when the current item of the log tree changes.</td> |
184 <td>Private slot to handle the Next button.</td> |
199 <td>Private slot to handle the Next button.</td> |
185 </tr><tr> |
200 </tr><tr> |
186 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
201 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
187 <td>Private slot to handle the password checkbox toggled.</td> |
202 <td>Private slot to handle the password checkbox toggled.</td> |
188 </tr><tr> |
203 </tr><tr> |
189 <td><a href="#HgLogBrowserDialog.on_phaseButton_clicked">on_phaseButton_clicked</a></td> |
|
190 <td>Private slot to handle the Change Phase button.</td> |
|
191 </tr><tr> |
|
192 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
204 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
193 <td>Private slot to refresh the log.</td> |
205 <td>Private slot to refresh the log.</td> |
194 </tr><tr> |
206 </tr><tr> |
195 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
207 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
196 <td>Private slot called, when a filter expression is entered.</td> |
208 <td>Private slot called, when a filter expression is entered.</td> |
201 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> |
213 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> |
202 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> |
214 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> |
203 </tr><tr> |
215 </tr><tr> |
204 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
216 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
205 <td>Private slot called, when the from date changes.</td> |
217 <td>Private slot called, when the from date changes.</td> |
|
218 </tr><tr> |
|
219 <td><a href="#HgLogBrowserDialog.show">show</a></td> |
|
220 <td>Public slot to show the dialog.</td> |
206 </tr><tr> |
221 </tr><tr> |
207 <td><a href="#HgLogBrowserDialog.start">start</a></td> |
222 <td><a href="#HgLogBrowserDialog.start">start</a></td> |
208 <td>Public slot to start the hg log command.</td> |
223 <td>Public slot to start the hg log command.</td> |
209 </tr> |
224 </tr> |
210 </table> |
225 </table> |
212 <table> |
227 <table> |
213 <tr><td>None</td></tr> |
228 <tr><td>None</td></tr> |
214 </table> |
229 </table> |
215 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> |
230 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> |
216 <h4>HgLogBrowserDialog (Constructor)</h4> |
231 <h4>HgLogBrowserDialog (Constructor)</h4> |
217 <b>HgLogBrowserDialog</b>(<i>vcs, mode="log", bundle=None, isFile=False, parent=None</i>) |
232 <b>HgLogBrowserDialog</b>(<i>vcs, mode="log", parent=None</i>) |
218 <p> |
233 <p> |
219 Constructor |
234 Constructor |
220 </p><dl> |
235 </p><dl> |
221 <dt><i>vcs</i></dt> |
236 <dt><i>vcs</i></dt> |
222 <dd> |
237 <dd> |
223 reference to the vcs object |
238 reference to the vcs object |
224 </dd><dt><i>mode</i></dt> |
239 </dd><dt><i>mode</i></dt> |
225 <dd> |
240 <dd> |
226 mode of the dialog (string; one of log, incoming, outgoing) |
241 mode of the dialog (string; one of log, incoming, outgoing) |
227 </dd><dt><i>bundle</i></dt> |
|
228 <dd> |
|
229 name of a bundle file (string) |
|
230 </dd><dt><i>isFile</i></dt> |
|
231 <dd> |
|
232 flag indicating log for a file is to be shown (boolean) |
|
233 </dd><dt><i>parent</i></dt> |
242 </dd><dt><i>parent</i></dt> |
234 <dd> |
243 <dd> |
235 parent widget (QWidget) |
244 parent widget (QWidget) |
236 </dd> |
245 </dd> |
237 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> |
246 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> |
440 </dl><dl> |
449 </dl><dl> |
441 <dt>Returns:</dt> |
450 <dt>Returns:</dt> |
442 <dd> |
451 <dd> |
443 list of parent revisions (list of integers) |
452 list of parent revisions (list of integers) |
444 </dd> |
453 </dd> |
445 </dl><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> |
454 </dl><a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a> |
|
455 <h4>HgLogBrowserDialog.__graftActTriggered</h4> |
|
456 <b>__graftActTriggered</b>(<i></i>) |
|
457 <p> |
|
458 Private slot to handle the Copy Changesets action. |
|
459 </p><a NAME="HgLogBrowserDialog.__identifyProject" ID="HgLogBrowserDialog.__identifyProject"></a> |
446 <h4>HgLogBrowserDialog.__identifyProject</h4> |
460 <h4>HgLogBrowserDialog.__identifyProject</h4> |
447 <b>__identifyProject</b>(<i></i>) |
461 <b>__identifyProject</b>(<i></i>) |
448 <p> |
462 <p> |
449 Private method to determine the revision of the project directory. |
463 Private method to determine the revision of the project directory. |
450 </p><a NAME="HgLogBrowserDialog.__initData" ID="HgLogBrowserDialog.__initData"></a> |
464 </p><a NAME="HgLogBrowserDialog.__initData" ID="HgLogBrowserDialog.__initData"></a> |
451 <h4>HgLogBrowserDialog.__initData</h4> |
465 <h4>HgLogBrowserDialog.__initData</h4> |
452 <b>__initData</b>(<i></i>) |
466 <b>__initData</b>(<i></i>) |
453 <p> |
467 <p> |
454 Private method to (re-)initialize some data. |
468 Private method to (re-)initialize some data. |
|
469 </p><a NAME="HgLogBrowserDialog.__lfPullActTriggered" ID="HgLogBrowserDialog.__lfPullActTriggered"></a> |
|
470 <h4>HgLogBrowserDialog.__lfPullActTriggered</h4> |
|
471 <b>__lfPullActTriggered</b>(<i></i>) |
|
472 <p> |
|
473 Private slot to pull large files of selected revisions. |
|
474 </p><a NAME="HgLogBrowserDialog.__modifyForLargeFiles" ID="HgLogBrowserDialog.__modifyForLargeFiles"></a> |
|
475 <h4>HgLogBrowserDialog.__modifyForLargeFiles</h4> |
|
476 <b>__modifyForLargeFiles</b>(<i>filename</i>) |
|
477 <p> |
|
478 Private method to convert the displayed file name for a large file. |
|
479 </p><dl> |
|
480 <dt><i>filename</i></dt> |
|
481 <dd> |
|
482 file name to be processed (string) |
|
483 </dd> |
|
484 </dl><dl> |
|
485 <dt>Returns:</dt> |
|
486 <dd> |
|
487 processed file name (string) |
|
488 </dd> |
|
489 </dl><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> |
|
490 <h4>HgLogBrowserDialog.__phaseActTriggered</h4> |
|
491 <b>__phaseActTriggered</b>(<i></i>) |
|
492 <p> |
|
493 Private slot to handle the Change Phase action. |
455 </p><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
494 </p><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
456 <h4>HgLogBrowserDialog.__procFinished</h4> |
495 <h4>HgLogBrowserDialog.__procFinished</h4> |
457 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
496 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
458 <p> |
497 <p> |
459 Private slot connected to the finished signal. |
498 Private slot connected to the finished signal. |
483 <b>__readStdout</b>(<i></i>) |
522 <b>__readStdout</b>(<i></i>) |
484 <p> |
523 <p> |
485 Private slot to handle the readyReadStandardOutput signal. |
524 Private slot to handle the readyReadStandardOutput signal. |
486 </p><p> |
525 </p><p> |
487 It reads the output of the process and inserts it into a buffer. |
526 It reads the output of the process and inserts it into a buffer. |
|
527 </p><a NAME="HgLogBrowserDialog.__resetUI" ID="HgLogBrowserDialog.__resetUI"></a> |
|
528 <h4>HgLogBrowserDialog.__resetUI</h4> |
|
529 <b>__resetUI</b>(<i></i>) |
|
530 <p> |
|
531 Private method to reset the user interface. |
488 </p><a NAME="HgLogBrowserDialog.__resizeColumnsFiles" ID="HgLogBrowserDialog.__resizeColumnsFiles"></a> |
532 </p><a NAME="HgLogBrowserDialog.__resizeColumnsFiles" ID="HgLogBrowserDialog.__resizeColumnsFiles"></a> |
489 <h4>HgLogBrowserDialog.__resizeColumnsFiles</h4> |
533 <h4>HgLogBrowserDialog.__resizeColumnsFiles</h4> |
490 <b>__resizeColumnsFiles</b>(<i></i>) |
534 <b>__resizeColumnsFiles</b>(<i></i>) |
491 <p> |
535 <p> |
492 Private method to resize the changed files tree columns. |
536 Private method to resize the changed files tree columns. |
508 </p><dl> |
552 </p><dl> |
509 <dt><i>out</i></dt> |
553 <dt><i>out</i></dt> |
510 <dd> |
554 <dd> |
511 error to be shown (string) |
555 error to be shown (string) |
512 </dd> |
556 </dd> |
513 </dl><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a> |
557 </dl><a NAME="HgLogBrowserDialog.__switchActTriggered" ID="HgLogBrowserDialog.__switchActTriggered"></a> |
|
558 <h4>HgLogBrowserDialog.__switchActTriggered</h4> |
|
559 <b>__switchActTriggered</b>(<i></i>) |
|
560 <p> |
|
561 Private slot to switch the working directory to the |
|
562 selected revision. |
|
563 </p><a NAME="HgLogBrowserDialog.__tagActTriggered" ID="HgLogBrowserDialog.__tagActTriggered"></a> |
|
564 <h4>HgLogBrowserDialog.__tagActTriggered</h4> |
|
565 <b>__tagActTriggered</b>(<i></i>) |
|
566 <p> |
|
567 Private slot to tag the selected revision. |
|
568 </p><a NAME="HgLogBrowserDialog.__updateDiffButtons" ID="HgLogBrowserDialog.__updateDiffButtons"></a> |
514 <h4>HgLogBrowserDialog.__updateDiffButtons</h4> |
569 <h4>HgLogBrowserDialog.__updateDiffButtons</h4> |
515 <b>__updateDiffButtons</b>(<i></i>) |
570 <b>__updateDiffButtons</b>(<i></i>) |
516 <p> |
571 <p> |
517 Private slot to update the enabled status of the diff buttons. |
572 Private slot to update the enabled status of the diff buttons. |
518 </p><a NAME="HgLogBrowserDialog.__updateGraftButton" ID="HgLogBrowserDialog.__updateGraftButton"></a> |
|
519 <h4>HgLogBrowserDialog.__updateGraftButton</h4> |
|
520 <b>__updateGraftButton</b>(<i></i>) |
|
521 <p> |
|
522 Private slot to update the status of the graft button. |
|
523 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a> |
573 </p><a NAME="HgLogBrowserDialog.__updateGui" ID="HgLogBrowserDialog.__updateGui"></a> |
524 <h4>HgLogBrowserDialog.__updateGui</h4> |
574 <h4>HgLogBrowserDialog.__updateGui</h4> |
525 <b>__updateGui</b>(<i>itm</i>) |
575 <b>__updateGui</b>(<i>itm</i>) |
526 <p> |
576 <p> |
527 Private slot to update GUI elements except the diff and phase buttons. |
577 Private slot to update GUI elements except tool menu actions. |
528 </p><dl> |
578 </p><dl> |
529 <dt><i>itm</i></dt> |
579 <dt><i>itm</i></dt> |
530 <dd> |
580 <dd> |
531 reference to the item the update should be based on |
581 reference to the item the update should be based on |
532 (QTreeWidgetItem) |
582 (QTreeWidgetItem) |
533 </dd> |
583 </dd> |
534 </dl><a NAME="HgLogBrowserDialog.__updatePhaseButton" ID="HgLogBrowserDialog.__updatePhaseButton"></a> |
584 </dl><a NAME="HgLogBrowserDialog.__updateToolMenuActions" ID="HgLogBrowserDialog.__updateToolMenuActions"></a> |
535 <h4>HgLogBrowserDialog.__updatePhaseButton</h4> |
585 <h4>HgLogBrowserDialog.__updateToolMenuActions</h4> |
536 <b>__updatePhaseButton</b>(<i></i>) |
586 <b>__updateToolMenuActions</b>(<i></i>) |
537 <p> |
587 <p> |
538 Private slot to update the status of the phase button. |
588 Private slot to update the status of the tool menu actions and |
|
589 the tool menu button. |
539 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> |
590 </p><a NAME="HgLogBrowserDialog.closeEvent" ID="HgLogBrowserDialog.closeEvent"></a> |
540 <h4>HgLogBrowserDialog.closeEvent</h4> |
591 <h4>HgLogBrowserDialog.closeEvent</h4> |
541 <b>closeEvent</b>(<i>e</i>) |
592 <b>closeEvent</b>(<i>e</i>) |
542 <p> |
593 <p> |
543 Private slot implementing a close event handler. |
594 Private slot implementing a close event handler. |
622 </p><dl> |
673 </p><dl> |
623 <dt><i>date</i></dt> |
674 <dt><i>date</i></dt> |
624 <dd> |
675 <dd> |
625 new date (QDate) |
676 new date (QDate) |
626 </dd> |
677 </dd> |
627 </dl><a NAME="HgLogBrowserDialog.on_graftButton_clicked" ID="HgLogBrowserDialog.on_graftButton_clicked"></a> |
678 </dl><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a> |
628 <h4>HgLogBrowserDialog.on_graftButton_clicked</h4> |
|
629 <b>on_graftButton_clicked</b>(<i></i>) |
|
630 <p> |
|
631 Private slot to handle the Copy Changesets button. |
|
632 </p><a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a> |
|
633 <h4>HgLogBrowserDialog.on_input_returnPressed</h4> |
679 <h4>HgLogBrowserDialog.on_input_returnPressed</h4> |
634 <b>on_input_returnPressed</b>(<i></i>) |
680 <b>on_input_returnPressed</b>(<i></i>) |
635 <p> |
681 <p> |
636 Private slot to handle the press of the return key in the input field. |
682 Private slot to handle the press of the return key in the input field. |
637 </p><a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> |
683 </p><a NAME="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a> |
665 </p><dl> |
711 </p><dl> |
666 <dt><i>isOn</i></dt> |
712 <dt><i>isOn</i></dt> |
667 <dd> |
713 <dd> |
668 flag indicating the status of the check box (boolean) |
714 flag indicating the status of the check box (boolean) |
669 </dd> |
715 </dd> |
670 </dl><a NAME="HgLogBrowserDialog.on_phaseButton_clicked" ID="HgLogBrowserDialog.on_phaseButton_clicked"></a> |
716 </dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> |
671 <h4>HgLogBrowserDialog.on_phaseButton_clicked</h4> |
|
672 <b>on_phaseButton_clicked</b>(<i></i>) |
|
673 <p> |
|
674 Private slot to handle the Change Phase button. |
|
675 </p><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> |
|
676 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> |
717 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> |
677 <b>on_refreshButton_clicked</b>(<i></i>) |
718 <b>on_refreshButton_clicked</b>(<i></i>) |
678 <p> |
719 <p> |
679 Private slot to refresh the log. |
720 Private slot to refresh the log. |
680 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> |
721 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> |
710 </p><dl> |
751 </p><dl> |
711 <dt><i>date</i></dt> |
752 <dt><i>date</i></dt> |
712 <dd> |
753 <dd> |
713 new date (QDate) |
754 new date (QDate) |
714 </dd> |
755 </dd> |
715 </dl><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> |
756 </dl><a NAME="HgLogBrowserDialog.show" ID="HgLogBrowserDialog.show"></a> |
|
757 <h4>HgLogBrowserDialog.show</h4> |
|
758 <b>show</b>(<i></i>) |
|
759 <p> |
|
760 Public slot to show the dialog. |
|
761 </p><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> |
716 <h4>HgLogBrowserDialog.start</h4> |
762 <h4>HgLogBrowserDialog.start</h4> |
717 <b>start</b>(<i>fn</i>) |
763 <b>start</b>(<i>fn, bundle=None, isFile=False</i>) |
718 <p> |
764 <p> |
719 Public slot to start the hg log command. |
765 Public slot to start the hg log command. |
720 </p><dl> |
766 </p><dl> |
721 <dt><i>fn</i></dt> |
767 <dt><i>fn</i></dt> |
722 <dd> |
768 <dd> |
723 filename to show the log for (string) |
769 filename to show the log for (string) |
|
770 </dd><dt><i>bundle=</i></dt> |
|
771 <dd> |
|
772 name of a bundle file (string) |
|
773 </dd><dt><i>isFile=</i></dt> |
|
774 <dd> |
|
775 flag indicating log for a file is to be shown |
|
776 (boolean) |
724 </dd> |
777 </dd> |
725 </dl> |
778 </dl> |
726 <div align="right"><a href="#top">Up</a></div> |
779 <div align="right"><a href="#top">Up</a></div> |
727 <hr /> |
780 <hr /> |
728 </body></html> |
781 </body></html> |