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

changeset 4059
15b78ac687fb
parent 3967
383a043d62ec
child 4060
6dc9821fc9c8
equal deleted inserted replaced
4058:99ec13e695f9 4059:15b78ac687fb
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#HgLogBrowserDialog.__init__">HgLogBrowserDialog</a></td> 60 <td><a href="#HgLogBrowserDialog.__init__">HgLogBrowserDialog</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#HgLogBrowserDialog.__actionMode">__actionMode</a></td>
64 <td>Private method to get the selected action mode.</td>
65 </tr><tr>
63 <td><a href="#HgLogBrowserDialog.__branchColor">__branchColor</a></td> 66 <td><a href="#HgLogBrowserDialog.__branchColor">__branchColor</a></td>
64 <td>Private method to calculate a color for a given branch name.</td> 67 <td>Private method to calculate a color for a given branch name.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#HgLogBrowserDialog.__diffRevisions">__diffRevisions</a></td> 69 <td><a href="#HgLogBrowserDialog.__diffRevisions">__diffRevisions</a></td>
67 <td>Private method to do a diff of two revisions.</td> 70 <td>Private method to do a diff of two revisions.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#HgLogBrowserDialog.__filterLogs">__filterLogs</a></td> 72 <td><a href="#HgLogBrowserDialog.__filterLogs">__filterLogs</a></td>
70 <td>Private method to filter the log entries.</td> 73 <td>Private method to filter the log entries.</td>
71 </tr><tr> 74 </tr><tr>
75 <td><a href="#HgLogBrowserDialog.__findItem">__findItem</a></td>
76 <td>Private slot to find an item matching the entered criteria.</td>
77 </tr><tr>
72 <td><a href="#HgLogBrowserDialog.__finish">__finish</a></td> 78 <td><a href="#HgLogBrowserDialog.__finish">__finish</a></td>
73 <td>Private slot called when the process finished or the user pressed the button.</td> 79 <td>Private slot called when the process finished or the user pressed the button.</td>
74 </tr><tr> 80 </tr><tr>
75 <td><a href="#HgLogBrowserDialog.__generateEdges">__generateEdges</a></td> 81 <td><a href="#HgLogBrowserDialog.__generateEdges">__generateEdges</a></td>
76 <td>Private method to generate edge info for the give data.</td> 82 <td>Private method to generate edge info for the give data.</td>
112 <td>Private method to convert the displayed file name for a large file.</td> 118 <td>Private method to convert the displayed file name for a large file.</td>
113 </tr><tr> 119 </tr><tr>
114 <td><a href="#HgLogBrowserDialog.__phaseActTriggered">__phaseActTriggered</a></td> 120 <td><a href="#HgLogBrowserDialog.__phaseActTriggered">__phaseActTriggered</a></td>
115 <td>Private slot to handle the Change Phase action.</td> 121 <td>Private slot to handle the Change Phase action.</td>
116 </tr><tr> 122 </tr><tr>
123 <td><a href="#HgLogBrowserDialog.__prepareFieldSearch">__prepareFieldSearch</a></td>
124 <td>Private slot to prepare the filed search data.</td>
125 </tr><tr>
117 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> 126 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td>
118 <td>Private slot connected to the finished signal.</td> 127 <td>Private slot connected to the finished signal.</td>
119 </tr><tr> 128 </tr><tr>
120 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> 129 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td>
121 <td>Private method to process the buffered output of the hg log command.</td> 130 <td>Private method to process the buffered output of the hg log command.</td>
181 <td>Private slot to handle the Compare Revisions button.</td> 190 <td>Private slot to handle the Compare Revisions button.</td>
182 </tr><tr> 191 </tr><tr>
183 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> 192 <td><a href="#HgLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td>
184 <td>Private slot called, when a new filter field is selected.</td> 193 <td>Private slot called, when a new filter field is selected.</td>
185 </tr><tr> 194 </tr><tr>
195 <td><a href="#HgLogBrowserDialog.on_findNextButton_clicked">on_findNextButton_clicked</a></td>
196 <td>Private slot to find the next item matching the entered criteria.</td>
197 </tr><tr>
198 <td><a href="#HgLogBrowserDialog.on_findPrevButton_clicked">on_findPrevButton_clicked</a></td>
199 <td>Private slot to find the previous item matching the entered criteria.</td>
200 </tr><tr>
186 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> 201 <td><a href="#HgLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td>
187 <td>Private slot called, when the from date changes.</td> 202 <td>Private slot called, when the from date changes.</td>
188 </tr><tr> 203 </tr><tr>
189 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> 204 <td><a href="#HgLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td>
190 <td>Private slot to handle the press of the return key in the input field.</td> 205 <td>Private slot to handle the press of the return key in the input field.</td>
193 <td>Private slot called, when the current item of the log tree changes.</td> 208 <td>Private slot called, when the current item of the log tree changes.</td>
194 </tr><tr> 209 </tr><tr>
195 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> 210 <td><a href="#HgLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td>
196 <td>Private slot called, when the selection has changed.</td> 211 <td>Private slot called, when the selection has changed.</td>
197 </tr><tr> 212 </tr><tr>
213 <td><a href="#HgLogBrowserDialog.on_modeComboBox_currentIndexChanged">on_modeComboBox_currentIndexChanged</a></td>
214 <td>Private slot to react on mode changes.</td>
215 </tr><tr>
198 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> 216 <td><a href="#HgLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td>
199 <td>Private slot to handle the Next button.</td> 217 <td>Private slot to handle the Next button.</td>
200 </tr><tr> 218 </tr><tr>
201 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 219 <td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
202 <td>Private slot to handle the password checkbox toggled.</td> 220 <td>Private slot to handle the password checkbox toggled.</td>
203 </tr><tr> 221 </tr><tr>
204 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 222 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
205 <td>Private slot to refresh the log.</td> 223 <td>Private slot to refresh the log.</td>
224 </tr><tr>
225 <td><a href="#HgLogBrowserDialog.on_rxEdit_returnPressed">on_rxEdit_returnPressed</a></td>
226 <td>Private slot handling a press of the Return key in the rxEdit input.</td>
206 </tr><tr> 227 </tr><tr>
207 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> 228 <td><a href="#HgLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td>
208 <td>Private slot called, when a filter expression is entered.</td> 229 <td>Private slot called, when a filter expression is entered.</td>
209 </tr><tr> 230 </tr><tr>
210 <td><a href="#HgLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 231 <td><a href="#HgLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
241 mode of the dialog (string; one of log, incoming, outgoing) 262 mode of the dialog (string; one of log, incoming, outgoing)
242 </dd><dt><i>parent</i></dt> 263 </dd><dt><i>parent</i></dt>
243 <dd> 264 <dd>
244 parent widget (QWidget) 265 parent widget (QWidget)
245 </dd> 266 </dd>
267 </dl><a NAME="HgLogBrowserDialog.__actionMode" ID="HgLogBrowserDialog.__actionMode"></a>
268 <h4>HgLogBrowserDialog.__actionMode</h4>
269 <b>__actionMode</b>(<i></i>)
270 <p>
271 Private method to get the selected action mode.
272 </p><dl>
273 <dt>Returns:</dt>
274 <dd>
275 selected action mode (string, one of filter or find)
276 </dd>
246 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> 277 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a>
247 <h4>HgLogBrowserDialog.__branchColor</h4> 278 <h4>HgLogBrowserDialog.__branchColor</h4>
248 <b>__branchColor</b>(<i>branchName</i>) 279 <b>__branchColor</b>(<i>branchName</i>)
249 <p> 280 <p>
250 Private method to calculate a color for a given branch name. 281 Private method to calculate a color for a given branch name.
274 </dl><a NAME="HgLogBrowserDialog.__filterLogs" ID="HgLogBrowserDialog.__filterLogs"></a> 305 </dl><a NAME="HgLogBrowserDialog.__filterLogs" ID="HgLogBrowserDialog.__filterLogs"></a>
275 <h4>HgLogBrowserDialog.__filterLogs</h4> 306 <h4>HgLogBrowserDialog.__filterLogs</h4>
276 <b>__filterLogs</b>(<i></i>) 307 <b>__filterLogs</b>(<i></i>)
277 <p> 308 <p>
278 Private method to filter the log entries. 309 Private method to filter the log entries.
279 </p><a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a> 310 </p><a NAME="HgLogBrowserDialog.__findItem" ID="HgLogBrowserDialog.__findItem"></a>
311 <h4>HgLogBrowserDialog.__findItem</h4>
312 <b>__findItem</b>(<i>backwards=False, interactive=False</i>)
313 <p>
314 Private slot to find an item matching the entered criteria.
315 </p><dl>
316 <dt><i>backwards</i></dt>
317 <dd>
318 flag indicating to search backwards (boolean)
319 </dd><dt><i>interactive</i></dt>
320 <dd>
321 flag indicating an interactive search (boolean)
322 </dd>
323 </dl><a NAME="HgLogBrowserDialog.__finish" ID="HgLogBrowserDialog.__finish"></a>
280 <h4>HgLogBrowserDialog.__finish</h4> 324 <h4>HgLogBrowserDialog.__finish</h4>
281 <b>__finish</b>(<i></i>) 325 <b>__finish</b>(<i></i>)
282 <p> 326 <p>
283 Private slot called when the process finished or the user pressed 327 Private slot called when the process finished or the user pressed
284 the button. 328 the button.
489 </dl><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> 533 </dl><a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a>
490 <h4>HgLogBrowserDialog.__phaseActTriggered</h4> 534 <h4>HgLogBrowserDialog.__phaseActTriggered</h4>
491 <b>__phaseActTriggered</b>(<i></i>) 535 <b>__phaseActTriggered</b>(<i></i>)
492 <p> 536 <p>
493 Private slot to handle the Change Phase action. 537 Private slot to handle the Change Phase action.
494 </p><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> 538 </p><a NAME="HgLogBrowserDialog.__prepareFieldSearch" ID="HgLogBrowserDialog.__prepareFieldSearch"></a>
539 <h4>HgLogBrowserDialog.__prepareFieldSearch</h4>
540 <b>__prepareFieldSearch</b>(<i></i>)
541 <p>
542 Private slot to prepare the filed search data.
543 </p><dl>
544 <dt>Returns:</dt>
545 <dd>
546 tuple of field index and search expression (integer, string)
547 </dd>
548 </dl><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a>
495 <h4>HgLogBrowserDialog.__procFinished</h4> 549 <h4>HgLogBrowserDialog.__procFinished</h4>
496 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 550 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
497 <p> 551 <p>
498 Private slot connected to the finished signal. 552 Private slot connected to the finished signal.
499 </p><dl> 553 </p><dl>
663 </p><dl> 717 </p><dl>
664 <dt><i>txt</i></dt> 718 <dt><i>txt</i></dt>
665 <dd> 719 <dd>
666 text of the selected field (string) 720 text of the selected field (string)
667 </dd> 721 </dd>
668 </dl><a NAME="HgLogBrowserDialog.on_fromDate_dateChanged" ID="HgLogBrowserDialog.on_fromDate_dateChanged"></a> 722 </dl><a NAME="HgLogBrowserDialog.on_findNextButton_clicked" ID="HgLogBrowserDialog.on_findNextButton_clicked"></a>
723 <h4>HgLogBrowserDialog.on_findNextButton_clicked</h4>
724 <b>on_findNextButton_clicked</b>(<i></i>)
725 <p>
726 Private slot to find the next item matching the entered criteria.
727 </p><a NAME="HgLogBrowserDialog.on_findPrevButton_clicked" ID="HgLogBrowserDialog.on_findPrevButton_clicked"></a>
728 <h4>HgLogBrowserDialog.on_findPrevButton_clicked</h4>
729 <b>on_findPrevButton_clicked</b>(<i></i>)
730 <p>
731 Private slot to find the previous item matching the entered criteria.
732 </p><a NAME="HgLogBrowserDialog.on_fromDate_dateChanged" ID="HgLogBrowserDialog.on_fromDate_dateChanged"></a>
669 <h4>HgLogBrowserDialog.on_fromDate_dateChanged</h4> 733 <h4>HgLogBrowserDialog.on_fromDate_dateChanged</h4>
670 <b>on_fromDate_dateChanged</b>(<i>date</i>) 734 <b>on_fromDate_dateChanged</b>(<i>date</i>)
671 <p> 735 <p>
672 Private slot called, when the from date changes. 736 Private slot called, when the from date changes.
673 </p><dl> 737 </p><dl>
696 </dl><a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a> 760 </dl><a NAME="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ID="HgLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
697 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4> 761 <h4>HgLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
698 <b>on_logTree_itemSelectionChanged</b>(<i></i>) 762 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
699 <p> 763 <p>
700 Private slot called, when the selection has changed. 764 Private slot called, when the selection has changed.
765 </p><a NAME="HgLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="HgLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a>
766 <h4>HgLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4>
767 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>)
768 <p>
769 Private slot to react on mode changes.
701 </p><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a> 770 </p><a NAME="HgLogBrowserDialog.on_nextButton_clicked" ID="HgLogBrowserDialog.on_nextButton_clicked"></a>
702 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4> 771 <h4>HgLogBrowserDialog.on_nextButton_clicked</h4>
703 <b>on_nextButton_clicked</b>(<i></i>) 772 <b>on_nextButton_clicked</b>(<i></i>)
704 <p> 773 <p>
705 Private slot to handle the Next button. 774 Private slot to handle the Next button.
716 </dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> 785 </dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a>
717 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> 786 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4>
718 <b>on_refreshButton_clicked</b>(<i></i>) 787 <b>on_refreshButton_clicked</b>(<i></i>)
719 <p> 788 <p>
720 Private slot to refresh the log. 789 Private slot to refresh the log.
790 </p><a NAME="HgLogBrowserDialog.on_rxEdit_returnPressed" ID="HgLogBrowserDialog.on_rxEdit_returnPressed"></a>
791 <h4>HgLogBrowserDialog.on_rxEdit_returnPressed</h4>
792 <b>on_rxEdit_returnPressed</b>(<i></i>)
793 <p>
794 Private slot handling a press of the Return key in the rxEdit input.
721 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a> 795 </p><a NAME="HgLogBrowserDialog.on_rxEdit_textChanged" ID="HgLogBrowserDialog.on_rxEdit_textChanged"></a>
722 <h4>HgLogBrowserDialog.on_rxEdit_textChanged</h4> 796 <h4>HgLogBrowserDialog.on_rxEdit_textChanged</h4>
723 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 797 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
724 <p> 798 <p>
725 Private slot called, when a filter expression is entered. 799 Private slot called, when a filter expression is entered.

eric ide

mercurial