124 <td>Private slot called by a button of the button box clicked.</td> |
124 <td>Private slot called by a button of the button box clicked.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#HgLogBrowserDialog.on_clearRxEditButton_clicked">on_clearRxEditButton_clicked</a></td> |
126 <td><a href="#HgLogBrowserDialog.on_clearRxEditButton_clicked">on_clearRxEditButton_clicked</a></td> |
127 <td>Private slot called by a click of the clear RX edit button.</td> |
127 <td>Private slot called by a click of the clear RX edit button.</td> |
128 </tr><tr> |
128 </tr><tr> |
129 <td><a href="#HgLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> |
129 <td><a href="#HgLogBrowserDialog.on_diffP1Button_clicked">on_diffP1Button_clicked</a></td> |
130 <td>Private slot to handle the Diff to Previous button.</td> |
130 <td>Private slot to handle the Diff to Parent 1 button.</td> |
131 </tr><tr> |
131 </tr><tr> |
132 <td><a href="#HgLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> |
132 <td><a href="#HgLogBrowserDialog.on_diffP2Button_clicked">on_diffP2Button_clicked</a></td> |
133 <td>Private slot to handle the Compare Revisions button.</td> |
133 <td>Private slot to handle the Diff to Parent 2 button.</td> |
134 </tr><tr> |
134 </tr><tr> |
135 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> |
135 <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> |
136 <td>Private slot called, when a new filter field is selected.</td> |
137 </tr><tr> |
137 </tr><tr> |
138 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
138 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
141 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
141 <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> |
142 <td>Private slot to handle the press of the return key in the input field.</td> |
143 </tr><tr> |
143 </tr><tr> |
144 <td><a href="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
144 <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> |
145 <td>Private slot called, when the current item of the log tree changes.</td> |
146 </tr><tr> |
|
147 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> |
|
148 <td>Private slot called, when the selection has changed.</td> |
|
149 </tr><tr> |
146 </tr><tr> |
150 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
147 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
151 <td>Private slot to handle the Next button.</td> |
148 <td>Private slot to handle the Next button.</td> |
152 </tr><tr> |
149 </tr><tr> |
153 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
150 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
169 <td>Public slot to start the hg log command.</td> |
166 <td>Public slot to start the hg log command.</td> |
170 </tr> |
167 </tr> |
171 </table> |
168 </table> |
172 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> |
169 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> |
173 <h4>HgLogBrowserDialog (Constructor)</h4> |
170 <h4>HgLogBrowserDialog (Constructor)</h4> |
174 <b>HgLogBrowserDialog</b>(<i>vcs, mode = "log", parent = None</i>) |
171 <b>HgLogBrowserDialog</b>(<i>vcs, mode = "log", bundle = None, parent = None</i>) |
175 <p> |
172 <p> |
176 Constructor |
173 Constructor |
177 </p><dl> |
174 </p><dl> |
178 <dt><i>vcs</i></dt> |
175 <dt><i>vcs</i></dt> |
179 <dd> |
176 <dd> |
180 reference to the vcs object |
177 reference to the vcs object |
181 </dd><dt><i>mode</i></dt> |
178 </dd><dt><i>mode</i></dt> |
182 <dd> |
179 <dd> |
183 mode of the dialog (string; one of log, incoming, outgoing) |
180 mode of the dialog (string; one of log, incoming, outgoing) |
|
181 </dd><dt><i>bundle</i></dt> |
|
182 <dd> |
|
183 name of a bundle file (string) |
184 </dd><dt><i>parent</i></dt> |
184 </dd><dt><i>parent</i></dt> |
185 <dd> |
185 <dd> |
186 parent widget (QWidget) |
186 parent widget (QWidget) |
187 </dd> |
187 </dd> |
188 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> |
188 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> |
456 </dl><a NAME="HgLogBrowserDialog.on_clearRxEditButton_clicked" ID="HgLogBrowserDialog.on_clearRxEditButton_clicked"></a> |
456 </dl><a NAME="HgLogBrowserDialog.on_clearRxEditButton_clicked" ID="HgLogBrowserDialog.on_clearRxEditButton_clicked"></a> |
457 <h4>HgLogBrowserDialog.on_clearRxEditButton_clicked</h4> |
457 <h4>HgLogBrowserDialog.on_clearRxEditButton_clicked</h4> |
458 <b>on_clearRxEditButton_clicked</b>(<i></i>) |
458 <b>on_clearRxEditButton_clicked</b>(<i></i>) |
459 <p> |
459 <p> |
460 Private slot called by a click of the clear RX edit button. |
460 Private slot called by a click of the clear RX edit button. |
461 </p><a NAME="HgLogBrowserDialog.on_diffPreviousButton_clicked" ID="HgLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
461 </p><a NAME="HgLogBrowserDialog.on_diffP1Button_clicked" ID="HgLogBrowserDialog.on_diffP1Button_clicked"></a> |
462 <h4>HgLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
462 <h4>HgLogBrowserDialog.on_diffP1Button_clicked</h4> |
463 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
463 <b>on_diffP1Button_clicked</b>(<i></i>) |
464 <p> |
464 <p> |
465 Private slot to handle the Diff to Previous button. |
465 Private slot to handle the Diff to Parent 1 button. |
466 </p><a NAME="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ID="HgLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
466 </p><a NAME="HgLogBrowserDialog.on_diffP2Button_clicked" ID="HgLogBrowserDialog.on_diffP2Button_clicked"></a> |
467 <h4>HgLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
467 <h4>HgLogBrowserDialog.on_diffP2Button_clicked</h4> |
468 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
468 <b>on_diffP2Button_clicked</b>(<i></i>) |
469 <p> |
469 <p> |
470 Private slot to handle the Compare Revisions button. |
470 Private slot to handle the Diff to Parent 2 button. |
471 </p><a NAME="HgLogBrowserDialog.on_fieldCombo_activated" ID="HgLogBrowserDialog.on_fieldCombo_activated"></a> |
471 </p><a NAME="HgLogBrowserDialog.on_fieldCombo_activated" ID="HgLogBrowserDialog.on_fieldCombo_activated"></a> |
472 <h4>HgLogBrowserDialog.on_fieldCombo_activated</h4> |
472 <h4>HgLogBrowserDialog.on_fieldCombo_activated</h4> |
473 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
473 <b>on_fieldCombo_activated</b>(<i>txt</i>) |
474 <p> |
474 <p> |
475 Private slot called, when a new filter field is selected. |
475 Private slot called, when a new filter field is selected. |
504 reference to the new current item (QTreeWidgetItem) |
504 reference to the new current item (QTreeWidgetItem) |
505 </dd><dt><i>previous</i></dt> |
505 </dd><dt><i>previous</i></dt> |
506 <dd> |
506 <dd> |
507 reference to the old current item (QTreeWidgetItem) |
507 reference to the old current item (QTreeWidgetItem) |
508 </dd> |
508 </dd> |
509 </dl><a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
509 </dl><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> |
510 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
|
511 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
|
512 <p> |
|
513 Private slot called, when the selection has changed. |
|
514 </p><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> |
|
515 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> |
510 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> |
516 <b>on_nextButton_clicked</b>(<i></i>) |
511 <b>on_nextButton_clicked</b>(<i></i>) |
517 <p> |
512 <p> |
518 Private slot to handle the Next button. |
513 Private slot to handle the Next button. |
519 </p><a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
514 </p><a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a> |