eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html

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

eric ide

mercurial