5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to browse the log history. |
11 Module implementing a dialog to browse the log history. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
22 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td> |
25 <td>Class implementing a dialog to browse the log history.</td> |
23 <td>Class implementing a dialog to browse the log history.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
34 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a> |
36 <h2>SvnLogBrowserDialog</h2> |
35 <h2>SvnLogBrowserDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to browse the log history. |
37 Class implementing a dialog to browse the log history. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QWidget, Ui_SvnLogBrowserDialog |
41 QWidget, Ui_SvnLogBrowserDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
43 <table> |
46 <tr><td>None</td></tr> |
44 <tr><td>None</td></tr> |
47 </table> |
45 </table> |
|
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
|
50 <table> |
48 <table> |
51 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
52 </table> |
50 </table> |
|
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
|
55 <table> |
53 <table> |
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
55 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
403 </dd> |
401 </dd> |
404 </dl> |
402 </dl> |
405 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
403 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> |
406 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
404 <h4>SvnLogBrowserDialog.__processBuffer</h4> |
407 <b>__processBuffer</b>(<i></i>) |
405 <b>__processBuffer</b>(<i></i>) |
408 |
|
409 <p> |
406 <p> |
410 Private method to process the buffered output of the svn log command. |
407 Private method to process the buffered output of the svn log command. |
411 </p> |
408 </p> |
|
409 |
412 <a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
410 <a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a> |
413 <h4>SvnLogBrowserDialog.__readStderr</h4> |
411 <h4>SvnLogBrowserDialog.__readStderr</h4> |
414 <b>__readStderr</b>(<i></i>) |
412 <b>__readStderr</b>(<i></i>) |
415 |
|
416 <p> |
413 <p> |
417 Private slot to handle the readyReadStandardError signal. |
414 Private slot to handle the readyReadStandardError signal. |
418 </p> |
415 </p> |
419 <p> |
416 <p> |
420 It reads the error output of the process and inserts it into the |
417 It reads the error output of the process and inserts it into the |
421 error pane. |
418 error pane. |
422 </p> |
419 </p> |
|
420 |
423 <a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
421 <a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> |
424 <h4>SvnLogBrowserDialog.__readStdout</h4> |
422 <h4>SvnLogBrowserDialog.__readStdout</h4> |
425 <b>__readStdout</b>(<i></i>) |
423 <b>__readStdout</b>(<i></i>) |
426 |
|
427 <p> |
424 <p> |
428 Private slot to handle the readyReadStandardOutput signal. |
425 Private slot to handle the readyReadStandardOutput signal. |
429 </p> |
426 </p> |
430 <p> |
427 <p> |
431 It reads the output of the process and inserts it into a buffer. |
428 It reads the output of the process and inserts it into a buffer. |
432 </p> |
429 </p> |
|
430 |
433 <a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
431 <a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> |
434 <h4>SvnLogBrowserDialog.__resetUI</h4> |
432 <h4>SvnLogBrowserDialog.__resetUI</h4> |
435 <b>__resetUI</b>(<i></i>) |
433 <b>__resetUI</b>(<i></i>) |
436 |
|
437 <p> |
434 <p> |
438 Private method to reset the user interface. |
435 Private method to reset the user interface. |
439 </p> |
436 </p> |
|
437 |
440 <a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
438 <a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> |
441 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
439 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> |
442 <b>__resizeColumnsFiles</b>(<i></i>) |
440 <b>__resizeColumnsFiles</b>(<i></i>) |
443 |
|
444 <p> |
441 <p> |
445 Private method to resize the changed files tree columns. |
442 Private method to resize the changed files tree columns. |
446 </p> |
443 </p> |
|
444 |
447 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
445 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> |
448 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
446 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4> |
449 <b>__resizeColumnsLog</b>(<i></i>) |
447 <b>__resizeColumnsLog</b>(<i></i>) |
450 |
|
451 <p> |
448 <p> |
452 Private method to resize the log tree columns. |
449 Private method to resize the log tree columns. |
453 </p> |
450 </p> |
|
451 |
454 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
452 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a> |
455 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
453 <h4>SvnLogBrowserDialog.__resortFiles</h4> |
456 <b>__resortFiles</b>(<i></i>) |
454 <b>__resortFiles</b>(<i></i>) |
457 |
|
458 <p> |
455 <p> |
459 Private method to resort the changed files tree. |
456 Private method to resort the changed files tree. |
460 </p> |
457 </p> |
|
458 |
461 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
459 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a> |
462 <h4>SvnLogBrowserDialog.__resortLog</h4> |
460 <h4>SvnLogBrowserDialog.__resortLog</h4> |
463 <b>__resortLog</b>(<i></i>) |
461 <b>__resortLog</b>(<i></i>) |
464 |
|
465 <p> |
462 <p> |
466 Private method to resort the log tree. |
463 Private method to resort the log tree. |
467 </p> |
464 </p> |
|
465 |
468 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
466 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> |
469 <h4>SvnLogBrowserDialog.closeEvent</h4> |
467 <h4>SvnLogBrowserDialog.closeEvent</h4> |
470 <b>closeEvent</b>(<i>e</i>) |
468 <b>closeEvent</b>(<i>e</i>) |
471 |
|
472 <p> |
469 <p> |
473 Protected slot implementing a close event handler. |
470 Protected slot implementing a close event handler. |
474 </p> |
471 </p> |
|
472 |
475 <dl> |
473 <dl> |
476 |
474 |
477 <dt><i>e</i> (QCloseEvent)</dt> |
475 <dt><i>e</i> (QCloseEvent)</dt> |
478 <dd> |
476 <dd> |
479 close event |
477 close event |
480 </dd> |
478 </dd> |
481 </dl> |
479 </dl> |
482 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
480 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> |
483 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
481 <h4>SvnLogBrowserDialog.keyPressEvent</h4> |
484 <b>keyPressEvent</b>(<i>evt</i>) |
482 <b>keyPressEvent</b>(<i>evt</i>) |
485 |
|
486 <p> |
483 <p> |
487 Protected slot to handle a key press event. |
484 Protected slot to handle a key press event. |
488 </p> |
485 </p> |
|
486 |
489 <dl> |
487 <dl> |
490 |
488 |
491 <dt><i>evt</i> (QKeyEvent)</dt> |
489 <dt><i>evt</i> (QKeyEvent)</dt> |
492 <dd> |
490 <dd> |
493 the key press event |
491 the key press event |
494 </dd> |
492 </dd> |
495 </dl> |
493 </dl> |
496 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
494 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> |
497 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
495 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> |
498 <b>on_buttonBox_clicked</b>(<i>button</i>) |
496 <b>on_buttonBox_clicked</b>(<i>button</i>) |
499 |
|
500 <p> |
497 <p> |
501 Private slot called by a button of the button box clicked. |
498 Private slot called by a button of the button box clicked. |
502 </p> |
499 </p> |
|
500 |
503 <dl> |
501 <dl> |
504 |
502 |
505 <dt><i>button</i> (QAbstractButton)</dt> |
503 <dt><i>button</i> (QAbstractButton)</dt> |
506 <dd> |
504 <dd> |
507 button that was clicked |
505 button that was clicked |
508 </dd> |
506 </dd> |
509 </dl> |
507 </dl> |
510 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
508 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a> |
511 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
509 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4> |
512 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
510 <b>on_diffPreviousButton_clicked</b>(<i></i>) |
513 |
|
514 <p> |
511 <p> |
515 Private slot to handle the Diff to Previous button. |
512 Private slot to handle the Diff to Previous button. |
516 </p> |
513 </p> |
|
514 |
517 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
515 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a> |
518 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
516 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4> |
519 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
517 <b>on_diffRevisionsButton_clicked</b>(<i></i>) |
520 |
|
521 <p> |
518 <p> |
522 Private slot to handle the Compare Revisions button. |
519 Private slot to handle the Compare Revisions button. |
523 </p> |
520 </p> |
|
521 |
524 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> |
522 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a> |
525 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> |
523 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4> |
526 <b>on_downButton_clicked</b>(<i></i>) |
524 <b>on_downButton_clicked</b>(<i></i>) |
527 |
|
528 <p> |
525 <p> |
529 Private slot to move the current item down one entry. |
526 Private slot to move the current item down one entry. |
530 </p> |
527 </p> |
|
528 |
531 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
529 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
532 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
530 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
533 <b>on_fieldCombo_activated</b>(<i>index</i>) |
531 <b>on_fieldCombo_activated</b>(<i>index</i>) |
534 |
|
535 <p> |
532 <p> |
536 Private slot called, when a new filter field is selected. |
533 Private slot called, when a new filter field is selected. |
537 </p> |
534 </p> |
|
535 |
538 <dl> |
536 <dl> |
539 |
537 |
540 <dt><i>index</i> (int)</dt> |
538 <dt><i>index</i> (int)</dt> |
541 <dd> |
539 <dd> |
542 index of the selected entry |
540 index of the selected entry |
543 </dd> |
541 </dd> |
544 </dl> |
542 </dl> |
545 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
543 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
546 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
544 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
547 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
545 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
548 |
|
549 <p> |
546 <p> |
550 Private slot called, when the from date changes. |
547 Private slot called, when the from date changes. |
551 </p> |
548 </p> |
|
549 |
552 <dl> |
550 <dl> |
553 |
551 |
554 <dt><i>date</i> (QDate)</dt> |
552 <dt><i>date</i> (QDate)</dt> |
555 <dd> |
553 <dd> |
556 new date |
554 new date |
557 </dd> |
555 </dd> |
558 </dl> |
556 </dl> |
559 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
557 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> |
560 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
558 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> |
561 <b>on_input_returnPressed</b>(<i></i>) |
559 <b>on_input_returnPressed</b>(<i></i>) |
562 |
|
563 <p> |
560 <p> |
564 Private slot to handle the press of the return key in the input field. |
561 Private slot to handle the press of the return key in the input field. |
565 </p> |
562 </p> |
|
563 |
566 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
564 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
567 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
565 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
568 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
566 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
569 |
|
570 <p> |
567 <p> |
571 Private slot called, when the current item of the log tree changes. |
568 Private slot called, when the current item of the log tree changes. |
572 </p> |
569 </p> |
|
570 |
573 <dl> |
571 <dl> |
574 |
572 |
575 <dt><i>current</i> (QTreeWidgetItem)</dt> |
573 <dt><i>current</i> (QTreeWidgetItem)</dt> |
576 <dd> |
574 <dd> |
577 reference to the new current item |
575 reference to the new current item |
582 </dd> |
580 </dd> |
583 </dl> |
581 </dl> |
584 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
582 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a> |
585 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
583 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4> |
586 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
584 <b>on_logTree_itemSelectionChanged</b>(<i></i>) |
587 |
|
588 <p> |
585 <p> |
589 Private slot called, when the selection has changed. |
586 Private slot called, when the selection has changed. |
590 </p> |
587 </p> |
|
588 |
591 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
589 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a> |
592 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
590 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4> |
593 <b>on_nextButton_clicked</b>(<i></i>) |
591 <b>on_nextButton_clicked</b>(<i></i>) |
594 |
|
595 <p> |
592 <p> |
596 Private slot to handle the Next button. |
593 Private slot to handle the Next button. |
597 </p> |
594 </p> |
|
595 |
598 <a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
596 <a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a> |
599 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
597 <h4>SvnLogBrowserDialog.on_passwordCheckBox_toggled</h4> |
600 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
598 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
601 |
|
602 <p> |
599 <p> |
603 Private slot to handle the password checkbox toggled. |
600 Private slot to handle the password checkbox toggled. |
604 </p> |
601 </p> |
|
602 |
605 <dl> |
603 <dl> |
606 |
604 |
607 <dt><i>isOn</i> (bool)</dt> |
605 <dt><i>isOn</i> (bool)</dt> |
608 <dd> |
606 <dd> |
609 flag indicating the status of the check box |
607 flag indicating the status of the check box |
610 </dd> |
608 </dd> |
611 </dl> |
609 </dl> |
612 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
610 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
613 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
611 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
614 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
612 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
615 |
|
616 <p> |
613 <p> |
617 Private slot called, when a filter expression is entered. |
614 Private slot called, when a filter expression is entered. |
618 </p> |
615 </p> |
|
616 |
619 <dl> |
617 <dl> |
620 |
618 |
621 <dt><i>txt</i> (str)</dt> |
619 <dt><i>txt</i> (str)</dt> |
622 <dd> |
620 <dd> |
623 filter expression |
621 filter expression |
624 </dd> |
622 </dd> |
625 </dl> |
623 </dl> |
626 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
624 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> |
627 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
625 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4> |
628 <b>on_sendButton_clicked</b>(<i></i>) |
626 <b>on_sendButton_clicked</b>(<i></i>) |
629 |
|
630 <p> |
627 <p> |
631 Private slot to send the input to the subversion process. |
628 Private slot to send the input to the subversion process. |
632 </p> |
629 </p> |
|
630 |
633 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
631 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
634 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
632 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
635 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
633 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
636 |
|
637 <p> |
634 <p> |
638 Private slot called, when the stop on copy/move checkbox is clicked. |
635 Private slot called, when the stop on copy/move checkbox is clicked. |
639 </p> |
636 </p> |
|
637 |
640 <dl> |
638 <dl> |
641 |
639 |
642 <dt><i>checked</i> (bool)</dt> |
640 <dt><i>checked</i> (bool)</dt> |
643 <dd> |
641 <dd> |
644 flag indicating the checked state |
642 flag indicating the checked state |
645 </dd> |
643 </dd> |
646 </dl> |
644 </dl> |
647 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
645 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
648 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
646 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
649 <b>on_toDate_dateChanged</b>(<i>date</i>) |
647 <b>on_toDate_dateChanged</b>(<i>date</i>) |
650 |
|
651 <p> |
648 <p> |
652 Private slot called, when the from date changes. |
649 Private slot called, when the from date changes. |
653 </p> |
650 </p> |
|
651 |
654 <dl> |
652 <dl> |
655 |
653 |
656 <dt><i>date</i> (QDate)</dt> |
654 <dt><i>date</i> (QDate)</dt> |
657 <dd> |
655 <dd> |
658 new date |
656 new date |
659 </dd> |
657 </dd> |
660 </dl> |
658 </dl> |
661 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
659 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
662 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
660 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
663 <b>on_upButton_clicked</b>(<i></i>) |
661 <b>on_upButton_clicked</b>(<i></i>) |
664 |
|
665 <p> |
662 <p> |
666 Private slot to move the current item up one entry. |
663 Private slot to move the current item up one entry. |
667 </p> |
664 </p> |
|
665 |
668 <a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
666 <a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> |
669 <h4>SvnLogBrowserDialog.show</h4> |
667 <h4>SvnLogBrowserDialog.show</h4> |
670 <b>show</b>(<i></i>) |
668 <b>show</b>(<i></i>) |
671 |
|
672 <p> |
669 <p> |
673 Public slot to show the dialog. |
670 Public slot to show the dialog. |
674 </p> |
671 </p> |
|
672 |
675 <a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
673 <a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> |
676 <h4>SvnLogBrowserDialog.start</h4> |
674 <h4>SvnLogBrowserDialog.start</h4> |
677 <b>start</b>(<i>fn, isFile=False</i>) |
675 <b>start</b>(<i>fn, isFile=False</i>) |
678 |
|
679 <p> |
676 <p> |
680 Public slot to start the svn log command. |
677 Public slot to start the svn log command. |
681 </p> |
678 </p> |
|
679 |
682 <dl> |
680 <dl> |
683 |
681 |
684 <dt><i>fn</i> (str)</dt> |
682 <dt><i>fn</i> (str)</dt> |
685 <dd> |
683 <dd> |
686 filename to show the log for |
684 filename to show the log for |