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

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
154 <td>Public slot to start the svn log command.</td> 154 <td>Public slot to start the svn log command.</td>
155 </tr> 155 </tr>
156 </table> 156 </table>
157 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> 157 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a>
158 <h4>SvnLogBrowserDialog (Constructor)</h4> 158 <h4>SvnLogBrowserDialog (Constructor)</h4>
159 <b>SvnLogBrowserDialog</b>(<i>vcs, parent = None</i>) 159 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>)
160 <p> 160 <p>
161 Constructor 161 Constructor
162 </p><dl> 162 </p><dl>
163 <dt><i>vcs</i></dt> 163 <dt><i>vcs</i></dt>
164 <dd> 164 <dd>
233 <dd> 233 <dd>
234 revision info (string) 234 revision info (string)
235 </dd><dt><i>changedPaths</i></dt> 235 </dd><dt><i>changedPaths</i></dt>
236 <dd> 236 <dd>
237 list of dictionary objects containing 237 list of dictionary objects containing
238 info about the changed files/directories 238 info about the changed files/directories
239 </dd> 239 </dd>
240 </dl><dl> 240 </dl><dl>
241 <dt>Returns:</dt> 241 <dt>Returns:</dt>
242 <dd> 242 <dd>
243 reference to the generated item (QTreeWidgetItem) 243 reference to the generated item (QTreeWidgetItem)
244 </dd> 244 </dd>
245 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> 245 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a>
246 <h4>SvnLogBrowserDialog.__getLogEntries</h4> 246 <h4>SvnLogBrowserDialog.__getLogEntries</h4>
247 <b>__getLogEntries</b>(<i>startRev = None</i>) 247 <b>__getLogEntries</b>(<i>startRev=None</i>)
248 <p> 248 <p>
249 Private method to retrieve log entries from the repository. 249 Private method to retrieve log entries from the repository.
250 </p><dl> 250 </p><dl>
251 <dt><i>startRev</i></dt> 251 <dt><i>startRev</i></dt>
252 <dd> 252 <dd>
280 error pane. 280 error pane.
281 </p><a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a> 281 </p><a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a>
282 <h4>SvnLogBrowserDialog.__readStdout</h4> 282 <h4>SvnLogBrowserDialog.__readStdout</h4>
283 <b>__readStdout</b>(<i></i>) 283 <b>__readStdout</b>(<i></i>)
284 <p> 284 <p>
285 Private slot to handle the readyReadStandardOutput signal. 285 Private slot to handle the readyReadStandardOutput signal.
286 </p><p> 286 </p><p>
287 It reads the output of the process and inserts it into a buffer. 287 It reads the output of the process and inserts it into a buffer.
288 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> 288 </p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a>
289 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> 289 <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4>
290 <b>__resizeColumnsFiles</b>(<i></i>) 290 <b>__resizeColumnsFiles</b>(<i></i>)

eric ide

mercurial