43 <a NAME="SvnLogDialog" ID="SvnLogDialog"></a> |
43 <a NAME="SvnLogDialog" ID="SvnLogDialog"></a> |
44 <h2>SvnLogDialog</h2> |
44 <h2>SvnLogDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to show the output of the svn log command process. |
46 Class implementing a dialog to show the output of the svn log command process. |
47 </p><p> |
47 </p><p> |
48 The dialog is nonmodal. Clicking a link in the upper text pane shows |
48 The dialog is nonmodal. Clicking a link in the upper text pane shows |
49 a diff of the versions. |
49 a diff of the versions. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 QWidget, Ui_SvnLogDialog |
52 QWidget, Ui_SvnLogDialog |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
91 <td>Public slot to start the cvs log command.</td> |
91 <td>Public slot to start the cvs log command.</td> |
92 </tr> |
92 </tr> |
93 </table> |
93 </table> |
94 <a NAME="SvnLogDialog.__init__" ID="SvnLogDialog.__init__"></a> |
94 <a NAME="SvnLogDialog.__init__" ID="SvnLogDialog.__init__"></a> |
95 <h4>SvnLogDialog (Constructor)</h4> |
95 <h4>SvnLogDialog (Constructor)</h4> |
96 <b>SvnLogDialog</b>(<i>vcs, parent = None</i>) |
96 <b>SvnLogDialog</b>(<i>vcs, parent=None</i>) |
97 <p> |
97 <p> |
98 Constructor |
98 Constructor |
99 </p><dl> |
99 </p><dl> |
100 <dt><i>vcs</i></dt> |
100 <dt><i>vcs</i></dt> |
101 <dd> |
101 <dd> |
127 error pane. |
127 error pane. |
128 </p><a NAME="SvnLogDialog.__readStdout" ID="SvnLogDialog.__readStdout"></a> |
128 </p><a NAME="SvnLogDialog.__readStdout" ID="SvnLogDialog.__readStdout"></a> |
129 <h4>SvnLogDialog.__readStdout</h4> |
129 <h4>SvnLogDialog.__readStdout</h4> |
130 <b>__readStdout</b>(<i></i>) |
130 <b>__readStdout</b>(<i></i>) |
131 <p> |
131 <p> |
132 Private slot to handle the readyReadStandardOutput signal. |
132 Private slot to handle the readyReadStandardOutput signal. |
133 </p><p> |
133 </p><p> |
134 It reads the output of the process and inserts it into a buffer. |
134 It reads the output of the process and inserts it into a buffer. |
135 </p><a NAME="SvnLogDialog.__sourceChanged" ID="SvnLogDialog.__sourceChanged"></a> |
135 </p><a NAME="SvnLogDialog.__sourceChanged" ID="SvnLogDialog.__sourceChanged"></a> |
136 <h4>SvnLogDialog.__sourceChanged</h4> |
136 <h4>SvnLogDialog.__sourceChanged</h4> |
137 <b>__sourceChanged</b>(<i>url</i>) |
137 <b>__sourceChanged</b>(<i>url</i>) |
182 <b>on_sendButton_clicked</b>(<i></i>) |
182 <b>on_sendButton_clicked</b>(<i></i>) |
183 <p> |
183 <p> |
184 Private slot to send the input to the subversion process. |
184 Private slot to send the input to the subversion process. |
185 </p><a NAME="SvnLogDialog.start" ID="SvnLogDialog.start"></a> |
185 </p><a NAME="SvnLogDialog.start" ID="SvnLogDialog.start"></a> |
186 <h4>SvnLogDialog.start</h4> |
186 <h4>SvnLogDialog.start</h4> |
187 <b>start</b>(<i>fn, noEntries = 0</i>) |
187 <b>start</b>(<i>fn, noEntries=0</i>) |
188 <p> |
188 <p> |
189 Public slot to start the cvs log command. |
189 Public slot to start the cvs log command. |
190 </p><dl> |
190 </p><dl> |
191 <dt><i>fn</i></dt> |
191 <dt><i>fn</i></dt> |
192 <dd> |
192 <dd> |