src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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.vcsGit.GitLogBrowserDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog</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>COLORNAMES</td></tr><tr><td>COLORS</td></tr><tr><td>LIGHTCOLORS</td></tr> 16 <tr><td>COLORNAMES</td></tr>
17 <tr><td>COLORS</td></tr>
18 <tr><td>LIGHTCOLORS</td></tr>
18 </table> 19 </table>
20
19 <h3>Classes</h3> 21 <h3>Classes</h3>
20
21 <table> 22 <table>
22
23 <tr> 23 <tr>
24 <td><a href="#GitLogBrowserDialog">GitLogBrowserDialog</a></td> 24 <td><a href="#GitLogBrowserDialog">GitLogBrowserDialog</a></td>
25 <td>Class implementing a dialog to browse the log history.</td> 25 <td>Class implementing a dialog to browse the log history.</td>
26 </tr> 26 </tr>
27 </table> 27 </table>
28
28 <h3>Functions</h3> 29 <h3>Functions</h3>
29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
32 </table> 32 </table>
33
33 <hr /> 34 <hr />
34 <hr /> 35 <hr />
35 <a NAME="GitLogBrowserDialog" ID="GitLogBrowserDialog"></a> 36 <a NAME="GitLogBrowserDialog" ID="GitLogBrowserDialog"></a>
36 <h2>GitLogBrowserDialog</h2> 37 <h2>GitLogBrowserDialog</h2>
37
38 <p> 38 <p>
39 Class implementing a dialog to browse the log history. 39 Class implementing a dialog to browse the log history.
40 </p> 40 </p>
41
41 <h3>Derived from</h3> 42 <h3>Derived from</h3>
42 QWidget, Ui_GitLogBrowserDialog 43 QWidget, Ui_GitLogBrowserDialog
43 <h3>Class Attributes</h3> 44 <h3>Class Attributes</h3>
44
45 <table> 45 <table>
46 <tr><td>AuthorColumn</td></tr><tr><td>BranchColumn</td></tr><tr><td>CommitDateColumn</td></tr><tr><td>CommitIdColumn</td></tr><tr><td>CommitterColumn</td></tr><tr><td>DateColumn</td></tr><tr><td>IconColumn</td></tr><tr><td>SubjectColumn</td></tr><tr><td>TagsColumn</td></tr> 46 <tr><td>AuthorColumn</td></tr>
47 <tr><td>BranchColumn</td></tr>
48 <tr><td>CommitDateColumn</td></tr>
49 <tr><td>CommitIdColumn</td></tr>
50 <tr><td>CommitterColumn</td></tr>
51 <tr><td>DateColumn</td></tr>
52 <tr><td>IconColumn</td></tr>
53 <tr><td>SubjectColumn</td></tr>
54 <tr><td>TagsColumn</td></tr>
47 </table> 55 </table>
56
48 <h3>Class Methods</h3> 57 <h3>Class Methods</h3>
49
50 <table> 58 <table>
51 <tr><td>None</td></tr> 59 <tr><td>None</td></tr>
52 </table> 60 </table>
61
53 <h3>Methods</h3> 62 <h3>Methods</h3>
54
55 <table> 63 <table>
56
57 <tr> 64 <tr>
58 <td><a href="#GitLogBrowserDialog.__init__">GitLogBrowserDialog</a></td> 65 <td><a href="#GitLogBrowserDialog.__init__">GitLogBrowserDialog</a></td>
59 <td>Constructor</td> 66 <td>Constructor</td>
60 </tr> 67 </tr>
61 <tr> 68 <tr>
381 <tr> 388 <tr>
382 <td><a href="#GitLogBrowserDialog.start">start</a></td> 389 <td><a href="#GitLogBrowserDialog.start">start</a></td>
383 <td>Public slot to start the git log command.</td> 390 <td>Public slot to start the git log command.</td>
384 </tr> 391 </tr>
385 </table> 392 </table>
393
386 <h3>Static Methods</h3> 394 <h3>Static Methods</h3>
387
388 <table> 395 <table>
389 <tr><td>None</td></tr> 396 <tr><td>None</td></tr>
390 </table> 397 </table>
391 398
399
392 <a NAME="GitLogBrowserDialog.__init__" ID="GitLogBrowserDialog.__init__"></a> 400 <a NAME="GitLogBrowserDialog.__init__" ID="GitLogBrowserDialog.__init__"></a>
393 <h4>GitLogBrowserDialog (Constructor)</h4> 401 <h4>GitLogBrowserDialog (Constructor)</h4>
394 <b>GitLogBrowserDialog</b>(<i>vcs, parent=None</i>) 402 <b>GitLogBrowserDialog</b>(<i>vcs, parent=None</i>)
395
396 <p> 403 <p>
397 Constructor 404 Constructor
398 </p> 405 </p>
406
399 <dl> 407 <dl>
400 408
401 <dt><i>vcs</i> (Git)</dt> 409 <dt><i>vcs</i> (Git)</dt>
402 <dd> 410 <dd>
403 reference to the vcs object 411 reference to the vcs object
408 </dd> 416 </dd>
409 </dl> 417 </dl>
410 <a NAME="GitLogBrowserDialog.__actionMode" ID="GitLogBrowserDialog.__actionMode"></a> 418 <a NAME="GitLogBrowserDialog.__actionMode" ID="GitLogBrowserDialog.__actionMode"></a>
411 <h4>GitLogBrowserDialog.__actionMode</h4> 419 <h4>GitLogBrowserDialog.__actionMode</h4>
412 <b>__actionMode</b>(<i></i>) 420 <b>__actionMode</b>(<i></i>)
413
414 <p> 421 <p>
415 Private method to get the selected action mode. 422 Private method to get the selected action mode.
416 </p> 423 </p>
424
417 <dl> 425 <dl>
418 <dt>Return:</dt> 426 <dt>Return:</dt>
419 <dd> 427 <dd>
420 selected action mode (one of 'filter' or 'find') 428 selected action mode (one of 'filter' or 'find')
421 </dd> 429 </dd>
427 </dd> 435 </dd>
428 </dl> 436 </dl>
429 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a> 437 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a>
430 <h4>GitLogBrowserDialog.__addFinishCallback</h4> 438 <h4>GitLogBrowserDialog.__addFinishCallback</h4>
431 <b>__addFinishCallback</b>(<i>callback</i>) 439 <b>__addFinishCallback</b>(<i>callback</i>)
432
433 <p> 440 <p>
434 Private method to add a method to be called once the process finished. 441 Private method to add a method to be called once the process finished.
435 </p> 442 </p>
436 <p> 443 <p>
437 The callback methods are invoke in a FIFO style and are consumed. If 444 The callback methods are invoke in a FIFO style and are consumed. If
438 a callback method needs to be called again, it must be added again. 445 a callback method needs to be called again, it must be added again.
439 </p> 446 </p>
447
440 <dl> 448 <dl>
441 449
442 <dt><i>callback</i> (function)</dt> 450 <dt><i>callback</i> (function)</dt>
443 <dd> 451 <dd>
444 callback method 452 callback method
445 </dd> 453 </dd>
446 </dl> 454 </dl>
447 <a NAME="GitLogBrowserDialog.__branchActTriggered" ID="GitLogBrowserDialog.__branchActTriggered"></a> 455 <a NAME="GitLogBrowserDialog.__branchActTriggered" ID="GitLogBrowserDialog.__branchActTriggered"></a>
448 <h4>GitLogBrowserDialog.__branchActTriggered</h4> 456 <h4>GitLogBrowserDialog.__branchActTriggered</h4>
449 <b>__branchActTriggered</b>(<i></i>) 457 <b>__branchActTriggered</b>(<i></i>)
450
451 <p> 458 <p>
452 Private slot to create a new branch starting at the selected commit. 459 Private slot to create a new branch starting at the selected commit.
453 </p> 460 </p>
461
454 <a NAME="GitLogBrowserDialog.__branchSwitchActTriggered" ID="GitLogBrowserDialog.__branchSwitchActTriggered"></a> 462 <a NAME="GitLogBrowserDialog.__branchSwitchActTriggered" ID="GitLogBrowserDialog.__branchSwitchActTriggered"></a>
455 <h4>GitLogBrowserDialog.__branchSwitchActTriggered</h4> 463 <h4>GitLogBrowserDialog.__branchSwitchActTriggered</h4>
456 <b>__branchSwitchActTriggered</b>(<i></i>) 464 <b>__branchSwitchActTriggered</b>(<i></i>)
457
458 <p> 465 <p>
459 Private slot to create a new branch starting at the selected commit 466 Private slot to create a new branch starting at the selected commit
460 and switch the work tree to it. 467 and switch the work tree to it.
461 </p> 468 </p>
469
462 <a NAME="GitLogBrowserDialog.__cherryActTriggered" ID="GitLogBrowserDialog.__cherryActTriggered"></a> 470 <a NAME="GitLogBrowserDialog.__cherryActTriggered" ID="GitLogBrowserDialog.__cherryActTriggered"></a>
463 <h4>GitLogBrowserDialog.__cherryActTriggered</h4> 471 <h4>GitLogBrowserDialog.__cherryActTriggered</h4>
464 <b>__cherryActTriggered</b>(<i></i>) 472 <b>__cherryActTriggered</b>(<i></i>)
465
466 <p> 473 <p>
467 Private slot to handle the Copy Commits action. 474 Private slot to handle the Copy Commits action.
468 </p> 475 </p>
476
469 <a NAME="GitLogBrowserDialog.__commitIdClicked" ID="GitLogBrowserDialog.__commitIdClicked"></a> 477 <a NAME="GitLogBrowserDialog.__commitIdClicked" ID="GitLogBrowserDialog.__commitIdClicked"></a>
470 <h4>GitLogBrowserDialog.__commitIdClicked</h4> 478 <h4>GitLogBrowserDialog.__commitIdClicked</h4>
471 <b>__commitIdClicked</b>(<i>url</i>) 479 <b>__commitIdClicked</b>(<i>url</i>)
472
473 <p> 480 <p>
474 Private slot to handle the anchorClicked signal of the changeset 481 Private slot to handle the anchorClicked signal of the changeset
475 details pane. 482 details pane.
476 </p> 483 </p>
484
477 <dl> 485 <dl>
478 486
479 <dt><i>url</i> (QUrl)</dt> 487 <dt><i>url</i> (QUrl)</dt>
480 <dd> 488 <dd>
481 URL that was clicked 489 URL that was clicked
482 </dd> 490 </dd>
483 </dl> 491 </dl>
484 <a NAME="GitLogBrowserDialog.__describeActTriggered" ID="GitLogBrowserDialog.__describeActTriggered"></a> 492 <a NAME="GitLogBrowserDialog.__describeActTriggered" ID="GitLogBrowserDialog.__describeActTriggered"></a>
485 <h4>GitLogBrowserDialog.__describeActTriggered</h4> 493 <h4>GitLogBrowserDialog.__describeActTriggered</h4>
486 <b>__describeActTriggered</b>(<i></i>) 494 <b>__describeActTriggered</b>(<i></i>)
487
488 <p> 495 <p>
489 Private slot to show the most recent tag reachable from a commit. 496 Private slot to show the most recent tag reachable from a commit.
490 </p> 497 </p>
498
491 <a NAME="GitLogBrowserDialog.__filterLogs" ID="GitLogBrowserDialog.__filterLogs"></a> 499 <a NAME="GitLogBrowserDialog.__filterLogs" ID="GitLogBrowserDialog.__filterLogs"></a>
492 <h4>GitLogBrowserDialog.__filterLogs</h4> 500 <h4>GitLogBrowserDialog.__filterLogs</h4>
493 <b>__filterLogs</b>(<i></i>) 501 <b>__filterLogs</b>(<i></i>)
494
495 <p> 502 <p>
496 Private method to filter the log entries. 503 Private method to filter the log entries.
497 </p> 504 </p>
505
498 <a NAME="GitLogBrowserDialog.__findItem" ID="GitLogBrowserDialog.__findItem"></a> 506 <a NAME="GitLogBrowserDialog.__findItem" ID="GitLogBrowserDialog.__findItem"></a>
499 <h4>GitLogBrowserDialog.__findItem</h4> 507 <h4>GitLogBrowserDialog.__findItem</h4>
500 <b>__findItem</b>(<i>backwards=False, interactive=False</i>) 508 <b>__findItem</b>(<i>backwards=False, interactive=False</i>)
501
502 <p> 509 <p>
503 Private slot to find an item matching the entered criteria. 510 Private slot to find an item matching the entered criteria.
504 </p> 511 </p>
512
505 <dl> 513 <dl>
506 514
507 <dt><i>backwards</i> (bool)</dt> 515 <dt><i>backwards</i> (bool)</dt>
508 <dd> 516 <dd>
509 flag indicating to search backwards 517 flag indicating to search backwards
514 </dd> 522 </dd>
515 </dl> 523 </dl>
516 <a NAME="GitLogBrowserDialog.__finish" ID="GitLogBrowserDialog.__finish"></a> 524 <a NAME="GitLogBrowserDialog.__finish" ID="GitLogBrowserDialog.__finish"></a>
517 <h4>GitLogBrowserDialog.__finish</h4> 525 <h4>GitLogBrowserDialog.__finish</h4>
518 <b>__finish</b>(<i></i>) 526 <b>__finish</b>(<i></i>)
519
520 <p> 527 <p>
521 Private slot called when the process finished or the user pressed 528 Private slot called when the process finished or the user pressed
522 the button. 529 the button.
523 </p> 530 </p>
531
524 <a NAME="GitLogBrowserDialog.__generateDetailsTableText" ID="GitLogBrowserDialog.__generateDetailsTableText"></a> 532 <a NAME="GitLogBrowserDialog.__generateDetailsTableText" ID="GitLogBrowserDialog.__generateDetailsTableText"></a>
525 <h4>GitLogBrowserDialog.__generateDetailsTableText</h4> 533 <h4>GitLogBrowserDialog.__generateDetailsTableText</h4>
526 <b>__generateDetailsTableText</b>(<i>itm</i>) 534 <b>__generateDetailsTableText</b>(<i>itm</i>)
527
528 <p> 535 <p>
529 Private method to generate an HTML table with the details of the given 536 Private method to generate an HTML table with the details of the given
530 changeset. 537 changeset.
531 </p> 538 </p>
539
532 <dl> 540 <dl>
533 541
534 <dt><i>itm</i> (QTreeWidgetItem)</dt> 542 <dt><i>itm</i> (QTreeWidgetItem)</dt>
535 <dd> 543 <dd>
536 reference to the item the table should be based on 544 reference to the item the table should be based on
549 </dd> 557 </dd>
550 </dl> 558 </dl>
551 <a NAME="GitLogBrowserDialog.__generateDiffs" ID="GitLogBrowserDialog.__generateDiffs"></a> 559 <a NAME="GitLogBrowserDialog.__generateDiffs" ID="GitLogBrowserDialog.__generateDiffs"></a>
552 <h4>GitLogBrowserDialog.__generateDiffs</h4> 560 <h4>GitLogBrowserDialog.__generateDiffs</h4>
553 <b>__generateDiffs</b>(<i>parent=1</i>) 561 <b>__generateDiffs</b>(<i>parent=1</i>)
554
555 <p> 562 <p>
556 Private slot to generate diff outputs for the selected item. 563 Private slot to generate diff outputs for the selected item.
557 </p> 564 </p>
565
558 <dl> 566 <dl>
559 567
560 <dt><i>parent</i> (int)</dt> 568 <dt><i>parent</i> (int)</dt>
561 <dd> 569 <dd>
562 number of parent to diff against 570 number of parent to diff against
563 </dd> 571 </dd>
564 </dl> 572 </dl>
565 <a NAME="GitLogBrowserDialog.__generateEdges" ID="GitLogBrowserDialog.__generateEdges"></a> 573 <a NAME="GitLogBrowserDialog.__generateEdges" ID="GitLogBrowserDialog.__generateEdges"></a>
566 <h4>GitLogBrowserDialog.__generateEdges</h4> 574 <h4>GitLogBrowserDialog.__generateEdges</h4>
567 <b>__generateEdges</b>(<i>commitId, parents</i>) 575 <b>__generateEdges</b>(<i>commitId, parents</i>)
568
569 <p> 576 <p>
570 Private method to generate edge info for the give data. 577 Private method to generate edge info for the give data.
571 </p> 578 </p>
579
572 <dl> 580 <dl>
573 581
574 <dt><i>commitId</i> (str)</dt> 582 <dt><i>commitId</i> (str)</dt>
575 <dd> 583 <dd>
576 commit id to calculate edge info for 584 commit id to calculate edge info for
595 </dd> 603 </dd>
596 </dl> 604 </dl>
597 <a NAME="GitLogBrowserDialog.__generateFileItem" ID="GitLogBrowserDialog.__generateFileItem"></a> 605 <a NAME="GitLogBrowserDialog.__generateFileItem" ID="GitLogBrowserDialog.__generateFileItem"></a>
598 <h4>GitLogBrowserDialog.__generateFileItem</h4> 606 <h4>GitLogBrowserDialog.__generateFileItem</h4>
599 <b>__generateFileItem</b>(<i>action, path, copyfrom, additions, deletions</i>) 607 <b>__generateFileItem</b>(<i>action, path, copyfrom, additions, deletions</i>)
600
601 <p> 608 <p>
602 Private method to generate a changed files tree entry. 609 Private method to generate a changed files tree entry.
603 </p> 610 </p>
611
604 <dl> 612 <dl>
605 613
606 <dt><i>action</i> (str)</dt> 614 <dt><i>action</i> (str)</dt>
607 <dd> 615 <dd>
608 indicator for the change action ("A", "C", "D", "M", 616 indicator for the change action ("A", "C", "D", "M",
638 </dd> 646 </dd>
639 </dl> 647 </dl>
640 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a> 648 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a>
641 <h4>GitLogBrowserDialog.__generateIcon</h4> 649 <h4>GitLogBrowserDialog.__generateIcon</h4>
642 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentCommit</i>) 650 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentCommit</i>)
643
644 <p> 651 <p>
645 Private method to generate an icon containing the revision tree for the 652 Private method to generate an icon containing the revision tree for the
646 given data. 653 given data.
647 </p> 654 </p>
655
648 <dl> 656 <dl>
649 657
650 <dt><i>column</i> (int)</dt> 658 <dt><i>column</i> (int)</dt>
651 <dd> 659 <dd>
652 column index of the revision 660 column index of the revision
682 </dd> 690 </dd>
683 </dl> 691 </dl>
684 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a> 692 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a>
685 <h4>GitLogBrowserDialog.__generateLogItem</h4> 693 <h4>GitLogBrowserDialog.__generateLogItem</h4>
686 <b>__generateLogItem</b>(<i>author, date, committer, commitDate, subject, message, commitId, fullCommitId, changedPaths, parents, refnames, authorMail, committerMail, </i>) 694 <b>__generateLogItem</b>(<i>author, date, committer, commitDate, subject, message, commitId, fullCommitId, changedPaths, parents, refnames, authorMail, committerMail, </i>)
687
688 <p> 695 <p>
689 Private method to generate a log tree entry. 696 Private method to generate a log tree entry.
690 </p> 697 </p>
698
691 <dl> 699 <dl>
692 700
693 <dt><i>author</i> (str)</dt> 701 <dt><i>author</i> (str)</dt>
694 <dd> 702 <dd>
695 author info 703 author info
757 </dd> 765 </dd>
758 </dl> 766 </dl>
759 <a NAME="GitLogBrowserDialog.__generatorFinished" ID="GitLogBrowserDialog.__generatorFinished"></a> 767 <a NAME="GitLogBrowserDialog.__generatorFinished" ID="GitLogBrowserDialog.__generatorFinished"></a>
760 <h4>GitLogBrowserDialog.__generatorFinished</h4> 768 <h4>GitLogBrowserDialog.__generatorFinished</h4>
761 <b>__generatorFinished</b>(<i></i>) 769 <b>__generatorFinished</b>(<i></i>)
762
763 <p> 770 <p>
764 Private slot connected to the finished signal of the diff generator. 771 Private slot connected to the finished signal of the diff generator.
765 </p> 772 </p>
773
766 <a NAME="GitLogBrowserDialog.__getBranchesForCommit" ID="GitLogBrowserDialog.__getBranchesForCommit"></a> 774 <a NAME="GitLogBrowserDialog.__getBranchesForCommit" ID="GitLogBrowserDialog.__getBranchesForCommit"></a>
767 <h4>GitLogBrowserDialog.__getBranchesForCommit</h4> 775 <h4>GitLogBrowserDialog.__getBranchesForCommit</h4>
768 <b>__getBranchesForCommit</b>(<i>commitId</i>) 776 <b>__getBranchesForCommit</b>(<i>commitId</i>)
769
770 <p> 777 <p>
771 Private method to get all branches reachable from a commit ID. 778 Private method to get all branches reachable from a commit ID.
772 </p> 779 </p>
780
773 <dl> 781 <dl>
774 782
775 <dt><i>commitId</i> (str)</dt> 783 <dt><i>commitId</i> (str)</dt>
776 <dd> 784 <dd>
777 commit ID to get the branches for 785 commit ID to get the branches for
791 </dd> 799 </dd>
792 </dl> 800 </dl>
793 <a NAME="GitLogBrowserDialog.__getColor" ID="GitLogBrowserDialog.__getColor"></a> 801 <a NAME="GitLogBrowserDialog.__getColor" ID="GitLogBrowserDialog.__getColor"></a>
794 <h4>GitLogBrowserDialog.__getColor</h4> 802 <h4>GitLogBrowserDialog.__getColor</h4>
795 <b>__getColor</b>(<i>n</i>) 803 <b>__getColor</b>(<i>n</i>)
796
797 <p> 804 <p>
798 Private method to get the (rotating) name of the color given an index. 805 Private method to get the (rotating) name of the color given an index.
799 </p> 806 </p>
807
800 <dl> 808 <dl>
801 809
802 <dt><i>n</i> (int)</dt> 810 <dt><i>n</i> (int)</dt>
803 <dd> 811 <dd>
804 color index 812 color index
817 </dd> 825 </dd>
818 </dl> 826 </dl>
819 <a NAME="GitLogBrowserDialog.__getCommitForTag" ID="GitLogBrowserDialog.__getCommitForTag"></a> 827 <a NAME="GitLogBrowserDialog.__getCommitForTag" ID="GitLogBrowserDialog.__getCommitForTag"></a>
820 <h4>GitLogBrowserDialog.__getCommitForTag</h4> 828 <h4>GitLogBrowserDialog.__getCommitForTag</h4>
821 <b>__getCommitForTag</b>(<i>tag</i>) 829 <b>__getCommitForTag</b>(<i>tag</i>)
822
823 <p> 830 <p>
824 Private method to get the commit id for a tag. 831 Private method to get the commit id for a tag.
825 </p> 832 </p>
833
826 <dl> 834 <dl>
827 835
828 <dt><i>tag</i> (str)</dt> 836 <dt><i>tag</i> (str)</dt>
829 <dd> 837 <dd>
830 tag name 838 tag name
843 </dd> 851 </dd>
844 </dl> 852 </dl>
845 <a NAME="GitLogBrowserDialog.__getLogEntries" ID="GitLogBrowserDialog.__getLogEntries"></a> 853 <a NAME="GitLogBrowserDialog.__getLogEntries" ID="GitLogBrowserDialog.__getLogEntries"></a>
846 <h4>GitLogBrowserDialog.__getLogEntries</h4> 854 <h4>GitLogBrowserDialog.__getLogEntries</h4>
847 <b>__getLogEntries</b>(<i>skip=0, noEntries=0</i>) 855 <b>__getLogEntries</b>(<i>skip=0, noEntries=0</i>)
848
849 <p> 856 <p>
850 Private method to retrieve log entries from the repository. 857 Private method to retrieve log entries from the repository.
851 </p> 858 </p>
859
852 <dl> 860 <dl>
853 861
854 <dt><i>skip</i> (int)</dt> 862 <dt><i>skip</i> (int)</dt>
855 <dd> 863 <dd>
856 number of log entries to skip 864 number of log entries to skip
861 </dd> 869 </dd>
862 </dl> 870 </dl>
863 <a NAME="GitLogBrowserDialog.__getTagsForCommit" ID="GitLogBrowserDialog.__getTagsForCommit"></a> 871 <a NAME="GitLogBrowserDialog.__getTagsForCommit" ID="GitLogBrowserDialog.__getTagsForCommit"></a>
864 <h4>GitLogBrowserDialog.__getTagsForCommit</h4> 872 <h4>GitLogBrowserDialog.__getTagsForCommit</h4>
865 <b>__getTagsForCommit</b>(<i>commitId</i>) 873 <b>__getTagsForCommit</b>(<i>commitId</i>)
866
867 <p> 874 <p>
868 Private method to get all tags reachable from a commit ID. 875 Private method to get all tags reachable from a commit ID.
869 </p> 876 </p>
877
870 <dl> 878 <dl>
871 879
872 <dt><i>commitId</i> (str)</dt> 880 <dt><i>commitId</i> (str)</dt>
873 <dd> 881 <dd>
874 commit ID to get the tags for 882 commit ID to get the tags for
888 </dd> 896 </dd>
889 </dl> 897 </dl>
890 <a NAME="GitLogBrowserDialog.__identifyProject" ID="GitLogBrowserDialog.__identifyProject"></a> 898 <a NAME="GitLogBrowserDialog.__identifyProject" ID="GitLogBrowserDialog.__identifyProject"></a>
891 <h4>GitLogBrowserDialog.__identifyProject</h4> 899 <h4>GitLogBrowserDialog.__identifyProject</h4>
892 <b>__identifyProject</b>(<i></i>) 900 <b>__identifyProject</b>(<i></i>)
893
894 <p> 901 <p>
895 Private method to determine the revision of the project directory. 902 Private method to determine the revision of the project directory.
896 </p> 903 </p>
904
897 <a NAME="GitLogBrowserDialog.__initActionsMenu" ID="GitLogBrowserDialog.__initActionsMenu"></a> 905 <a NAME="GitLogBrowserDialog.__initActionsMenu" ID="GitLogBrowserDialog.__initActionsMenu"></a>
898 <h4>GitLogBrowserDialog.__initActionsMenu</h4> 906 <h4>GitLogBrowserDialog.__initActionsMenu</h4>
899 <b>__initActionsMenu</b>(<i></i>) 907 <b>__initActionsMenu</b>(<i></i>)
900
901 <p> 908 <p>
902 Private method to initialize the actions menu. 909 Private method to initialize the actions menu.
903 </p> 910 </p>
911
904 <a NAME="GitLogBrowserDialog.__initData" ID="GitLogBrowserDialog.__initData"></a> 912 <a NAME="GitLogBrowserDialog.__initData" ID="GitLogBrowserDialog.__initData"></a>
905 <h4>GitLogBrowserDialog.__initData</h4> 913 <h4>GitLogBrowserDialog.__initData</h4>
906 <b>__initData</b>(<i></i>) 914 <b>__initData</b>(<i></i>)
907
908 <p> 915 <p>
909 Private method to (re-)initialize some data. 916 Private method to (re-)initialize some data.
910 </p> 917 </p>
918
911 <a NAME="GitLogBrowserDialog.__initLogTreeContextMenu" ID="GitLogBrowserDialog.__initLogTreeContextMenu"></a> 919 <a NAME="GitLogBrowserDialog.__initLogTreeContextMenu" ID="GitLogBrowserDialog.__initLogTreeContextMenu"></a>
912 <h4>GitLogBrowserDialog.__initLogTreeContextMenu</h4> 920 <h4>GitLogBrowserDialog.__initLogTreeContextMenu</h4>
913 <b>__initLogTreeContextMenu</b>(<i></i>) 921 <b>__initLogTreeContextMenu</b>(<i></i>)
914
915 <p> 922 <p>
916 Private method to initialize the log tree context menu. 923 Private method to initialize the log tree context menu.
917 </p> 924 </p>
925
918 <a NAME="GitLogBrowserDialog.__mergeFileSeparators" ID="GitLogBrowserDialog.__mergeFileSeparators"></a> 926 <a NAME="GitLogBrowserDialog.__mergeFileSeparators" ID="GitLogBrowserDialog.__mergeFileSeparators"></a>
919 <h4>GitLogBrowserDialog.__mergeFileSeparators</h4> 927 <h4>GitLogBrowserDialog.__mergeFileSeparators</h4>
920 <b>__mergeFileSeparators</b>(<i>fileSeparators</i>) 928 <b>__mergeFileSeparators</b>(<i>fileSeparators</i>)
921
922 <p> 929 <p>
923 Private method to merge the file separator entries. 930 Private method to merge the file separator entries.
924 </p> 931 </p>
932
925 <dl> 933 <dl>
926 934
927 <dt><i>fileSeparators</i> (list of str)</dt> 935 <dt><i>fileSeparators</i> (list of str)</dt>
928 <dd> 936 <dd>
929 list of file separator entries to be merged 937 list of file separator entries to be merged
942 </dd> 950 </dd>
943 </dl> 951 </dl>
944 <a NAME="GitLogBrowserDialog.__prepareFieldSearch" ID="GitLogBrowserDialog.__prepareFieldSearch"></a> 952 <a NAME="GitLogBrowserDialog.__prepareFieldSearch" ID="GitLogBrowserDialog.__prepareFieldSearch"></a>
945 <h4>GitLogBrowserDialog.__prepareFieldSearch</h4> 953 <h4>GitLogBrowserDialog.__prepareFieldSearch</h4>
946 <b>__prepareFieldSearch</b>(<i></i>) 954 <b>__prepareFieldSearch</b>(<i></i>)
947
948 <p> 955 <p>
949 Private slot to prepare the filed search data. 956 Private slot to prepare the filed search data.
950 </p> 957 </p>
958
951 <dl> 959 <dl>
952 <dt>Return:</dt> 960 <dt>Return:</dt>
953 <dd> 961 <dd>
954 tuple of field index, search expression and flag indicating 962 tuple of field index, search expression and flag indicating
955 that the field index is a data role 963 that the field index is a data role
962 </dd> 970 </dd>
963 </dl> 971 </dl>
964 <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a> 972 <a NAME="GitLogBrowserDialog.__procFinished" ID="GitLogBrowserDialog.__procFinished"></a>
965 <h4>GitLogBrowserDialog.__procFinished</h4> 973 <h4>GitLogBrowserDialog.__procFinished</h4>
966 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 974 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
967
968 <p> 975 <p>
969 Private slot connected to the finished signal. 976 Private slot connected to the finished signal.
970 </p> 977 </p>
978
971 <dl> 979 <dl>
972 980
973 <dt><i>exitCode</i> (int)</dt> 981 <dt><i>exitCode</i> (int)</dt>
974 <dd> 982 <dd>
975 exit code of the process 983 exit code of the process
980 </dd> 988 </dd>
981 </dl> 989 </dl>
982 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a> 990 <a NAME="GitLogBrowserDialog.__processBuffer" ID="GitLogBrowserDialog.__processBuffer"></a>
983 <h4>GitLogBrowserDialog.__processBuffer</h4> 991 <h4>GitLogBrowserDialog.__processBuffer</h4>
984 <b>__processBuffer</b>(<i></i>) 992 <b>__processBuffer</b>(<i></i>)
985
986 <p> 993 <p>
987 Private method to process the buffered output of the git log command. 994 Private method to process the buffered output of the git log command.
988 </p> 995 </p>
996
989 <a NAME="GitLogBrowserDialog.__processBufferItem" ID="GitLogBrowserDialog.__processBufferItem"></a> 997 <a NAME="GitLogBrowserDialog.__processBufferItem" ID="GitLogBrowserDialog.__processBufferItem"></a>
990 <h4>GitLogBrowserDialog.__processBufferItem</h4> 998 <h4>GitLogBrowserDialog.__processBufferItem</h4>
991 <b>__processBufferItem</b>(<i>logEntry</i>) 999 <b>__processBufferItem</b>(<i>logEntry</i>)
992
993 <p> 1000 <p>
994 Private method to process a log entry. 1001 Private method to process a log entry.
995 </p> 1002 </p>
1003
996 <dl> 1004 <dl>
997 1005
998 <dt><i>logEntry</i> (dict)</dt> 1006 <dt><i>logEntry</i> (dict)</dt>
999 <dd> 1007 <dd>
1000 dictionary as generated by __processBuffer 1008 dictionary as generated by __processBuffer
1001 </dd> 1009 </dd>
1002 </dl> 1010 </dl>
1003 <a NAME="GitLogBrowserDialog.__readStderr" ID="GitLogBrowserDialog.__readStderr"></a> 1011 <a NAME="GitLogBrowserDialog.__readStderr" ID="GitLogBrowserDialog.__readStderr"></a>
1004 <h4>GitLogBrowserDialog.__readStderr</h4> 1012 <h4>GitLogBrowserDialog.__readStderr</h4>
1005 <b>__readStderr</b>(<i></i>) 1013 <b>__readStderr</b>(<i></i>)
1006
1007 <p> 1014 <p>
1008 Private slot to handle the readyReadStandardError signal. 1015 Private slot to handle the readyReadStandardError signal.
1009 </p> 1016 </p>
1010 <p> 1017 <p>
1011 It reads the error output of the process and inserts it into the 1018 It reads the error output of the process and inserts it into the
1012 error pane. 1019 error pane.
1013 </p> 1020 </p>
1021
1014 <a NAME="GitLogBrowserDialog.__readStdout" ID="GitLogBrowserDialog.__readStdout"></a> 1022 <a NAME="GitLogBrowserDialog.__readStdout" ID="GitLogBrowserDialog.__readStdout"></a>
1015 <h4>GitLogBrowserDialog.__readStdout</h4> 1023 <h4>GitLogBrowserDialog.__readStdout</h4>
1016 <b>__readStdout</b>(<i></i>) 1024 <b>__readStdout</b>(<i></i>)
1017
1018 <p> 1025 <p>
1019 Private slot to handle the readyReadStandardOutput signal. 1026 Private slot to handle the readyReadStandardOutput signal.
1020 </p> 1027 </p>
1021 <p> 1028 <p>
1022 It reads the output of the process and inserts it into a buffer. 1029 It reads the output of the process and inserts it into a buffer.
1023 </p> 1030 </p>
1031
1024 <a NAME="GitLogBrowserDialog.__reloadGeometry" ID="GitLogBrowserDialog.__reloadGeometry"></a> 1032 <a NAME="GitLogBrowserDialog.__reloadGeometry" ID="GitLogBrowserDialog.__reloadGeometry"></a>
1025 <h4>GitLogBrowserDialog.__reloadGeometry</h4> 1033 <h4>GitLogBrowserDialog.__reloadGeometry</h4>
1026 <b>__reloadGeometry</b>(<i></i>) 1034 <b>__reloadGeometry</b>(<i></i>)
1027
1028 <p> 1035 <p>
1029 Private method to restore the geometry. 1036 Private method to restore the geometry.
1030 </p> 1037 </p>
1038
1031 <a NAME="GitLogBrowserDialog.__resetUI" ID="GitLogBrowserDialog.__resetUI"></a> 1039 <a NAME="GitLogBrowserDialog.__resetUI" ID="GitLogBrowserDialog.__resetUI"></a>
1032 <h4>GitLogBrowserDialog.__resetUI</h4> 1040 <h4>GitLogBrowserDialog.__resetUI</h4>
1033 <b>__resetUI</b>(<i></i>) 1041 <b>__resetUI</b>(<i></i>)
1034
1035 <p> 1042 <p>
1036 Private method to reset the user interface. 1043 Private method to reset the user interface.
1037 </p> 1044 </p>
1045
1038 <a NAME="GitLogBrowserDialog.__resizeColumnsFiles" ID="GitLogBrowserDialog.__resizeColumnsFiles"></a> 1046 <a NAME="GitLogBrowserDialog.__resizeColumnsFiles" ID="GitLogBrowserDialog.__resizeColumnsFiles"></a>
1039 <h4>GitLogBrowserDialog.__resizeColumnsFiles</h4> 1047 <h4>GitLogBrowserDialog.__resizeColumnsFiles</h4>
1040 <b>__resizeColumnsFiles</b>(<i></i>) 1048 <b>__resizeColumnsFiles</b>(<i></i>)
1041
1042 <p> 1049 <p>
1043 Private method to resize the changed files tree columns. 1050 Private method to resize the changed files tree columns.
1044 </p> 1051 </p>
1052
1045 <a NAME="GitLogBrowserDialog.__resizeColumnsLog" ID="GitLogBrowserDialog.__resizeColumnsLog"></a> 1053 <a NAME="GitLogBrowserDialog.__resizeColumnsLog" ID="GitLogBrowserDialog.__resizeColumnsLog"></a>
1046 <h4>GitLogBrowserDialog.__resizeColumnsLog</h4> 1054 <h4>GitLogBrowserDialog.__resizeColumnsLog</h4>
1047 <b>__resizeColumnsLog</b>(<i></i>) 1055 <b>__resizeColumnsLog</b>(<i></i>)
1048
1049 <p> 1056 <p>
1050 Private method to resize the log tree columns. 1057 Private method to resize the log tree columns.
1051 </p> 1058 </p>
1059
1052 <a NAME="GitLogBrowserDialog.__resortFiles" ID="GitLogBrowserDialog.__resortFiles"></a> 1060 <a NAME="GitLogBrowserDialog.__resortFiles" ID="GitLogBrowserDialog.__resortFiles"></a>
1053 <h4>GitLogBrowserDialog.__resortFiles</h4> 1061 <h4>GitLogBrowserDialog.__resortFiles</h4>
1054 <b>__resortFiles</b>(<i></i>) 1062 <b>__resortFiles</b>(<i></i>)
1055
1056 <p> 1063 <p>
1057 Private method to resort the changed files tree. 1064 Private method to resort the changed files tree.
1058 </p> 1065 </p>
1066
1059 <a NAME="GitLogBrowserDialog.__restoreSplitterStates" ID="GitLogBrowserDialog.__restoreSplitterStates"></a> 1067 <a NAME="GitLogBrowserDialog.__restoreSplitterStates" ID="GitLogBrowserDialog.__restoreSplitterStates"></a>
1060 <h4>GitLogBrowserDialog.__restoreSplitterStates</h4> 1068 <h4>GitLogBrowserDialog.__restoreSplitterStates</h4>
1061 <b>__restoreSplitterStates</b>(<i></i>) 1069 <b>__restoreSplitterStates</b>(<i></i>)
1062
1063 <p> 1070 <p>
1064 Private method to restore the state of the various splitters. 1071 Private method to restore the state of the various splitters.
1065 </p> 1072 </p>
1073
1066 <a NAME="GitLogBrowserDialog.__shortlogActTriggered" ID="GitLogBrowserDialog.__shortlogActTriggered"></a> 1074 <a NAME="GitLogBrowserDialog.__shortlogActTriggered" ID="GitLogBrowserDialog.__shortlogActTriggered"></a>
1067 <h4>GitLogBrowserDialog.__shortlogActTriggered</h4> 1075 <h4>GitLogBrowserDialog.__shortlogActTriggered</h4>
1068 <b>__shortlogActTriggered</b>(<i></i>) 1076 <b>__shortlogActTriggered</b>(<i></i>)
1069
1070 <p> 1077 <p>
1071 Private slot to show a short log suitable for release announcements. 1078 Private slot to show a short log suitable for release announcements.
1072 </p> 1079 </p>
1080
1073 <a NAME="GitLogBrowserDialog.__showAuthorColumns" ID="GitLogBrowserDialog.__showAuthorColumns"></a> 1081 <a NAME="GitLogBrowserDialog.__showAuthorColumns" ID="GitLogBrowserDialog.__showAuthorColumns"></a>
1074 <h4>GitLogBrowserDialog.__showAuthorColumns</h4> 1082 <h4>GitLogBrowserDialog.__showAuthorColumns</h4>
1075 <b>__showAuthorColumns</b>(<i>on</i>) 1083 <b>__showAuthorColumns</b>(<i>on</i>)
1076
1077 <p> 1084 <p>
1078 Private slot to show/hide the committer columns. 1085 Private slot to show/hide the committer columns.
1079 </p> 1086 </p>
1087
1080 <dl> 1088 <dl>
1081 1089
1082 <dt><i>on</i> (bool)</dt> 1090 <dt><i>on</i> (bool)</dt>
1083 <dd> 1091 <dd>
1084 flag indicating the selection state 1092 flag indicating the selection state
1085 </dd> 1093 </dd>
1086 </dl> 1094 </dl>
1087 <a NAME="GitLogBrowserDialog.__showBranchesColumn" ID="GitLogBrowserDialog.__showBranchesColumn"></a> 1095 <a NAME="GitLogBrowserDialog.__showBranchesColumn" ID="GitLogBrowserDialog.__showBranchesColumn"></a>
1088 <h4>GitLogBrowserDialog.__showBranchesColumn</h4> 1096 <h4>GitLogBrowserDialog.__showBranchesColumn</h4>
1089 <b>__showBranchesColumn</b>(<i>on</i>) 1097 <b>__showBranchesColumn</b>(<i>on</i>)
1090
1091 <p> 1098 <p>
1092 Private slot to show/hide the branches column. 1099 Private slot to show/hide the branches column.
1093 </p> 1100 </p>
1101
1094 <dl> 1102 <dl>
1095 1103
1096 <dt><i>on</i> (bool)</dt> 1104 <dt><i>on</i> (bool)</dt>
1097 <dd> 1105 <dd>
1098 flag indicating the selection state 1106 flag indicating the selection state
1099 </dd> 1107 </dd>
1100 </dl> 1108 </dl>
1101 <a NAME="GitLogBrowserDialog.__showCommitIdColumn" ID="GitLogBrowserDialog.__showCommitIdColumn"></a> 1109 <a NAME="GitLogBrowserDialog.__showCommitIdColumn" ID="GitLogBrowserDialog.__showCommitIdColumn"></a>
1102 <h4>GitLogBrowserDialog.__showCommitIdColumn</h4> 1110 <h4>GitLogBrowserDialog.__showCommitIdColumn</h4>
1103 <b>__showCommitIdColumn</b>(<i>on</i>) 1111 <b>__showCommitIdColumn</b>(<i>on</i>)
1104
1105 <p> 1112 <p>
1106 Private slot to show/hide the commit ID column. 1113 Private slot to show/hide the commit ID column.
1107 </p> 1114 </p>
1115
1108 <dl> 1116 <dl>
1109 1117
1110 <dt><i>on</i> (bool)</dt> 1118 <dt><i>on</i> (bool)</dt>
1111 <dd> 1119 <dd>
1112 flag indicating the selection state 1120 flag indicating the selection state
1113 </dd> 1121 </dd>
1114 </dl> 1122 </dl>
1115 <a NAME="GitLogBrowserDialog.__showCommitterColumns" ID="GitLogBrowserDialog.__showCommitterColumns"></a> 1123 <a NAME="GitLogBrowserDialog.__showCommitterColumns" ID="GitLogBrowserDialog.__showCommitterColumns"></a>
1116 <h4>GitLogBrowserDialog.__showCommitterColumns</h4> 1124 <h4>GitLogBrowserDialog.__showCommitterColumns</h4>
1117 <b>__showCommitterColumns</b>(<i>on</i>) 1125 <b>__showCommitterColumns</b>(<i>on</i>)
1118
1119 <p> 1126 <p>
1120 Private slot to show/hide the committer columns. 1127 Private slot to show/hide the committer columns.
1121 </p> 1128 </p>
1129
1122 <dl> 1130 <dl>
1123 1131
1124 <dt><i>on</i> (bool)</dt> 1132 <dt><i>on</i> (bool)</dt>
1125 <dd> 1133 <dd>
1126 flag indicating the selection state 1134 flag indicating the selection state
1127 </dd> 1135 </dd>
1128 </dl> 1136 </dl>
1129 <a NAME="GitLogBrowserDialog.__showError" ID="GitLogBrowserDialog.__showError"></a> 1137 <a NAME="GitLogBrowserDialog.__showError" ID="GitLogBrowserDialog.__showError"></a>
1130 <h4>GitLogBrowserDialog.__showError</h4> 1138 <h4>GitLogBrowserDialog.__showError</h4>
1131 <b>__showError</b>(<i>out</i>) 1139 <b>__showError</b>(<i>out</i>)
1132
1133 <p> 1140 <p>
1134 Private slot to show some error. 1141 Private slot to show some error.
1135 </p> 1142 </p>
1143
1136 <dl> 1144 <dl>
1137 1145
1138 <dt><i>out</i> (str)</dt> 1146 <dt><i>out</i> (str)</dt>
1139 <dd> 1147 <dd>
1140 error to be shown 1148 error to be shown
1141 </dd> 1149 </dd>
1142 </dl> 1150 </dl>
1143 <a NAME="GitLogBrowserDialog.__showTagsColumn" ID="GitLogBrowserDialog.__showTagsColumn"></a> 1151 <a NAME="GitLogBrowserDialog.__showTagsColumn" ID="GitLogBrowserDialog.__showTagsColumn"></a>
1144 <h4>GitLogBrowserDialog.__showTagsColumn</h4> 1152 <h4>GitLogBrowserDialog.__showTagsColumn</h4>
1145 <b>__showTagsColumn</b>(<i>on</i>) 1153 <b>__showTagsColumn</b>(<i>on</i>)
1146
1147 <p> 1154 <p>
1148 Private slot to show/hide the tags column. 1155 Private slot to show/hide the tags column.
1149 </p> 1156 </p>
1157
1150 <dl> 1158 <dl>
1151 1159
1152 <dt><i>on</i> (bool)</dt> 1160 <dt><i>on</i> (bool)</dt>
1153 <dd> 1161 <dd>
1154 flag indicating the selection state 1162 flag indicating the selection state
1155 </dd> 1163 </dd>
1156 </dl> 1164 </dl>
1157 <a NAME="GitLogBrowserDialog.__switchActTriggered" ID="GitLogBrowserDialog.__switchActTriggered"></a> 1165 <a NAME="GitLogBrowserDialog.__switchActTriggered" ID="GitLogBrowserDialog.__switchActTriggered"></a>
1158 <h4>GitLogBrowserDialog.__switchActTriggered</h4> 1166 <h4>GitLogBrowserDialog.__switchActTriggered</h4>
1159 <b>__switchActTriggered</b>(<i></i>) 1167 <b>__switchActTriggered</b>(<i></i>)
1160
1161 <p> 1168 <p>
1162 Private slot to switch the working directory to the 1169 Private slot to switch the working directory to the
1163 selected commit. 1170 selected commit.
1164 </p> 1171 </p>
1172
1165 <a NAME="GitLogBrowserDialog.__tagActTriggered" ID="GitLogBrowserDialog.__tagActTriggered"></a> 1173 <a NAME="GitLogBrowserDialog.__tagActTriggered" ID="GitLogBrowserDialog.__tagActTriggered"></a>
1166 <h4>GitLogBrowserDialog.__tagActTriggered</h4> 1174 <h4>GitLogBrowserDialog.__tagActTriggered</h4>
1167 <b>__tagActTriggered</b>(<i></i>) 1175 <b>__tagActTriggered</b>(<i></i>)
1168
1169 <p> 1176 <p>
1170 Private slot to tag the selected commit. 1177 Private slot to tag the selected commit.
1171 </p> 1178 </p>
1179
1172 <a NAME="GitLogBrowserDialog.__updateDetailsAndFiles" ID="GitLogBrowserDialog.__updateDetailsAndFiles"></a> 1180 <a NAME="GitLogBrowserDialog.__updateDetailsAndFiles" ID="GitLogBrowserDialog.__updateDetailsAndFiles"></a>
1173 <h4>GitLogBrowserDialog.__updateDetailsAndFiles</h4> 1181 <h4>GitLogBrowserDialog.__updateDetailsAndFiles</h4>
1174 <b>__updateDetailsAndFiles</b>(<i></i>) 1182 <b>__updateDetailsAndFiles</b>(<i></i>)
1175
1176 <p> 1183 <p>
1177 Private slot to update the details and file changes panes. 1184 Private slot to update the details and file changes panes.
1178 </p> 1185 </p>
1186
1179 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a> 1187 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a>
1180 <h4>GitLogBrowserDialog.__updateFilesTree</h4> 1188 <h4>GitLogBrowserDialog.__updateFilesTree</h4>
1181 <b>__updateFilesTree</b>(<i>itm</i>) 1189 <b>__updateFilesTree</b>(<i>itm</i>)
1182
1183 <p> 1190 <p>
1184 Private method to update the files tree with changes of the given item. 1191 Private method to update the files tree with changes of the given item.
1185 </p> 1192 </p>
1193
1186 <dl> 1194 <dl>
1187 1195
1188 <dt><i>itm</i> (QTreeWidgetItem)</dt> 1196 <dt><i>itm</i> (QTreeWidgetItem)</dt>
1189 <dd> 1197 <dd>
1190 reference to the item the update should be based on 1198 reference to the item the update should be based on
1191 </dd> 1199 </dd>
1192 </dl> 1200 </dl>
1193 <a NAME="GitLogBrowserDialog.__updateSbsSelectLabel" ID="GitLogBrowserDialog.__updateSbsSelectLabel"></a> 1201 <a NAME="GitLogBrowserDialog.__updateSbsSelectLabel" ID="GitLogBrowserDialog.__updateSbsSelectLabel"></a>
1194 <h4>GitLogBrowserDialog.__updateSbsSelectLabel</h4> 1202 <h4>GitLogBrowserDialog.__updateSbsSelectLabel</h4>
1195 <b>__updateSbsSelectLabel</b>(<i></i>) 1203 <b>__updateSbsSelectLabel</b>(<i></i>)
1196
1197 <p> 1204 <p>
1198 Private slot to update the enabled status of the diff buttons. 1205 Private slot to update the enabled status of the diff buttons.
1199 </p> 1206 </p>
1207
1200 <a NAME="GitLogBrowserDialog.__updateToolMenuActions" ID="GitLogBrowserDialog.__updateToolMenuActions"></a> 1208 <a NAME="GitLogBrowserDialog.__updateToolMenuActions" ID="GitLogBrowserDialog.__updateToolMenuActions"></a>
1201 <h4>GitLogBrowserDialog.__updateToolMenuActions</h4> 1209 <h4>GitLogBrowserDialog.__updateToolMenuActions</h4>
1202 <b>__updateToolMenuActions</b>(<i></i>) 1210 <b>__updateToolMenuActions</b>(<i></i>)
1203
1204 <p> 1211 <p>
1205 Private slot to update the status of the tool menu actions and 1212 Private slot to update the status of the tool menu actions and
1206 the tool menu button. 1213 the tool menu button.
1207 </p> 1214 </p>
1215
1208 <a NAME="GitLogBrowserDialog.closeEvent" ID="GitLogBrowserDialog.closeEvent"></a> 1216 <a NAME="GitLogBrowserDialog.closeEvent" ID="GitLogBrowserDialog.closeEvent"></a>
1209 <h4>GitLogBrowserDialog.closeEvent</h4> 1217 <h4>GitLogBrowserDialog.closeEvent</h4>
1210 <b>closeEvent</b>(<i>e</i>) 1218 <b>closeEvent</b>(<i>e</i>)
1211
1212 <p> 1219 <p>
1213 Protected slot implementing a close event handler. 1220 Protected slot implementing a close event handler.
1214 </p> 1221 </p>
1222
1215 <dl> 1223 <dl>
1216 1224
1217 <dt><i>e</i> (QCloseEvent)</dt> 1225 <dt><i>e</i> (QCloseEvent)</dt>
1218 <dd> 1226 <dd>
1219 close event 1227 close event
1220 </dd> 1228 </dd>
1221 </dl> 1229 </dl>
1222 <a NAME="GitLogBrowserDialog.col2x" ID="GitLogBrowserDialog.col2x"></a> 1230 <a NAME="GitLogBrowserDialog.col2x" ID="GitLogBrowserDialog.col2x"></a>
1223 <h4>GitLogBrowserDialog.col2x</h4> 1231 <h4>GitLogBrowserDialog.col2x</h4>
1224 <b>col2x</b>(<i>radius</i>) 1232 <b>col2x</b>(<i>radius</i>)
1225
1226 <p> 1233 <p>
1227 Local function to calculate a x-position for a column. 1234 Local function to calculate a x-position for a column.
1228 </p> 1235 </p>
1236
1229 <dl> 1237 <dl>
1230 1238
1231 <dt><i>col</i> (int)</dt> 1239 <dt><i>col</i> (int)</dt>
1232 <dd> 1240 <dd>
1233 column number 1241 column number
1238 </dd> 1246 </dd>
1239 </dl> 1247 </dl>
1240 <a NAME="GitLogBrowserDialog.keyPressEvent" ID="GitLogBrowserDialog.keyPressEvent"></a> 1248 <a NAME="GitLogBrowserDialog.keyPressEvent" ID="GitLogBrowserDialog.keyPressEvent"></a>
1241 <h4>GitLogBrowserDialog.keyPressEvent</h4> 1249 <h4>GitLogBrowserDialog.keyPressEvent</h4>
1242 <b>keyPressEvent</b>(<i>evt</i>) 1250 <b>keyPressEvent</b>(<i>evt</i>)
1243
1244 <p> 1251 <p>
1245 Protected slot to handle a key press event. 1252 Protected slot to handle a key press event.
1246 </p> 1253 </p>
1254
1247 <dl> 1255 <dl>
1248 1256
1249 <dt><i>evt</i> (QKeyEvent)</dt> 1257 <dt><i>evt</i> (QKeyEvent)</dt>
1250 <dd> 1258 <dd>
1251 the key press event 1259 the key press event
1252 </dd> 1260 </dd>
1253 </dl> 1261 </dl>
1254 <a NAME="GitLogBrowserDialog.on_buttonBox_clicked" ID="GitLogBrowserDialog.on_buttonBox_clicked"></a> 1262 <a NAME="GitLogBrowserDialog.on_buttonBox_clicked" ID="GitLogBrowserDialog.on_buttonBox_clicked"></a>
1255 <h4>GitLogBrowserDialog.on_buttonBox_clicked</h4> 1263 <h4>GitLogBrowserDialog.on_buttonBox_clicked</h4>
1256 <b>on_buttonBox_clicked</b>(<i>button</i>) 1264 <b>on_buttonBox_clicked</b>(<i>button</i>)
1257
1258 <p> 1265 <p>
1259 Private slot called by a button of the button box clicked. 1266 Private slot called by a button of the button box clicked.
1260 </p> 1267 </p>
1268
1261 <dl> 1269 <dl>
1262 1270
1263 <dt><i>button</i> (QAbstractButton)</dt> 1271 <dt><i>button</i> (QAbstractButton)</dt>
1264 <dd> 1272 <dd>
1265 button that was clicked 1273 button that was clicked
1266 </dd> 1274 </dd>
1267 </dl> 1275 </dl>
1268 <a NAME="GitLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_diffSelectLabel_linkActivated"></a> 1276 <a NAME="GitLogBrowserDialog.on_diffSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_diffSelectLabel_linkActivated"></a>
1269 <h4>GitLogBrowserDialog.on_diffSelectLabel_linkActivated</h4> 1277 <h4>GitLogBrowserDialog.on_diffSelectLabel_linkActivated</h4>
1270 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>) 1278 <b>on_diffSelectLabel_linkActivated</b>(<i>link</i>)
1271
1272 <p> 1279 <p>
1273 Private slot to handle the selection of a diff target. 1280 Private slot to handle the selection of a diff target.
1274 </p> 1281 </p>
1282
1275 <dl> 1283 <dl>
1276 1284
1277 <dt><i>link</i> (str)</dt> 1285 <dt><i>link</i> (str)</dt>
1278 <dd> 1286 <dd>
1279 activated link 1287 activated link
1280 </dd> 1288 </dd>
1281 </dl> 1289 </dl>
1282 <a NAME="GitLogBrowserDialog.on_downButton_clicked" ID="GitLogBrowserDialog.on_downButton_clicked"></a> 1290 <a NAME="GitLogBrowserDialog.on_downButton_clicked" ID="GitLogBrowserDialog.on_downButton_clicked"></a>
1283 <h4>GitLogBrowserDialog.on_downButton_clicked</h4> 1291 <h4>GitLogBrowserDialog.on_downButton_clicked</h4>
1284 <b>on_downButton_clicked</b>(<i></i>) 1292 <b>on_downButton_clicked</b>(<i></i>)
1285
1286 <p> 1293 <p>
1287 Private slot to move the current item down one entry. 1294 Private slot to move the current item down one entry.
1288 </p> 1295 </p>
1296
1289 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a> 1297 <a NAME="GitLogBrowserDialog.on_fieldCombo_activated" ID="GitLogBrowserDialog.on_fieldCombo_activated"></a>
1290 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4> 1298 <h4>GitLogBrowserDialog.on_fieldCombo_activated</h4>
1291 <b>on_fieldCombo_activated</b>(<i>index</i>) 1299 <b>on_fieldCombo_activated</b>(<i>index</i>)
1292
1293 <p> 1300 <p>
1294 Private slot called, when a new filter field is selected. 1301 Private slot called, when a new filter field is selected.
1295 </p> 1302 </p>
1303
1296 <dl> 1304 <dl>
1297 1305
1298 <dt><i>index</i> (int)</dt> 1306 <dt><i>index</i> (int)</dt>
1299 <dd> 1307 <dd>
1300 index of the selected entry 1308 index of the selected entry
1301 </dd> 1309 </dd>
1302 </dl> 1310 </dl>
1303 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a> 1311 <a NAME="GitLogBrowserDialog.on_filesTree_currentItemChanged" ID="GitLogBrowserDialog.on_filesTree_currentItemChanged"></a>
1304 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4> 1312 <h4>GitLogBrowserDialog.on_filesTree_currentItemChanged</h4>
1305 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>) 1313 <b>on_filesTree_currentItemChanged</b>(<i>current, previous</i>)
1306
1307 <p> 1314 <p>
1308 Private slot called, when the current item of the files tree changes. 1315 Private slot called, when the current item of the files tree changes.
1309 </p> 1316 </p>
1317
1310 <dl> 1318 <dl>
1311 1319
1312 <dt><i>current</i> (QTreeWidgetItem)</dt> 1320 <dt><i>current</i> (QTreeWidgetItem)</dt>
1313 <dd> 1321 <dd>
1314 reference to the new current item 1322 reference to the new current item
1319 </dd> 1327 </dd>
1320 </dl> 1328 </dl>
1321 <a NAME="GitLogBrowserDialog.on_findNextButton_clicked" ID="GitLogBrowserDialog.on_findNextButton_clicked"></a> 1329 <a NAME="GitLogBrowserDialog.on_findNextButton_clicked" ID="GitLogBrowserDialog.on_findNextButton_clicked"></a>
1322 <h4>GitLogBrowserDialog.on_findNextButton_clicked</h4> 1330 <h4>GitLogBrowserDialog.on_findNextButton_clicked</h4>
1323 <b>on_findNextButton_clicked</b>(<i></i>) 1331 <b>on_findNextButton_clicked</b>(<i></i>)
1324
1325 <p> 1332 <p>
1326 Private slot to find the next item matching the entered criteria. 1333 Private slot to find the next item matching the entered criteria.
1327 </p> 1334 </p>
1335
1328 <a NAME="GitLogBrowserDialog.on_findPrevButton_clicked" ID="GitLogBrowserDialog.on_findPrevButton_clicked"></a> 1336 <a NAME="GitLogBrowserDialog.on_findPrevButton_clicked" ID="GitLogBrowserDialog.on_findPrevButton_clicked"></a>
1329 <h4>GitLogBrowserDialog.on_findPrevButton_clicked</h4> 1337 <h4>GitLogBrowserDialog.on_findPrevButton_clicked</h4>
1330 <b>on_findPrevButton_clicked</b>(<i></i>) 1338 <b>on_findPrevButton_clicked</b>(<i></i>)
1331
1332 <p> 1339 <p>
1333 Private slot to find the previous item matching the entered criteria. 1340 Private slot to find the previous item matching the entered criteria.
1334 </p> 1341 </p>
1342
1335 <a NAME="GitLogBrowserDialog.on_fromDate_dateChanged" ID="GitLogBrowserDialog.on_fromDate_dateChanged"></a> 1343 <a NAME="GitLogBrowserDialog.on_fromDate_dateChanged" ID="GitLogBrowserDialog.on_fromDate_dateChanged"></a>
1336 <h4>GitLogBrowserDialog.on_fromDate_dateChanged</h4> 1344 <h4>GitLogBrowserDialog.on_fromDate_dateChanged</h4>
1337 <b>on_fromDate_dateChanged</b>(<i>date</i>) 1345 <b>on_fromDate_dateChanged</b>(<i>date</i>)
1338
1339 <p> 1346 <p>
1340 Private slot called, when the from date changes. 1347 Private slot called, when the from date changes.
1341 </p> 1348 </p>
1349
1342 <dl> 1350 <dl>
1343 1351
1344 <dt><i>date</i> (QDate)</dt> 1352 <dt><i>date</i> (QDate)</dt>
1345 <dd> 1353 <dd>
1346 new date 1354 new date
1347 </dd> 1355 </dd>
1348 </dl> 1356 </dl>
1349 <a NAME="GitLogBrowserDialog.on_input_returnPressed" ID="GitLogBrowserDialog.on_input_returnPressed"></a> 1357 <a NAME="GitLogBrowserDialog.on_input_returnPressed" ID="GitLogBrowserDialog.on_input_returnPressed"></a>
1350 <h4>GitLogBrowserDialog.on_input_returnPressed</h4> 1358 <h4>GitLogBrowserDialog.on_input_returnPressed</h4>
1351 <b>on_input_returnPressed</b>(<i></i>) 1359 <b>on_input_returnPressed</b>(<i></i>)
1352
1353 <p> 1360 <p>
1354 Private slot to handle the press of the return key in the input field. 1361 Private slot to handle the press of the return key in the input field.
1355 </p> 1362 </p>
1363
1356 <a NAME="GitLogBrowserDialog.on_logTree_currentItemChanged" ID="GitLogBrowserDialog.on_logTree_currentItemChanged"></a> 1364 <a NAME="GitLogBrowserDialog.on_logTree_currentItemChanged" ID="GitLogBrowserDialog.on_logTree_currentItemChanged"></a>
1357 <h4>GitLogBrowserDialog.on_logTree_currentItemChanged</h4> 1365 <h4>GitLogBrowserDialog.on_logTree_currentItemChanged</h4>
1358 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>) 1366 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
1359
1360 <p> 1367 <p>
1361 Private slot called, when the current item of the log tree changes. 1368 Private slot called, when the current item of the log tree changes.
1362 </p> 1369 </p>
1370
1363 <dl> 1371 <dl>
1364 1372
1365 <dt><i>current</i> (QTreeWidgetItem)</dt> 1373 <dt><i>current</i> (QTreeWidgetItem)</dt>
1366 <dd> 1374 <dd>
1367 reference to the new current item 1375 reference to the new current item
1372 </dd> 1380 </dd>
1373 </dl> 1381 </dl>
1374 <a NAME="GitLogBrowserDialog.on_logTree_customContextMenuRequested" ID="GitLogBrowserDialog.on_logTree_customContextMenuRequested"></a> 1382 <a NAME="GitLogBrowserDialog.on_logTree_customContextMenuRequested" ID="GitLogBrowserDialog.on_logTree_customContextMenuRequested"></a>
1375 <h4>GitLogBrowserDialog.on_logTree_customContextMenuRequested</h4> 1383 <h4>GitLogBrowserDialog.on_logTree_customContextMenuRequested</h4>
1376 <b>on_logTree_customContextMenuRequested</b>(<i>pos</i>) 1384 <b>on_logTree_customContextMenuRequested</b>(<i>pos</i>)
1377
1378 <p> 1385 <p>
1379 Private slot to show the context menu of the log tree. 1386 Private slot to show the context menu of the log tree.
1380 </p> 1387 </p>
1388
1381 <dl> 1389 <dl>
1382 1390
1383 <dt><i>pos</i> (QPoint)</dt> 1391 <dt><i>pos</i> (QPoint)</dt>
1384 <dd> 1392 <dd>
1385 position of the mouse pointer 1393 position of the mouse pointer
1386 </dd> 1394 </dd>
1387 </dl> 1395 </dl>
1388 <a NAME="GitLogBrowserDialog.on_logTree_itemSelectionChanged" ID="GitLogBrowserDialog.on_logTree_itemSelectionChanged"></a> 1396 <a NAME="GitLogBrowserDialog.on_logTree_itemSelectionChanged" ID="GitLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
1389 <h4>GitLogBrowserDialog.on_logTree_itemSelectionChanged</h4> 1397 <h4>GitLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
1390 <b>on_logTree_itemSelectionChanged</b>(<i></i>) 1398 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
1391
1392 <p> 1399 <p>
1393 Private slot called, when the selection has changed. 1400 Private slot called, when the selection has changed.
1394 </p> 1401 </p>
1402
1395 <a NAME="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a> 1403 <a NAME="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged" ID="GitLogBrowserDialog.on_modeComboBox_currentIndexChanged"></a>
1396 <h4>GitLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4> 1404 <h4>GitLogBrowserDialog.on_modeComboBox_currentIndexChanged</h4>
1397 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>) 1405 <b>on_modeComboBox_currentIndexChanged</b>(<i>index</i>)
1398
1399 <p> 1406 <p>
1400 Private slot to react on mode changes. 1407 Private slot to react on mode changes.
1401 </p> 1408 </p>
1409
1402 <dl> 1410 <dl>
1403 1411
1404 <dt><i>index</i> (int)</dt> 1412 <dt><i>index</i> (int)</dt>
1405 <dd> 1413 <dd>
1406 index of the selected entry 1414 index of the selected entry
1407 </dd> 1415 </dd>
1408 </dl> 1416 </dl>
1409 <a NAME="GitLogBrowserDialog.on_nextButton_clicked" ID="GitLogBrowserDialog.on_nextButton_clicked"></a> 1417 <a NAME="GitLogBrowserDialog.on_nextButton_clicked" ID="GitLogBrowserDialog.on_nextButton_clicked"></a>
1410 <h4>GitLogBrowserDialog.on_nextButton_clicked</h4> 1418 <h4>GitLogBrowserDialog.on_nextButton_clicked</h4>
1411 <b>on_nextButton_clicked</b>(<i></i>) 1419 <b>on_nextButton_clicked</b>(<i></i>)
1412
1413 <p> 1420 <p>
1414 Private slot to handle the Next button. 1421 Private slot to handle the Next button.
1415 </p> 1422 </p>
1423
1416 <a NAME="GitLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitLogBrowserDialog.on_passwordCheckBox_toggled"></a> 1424 <a NAME="GitLogBrowserDialog.on_passwordCheckBox_toggled" ID="GitLogBrowserDialog.on_passwordCheckBox_toggled"></a>
1417 <h4>GitLogBrowserDialog.on_passwordCheckBox_toggled</h4> 1425 <h4>GitLogBrowserDialog.on_passwordCheckBox_toggled</h4>
1418 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 1426 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
1419
1420 <p> 1427 <p>
1421 Private slot to handle the password checkbox toggled. 1428 Private slot to handle the password checkbox toggled.
1422 </p> 1429 </p>
1430
1423 <dl> 1431 <dl>
1424 1432
1425 <dt><i>isOn</i> (bool)</dt> 1433 <dt><i>isOn</i> (bool)</dt>
1426 <dd> 1434 <dd>
1427 flag indicating the status of the check box 1435 flag indicating the status of the check box
1428 </dd> 1436 </dd>
1429 </dl> 1437 </dl>
1430 <a NAME="GitLogBrowserDialog.on_refreshButton_clicked" ID="GitLogBrowserDialog.on_refreshButton_clicked"></a> 1438 <a NAME="GitLogBrowserDialog.on_refreshButton_clicked" ID="GitLogBrowserDialog.on_refreshButton_clicked"></a>
1431 <h4>GitLogBrowserDialog.on_refreshButton_clicked</h4> 1439 <h4>GitLogBrowserDialog.on_refreshButton_clicked</h4>
1432 <b>on_refreshButton_clicked</b>(<i></i>) 1440 <b>on_refreshButton_clicked</b>(<i></i>)
1433
1434 <p> 1441 <p>
1435 Private slot to refresh the log. 1442 Private slot to refresh the log.
1436 </p> 1443 </p>
1444
1437 <a NAME="GitLogBrowserDialog.on_rxEdit_returnPressed" ID="GitLogBrowserDialog.on_rxEdit_returnPressed"></a> 1445 <a NAME="GitLogBrowserDialog.on_rxEdit_returnPressed" ID="GitLogBrowserDialog.on_rxEdit_returnPressed"></a>
1438 <h4>GitLogBrowserDialog.on_rxEdit_returnPressed</h4> 1446 <h4>GitLogBrowserDialog.on_rxEdit_returnPressed</h4>
1439 <b>on_rxEdit_returnPressed</b>(<i></i>) 1447 <b>on_rxEdit_returnPressed</b>(<i></i>)
1440
1441 <p> 1448 <p>
1442 Private slot handling a press of the Return key in the rxEdit input. 1449 Private slot handling a press of the Return key in the rxEdit input.
1443 </p> 1450 </p>
1451
1444 <a NAME="GitLogBrowserDialog.on_rxEdit_textChanged" ID="GitLogBrowserDialog.on_rxEdit_textChanged"></a> 1452 <a NAME="GitLogBrowserDialog.on_rxEdit_textChanged" ID="GitLogBrowserDialog.on_rxEdit_textChanged"></a>
1445 <h4>GitLogBrowserDialog.on_rxEdit_textChanged</h4> 1453 <h4>GitLogBrowserDialog.on_rxEdit_textChanged</h4>
1446 <b>on_rxEdit_textChanged</b>(<i>txt</i>) 1454 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
1447
1448 <p> 1455 <p>
1449 Private slot called, when a filter expression is entered. 1456 Private slot called, when a filter expression is entered.
1450 </p> 1457 </p>
1458
1451 <dl> 1459 <dl>
1452 1460
1453 <dt><i>txt</i> (str)</dt> 1461 <dt><i>txt</i> (str)</dt>
1454 <dd> 1462 <dd>
1455 filter expression 1463 filter expression
1456 </dd> 1464 </dd>
1457 </dl> 1465 </dl>
1458 <a NAME="GitLogBrowserDialog.on_saveLabel_linkActivated" ID="GitLogBrowserDialog.on_saveLabel_linkActivated"></a> 1466 <a NAME="GitLogBrowserDialog.on_saveLabel_linkActivated" ID="GitLogBrowserDialog.on_saveLabel_linkActivated"></a>
1459 <h4>GitLogBrowserDialog.on_saveLabel_linkActivated</h4> 1467 <h4>GitLogBrowserDialog.on_saveLabel_linkActivated</h4>
1460 <b>on_saveLabel_linkActivated</b>(<i>link</i>) 1468 <b>on_saveLabel_linkActivated</b>(<i>link</i>)
1461
1462 <p> 1469 <p>
1463 Private slot to handle the selection of the save link. 1470 Private slot to handle the selection of the save link.
1464 </p> 1471 </p>
1472
1465 <dl> 1473 <dl>
1466 1474
1467 <dt><i>link</i> (str)</dt> 1475 <dt><i>link</i> (str)</dt>
1468 <dd> 1476 <dd>
1469 activated link 1477 activated link
1470 </dd> 1478 </dd>
1471 </dl> 1479 </dl>
1472 <a NAME="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a> 1480 <a NAME="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated" ID="GitLogBrowserDialog.on_sbsSelectLabel_linkActivated"></a>
1473 <h4>GitLogBrowserDialog.on_sbsSelectLabel_linkActivated</h4> 1481 <h4>GitLogBrowserDialog.on_sbsSelectLabel_linkActivated</h4>
1474 <b>on_sbsSelectLabel_linkActivated</b>(<i>link</i>) 1482 <b>on_sbsSelectLabel_linkActivated</b>(<i>link</i>)
1475
1476 <p> 1483 <p>
1477 Private slot to handle selection of a side-by-side link. 1484 Private slot to handle selection of a side-by-side link.
1478 </p> 1485 </p>
1486
1479 <dl> 1487 <dl>
1480 1488
1481 <dt><i>link</i> (str)</dt> 1489 <dt><i>link</i> (str)</dt>
1482 <dd> 1490 <dd>
1483 text of the selected link 1491 text of the selected link
1484 </dd> 1492 </dd>
1485 </dl> 1493 </dl>
1486 <a NAME="GitLogBrowserDialog.on_sendButton_clicked" ID="GitLogBrowserDialog.on_sendButton_clicked"></a> 1494 <a NAME="GitLogBrowserDialog.on_sendButton_clicked" ID="GitLogBrowserDialog.on_sendButton_clicked"></a>
1487 <h4>GitLogBrowserDialog.on_sendButton_clicked</h4> 1495 <h4>GitLogBrowserDialog.on_sendButton_clicked</h4>
1488 <b>on_sendButton_clicked</b>(<i></i>) 1496 <b>on_sendButton_clicked</b>(<i></i>)
1489
1490 <p> 1497 <p>
1491 Private slot to send the input to the git process. 1498 Private slot to send the input to the git process.
1492 </p> 1499 </p>
1500
1493 <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a> 1501 <a NAME="GitLogBrowserDialog.on_stopCheckBox_clicked" ID="GitLogBrowserDialog.on_stopCheckBox_clicked"></a>
1494 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4> 1502 <h4>GitLogBrowserDialog.on_stopCheckBox_clicked</h4>
1495 <b>on_stopCheckBox_clicked</b>(<i>checked</i>) 1503 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
1496
1497 <p> 1504 <p>
1498 Private slot called, when the stop on copy/move checkbox is clicked. 1505 Private slot called, when the stop on copy/move checkbox is clicked.
1499 </p> 1506 </p>
1507
1500 <dl> 1508 <dl>
1501 1509
1502 <dt><i>checked</i> (bool)</dt> 1510 <dt><i>checked</i> (bool)</dt>
1503 <dd> 1511 <dd>
1504 flag indicating the state of the check box 1512 flag indicating the state of the check box
1505 </dd> 1513 </dd>
1506 </dl> 1514 </dl>
1507 <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a> 1515 <a NAME="GitLogBrowserDialog.on_toDate_dateChanged" ID="GitLogBrowserDialog.on_toDate_dateChanged"></a>
1508 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4> 1516 <h4>GitLogBrowserDialog.on_toDate_dateChanged</h4>
1509 <b>on_toDate_dateChanged</b>(<i>date</i>) 1517 <b>on_toDate_dateChanged</b>(<i>date</i>)
1510
1511 <p> 1518 <p>
1512 Private slot called, when the from date changes. 1519 Private slot called, when the from date changes.
1513 </p> 1520 </p>
1521
1514 <dl> 1522 <dl>
1515 1523
1516 <dt><i>date</i> (QDate)</dt> 1524 <dt><i>date</i> (QDate)</dt>
1517 <dd> 1525 <dd>
1518 new date 1526 new date
1519 </dd> 1527 </dd>
1520 </dl> 1528 </dl>
1521 <a NAME="GitLogBrowserDialog.on_upButton_clicked" ID="GitLogBrowserDialog.on_upButton_clicked"></a> 1529 <a NAME="GitLogBrowserDialog.on_upButton_clicked" ID="GitLogBrowserDialog.on_upButton_clicked"></a>
1522 <h4>GitLogBrowserDialog.on_upButton_clicked</h4> 1530 <h4>GitLogBrowserDialog.on_upButton_clicked</h4>
1523 <b>on_upButton_clicked</b>(<i></i>) 1531 <b>on_upButton_clicked</b>(<i></i>)
1524
1525 <p> 1532 <p>
1526 Private slot to move the current item up one entry. 1533 Private slot to move the current item up one entry.
1527 </p> 1534 </p>
1535
1528 <a NAME="GitLogBrowserDialog.show" ID="GitLogBrowserDialog.show"></a> 1536 <a NAME="GitLogBrowserDialog.show" ID="GitLogBrowserDialog.show"></a>
1529 <h4>GitLogBrowserDialog.show</h4> 1537 <h4>GitLogBrowserDialog.show</h4>
1530 <b>show</b>(<i></i>) 1538 <b>show</b>(<i></i>)
1531
1532 <p> 1539 <p>
1533 Public slot to show the dialog. 1540 Public slot to show the dialog.
1534 </p> 1541 </p>
1542
1535 <a NAME="GitLogBrowserDialog.start" ID="GitLogBrowserDialog.start"></a> 1543 <a NAME="GitLogBrowserDialog.start" ID="GitLogBrowserDialog.start"></a>
1536 <h4>GitLogBrowserDialog.start</h4> 1544 <h4>GitLogBrowserDialog.start</h4>
1537 <b>start</b>(<i>fn, isFile=False, noEntries=0</i>) 1545 <b>start</b>(<i>fn, isFile=False, noEntries=0</i>)
1538
1539 <p> 1546 <p>
1540 Public slot to start the git log command. 1547 Public slot to start the git log command.
1541 </p> 1548 </p>
1549
1542 <dl> 1550 <dl>
1543 1551
1544 <dt><i>fn</i> (str)</dt> 1552 <dt><i>fn</i> (str)</dt>
1545 <dd> 1553 <dd>
1546 filename to show the log for 1554 filename to show the log for

eric ide

mercurial