9420:92810aebc909 | 9421:989ee2535d59 |
---|---|
664 icon for the node (QIcon) | 664 icon for the node (QIcon) |
665 </dd> | 665 </dd> |
666 </dl> | 666 </dl> |
667 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a> | 667 <a NAME="GitLogBrowserDialog.__generateLogItem" ID="GitLogBrowserDialog.__generateLogItem"></a> |
668 <h4>GitLogBrowserDialog.__generateLogItem</h4> | 668 <h4>GitLogBrowserDialog.__generateLogItem</h4> |
669 <b>__generateLogItem</b>(<i>author, date, committer, commitDate, subject, message, commitId, changedPaths, parents, refnames, authorMail, committerMail, </i>) | 669 <b>__generateLogItem</b>(<i>author, date, committer, commitDate, subject, message, commitId, fullCommitId, changedPaths, parents, refnames, authorMail, committerMail, </i>) |
670 | 670 |
671 <p> | 671 <p> |
672 Private method to generate a log tree entry. | 672 Private method to generate a log tree entry. |
673 </p> | 673 </p> |
674 <dl> | 674 <dl> |
698 text of the log message (list of strings) | 698 text of the log message (list of strings) |
699 </dd> | 699 </dd> |
700 <dt><i>commitId</i></dt> | 700 <dt><i>commitId</i></dt> |
701 <dd> | 701 <dd> |
702 commit id info (string) | 702 commit id info (string) |
703 </dd> | |
704 <dt><i>fullCommitId</i></dt> | |
705 <dd> | |
706 unabbreviated commit id info (string) | |
703 </dd> | 707 </dd> |
704 <dt><i>changedPaths</i></dt> | 708 <dt><i>changedPaths</i></dt> |
705 <dd> | 709 <dd> |
706 list of dictionary objects containing | 710 list of dictionary objects containing |
707 info about the changed files/directories | 711 info about the changed files/directories |