|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a dialog to browse the log history. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
|
25 <td>Class implementing a dialog to browse the log history.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <hr /> |
|
34 <hr /> |
|
35 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
|
36 <h2>SvnLogBrowserDialog</h2> |
|
37 |
|
38 <p> |
|
39 Class implementing a dialog to browse the log history. |
|
40 </p> |
|
41 <h3>Derived from</h3> |
|
42 QWidget, Ui_SvnLogBrowserDialog |
|
43 <h3>Class Attributes</h3> |
|
44 |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <h3>Class Methods</h3> |
|
49 |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Methods</h3> |
|
54 |
|
55 <table> |
|
56 |
|
57 <tr> |
|
58 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
|
59 <td>Constructor</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="#SvnLogBrowserDialog.__addFinishCallback">__addFinishCallback</a></td> |
|
63 <td>Private method to add a method to be called once the process finished.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#SvnLogBrowserDialog.__diffRevisions">__diffRevisions</a></td> |
|
67 <td>Private method to do a diff of two revisions.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#SvnLogBrowserDialog.__filterLogs">__filterLogs</a></td> |
|
71 <td>Private method to filter the log entries.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#SvnLogBrowserDialog.__finish">__finish</a></td> |
|
75 <td>Private slot called when the process finished or the user pressed the button.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#SvnLogBrowserDialog.__generateFileItem">__generateFileItem</a></td> |
|
79 <td>Private method to generate a changed files tree entry.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#SvnLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> |
|
83 <td>Private method to generate a log tree entry.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
|
87 <td>Private method to retrieve log entries from the repository.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> |
|
91 <td>Private method to (re-)initialize some data.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td> |
|
95 <td>Private slot connected to the finished signal.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
|
99 <td>Private method to process the buffered output of the svn log command.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#SvnLogBrowserDialog.__readStderr">__readStderr</a></td> |
|
103 <td>Private slot to handle the readyReadStandardError signal.</td> |
|
104 </tr> |
|
105 <tr> |
|
106 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td> |
|
107 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
|
108 </tr> |
|
109 <tr> |
|
110 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> |
|
111 <td>Private method to reset the user interface.</td> |
|
112 </tr> |
|
113 <tr> |
|
114 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> |
|
115 <td>Private method to resize the changed files tree columns.</td> |
|
116 </tr> |
|
117 <tr> |
|
118 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> |
|
119 <td>Private method to resize the log tree columns.</td> |
|
120 </tr> |
|
121 <tr> |
|
122 <td><a href="#SvnLogBrowserDialog.__resortFiles">__resortFiles</a></td> |
|
123 <td>Private method to resort the changed files tree.</td> |
|
124 </tr> |
|
125 <tr> |
|
126 <td><a href="#SvnLogBrowserDialog.__resortLog">__resortLog</a></td> |
|
127 <td>Private method to resort the log tree.</td> |
|
128 </tr> |
|
129 <tr> |
|
130 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> |
|
131 <td>Protected slot implementing a close event handler.</td> |
|
132 </tr> |
|
133 <tr> |
|
134 <td><a href="#SvnLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
|
135 <td>Protected slot to handle a key press event.</td> |
|
136 </tr> |
|
137 <tr> |
|
138 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
139 <td>Private slot called by a button of the button box clicked.</td> |
|
140 </tr> |
|
141 <tr> |
|
142 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> |
|
143 <td>Private slot to handle the Diff to Previous button.</td> |
|
144 </tr> |
|
145 <tr> |
|
146 <td><a href="#SvnLogBrowserDialog.on_diffRevisionsButton_clicked">on_diffRevisionsButton_clicked</a></td> |
|
147 <td>Private slot to handle the Compare Revisions button.</td> |
|
148 </tr> |
|
149 <tr> |
|
150 <td><a href="#SvnLogBrowserDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
|
151 <td>Private slot to move the current item down one entry.</td> |
|
152 </tr> |
|
153 <tr> |
|
154 <td><a href="#SvnLogBrowserDialog.on_fieldCombo_activated">on_fieldCombo_activated</a></td> |
|
155 <td>Private slot called, when a new filter field is selected.</td> |
|
156 </tr> |
|
157 <tr> |
|
158 <td><a href="#SvnLogBrowserDialog.on_fromDate_dateChanged">on_fromDate_dateChanged</a></td> |
|
159 <td>Private slot called, when the from date changes.</td> |
|
160 </tr> |
|
161 <tr> |
|
162 <td><a href="#SvnLogBrowserDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
|
163 <td>Private slot to handle the press of the return key in the input field.</td> |
|
164 </tr> |
|
165 <tr> |
|
166 <td><a href="#SvnLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td> |
|
167 <td>Private slot called, when the current item of the log tree changes.</td> |
|
168 </tr> |
|
169 <tr> |
|
170 <td><a href="#SvnLogBrowserDialog.on_logTree_itemSelectionChanged">on_logTree_itemSelectionChanged</a></td> |
|
171 <td>Private slot called, when the selection has changed.</td> |
|
172 </tr> |
|
173 <tr> |
|
174 <td><a href="#SvnLogBrowserDialog.on_nextButton_clicked">on_nextButton_clicked</a></td> |
|
175 <td>Private slot to handle the Next button.</td> |
|
176 </tr> |
|
177 <tr> |
|
178 <td><a href="#SvnLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
|
179 <td>Private slot to handle the password checkbox toggled.</td> |
|
180 </tr> |
|
181 <tr> |
|
182 <td><a href="#SvnLogBrowserDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> |
|
183 <td>Private slot called, when a filter expression is entered.</td> |
|
184 </tr> |
|
185 <tr> |
|
186 <td><a href="#SvnLogBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
|
187 <td>Private slot to send the input to the subversion process.</td> |
|
188 </tr> |
|
189 <tr> |
|
190 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> |
|
191 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> |
|
192 </tr> |
|
193 <tr> |
|
194 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> |
|
195 <td>Private slot called, when the from date changes.</td> |
|
196 </tr> |
|
197 <tr> |
|
198 <td><a href="#SvnLogBrowserDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
|
199 <td>Private slot to move the current item up one entry.</td> |
|
200 </tr> |
|
201 <tr> |
|
202 <td><a href="#SvnLogBrowserDialog.show">show</a></td> |
|
203 <td>Public slot to show the dialog.</td> |
|
204 </tr> |
|
205 <tr> |
|
206 <td><a href="#SvnLogBrowserDialog.start">start</a></td> |
|
207 <td>Public slot to start the svn log command.</td> |
|
208 </tr> |
|
209 </table> |
|
210 <h3>Static Methods</h3> |
|
211 |
|
212 <table> |
|
213 <tr><td>None</td></tr> |
|
214 </table> |
|
215 |
|
216 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
|
217 <h4>SvnLogBrowserDialog (Constructor)</h4> |
|
218 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) |
|
219 |
|
220 <p> |
|
221 Constructor |
|
222 </p> |
|
223 <dl> |
|
224 |
|
225 <dt><i>vcs</i></dt> |
|
226 <dd> |
|
227 reference to the vcs object |
|
228 </dd> |
|
229 <dt><i>parent</i></dt> |
|
230 <dd> |
|
231 parent widget (QWidget) |
|
232 </dd> |
|
233 </dl> |
|
234 <a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a> |
|
235 <h4>SvnLogBrowserDialog.__addFinishCallback</h4> |
|
236 <b>__addFinishCallback</b>(<i>callback</i>) |
|
237 |
|
238 <p> |
|
239 Private method to add a method to be called once the process finished. |
|
240 </p> |
|
241 <p> |
|
242 The callback methods are invoke in a FIFO style and are consumed. If |
|
243 a callback method needs to be called again, it must be added again. |
|
244 </p> |
|
245 <dl> |
|
246 |
|
247 <dt><i>callback</i> (function)</dt> |
|
248 <dd> |
|
249 callback method |
|
250 </dd> |
|
251 </dl> |
|
252 <a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> |
|
253 <h4>SvnLogBrowserDialog.__diffRevisions</h4> |
|
254 <b>__diffRevisions</b>(<i>rev1, rev2</i>) |
|
255 |
|
256 <p> |
|
257 Private method to do a diff of two revisions. |
|
258 </p> |
|
259 <dl> |
|
260 |
|
261 <dt><i>rev1</i></dt> |
|
262 <dd> |
|
263 first revision number (integer) |
|
264 </dd> |
|
265 <dt><i>rev2</i></dt> |
|
266 <dd> |
|
267 second revision number (integer) |
|
268 </dd> |
|
269 </dl> |
|
270 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> |
|
271 <h4>SvnLogBrowserDialog.__filterLogs</h4> |
|
272 <b>__filterLogs</b>(<i></i>) |
|
273 |
|
274 <p> |
|
275 Private method to filter the log entries. |
|
276 </p> |
|
277 <a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a> |
|
278 <h4>SvnLogBrowserDialog.__finish</h4> |
|
279 <b>__finish</b>(<i></i>) |
|
280 |
|
281 <p> |
|
282 Private slot called when the process finished or the user pressed the |
|
283 button. |
|
284 </p> |
|
285 <a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a> |
|
286 <h4>SvnLogBrowserDialog.__generateFileItem</h4> |
|
287 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>) |
|
288 |
|
289 <p> |
|
290 Private method to generate a changed files tree entry. |
|
291 </p> |
|
292 <dl> |
|
293 |
|
294 <dt><i>action</i></dt> |
|
295 <dd> |
|
296 indicator for the change action ("A", "D" or "M") |
|
297 </dd> |
|
298 <dt><i>path</i></dt> |
|
299 <dd> |
|
300 path of the file in the repository (string) |
|
301 </dd> |
|
302 <dt><i>copyFrom</i></dt> |
|
303 <dd> |
|
304 path the file was copied from (None, string) |
|
305 </dd> |
|
306 <dt><i>copyRev</i></dt> |
|
307 <dd> |
|
308 revision the file was copied from (None, string) |
|
309 </dd> |
|
310 </dl> |
|
311 <dl> |
|
312 <dt>Return:</dt> |
|
313 <dd> |
|
314 reference to the generated item (QTreeWidgetItem) |
|
315 </dd> |
|
316 </dl> |
|
317 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a> |
|
318 <h4>SvnLogBrowserDialog.__generateLogItem</h4> |
|
319 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>) |
|
320 |
|
321 <p> |
|
322 Private method to generate a log tree entry. |
|
323 </p> |
|
324 <dl> |
|
325 |
|
326 <dt><i>author</i></dt> |
|
327 <dd> |
|
328 author info (string) |
|
329 </dd> |
|
330 <dt><i>date</i></dt> |
|
331 <dd> |
|
332 date info (string) |
|
333 </dd> |
|
334 <dt><i>message</i></dt> |
|
335 <dd> |
|
336 text of the log message (list of strings) |
|
337 </dd> |
|
338 <dt><i>revision</i></dt> |
|
339 <dd> |
|
340 revision info (string) |
|
341 </dd> |
|
342 <dt><i>changedPaths</i></dt> |
|
343 <dd> |
|
344 list of dictionary objects containing |
|
345 info about the changed files/directories |
|
346 </dd> |
|
347 </dl> |
|
348 <dl> |
|
349 <dt>Return:</dt> |
|
350 <dd> |
|
351 reference to the generated item (QTreeWidgetItem) |
|
352 </dd> |
|
353 </dl> |
|
354 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
|
355 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
|
356 <b>__getLogEntries</b>(<i>startRev=None</i>) |
|
357 |
|
358 <p> |
|
359 Private method to retrieve log entries from the repository. |
|
360 </p> |
|
361 <dl> |
|
362 |
|
363 <dt><i>startRev</i></dt> |
|
364 <dd> |
|
365 revision number to start from (integer, string) |
|
366 </dd> |
|
367 </dl> |
|
368 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> |
|
369 <h4>SvnLogBrowserDialog.__initData</h4> |
|
370 <b>__initData</b>(<i></i>) |
|
371 |
|
372 <p> |
|
373 Private method to (re-)initialize some data. |
|
374 </p> |
|
375 <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> |
|
376 <h4>SvnLogBrowserDialog.__procFinished</h4> |
|
377 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
378 |
|
379 <p> |
|
380 Private slot connected to the finished signal. |
|
381 </p> |
|
382 <dl> |
|
383 |
|
384 <dt><i>exitCode</i></dt> |
|
385 <dd> |
|
386 exit code of the process (integer) |
|
387 </dd> |
|
388 <dt><i>exitStatus</i></dt> |
|
389 <dd> |
|
390 exit status of the process (QProcess.ExitStatus) |
|
391 </dd> |
|
392 </dl> |
|
393 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
|
394 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
|
395 <b>__processBuffer</b>(<i></i>) |
|
396 |
|
397 <p> |
|
398 Private method to process the buffered output of the svn log command. |
|
399 </p> |
|
400 <a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
|
401 <h4>SvnLogBrowserDialog.__readStderr</h4> |
|
402 <b>__readStderr</b>(<i></i>) |
|
403 |
|
404 <p> |
|
405 Private slot to handle the readyReadStandardError signal. |
|
406 </p> |
|
407 <p> |
|
408 It reads the error output of the process and inserts it into the |
|
409 error pane. |
|
410 </p> |
|
411 <a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
|
412 <h4>SvnLogBrowserDialog.__readStdout</h4> |
|
413 <b>__readStdout</b>(<i></i>) |
|
414 |
|
415 <p> |
|
416 Private slot to handle the readyReadStandardOutput signal. |
|
417 </p> |
|
418 <p> |
|
419 It reads the output of the process and inserts it into a buffer. |
|
420 </p> |
|
421 <a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
|
422 <h4>SvnLogBrowserDialog.__resetUI</h4> |
|
423 <b>__resetUI</b>(<i></i>) |
|
424 |
|
425 <p> |
|
426 Private method to reset the user interface. |
|
427 </p> |
|
428 <a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
|
429 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
|
430 <b>__resizeColumnsFiles</b>(<i></i>) |
|
431 |
|
432 <p> |
|
433 Private method to resize the changed files tree columns. |
|
434 </p> |
|
435 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
|
436 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
|
437 <b>__resizeColumnsLog</b>(<i></i>) |
|
438 |
|
439 <p> |
|
440 Private method to resize the log tree columns. |
|
441 </p> |
|
442 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
|
443 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
|
444 <b>__resortFiles</b>(<i></i>) |
|
445 |
|
446 <p> |
|
447 Private method to resort the changed files tree. |
|
448 </p> |
|
449 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
|
450 <h4>SvnLogBrowserDialog.__resortLog</h4> |
|
451 <b>__resortLog</b>(<i></i>) |
|
452 |
|
453 <p> |
|
454 Private method to resort the log tree. |
|
455 </p> |
|
456 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
|
457 <h4>SvnLogBrowserDialog.closeEvent</h4> |
|
458 <b>closeEvent</b>(<i>e</i>) |
|
459 |
|
460 <p> |
|
461 Protected slot implementing a close event handler. |
|
462 </p> |
|
463 <dl> |
|
464 |
|
465 <dt><i>e</i></dt> |
|
466 <dd> |
|
467 close event (QCloseEvent) |
|
468 </dd> |
|
469 </dl> |
|
470 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
|
471 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
|
472 <b>keyPressEvent</b>(<i>evt</i>) |
|
473 |
|
474 <p> |
|
475 Protected slot to handle a key press event. |
|
476 </p> |
|
477 <dl> |
|
478 |
|
479 <dt><i>evt</i></dt> |
|
480 <dd> |
|
481 the key press event (QKeyEvent) |
|
482 </dd> |
|
483 </dl> |
|
484 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
|
485 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
|
486 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
487 |
|
488 <p> |
|
489 Private slot called by a button of the button box clicked. |
|
490 </p> |
|
491 <dl> |
|
492 |
|
493 <dt><i>button</i></dt> |
|
494 <dd> |
|
495 button that was clicked (QAbstractButton) |
|
496 </dd> |
|
497 </dl> |
|
498 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
|
499 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
|
500 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
|
501 |
|
502 <p> |
|
503 Private slot to handle the Diff to Previous button. |
|
504 </p> |
|
505 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
|
506 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
|
507 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
|
508 |
|
509 <p> |
|
510 Private slot to handle the Compare Revisions button. |
|
511 </p> |
|
512 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> |
|
513 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> |
|
514 <b>on_downButton_clicked</b>(<i></i>) |
|
515 |
|
516 <p> |
|
517 Private slot to move the current item down one entry. |
|
518 </p> |
|
519 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
|
520 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
|
521 <b>on_fieldCombo_activated</b>(<i>index</i>) |
|
522 |
|
523 <p> |
|
524 Private slot called, when a new filter field is selected. |
|
525 </p> |
|
526 <dl> |
|
527 |
|
528 <dt><i>index</i> (int)</dt> |
|
529 <dd> |
|
530 index of the selected entry |
|
531 </dd> |
|
532 </dl> |
|
533 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
|
534 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
|
535 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
|
536 |
|
537 <p> |
|
538 Private slot called, when the from date changes. |
|
539 </p> |
|
540 <dl> |
|
541 |
|
542 <dt><i>date</i></dt> |
|
543 <dd> |
|
544 new date (QDate) |
|
545 </dd> |
|
546 </dl> |
|
547 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
|
548 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
|
549 <b>on_input_returnPressed</b>(<i></i>) |
|
550 |
|
551 <p> |
|
552 Private slot to handle the press of the return key in the input field. |
|
553 </p> |
|
554 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
|
555 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
|
556 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
|
557 |
|
558 <p> |
|
559 Private slot called, when the current item of the log tree changes. |
|
560 </p> |
|
561 <dl> |
|
562 |
|
563 <dt><i>current</i></dt> |
|
564 <dd> |
|
565 reference to the new current item (QTreeWidgetItem) |
|
566 </dd> |
|
567 <dt><i>previous</i></dt> |
|
568 <dd> |
|
569 reference to the old current item (QTreeWidgetItem) |
|
570 </dd> |
|
571 </dl> |
|
572 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
|
573 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
|
574 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
|
575 |
|
576 <p> |
|
577 Private slot called, when the selection has changed. |
|
578 </p> |
|
579 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
|
580 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
|
581 <b>on_nextButton_clicked</b>(<i></i>) |
|
582 |
|
583 <p> |
|
584 Private slot to handle the Next button. |
|
585 </p> |
|
586 <a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
|
587 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
|
588 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
589 |
|
590 <p> |
|
591 Private slot to handle the password checkbox toggled. |
|
592 </p> |
|
593 <dl> |
|
594 |
|
595 <dt><i>isOn</i></dt> |
|
596 <dd> |
|
597 flag indicating the status of the check box (boolean) |
|
598 </dd> |
|
599 </dl> |
|
600 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
|
601 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
|
602 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
|
603 |
|
604 <p> |
|
605 Private slot called, when a filter expression is entered. |
|
606 </p> |
|
607 <dl> |
|
608 |
|
609 <dt><i>txt</i></dt> |
|
610 <dd> |
|
611 filter expression (string) |
|
612 </dd> |
|
613 </dl> |
|
614 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
|
615 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
|
616 <b>on_sendButton_clicked</b>(<i></i>) |
|
617 |
|
618 <p> |
|
619 Private slot to send the input to the subversion process. |
|
620 </p> |
|
621 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
|
622 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
|
623 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
|
624 |
|
625 <p> |
|
626 Private slot called, when the stop on copy/move checkbox is clicked. |
|
627 </p> |
|
628 <dl> |
|
629 |
|
630 <dt><i>checked</i></dt> |
|
631 <dd> |
|
632 flag indicating the checked state (boolean) |
|
633 </dd> |
|
634 </dl> |
|
635 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
|
636 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
|
637 <b>on_toDate_dateChanged</b>(<i>date</i>) |
|
638 |
|
639 <p> |
|
640 Private slot called, when the from date changes. |
|
641 </p> |
|
642 <dl> |
|
643 |
|
644 <dt><i>date</i></dt> |
|
645 <dd> |
|
646 new date (QDate) |
|
647 </dd> |
|
648 </dl> |
|
649 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
|
650 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
|
651 <b>on_upButton_clicked</b>(<i></i>) |
|
652 |
|
653 <p> |
|
654 Private slot to move the current item up one entry. |
|
655 </p> |
|
656 <a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
|
657 <h4>SvnLogBrowserDialog.show</h4> |
|
658 <b>show</b>(<i></i>) |
|
659 |
|
660 <p> |
|
661 Public slot to show the dialog. |
|
662 </p> |
|
663 <a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
|
664 <h4>SvnLogBrowserDialog.start</h4> |
|
665 <b>start</b>(<i>fn, isFile=False</i>) |
|
666 |
|
667 <p> |
|
668 Public slot to start the svn log command. |
|
669 </p> |
|
670 <dl> |
|
671 |
|
672 <dt><i>fn</i></dt> |
|
673 <dd> |
|
674 filename to show the log for (string) |
|
675 </dd> |
|
676 <dt><i>isFile</i></dt> |
|
677 <dd> |
|
678 flag indicating log for a file is to be shown |
|
679 (boolean) |
|
680 </dd> |
|
681 </dl> |
|
682 <div align="right"><a href="#top">Up</a></div> |
|
683 <hr /> |
|
684 </body></html> |