444 Private slot to move the current item down one entry. |
444 Private slot to move the current item down one entry. |
445 </p> |
445 </p> |
446 |
446 |
447 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
447 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a> |
448 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
448 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4> |
449 <b>on_fieldCombo_activated</b>(<i>index</i>) |
449 <b>on_fieldCombo_activated</b>(<i>_index</i>) |
450 <p> |
450 <p> |
451 Private slot called, when a new filter field is selected. |
451 Private slot called, when a new filter field is selected. |
452 </p> |
452 </p> |
453 |
453 |
454 <dl> |
454 <dl> |
455 |
455 |
456 <dt><i>index</i> (int)</dt> |
456 <dt><i>_index</i> (int)</dt> |
457 <dd> |
457 <dd> |
458 index of the selected entry |
458 index of the selected entry (unused) |
459 </dd> |
459 </dd> |
460 </dl> |
460 </dl> |
461 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
461 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a> |
462 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
462 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4> |
463 <b>on_fromDate_dateChanged</b>(<i>date</i>) |
463 <b>on_fromDate_dateChanged</b>(<i>_date</i>) |
464 <p> |
464 <p> |
465 Private slot called, when the from date changes. |
465 Private slot called, when the from date changes. |
466 </p> |
466 </p> |
467 |
467 |
468 <dl> |
468 <dl> |
469 |
469 |
470 <dt><i>date</i> (QDate)</dt> |
470 <dt><i>_date</i> (QDate)</dt> |
471 <dd> |
471 <dd> |
472 new date |
472 new date (unused) |
473 </dd> |
473 </dd> |
474 </dl> |
474 </dl> |
475 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
475 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a> |
476 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
476 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4> |
477 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
477 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) |
504 Private slot to handle the Next button. |
504 Private slot to handle the Next button. |
505 </p> |
505 </p> |
506 |
506 |
507 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
507 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> |
508 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
508 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4> |
509 <b>on_rxEdit_textChanged</b>(<i>txt</i>) |
509 <b>on_rxEdit_textChanged</b>(<i>_txt</i>) |
510 <p> |
510 <p> |
511 Private slot called, when a filter expression is entered. |
511 Private slot called, when a filter expression is entered. |
512 </p> |
512 </p> |
513 |
513 |
514 <dl> |
514 <dl> |
515 |
515 |
516 <dt><i>txt</i> (str)</dt> |
516 <dt><i>_txt</i> (str)</dt> |
517 <dd> |
517 <dd> |
518 filter expression |
518 filter expression (unused) |
519 </dd> |
519 </dd> |
520 </dl> |
520 </dl> |
521 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
521 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a> |
522 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
522 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4> |
523 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) |
523 <b>on_stopCheckBox_clicked</b>(<i>_checked</i>) |
524 <p> |
524 <p> |
525 Private slot called, when the stop on copy/move checkbox is clicked. |
525 Private slot called, when the stop on copy/move checkbox is clicked. |
526 </p> |
526 </p> |
527 |
527 |
528 <dl> |
528 <dl> |
529 |
529 |
530 <dt><i>checked</i> (bool)</dt> |
530 <dt><i>_checked</i> (bool)</dt> |
531 <dd> |
531 <dd> |
532 flag indicating the check box state |
532 flag indicating the check box state (unused) |
533 </dd> |
533 </dd> |
534 </dl> |
534 </dl> |
535 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
535 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> |
536 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
536 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4> |
537 <b>on_toDate_dateChanged</b>(<i>date</i>) |
537 <b>on_toDate_dateChanged</b>(<i>_date</i>) |
538 <p> |
538 <p> |
539 Private slot called, when the from date changes. |
539 Private slot called, when the from date changes. |
540 </p> |
540 </p> |
541 |
541 |
542 <dl> |
542 <dl> |
543 |
543 |
544 <dt><i>date</i> (QDate)</dt> |
544 <dt><i>_date</i> (QDate)</dt> |
545 <dd> |
545 <dd> |
546 new date |
546 new date (unused) |
547 </dd> |
547 </dd> |
548 </dl> |
548 </dl> |
549 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
549 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a> |
550 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
550 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4> |
551 <b>on_upButton_clicked</b>(<i></i>) |
551 <b>on_upButton_clicked</b>(<i></i>) |