62 <td>Constructor</td> |
62 <td>Constructor</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td> |
64 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td> |
65 <td>Private method to append text to the end of the contents pane.</td> |
65 <td>Private method to append text to the end of the contents pane.</td> |
66 </tr><tr> |
66 </tr><tr> |
|
67 <td><a href="#SvnDiffDialog.__extractFileName">__extractFileName</a></td> |
|
68 <td>Private method to extract the file name out of a file separator line.</td> |
|
69 </tr><tr> |
67 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td> |
70 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td> |
68 <td>Private method to get a svn revision argument for the given revision.</td> |
71 <td>Private method to get a svn revision argument for the given revision.</td> |
69 </tr><tr> |
72 </tr><tr> |
70 <td><a href="#SvnDiffDialog.__procFinished">__procFinished</a></td> |
73 <td><a href="#SvnDiffDialog.__procFinished">__procFinished</a></td> |
71 <td>Private slot connected to the finished signal.</td> |
74 <td>Private slot connected to the finished signal.</td> |
72 </tr><tr> |
75 </tr><tr> |
|
76 <td><a href="#SvnDiffDialog.__processFileLine">__processFileLine</a></td> |
|
77 <td>Private slot to process a line giving the old/new file.</td> |
|
78 </tr><tr> |
73 <td><a href="#SvnDiffDialog.__readStderr">__readStderr</a></td> |
79 <td><a href="#SvnDiffDialog.__readStderr">__readStderr</a></td> |
74 <td>Private slot to handle the readyReadStandardError signal.</td> |
80 <td>Private slot to handle the readyReadStandardError signal.</td> |
75 </tr><tr> |
81 </tr><tr> |
76 <td><a href="#SvnDiffDialog.__readStdout">__readStdout</a></td> |
82 <td><a href="#SvnDiffDialog.__readStdout">__readStdout</a></td> |
77 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
83 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
82 <td><a href="#SvnDiffDialog.keyPressEvent">keyPressEvent</a></td> |
88 <td><a href="#SvnDiffDialog.keyPressEvent">keyPressEvent</a></td> |
83 <td>Protected slot to handle a key press event.</td> |
89 <td>Protected slot to handle a key press event.</td> |
84 </tr><tr> |
90 </tr><tr> |
85 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
91 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
86 <td>Private slot called by a button of the button box clicked.</td> |
92 <td>Private slot called by a button of the button box clicked.</td> |
|
93 </tr><tr> |
|
94 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td> |
|
95 <td>Private slot to handle the selection of a file.</td> |
87 </tr><tr> |
96 </tr><tr> |
88 <td><a href="#SvnDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
97 <td><a href="#SvnDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
89 <td>Private slot to handle the press of the return key in the input field.</td> |
98 <td>Private slot to handle the press of the return key in the input field.</td> |
90 </tr><tr> |
99 </tr><tr> |
91 <td><a href="#SvnDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
100 <td><a href="#SvnDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
129 text to insert (string) |
138 text to insert (string) |
130 </dd><dt><i>format</i></dt> |
139 </dd><dt><i>format</i></dt> |
131 <dd> |
140 <dd> |
132 text format to be used (QTextCharFormat) |
141 text format to be used (QTextCharFormat) |
133 </dd> |
142 </dd> |
|
143 </dl><a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a> |
|
144 <h4>SvnDiffDialog.__extractFileName</h4> |
|
145 <b>__extractFileName</b>(<i>line</i>) |
|
146 <p> |
|
147 Private method to extract the file name out of a file separator line. |
|
148 </p><dl> |
|
149 <dt><i>line</i></dt> |
|
150 <dd> |
|
151 line to be processed (string) |
|
152 </dd> |
|
153 </dl><dl> |
|
154 <dt>Returns:</dt> |
|
155 <dd> |
|
156 extracted file name (string) |
|
157 </dd> |
134 </dl><a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a> |
158 </dl><a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a> |
135 <h4>SvnDiffDialog.__getVersionArg</h4> |
159 <h4>SvnDiffDialog.__getVersionArg</h4> |
136 <b>__getVersionArg</b>(<i>version</i>) |
160 <b>__getVersionArg</b>(<i>version</i>) |
137 <p> |
161 <p> |
138 Private method to get a svn revision argument for the given revision. |
162 Private method to get a svn revision argument for the given revision. |
156 <dd> |
180 <dd> |
157 exit code of the process (integer) |
181 exit code of the process (integer) |
158 </dd><dt><i>exitStatus</i></dt> |
182 </dd><dt><i>exitStatus</i></dt> |
159 <dd> |
183 <dd> |
160 exit status of the process (QProcess.ExitStatus) |
184 exit status of the process (QProcess.ExitStatus) |
|
185 </dd> |
|
186 </dl><a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a> |
|
187 <h4>SvnDiffDialog.__processFileLine</h4> |
|
188 <b>__processFileLine</b>(<i>line</i>) |
|
189 <p> |
|
190 Private slot to process a line giving the old/new file. |
|
191 </p><dl> |
|
192 <dt><i>line</i></dt> |
|
193 <dd> |
|
194 line to be processed (string) |
161 </dd> |
195 </dd> |
162 </dl><a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a> |
196 </dl><a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a> |
163 <h4>SvnDiffDialog.__readStderr</h4> |
197 <h4>SvnDiffDialog.__readStderr</h4> |
164 <b>__readStderr</b>(<i></i>) |
198 <b>__readStderr</b>(<i></i>) |
165 <p> |
199 <p> |
203 </p><dl> |
237 </p><dl> |
204 <dt><i>button</i></dt> |
238 <dt><i>button</i></dt> |
205 <dd> |
239 <dd> |
206 button that was clicked (QAbstractButton) |
240 button that was clicked (QAbstractButton) |
207 </dd> |
241 </dd> |
|
242 </dl><a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a> |
|
243 <h4>SvnDiffDialog.on_filesCombo_activated</h4> |
|
244 <b>on_filesCombo_activated</b>(<i>index</i>) |
|
245 <p> |
|
246 Private slot to handle the selection of a file. |
|
247 </p><dl> |
|
248 <dt><i>index</i></dt> |
|
249 <dd> |
|
250 activated row (integer) |
|
251 </dd> |
208 </dl><a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a> |
252 </dl><a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a> |
209 <h4>SvnDiffDialog.on_input_returnPressed</h4> |
253 <h4>SvnDiffDialog.on_input_returnPressed</h4> |
210 <b>on_input_returnPressed</b>(<i></i>) |
254 <b>on_input_returnPressed</b>(<i></i>) |
211 <p> |
255 <p> |
212 Private slot to handle the press of the return key in the input field. |
256 Private slot to handle the press of the return key in the input field. |