Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

changeset 5445
b24720037f1f
parent 5328
9c11e9285a46
child 5449
7679d1d3671a
equal deleted inserted replaced
5444:4799e2cf8401 5445:b24720037f1f
166 <td>Private method to resize the log tree columns.</td> 166 <td>Private method to resize the log tree columns.</td>
167 </tr><tr> 167 </tr><tr>
168 <td><a href="#HgLogBrowserDialog.__resortFiles">__resortFiles</a></td> 168 <td><a href="#HgLogBrowserDialog.__resortFiles">__resortFiles</a></td>
169 <td>Private method to resort the changed files tree.</td> 169 <td>Private method to resort the changed files tree.</td>
170 </tr><tr> 170 </tr><tr>
171 <td><a href="#HgLogBrowserDialog.__revisionClicked">__revisionClicked</a></td>
172 <td>Private slot to handle the anchorClicked signal of the changeset details pane.</td>
173 </tr><tr>
171 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td> 174 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td>
172 <td>Private slot to show some error.</td> 175 <td>Private slot to show some error.</td>
173 </tr><tr> 176 </tr><tr>
174 <td><a href="#HgLogBrowserDialog.__stripActTriggered">__stripActTriggered</a></td> 177 <td><a href="#HgLogBrowserDialog.__stripActTriggered">__stripActTriggered</a></td>
175 <td>Private slot to strip changesets from the repository.</td> 178 <td>Private slot to strip changesets from the repository.</td>
508 <dd> 511 <dd>
509 color name (string) 512 color name (string)
510 </dd> 513 </dd>
511 </dl><a NAME="HgLogBrowserDialog.__getLogEntries" ID="HgLogBrowserDialog.__getLogEntries"></a> 514 </dl><a NAME="HgLogBrowserDialog.__getLogEntries" ID="HgLogBrowserDialog.__getLogEntries"></a>
512 <h4>HgLogBrowserDialog.__getLogEntries</h4> 515 <h4>HgLogBrowserDialog.__getLogEntries</h4>
513 <b>__getLogEntries</b>(<i>startRev=None</i>) 516 <b>__getLogEntries</b>(<i>startRev=None, noEntries=0</i>)
514 <p> 517 <p>
515 Private method to retrieve log entries from the repository. 518 Private method to retrieve log entries from the repository.
516 </p><dl> 519 </p><dl>
517 <dt><i>startRev</i></dt> 520 <dt><i>startRev</i></dt>
518 <dd> 521 <dd>
519 revision number to start from (integer, string) 522 revision number to start from (integer, string)
523 </dd><dt><i>noEntries=</i></dt>
524 <dd>
525 number of entries to get (0 = default) (int)
520 </dd> 526 </dd>
521 </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> 527 </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a>
522 <h4>HgLogBrowserDialog.__getParents</h4> 528 <h4>HgLogBrowserDialog.__getParents</h4>
523 <b>__getParents</b>(<i>rev</i>) 529 <b>__getParents</b>(<i>rev</i>)
524 <p> 530 <p>
657 </p><a NAME="HgLogBrowserDialog.__resortFiles" ID="HgLogBrowserDialog.__resortFiles"></a> 663 </p><a NAME="HgLogBrowserDialog.__resortFiles" ID="HgLogBrowserDialog.__resortFiles"></a>
658 <h4>HgLogBrowserDialog.__resortFiles</h4> 664 <h4>HgLogBrowserDialog.__resortFiles</h4>
659 <b>__resortFiles</b>(<i></i>) 665 <b>__resortFiles</b>(<i></i>)
660 <p> 666 <p>
661 Private method to resort the changed files tree. 667 Private method to resort the changed files tree.
662 </p><a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a> 668 </p><a NAME="HgLogBrowserDialog.__revisionClicked" ID="HgLogBrowserDialog.__revisionClicked"></a>
669 <h4>HgLogBrowserDialog.__revisionClicked</h4>
670 <b>__revisionClicked</b>(<i>url</i>)
671 <p>
672 Private slot to handle the anchorClicked signal of the changeset
673 details pane.
674 </p><dl>
675 <dt><i>url</i> (QUrl)</dt>
676 <dd>
677 URL that was clicked
678 </dd>
679 </dl><a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a>
663 <h4>HgLogBrowserDialog.__showError</h4> 680 <h4>HgLogBrowserDialog.__showError</h4>
664 <b>__showError</b>(<i>out</i>) 681 <b>__showError</b>(<i>out</i>)
665 <p> 682 <p>
666 Private slot to show some error. 683 Private slot to show some error.
667 </p><dl> 684 </p><dl>
903 <b>show</b>(<i></i>) 920 <b>show</b>(<i></i>)
904 <p> 921 <p>
905 Public slot to show the dialog. 922 Public slot to show the dialog.
906 </p><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> 923 </p><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a>
907 <h4>HgLogBrowserDialog.start</h4> 924 <h4>HgLogBrowserDialog.start</h4>
908 <b>start</b>(<i>fn, bundle=None, isFile=False</i>) 925 <b>start</b>(<i>fn, bundle=None, isFile=False, noEntries=0</i>)
909 <p> 926 <p>
910 Public slot to start the hg log command. 927 Public slot to start the hg log command.
911 </p><dl> 928 </p><dl>
912 <dt><i>fn</i></dt> 929 <dt><i>fn</i></dt>
913 <dd> 930 <dd>
917 name of a bundle file (string) 934 name of a bundle file (string)
918 </dd><dt><i>isFile=</i></dt> 935 </dd><dt><i>isFile=</i></dt>
919 <dd> 936 <dd>
920 flag indicating log for a file is to be shown 937 flag indicating log for a file is to be shown
921 (boolean) 938 (boolean)
939 </dd><dt><i>noEntries=</i></dt>
940 <dd>
941 number of entries to get (0 = default) (int)
922 </dd> 942 </dd>
923 </dl> 943 </dl>
924 <div align="right"><a href="#top">Up</a></div> 944 <div align="right"><a href="#top">Up</a></div>
925 <hr /> 945 <hr />
926 </body></html> 946 </body></html>

eric ide

mercurial