eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
child 8152
0c740fcffd34
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
427 427
428 <p> 428 <p>
429 Private method to get the selected action mode. 429 Private method to get the selected action mode.
430 </p> 430 </p>
431 <dl> 431 <dl>
432 <dt>Returns:</dt> 432 <dt>Return:</dt>
433 <dd> 433 <dd>
434 selected action mode (string, one of filter or find) 434 selected action mode (string, one of filter or find)
435 </dd> 435 </dd>
436 </dl> 436 </dl>
437 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a> 437 <a NAME="GitLogBrowserDialog.__addFinishCallback" ID="GitLogBrowserDialog.__addFinishCallback"></a>
543 <dd> 543 <dd>
544 reference to the item the table should be based on 544 reference to the item the table should be based on
545 </dd> 545 </dd>
546 </dl> 546 </dl>
547 <dl> 547 <dl>
548 <dt>Returns:</dt> 548 <dt>Return:</dt>
549 <dd> 549 <dd>
550 HTML table containing details 550 HTML table containing details
551 </dd> 551 </dd>
552 </dl> 552 </dl>
553 <dl> 553 <dl>
587 <dd> 587 <dd>
588 list of parent commits (list of strings) 588 list of parent commits (list of strings)
589 </dd> 589 </dd>
590 </dl> 590 </dl>
591 <dl> 591 <dl>
592 <dt>Returns:</dt> 592 <dt>Return:</dt>
593 <dd> 593 <dd>
594 tuple containing the column and color index for 594 tuple containing the column and color index for
595 the given node and a list of tuples indicating the edges 595 the given node and a list of tuples indicating the edges
596 between the given node and its parents 596 between the given node and its parents
597 (integer, integer, [(integer, integer, integer), ...]) 597 (integer, integer, [(integer, integer, integer), ...])
627 <dd> 627 <dd>
628 number of deleted lines (int) 628 number of deleted lines (int)
629 </dd> 629 </dd>
630 </dl> 630 </dl>
631 <dl> 631 <dl>
632 <dt>Returns:</dt> 632 <dt>Return:</dt>
633 <dd> 633 <dd>
634 reference to the generated item (QTreeWidgetItem) 634 reference to the generated item (QTreeWidgetItem)
635 </dd> 635 </dd>
636 </dl> 636 </dl>
637 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a> 637 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a>
671 flag indicating to draw the icon for the 671 flag indicating to draw the icon for the
672 current commit (boolean) 672 current commit (boolean)
673 </dd> 673 </dd>
674 </dl> 674 </dl>
675 <dl> 675 <dl>
676 <dt>Returns:</dt> 676 <dt>Return:</dt>
677 <dd> 677 <dd>
678 icon for the node (QIcon) 678 icon for the node (QIcon)
679 </dd> 679 </dd>
680 </dl> 680 </dl>
681 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a> 681 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a>
736 <dd> 736 <dd>
737 committer's email address (string) 737 committer's email address (string)
738 </dd> 738 </dd>
739 </dl> 739 </dl>
740 <dl> 740 <dl>
741 <dt>Returns:</dt> 741 <dt>Return:</dt>
742 <dd> 742 <dd>
743 reference to the generated item (QTreeWidgetItem) 743 reference to the generated item (QTreeWidgetItem)
744 </dd> 744 </dd>
745 </dl> 745 </dl>
746 <a NAME="GitLogBrowserDialog.__generatorFinished" ID="GitLogBrowserDialog.__generatorFinished"></a> 746 <a NAME="GitLogBrowserDialog.__generatorFinished" ID="GitLogBrowserDialog.__generatorFinished"></a>
763 <dd> 763 <dd>
764 commit ID to get the branches for 764 commit ID to get the branches for
765 </dd> 765 </dd>
766 </dl> 766 </dl>
767 <dl> 767 <dl>
768 <dt>Returns:</dt> 768 <dt>Return:</dt>
769 <dd> 769 <dd>
770 list of tuples containing the branch name and the associated 770 list of tuples containing the branch name and the associated
771 commit ID of its branch head 771 commit ID of its branch head
772 </dd> 772 </dd>
773 </dl> 773 </dl>
790 <dd> 790 <dd>
791 color index 791 color index
792 </dd> 792 </dd>
793 </dl> 793 </dl>
794 <dl> 794 <dl>
795 <dt>Returns:</dt> 795 <dt>Return:</dt>
796 <dd> 796 <dd>
797 color name 797 color name
798 </dd> 798 </dd>
799 </dl> 799 </dl>
800 <dl> 800 <dl>
816 <dd> 816 <dd>
817 tag name (string) 817 tag name (string)
818 </dd> 818 </dd>
819 </dl> 819 </dl>
820 <dl> 820 <dl>
821 <dt>Returns:</dt> 821 <dt>Return:</dt>
822 <dd> 822 <dd>
823 commit id shortened to 10 characters (string) 823 commit id shortened to 10 characters (string)
824 </dd> 824 </dd>
825 </dl> 825 </dl>
826 <a NAME="GitLogBrowserDialog.__getLogEntries" ID="GitLogBrowserDialog.__getLogEntries"></a> 826 <a NAME="GitLogBrowserDialog.__getLogEntries" ID="GitLogBrowserDialog.__getLogEntries"></a>
854 <dd> 854 <dd>
855 commit ID to get the tags for 855 commit ID to get the tags for
856 </dd> 856 </dd>
857 </dl> 857 </dl>
858 <dl> 858 <dl>
859 <dt>Returns:</dt> 859 <dt>Return:</dt>
860 <dd> 860 <dd>
861 list of tuples containing the tag name and the associated 861 list of tuples containing the tag name and the associated
862 commit ID 862 commit ID
863 </dd> 863 </dd>
864 </dl> 864 </dl>
909 <dd> 909 <dd>
910 list of file separator entries to be merged 910 list of file separator entries to be merged
911 </dd> 911 </dd>
912 </dl> 912 </dl>
913 <dl> 913 <dl>
914 <dt>Returns:</dt> 914 <dt>Return:</dt>
915 <dd> 915 <dd>
916 merged list of file separator entries 916 merged list of file separator entries
917 </dd> 917 </dd>
918 </dl> 918 </dl>
919 <a NAME="GitLogBrowserDialog.__prepareFieldSearch" ID="GitLogBrowserDialog.__prepareFieldSearch"></a> 919 <a NAME="GitLogBrowserDialog.__prepareFieldSearch" ID="GitLogBrowserDialog.__prepareFieldSearch"></a>
922 922
923 <p> 923 <p>
924 Private slot to prepare the filed search data. 924 Private slot to prepare the filed search data.
925 </p> 925 </p>
926 <dl> 926 <dl>
927 <dt>Returns:</dt> 927 <dt>Return:</dt>
928 <dd> 928 <dd>
929 tuple of field index, search expression and flag indicating 929 tuple of field index, search expression and flag indicating
930 that the field index is a data role (integer, string, boolean) 930 that the field index is a data role (integer, string, boolean)
931 </dd> 931 </dd>
932 </dl> 932 </dl>

eric ide

mercurial