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

changeset 198
7ab8e126f404
parent 187
d7916a2e31d6
child 203
0bd3912f3c5f
equal deleted inserted replaced
197:0e12ee787967 198:7ab8e126f404
92 </tr><tr> 92 </tr><tr>
93 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> 93 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td>
94 <td>Private slot connected to the finished signal.</td> 94 <td>Private slot connected to the finished signal.</td>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> 96 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td>
97 <td>Private method to process the buffered output of the svn log command.</td> 97 <td>Private method to process the buffered output of the hg log command.</td>
98 </tr><tr> 98 </tr><tr>
99 <td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td> 99 <td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td>
100 <td>Private slot to handle the readyReadStandardError signal.</td> 100 <td>Private slot to handle the readyReadStandardError signal.</td>
101 </tr><tr> 101 </tr><tr>
102 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> 102 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td>
164 </tr><tr> 164 </tr><tr>
165 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 165 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
166 <td>Private slot called, when the from date changes.</td> 166 <td>Private slot called, when the from date changes.</td>
167 </tr><tr> 167 </tr><tr>
168 <td><a href="#HgLogBrowserDialog.start">start</a></td> 168 <td><a href="#HgLogBrowserDialog.start">start</a></td>
169 <td>Public slot to start the svn log command.</td> 169 <td>Public slot to start the hg log command.</td>
170 </tr> 170 </tr>
171 </table> 171 </table>
172 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> 172 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a>
173 <h4>HgLogBrowserDialog (Constructor)</h4> 173 <h4>HgLogBrowserDialog (Constructor)</h4>
174 <b>HgLogBrowserDialog</b>(<i>vcs, mode = "log", parent = None</i>) 174 <b>HgLogBrowserDialog</b>(<i>vcs, mode = "log", parent = None</i>)
384 </dd> 384 </dd>
385 </dl><a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a> 385 </dl><a NAME="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a>
386 <h4>HgLogBrowserDialog.__processBuffer</h4> 386 <h4>HgLogBrowserDialog.__processBuffer</h4>
387 <b>__processBuffer</b>(<i></i>) 387 <b>__processBuffer</b>(<i></i>)
388 <p> 388 <p>
389 Private method to process the buffered output of the svn log command. 389 Private method to process the buffered output of the hg log command.
390 </p><a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a> 390 </p><a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a>
391 <h4>HgLogBrowserDialog.__readStderr</h4> 391 <h4>HgLogBrowserDialog.__readStderr</h4>
392 <b>__readStderr</b>(<i></i>) 392 <b>__readStderr</b>(<i></i>)
393 <p> 393 <p>
394 Private slot to handle the readyReadStandardError signal. 394 Private slot to handle the readyReadStandardError signal.
555 </dd> 555 </dd>
556 </dl><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> 556 </dl><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a>
557 <h4>HgLogBrowserDialog.start</h4> 557 <h4>HgLogBrowserDialog.start</h4>
558 <b>start</b>(<i>fn</i>) 558 <b>start</b>(<i>fn</i>)
559 <p> 559 <p>
560 Public slot to start the svn log command. 560 Public slot to start the hg log command.
561 </p><dl> 561 </p><dl>
562 <dt><i>fn</i></dt> 562 <dt><i>fn</i></dt>
563 <dd> 563 <dd>
564 filename to show the log for (string) 564 filename to show the log for (string)
565 </dd> 565 </dd>

eric ide

mercurial