97 <td>Public slot to start the svn diff command.</td> |
97 <td>Public slot to start the svn diff command.</td> |
98 </tr> |
98 </tr> |
99 </table> |
99 </table> |
100 <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a> |
100 <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a> |
101 <h4>SvnDiffDialog (Constructor)</h4> |
101 <h4>SvnDiffDialog (Constructor)</h4> |
102 <b>SvnDiffDialog</b>(<i>vcs, parent = None</i>) |
102 <b>SvnDiffDialog</b>(<i>vcs, parent=None</i>) |
103 <p> |
103 <p> |
104 Constructor |
104 Constructor |
105 </p><dl> |
105 </p><dl> |
106 <dt><i>vcs</i></dt> |
106 <dt><i>vcs</i></dt> |
107 <dd> |
107 <dd> |
161 error pane. |
161 error pane. |
162 </p><a NAME="SvnDiffDialog.__readStdout" ID="SvnDiffDialog.__readStdout"></a> |
162 </p><a NAME="SvnDiffDialog.__readStdout" ID="SvnDiffDialog.__readStdout"></a> |
163 <h4>SvnDiffDialog.__readStdout</h4> |
163 <h4>SvnDiffDialog.__readStdout</h4> |
164 <b>__readStdout</b>(<i></i>) |
164 <b>__readStdout</b>(<i></i>) |
165 <p> |
165 <p> |
166 Private slot to handle the readyReadStandardOutput signal. |
166 Private slot to handle the readyReadStandardOutput signal. |
167 </p><p> |
167 </p><p> |
168 It reads the output of the process, formats it and inserts it into |
168 It reads the output of the process, formats it and inserts it into |
169 the contents pane. |
169 the contents pane. |
170 </p><a NAME="SvnDiffDialog.closeEvent" ID="SvnDiffDialog.closeEvent"></a> |
170 </p><a NAME="SvnDiffDialog.closeEvent" ID="SvnDiffDialog.closeEvent"></a> |
171 <h4>SvnDiffDialog.closeEvent</h4> |
171 <h4>SvnDiffDialog.closeEvent</h4> |
225 <b>on_sendButton_clicked</b>(<i></i>) |
225 <b>on_sendButton_clicked</b>(<i></i>) |
226 <p> |
226 <p> |
227 Private slot to send the input to the subversion process. |
227 Private slot to send the input to the subversion process. |
228 </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> |
228 </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> |
229 <h4>SvnDiffDialog.start</h4> |
229 <h4>SvnDiffDialog.start</h4> |
230 <b>start</b>(<i>fn, versions = None, urls = None, summary = False</i>) |
230 <b>start</b>(<i>fn, versions=None, urls=None, summary=False</i>) |
231 <p> |
231 <p> |
232 Public slot to start the svn diff command. |
232 Public slot to start the svn diff command. |
233 </p><dl> |
233 </p><dl> |
234 <dt><i>fn</i></dt> |
234 <dt><i>fn</i></dt> |
235 <dd> |
235 <dd> |