Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.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>
84 <td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td>
85 <td>Private method to reset the user interface.</td>
86 </tr><tr>
81 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> 87 <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td>
82 <td>Private method to resize the changed files tree columns.</td> 88 <td>Private method to resize the changed files tree columns.</td>
83 </tr><tr> 89 </tr><tr>
84 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td> 90 <td><a href="#SvnLogBrowserDialog.__resizeColumnsLog">__resizeColumnsLog</a></td>
85 <td>Private method to resize the log tree columns.</td> 91 <td>Private method to resize the log tree columns.</td>
94 <td>Private slot to show an error message.</td> 100 <td>Private slot to show an error message.</td>
95 </tr><tr> 101 </tr><tr>
96 <td><a href="#SvnLogBrowserDialog._reset">_reset</a></td> 102 <td><a href="#SvnLogBrowserDialog._reset">_reset</a></td>
97 <td>Protected method to reset the internal state of the dialog.</td> 103 <td>Protected method to reset the internal state of the dialog.</td>
98 </tr><tr> 104 </tr><tr>
105 <td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td>
106 <td>Private slot implementing a close event handler.</td>
107 </tr><tr>
99 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 108 <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
100 <td>Private slot called by a button of the button box clicked.</td> 109 <td>Private slot called by a button of the button box clicked.</td>
101 </tr><tr> 110 </tr><tr>
102 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td> 111 <td><a href="#SvnLogBrowserDialog.on_diffPreviousButton_clicked">on_diffPreviousButton_clicked</a></td>
103 <td>Private slot to handle the Diff to Previous button.</td> 112 <td>Private slot to handle the Diff to Previous button.</td>
126 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td> 135 <td><a href="#SvnLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
127 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td> 136 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
128 </tr><tr> 137 </tr><tr>
129 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> 138 <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td>
130 <td>Private slot called, when the from date changes.</td> 139 <td>Private slot called, when the from date changes.</td>
140 </tr><tr>
141 <td><a href="#SvnLogBrowserDialog.show">show</a></td>
142 <td>Public slot to show the dialog.</td>
131 </tr><tr> 143 </tr><tr>
132 <td><a href="#SvnLogBrowserDialog.start">start</a></td> 144 <td><a href="#SvnLogBrowserDialog.start">start</a></td>
133 <td>Public slot to start the svn log command.</td> 145 <td>Public slot to start the svn log command.</td>
134 </tr> 146 </tr>
135 </table> 147 </table>
137 <table> 149 <table>
138 <tr><td>None</td></tr> 150 <tr><td>None</td></tr>
139 </table> 151 </table>
140 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> 152 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a>
141 <h4>SvnLogBrowserDialog (Constructor)</h4> 153 <h4>SvnLogBrowserDialog (Constructor)</h4>
142 <b>SvnLogBrowserDialog</b>(<i>vcs, isFile=False, parent=None</i>) 154 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>)
143 <p> 155 <p>
144 Constructor 156 Constructor
145 </p><dl> 157 </p><dl>
146 <dt><i>vcs</i></dt> 158 <dt><i>vcs</i></dt>
147 <dd> 159 <dd>
148 reference to the vcs object 160 reference to the vcs object
149 </dd><dt><i>isFile</i></dt>
150 <dd>
151 flag indicating log for a file is to be shown (boolean)
152 </dd><dt><i>parent</i></dt> 161 </dd><dt><i>parent</i></dt>
153 <dd> 162 <dd>
154 parent widget (QWidget) 163 parent widget (QWidget)
155 </dd> 164 </dd>
156 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a> 165 </dl><a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a>
239 </p><dl> 248 </p><dl>
240 <dt><i>startRev</i></dt> 249 <dt><i>startRev</i></dt>
241 <dd> 250 <dd>
242 revision number to start from (integer, string) 251 revision number to start from (integer, string)
243 </dd> 252 </dd>
244 </dl><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> 253 </dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a>
254 <h4>SvnLogBrowserDialog.__initData</h4>
255 <b>__initData</b>(<i></i>)
256 <p>
257 Private method to (re-)initialize some data.
258 </p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a>
259 <h4>SvnLogBrowserDialog.__resetUI</h4>
260 <b>__resetUI</b>(<i></i>)
261 <p>
262 Private method to reset the user interface.
263 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a>
245 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> 264 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4>
246 <b>__resizeColumnsFiles</b>(<i></i>) 265 <b>__resizeColumnsFiles</b>(<i></i>)
247 <p> 266 <p>
248 Private method to resize the changed files tree columns. 267 Private method to resize the changed files tree columns.
249 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a> 268 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a>
274 </dl><a NAME="SvnLogBrowserDialog._reset" ID="SvnLogBrowserDialog._reset"></a> 293 </dl><a NAME="SvnLogBrowserDialog._reset" ID="SvnLogBrowserDialog._reset"></a>
275 <h4>SvnLogBrowserDialog._reset</h4> 294 <h4>SvnLogBrowserDialog._reset</h4>
276 <b>_reset</b>(<i></i>) 295 <b>_reset</b>(<i></i>)
277 <p> 296 <p>
278 Protected method to reset the internal state of the dialog. 297 Protected method to reset the internal state of the dialog.
279 </p><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> 298 </p><a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a>
299 <h4>SvnLogBrowserDialog.closeEvent</h4>
300 <b>closeEvent</b>(<i>e</i>)
301 <p>
302 Private slot implementing a close event handler.
303 </p><dl>
304 <dt><i>e</i></dt>
305 <dd>
306 close event (QCloseEvent)
307 </dd>
308 </dl><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a>
280 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> 309 <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4>
281 <b>on_buttonBox_clicked</b>(<i>button</i>) 310 <b>on_buttonBox_clicked</b>(<i>button</i>)
282 <p> 311 <p>
283 Private slot called by a button of the button box clicked. 312 Private slot called by a button of the button box clicked.
284 </p><dl> 313 </p><dl>
367 </p><dl> 396 </p><dl>
368 <dt><i>date</i></dt> 397 <dt><i>date</i></dt>
369 <dd> 398 <dd>
370 new date (QDate) 399 new date (QDate)
371 </dd> 400 </dd>
372 </dl><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> 401 </dl><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a>
402 <h4>SvnLogBrowserDialog.show</h4>
403 <b>show</b>(<i></i>)
404 <p>
405 Public slot to show the dialog.
406 </p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a>
373 <h4>SvnLogBrowserDialog.start</h4> 407 <h4>SvnLogBrowserDialog.start</h4>
374 <b>start</b>(<i>fn</i>) 408 <b>start</b>(<i>fn, isFile=False</i>)
375 <p> 409 <p>
376 Public slot to start the svn log command. 410 Public slot to start the svn log command.
377 </p><dl> 411 </p><dl>
378 <dt><i>fn</i></dt> 412 <dt><i>fn</i></dt>
379 <dd> 413 <dd>
380 filename to show the log for (string) 414 filename to show the log for (string)
415 </dd><dt><i>isFile=</i></dt>
416 <dd>
417 flag indicating log for a file is to be shown (boolean)
381 </dd> 418 </dd>
382 </dl> 419 </dl>
383 <div align="right"><a href="#top">Up</a></div> 420 <div align="right"><a href="#top">Up</a></div>
384 <hr /> 421 <hr />
385 </body></html> 422 </body></html>

eric ide

mercurial