133 <td>Public slot to start the svn log command.</td> |
133 <td>Public slot to start the svn log command.</td> |
134 </tr> |
134 </tr> |
135 </table> |
135 </table> |
136 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
136 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> |
137 <h4>SvnLogBrowserDialog (Constructor)</h4> |
137 <h4>SvnLogBrowserDialog (Constructor)</h4> |
138 <b>SvnLogBrowserDialog</b>(<i>vcs, parent = None</i>) |
138 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) |
139 <p> |
139 <p> |
140 Constructor |
140 Constructor |
141 </p><dl> |
141 </p><dl> |
142 <dt><i>vcs</i></dt> |
142 <dt><i>vcs</i></dt> |
143 <dd> |
143 <dd> |
215 <dd> |
215 <dd> |
216 revision info (string or pysvn.opt_revision_kind) |
216 revision info (string or pysvn.opt_revision_kind) |
217 </dd><dt><i>changedPaths</i></dt> |
217 </dd><dt><i>changedPaths</i></dt> |
218 <dd> |
218 <dd> |
219 list of pysvn dictionary like objects containing |
219 list of pysvn dictionary like objects containing |
220 info about the changed files/directories |
220 info about the changed files/directories |
221 </dd> |
221 </dd> |
222 </dl><dl> |
222 </dl><dl> |
223 <dt>Returns:</dt> |
223 <dt>Returns:</dt> |
224 <dd> |
224 <dd> |
225 reference to the generated item (QTreeWidgetItem) |
225 reference to the generated item (QTreeWidgetItem) |
226 </dd> |
226 </dd> |
227 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
227 </dl><a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a> |
228 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
228 <h4>SvnLogBrowserDialog.__getLogEntries</h4> |
229 <b>__getLogEntries</b>(<i>startRev = None</i>) |
229 <b>__getLogEntries</b>(<i>startRev=None</i>) |
230 <p> |
230 <p> |
231 Private method to retrieve log entries from the repository. |
231 Private method to retrieve log entries from the repository. |
232 </p><dl> |
232 </p><dl> |
233 <dt><i>startRev</i></dt> |
233 <dt><i>startRev</i></dt> |
234 <dd> |
234 <dd> |