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

changeset 3283
2079b76a738b
parent 3279
8df9706ef7f4
child 3316
aaa864fa5c1e
equal deleted inserted replaced
3282:85177748df4d 3283:2079b76a738b
118 <td>Private slot to handle the readyReadStandardError signal.</td> 118 <td>Private slot to handle the readyReadStandardError signal.</td>
119 </tr><tr> 119 </tr><tr>
120 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td> 120 <td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td>
121 <td>Private slot to handle the readyReadStandardOutput signal.</td> 121 <td>Private slot to handle the readyReadStandardOutput signal.</td>
122 </tr><tr> 122 </tr><tr>
123 <td><a href="#HgLogBrowserDialog.__resetUI">__resetUI</a></td>
124 <td>Private method to reset the user interface.</td>
125 </tr><tr>
123 <td><a href="#HgLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> 126 <td><a href="#HgLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td>
124 <td>Private method to resize the changed files tree columns.</td> 127 <td>Private method to resize the changed files tree columns.</td>
125 </tr><tr> 128 </tr><tr>
126 <td><a href="#HgLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> 129 <td><a href="#HgLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td>
127 <td>Private method to resize the log tree columns.</td> 130 <td>Private method to resize the log tree columns.</td>
204 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 207 <td><a href="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
205 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 208 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
206 </tr><tr> 209 </tr><tr>
207 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 210 <td><a href="#HgLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
208 <td>Private slot called, when the from date changes.</td> 211 <td>Private slot called, when the from date changes.</td>
212 </tr><tr>
213 <td><a href="#HgLogBrowserDialog.show">show</a></td>
214 <td>Public slot to show the dialog.</td>
209 </tr><tr> 215 </tr><tr>
210 <td><a href="#HgLogBrowserDialog.start">start</a></td> 216 <td><a href="#HgLogBrowserDialog.start">start</a></td>
211 <td>Public slot to start the hg log command.</td> 217 <td>Public slot to start the hg log command.</td>
212 </tr> 218 </tr>
213 </table> 219 </table>
215 <table> 221 <table>
216 <tr><td>None</td></tr> 222 <tr><td>None</td></tr>
217 </table> 223 </table>
218 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> 224 <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a>
219 <h4>HgLogBrowserDialog (Constructor)</h4> 225 <h4>HgLogBrowserDialog (Constructor)</h4>
220 <b>HgLogBrowserDialog</b>(<i>vcs, mode="log", bundle=None, isFile=False, parent=None</i>) 226 <b>HgLogBrowserDialog</b>(<i>vcs, mode="log", parent=None</i>)
221 <p> 227 <p>
222 Constructor 228 Constructor
223 </p><dl> 229 </p><dl>
224 <dt><i>vcs</i></dt> 230 <dt><i>vcs</i></dt>
225 <dd> 231 <dd>
226 reference to the vcs object 232 reference to the vcs object
227 </dd><dt><i>mode</i></dt> 233 </dd><dt><i>mode</i></dt>
228 <dd> 234 <dd>
229 mode of the dialog (string; one of log, incoming, outgoing) 235 mode of the dialog (string; one of log, incoming, outgoing)
230 </dd><dt><i>bundle</i></dt>
231 <dd>
232 name of a bundle file (string)
233 </dd><dt><i>isFile</i></dt>
234 <dd>
235 flag indicating log for a file is to be shown (boolean)
236 </dd><dt><i>parent</i></dt> 236 </dd><dt><i>parent</i></dt>
237 <dd> 237 <dd>
238 parent widget (QWidget) 238 parent widget (QWidget)
239 </dd> 239 </dd>
240 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a> 240 </dl><a NAME="HgLogBrowserDialog.__branchColor" ID="HgLogBrowserDialog.__branchColor"></a>
496 <b>__readStdout</b>(<i></i>) 496 <b>__readStdout</b>(<i></i>)
497 <p> 497 <p>
498 Private slot to handle the readyReadStandardOutput signal. 498 Private slot to handle the readyReadStandardOutput signal.
499 </p><p> 499 </p><p>
500 It reads the output of the process and inserts it into a buffer. 500 It reads the output of the process and inserts it into a buffer.
501 </p><a NAME="HgLogBrowserDialog.__resetUI" ID="HgLogBrowserDialog.__resetUI"></a>
502 <h4>HgLogBrowserDialog.__resetUI</h4>
503 <b>__resetUI</b>(<i></i>)
504 <p>
505 Private method to reset the user interface.
501 </p><a NAME="HgLogBrowserDialog.__resizeColumnsFiles" ID="HgLogBrowserDialog.__resizeColumnsFiles"></a> 506 </p><a NAME="HgLogBrowserDialog.__resizeColumnsFiles" ID="HgLogBrowserDialog.__resizeColumnsFiles"></a>
502 <h4>HgLogBrowserDialog.__resizeColumnsFiles</h4> 507 <h4>HgLogBrowserDialog.__resizeColumnsFiles</h4>
503 <b>__resizeColumnsFiles</b>(<i></i>) 508 <b>__resizeColumnsFiles</b>(<i></i>)
504 <p> 509 <p>
505 Private method to resize the changed files tree columns. 510 Private method to resize the changed files tree columns.
720 </p><dl> 725 </p><dl>
721 <dt><i>date</i></dt> 726 <dt><i>date</i></dt>
722 <dd> 727 <dd>
723 new date (QDate) 728 new date (QDate)
724 </dd> 729 </dd>
725 </dl><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> 730 </dl><a NAME="HgLogBrowserDialog.show" ID="HgLogBrowserDialog.show"></a>
731 <h4>HgLogBrowserDialog.show</h4>
732 <b>show</b>(<i></i>)
733 <p>
734 Public slot to show the dialog.
735 </p><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a>
726 <h4>HgLogBrowserDialog.start</h4> 736 <h4>HgLogBrowserDialog.start</h4>
727 <b>start</b>(<i>fn</i>) 737 <b>start</b>(<i>fn, bundle=None, isFile=False</i>)
728 <p> 738 <p>
729 Public slot to start the hg log command. 739 Public slot to start the hg log command.
730 </p><dl> 740 </p><dl>
731 <dt><i>fn</i></dt> 741 <dt><i>fn</i></dt>
732 <dd> 742 <dd>
733 filename to show the log for (string) 743 filename to show the log for (string)
744 </dd><dt><i>bundle=</i></dt>
745 <dd>
746 name of a bundle file (string)
747 </dd><dt><i>isFile=</i></dt>
748 <dd>
749 flag indicating log for a file is to be shown
750 (boolean)
734 </dd> 751 </dd>
735 </dl> 752 </dl>
736 <div align="right"><a href="#top">Up</a></div> 753 <div align="right"><a href="#top">Up</a></div>
737 <hr /> 754 <hr />
738 </body></html> 755 </body></html>

eric ide

mercurial