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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
382 Private method to (re-)initialize some data. 382 Private method to (re-)initialize some data.
383 </p> 383 </p>
384 384
385 <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> 385 <a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a>
386 <h4>SvnLogBrowserDialog.__procFinished</h4> 386 <h4>SvnLogBrowserDialog.__procFinished</h4>
387 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 387 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>)
388 <p> 388 <p>
389 Private slot connected to the finished signal. 389 Private slot connected to the finished signal.
390 </p> 390 </p>
391 391
392 <dl> 392 <dl>
393 393
394 <dt><i>exitCode</i> (int)</dt> 394 <dt><i>_exitCode</i> (int)</dt>
395 <dd> 395 <dd>
396 exit code of the process 396 exit code of the process (unused)
397 </dd> 397 </dd>
398 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> 398 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt>
399 <dd> 399 <dd>
400 exit status of the process 400 exit status of the process (unused)
401 </dd> 401 </dd>
402 </dl> 402 </dl>
403 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> 403 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a>
404 <h4>SvnLogBrowserDialog.__processBuffer</h4> 404 <h4>SvnLogBrowserDialog.__processBuffer</h4>
405 <b>__processBuffer</b>(<i></i>) 405 <b>__processBuffer</b>(<i></i>)
526 Private slot to move the current item down one entry. 526 Private slot to move the current item down one entry.
527 </p> 527 </p>
528 528
529 <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>
530 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> 530 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4>
531 <b>on_fieldCombo_activated</b>(<i>index</i>) 531 <b>on_fieldCombo_activated</b>(<i>_index</i>)
532 <p> 532 <p>
533 Private slot called, when a new filter field is selected. 533 Private slot called, when a new filter field is selected.
534 </p> 534 </p>
535 535
536 <dl> 536 <dl>
537 537
538 <dt><i>index</i> (int)</dt> 538 <dt><i>_index</i> (int)</dt>
539 <dd> 539 <dd>
540 index of the selected entry 540 index of the selected entry (unused)
541 </dd> 541 </dd>
542 </dl> 542 </dl>
543 <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>
544 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> 544 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4>
545 <b>on_fromDate_dateChanged</b>(<i>date</i>) 545 <b>on_fromDate_dateChanged</b>(<i>_date</i>)
546 <p> 546 <p>
547 Private slot called, when the from date changes. 547 Private slot called, when the from date changes.
548 </p> 548 </p>
549 549
550 <dl> 550 <dl>
551 551
552 <dt><i>date</i> (QDate)</dt> 552 <dt><i>_date</i> (QDate)</dt>
553 <dd> 553 <dd>
554 new date 554 new date (unused)
555 </dd> 555 </dd>
556 </dl> 556 </dl>
557 <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>
558 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4> 558 <h4>SvnLogBrowserDialog.on_input_returnPressed</h4>
559 <b>on_input_returnPressed</b>(<i></i>) 559 <b>on_input_returnPressed</b>(<i></i>)
607 flag indicating the status of the check box 607 flag indicating the status of the check box
608 </dd> 608 </dd>
609 </dl> 609 </dl>
610 <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>
611 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> 611 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4>
612 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 612 <b>on_rxEdit_textChanged</b>(<i>_txt</i>)
613 <p> 613 <p>
614 Private slot called, when a filter expression is entered. 614 Private slot called, when a filter expression is entered.
615 </p> 615 </p>
616 616
617 <dl> 617 <dl>
618 618
619 <dt><i>txt</i> (str)</dt> 619 <dt><i>_txt</i> (str)</dt>
620 <dd> 620 <dd>
621 filter expression 621 filter expression
622 </dd> 622 </dd>
623 </dl> 623 </dl>
624 <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>
628 Private slot to send the input to the subversion process. 628 Private slot to send the input to the subversion process.
629 </p> 629 </p>
630 630
631 <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>
632 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> 632 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4>
633 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) 633 <b>on_stopCheckBox_clicked</b>(<i>_checked</i>)
634 <p> 634 <p>
635 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.
636 </p> 636 </p>
637 637
638 <dl> 638 <dl>
639 639
640 <dt><i>checked</i> (bool)</dt> 640 <dt><i>_checked</i> (bool)</dt>
641 <dd> 641 <dd>
642 flag indicating the checked state 642 flag indicating the checked state (unused)
643 </dd> 643 </dd>
644 </dl> 644 </dl>
645 <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>
646 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> 646 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4>
647 <b>on_toDate_dateChanged</b>(<i>date</i>) 647 <b>on_toDate_dateChanged</b>(<i>_date</i>)
648 <p> 648 <p>
649 Private slot called, when the from date changes. 649 Private slot called, when the from date changes.
650 </p> 650 </p>
651 651
652 <dl> 652 <dl>
653 653
654 <dt><i>date</i> (QDate)</dt> 654 <dt><i>_date</i> (QDate)</dt>
655 <dd> 655 <dd>
656 new date 656 new date (unused)
657 </dd> 657 </dd>
658 </dl> 658 </dl>
659 <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>
660 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> 660 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4>
661 <b>on_upButton_clicked</b>(<i></i>) 661 <b>on_upButton_clicked</b>(<i></i>)

eric ide

mercurial