Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html

changeset 3287
c3d784c057b3
parent 3279
8df9706ef7f4
child 3359
6b6c224d67d6
equal deleted inserted replaced
3284:8f7d97997243 3287:c3d784c057b3
76 <td>Private method to generate a log tree entry.</td> 76 <td>Private method to generate a log tree entry.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> 78 <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td>
79 <td>Private method to retrieve log entries from the repository.</td> 79 <td>Private method to retrieve log entries from the repository.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td>
82 <td>Private method to (re-)initialize some data.</td>
83 </tr><tr>
81 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td> 84 <td><a href="#SvnLogBrowserDialog.__procFinished">__procFinished</a></td>
82 <td>Private slot connected to the finished signal.</td> 85 <td>Private slot connected to the finished signal.</td>
83 </tr><tr> 86 </tr><tr>
84 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td> 87 <td><a href="#SvnLogBrowserDialog.__processBuffer">__processBuffer</a></td>
85 <td>Private method to process the buffered output of the svn log command.</td> 88 <td>Private method to process the buffered output of the svn log command.</td>
88 <td>Private slot to handle the readyReadStandardError signal.</td> 91 <td>Private slot to handle the readyReadStandardError signal.</td>
89 </tr><tr> 92 </tr><tr>
90 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td> 93 <td><a href="#SvnLogBrowserDialog.__readStdout">__readStdout</a></td>
91 <td>Private slot to handle the readyReadStandardOutput signal.</td> 94 <td>Private slot to handle the readyReadStandardOutput signal.</td>
92 </tr><tr> 95 </tr><tr>
96 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td>
97 <td>Private method to reset the user interface.</td>
98 </tr><tr>
93 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> 99 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td>
94 <td>Private method to resize the changed files tree columns.</td> 100 <td>Private method to resize the changed files tree columns.</td>
95 </tr><tr> 101 </tr><tr>
96 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> 102 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td>
97 <td>Private method to resize the log tree columns.</td> 103 <td>Private method to resize the log tree columns.</td>
147 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 153 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
148 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 154 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
149 </tr><tr> 155 </tr><tr>
150 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 156 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
151 <td>Private slot called, when the from date changes.</td> 157 <td>Private slot called, when the from date changes.</td>
158 </tr><tr>
159 <td><a href="#SvnLogBrowserDialog.show">show</a></td>
160 <td>Public slot to show the dialog.</td>
152 </tr><tr> 161 </tr><tr>
153 <td><a href="#SvnLogBrowserDialog.start">start</a></td> 162 <td><a href="#SvnLogBrowserDialog.start">start</a></td>
154 <td>Public slot to start the svn log command.</td> 163 <td>Public slot to start the svn log command.</td>
155 </tr> 164 </tr>
156 </table> 165 </table>
158 <table> 167 <table>
159 <tr><td>None</td></tr> 168 <tr><td>None</td></tr>
160 </table> 169 </table>
161 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> 170 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a>
162 <h4>SvnLogBrowserDialog (Constructor)</h4> 171 <h4>SvnLogBrowserDialog (Constructor)</h4>
163 <b>SvnLogBrowserDialog</b>(<i>vcs, isFile=False, parent=None</i>) 172 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>)
164 <p> 173 <p>
165 Constructor 174 Constructor
166 </p><dl> 175 </p><dl>
167 <dt><i>vcs</i></dt> 176 <dt><i>vcs</i></dt>
168 <dd> 177 <dd>
169 reference to the vcs object 178 reference to the vcs object
170 </dd><dt><i>isFile</i></dt>
171 <dd>
172 flag indicating log for a file is to be shown (boolean)
173 </dd><dt><i>parent</i></dt> 179 </dd><dt><i>parent</i></dt>
174 <dd> 180 <dd>
175 parent widget (QWidget) 181 parent widget (QWidget)
176 </dd> 182 </dd>
177 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> 183 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a>
258 </p><dl> 264 </p><dl>
259 <dt><i>startRev</i></dt> 265 <dt><i>startRev</i></dt>
260 <dd> 266 <dd>
261 revision number to start from (integer, string) 267 revision number to start from (integer, string)
262 </dd> 268 </dd>
263 </dl><a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a> 269 </dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a>
270 <h4>SvnLogBrowserDialog.__initData</h4>
271 <b>__initData</b>(<i></i>)
272 <p>
273 Private method to (re-)initialize some data.
274 </p><a NAME="SvnLogBrowserDialog.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a>
264 <h4>SvnLogBrowserDialog.__procFinished</h4> 275 <h4>SvnLogBrowserDialog.__procFinished</h4>
265 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 276 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
266 <p> 277 <p>
267 Private slot connected to the finished signal. 278 Private slot connected to the finished signal.
268 </p><dl> 279 </p><dl>
291 <b>__readStdout</b>(<i></i>) 302 <b>__readStdout</b>(<i></i>)
292 <p> 303 <p>
293 Private slot to handle the readyReadStandardOutput signal. 304 Private slot to handle the readyReadStandardOutput signal.
294 </p><p> 305 </p><p>
295 It reads the output of the process and inserts it into a buffer. 306 It reads the output of the process and inserts it into a buffer.
307 </p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a>
308 <h4>SvnLogBrowserDialog.__resetUI</h4>
309 <b>__resetUI</b>(<i></i>)
310 <p>
311 Private method to reset the user interface.
296 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> 312 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a>
297 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> 313 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4>
298 <b>__resizeColumnsFiles</b>(<i></i>) 314 <b>__resizeColumnsFiles</b>(<i></i>)
299 <p> 315 <p>
300 Private method to resize the changed files tree columns. 316 Private method to resize the changed files tree columns.
444 </p><dl> 460 </p><dl>
445 <dt><i>date</i></dt> 461 <dt><i>date</i></dt>
446 <dd> 462 <dd>
447 new date (QDate) 463 new date (QDate)
448 </dd> 464 </dd>
449 </dl><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> 465 </dl><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a>
466 <h4>SvnLogBrowserDialog.show</h4>
467 <b>show</b>(<i></i>)
468 <p>
469 Public slot to show the dialog.
470 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a>
450 <h4>SvnLogBrowserDialog.start</h4> 471 <h4>SvnLogBrowserDialog.start</h4>
451 <b>start</b>(<i>fn</i>) 472 <b>start</b>(<i>fn, isFile=False</i>)
452 <p> 473 <p>
453 Public slot to start the svn log command. 474 Public slot to start the svn log command.
454 </p><dl> 475 </p><dl>
455 <dt><i>fn</i></dt> 476 <dt><i>fn</i></dt>
456 <dd> 477 <dd>
457 filename to show the log for (string) 478 filename to show the log for (string)
479 </dd><dt><i>isFile=</i></dt>
480 <dd>
481 flag indicating log for a file is to be shown (boolean)
458 </dd> 482 </dd>
459 </dl> 483 </dl>
460 <div align="right"><a href="#top">Up</a></div> 484 <div align="right"><a href="#top">Up</a></div>
461 <hr /> 485 <hr />
462 </body></html> 486 </body></html>

eric ide

mercurial