62 <td>Constructor</td> |
62 <td>Constructor</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="#HgDiffDialog.__appendText">__appendText</a></td> |
64 <td><a href="#HgDiffDialog.__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="#HgDiffDialog.__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="#HgDiffDialog.__finish">__finish</a></td> |
70 <td><a href="#HgDiffDialog.__finish">__finish</a></td> |
68 <td>Private slot called when the process finished or the user pressed the button.</td> |
71 <td>Private slot called when the process finished or the user pressed the button.</td> |
69 </tr><tr> |
72 </tr><tr> |
70 <td><a href="#HgDiffDialog.__getVersionArg">__getVersionArg</a></td> |
73 <td><a href="#HgDiffDialog.__getVersionArg">__getVersionArg</a></td> |
71 <td>Private method to get a hg revision argument for the given revision.</td> |
74 <td>Private method to get a hg revision argument for the given revision.</td> |
72 </tr><tr> |
75 </tr><tr> |
73 <td><a href="#HgDiffDialog.__procFinished">__procFinished</a></td> |
76 <td><a href="#HgDiffDialog.__procFinished">__procFinished</a></td> |
74 <td>Private slot connected to the finished signal.</td> |
77 <td>Private slot connected to the finished signal.</td> |
75 </tr><tr> |
78 </tr><tr> |
|
79 <td><a href="#HgDiffDialog.__processFileLine">__processFileLine</a></td> |
|
80 <td>Private slot to process a line giving the old/new file.</td> |
|
81 </tr><tr> |
76 <td><a href="#HgDiffDialog.__processOutputLine">__processOutputLine</a></td> |
82 <td><a href="#HgDiffDialog.__processOutputLine">__processOutputLine</a></td> |
77 <td>Private method to process the lines of output.</td> |
83 <td>Private method to process the lines of output.</td> |
78 </tr><tr> |
84 </tr><tr> |
79 <td><a href="#HgDiffDialog.__readStderr">__readStderr</a></td> |
85 <td><a href="#HgDiffDialog.__readStderr">__readStderr</a></td> |
80 <td>Private slot to handle the readyReadStandardError signal.</td> |
86 <td>Private slot to handle the readyReadStandardError signal.</td> |
91 <td><a href="#HgDiffDialog.keyPressEvent">keyPressEvent</a></td> |
97 <td><a href="#HgDiffDialog.keyPressEvent">keyPressEvent</a></td> |
92 <td>Protected slot to handle a key press event.</td> |
98 <td>Protected slot to handle a key press event.</td> |
93 </tr><tr> |
99 </tr><tr> |
94 <td><a href="#HgDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
100 <td><a href="#HgDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
95 <td>Private slot called by a button of the button box clicked.</td> |
101 <td>Private slot called by a button of the button box clicked.</td> |
|
102 </tr><tr> |
|
103 <td><a href="#HgDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td> |
|
104 <td>Private slot to handle the selection of a file.</td> |
96 </tr><tr> |
105 </tr><tr> |
97 <td><a href="#HgDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
106 <td><a href="#HgDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
98 <td>Private slot to handle the press of the return key in the input field.</td> |
107 <td>Private slot to handle the press of the return key in the input field.</td> |
99 </tr><tr> |
108 </tr><tr> |
100 <td><a href="#HgDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
109 <td><a href="#HgDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
137 <dd> |
146 <dd> |
138 text to insert (string) |
147 text to insert (string) |
139 </dd><dt><i>format</i></dt> |
148 </dd><dt><i>format</i></dt> |
140 <dd> |
149 <dd> |
141 text format to be used (QTextCharFormat) |
150 text format to be used (QTextCharFormat) |
|
151 </dd> |
|
152 </dl><a NAME="HgDiffDialog.__extractFileName" ID="HgDiffDialog.__extractFileName"></a> |
|
153 <h4>HgDiffDialog.__extractFileName</h4> |
|
154 <b>__extractFileName</b>(<i>line</i>) |
|
155 <p> |
|
156 Private method to extract the file name out of a file separator line. |
|
157 </p><dl> |
|
158 <dt><i>line</i></dt> |
|
159 <dd> |
|
160 line to be processed (string) |
|
161 </dd> |
|
162 </dl><dl> |
|
163 <dt>Returns:</dt> |
|
164 <dd> |
|
165 extracted file name (string) |
142 </dd> |
166 </dd> |
143 </dl><a NAME="HgDiffDialog.__finish" ID="HgDiffDialog.__finish"></a> |
167 </dl><a NAME="HgDiffDialog.__finish" ID="HgDiffDialog.__finish"></a> |
144 <h4>HgDiffDialog.__finish</h4> |
168 <h4>HgDiffDialog.__finish</h4> |
145 <b>__finish</b>(<i></i>) |
169 <b>__finish</b>(<i></i>) |
146 <p> |
170 <p> |
170 <dd> |
194 <dd> |
171 exit code of the process (integer) |
195 exit code of the process (integer) |
172 </dd><dt><i>exitStatus</i></dt> |
196 </dd><dt><i>exitStatus</i></dt> |
173 <dd> |
197 <dd> |
174 exit status of the process (QProcess.ExitStatus) |
198 exit status of the process (QProcess.ExitStatus) |
|
199 </dd> |
|
200 </dl><a NAME="HgDiffDialog.__processFileLine" ID="HgDiffDialog.__processFileLine"></a> |
|
201 <h4>HgDiffDialog.__processFileLine</h4> |
|
202 <b>__processFileLine</b>(<i>line</i>) |
|
203 <p> |
|
204 Private slot to process a line giving the old/new file. |
|
205 </p><dl> |
|
206 <dt><i>line</i></dt> |
|
207 <dd> |
|
208 line to be processed (string) |
175 </dd> |
209 </dd> |
176 </dl><a NAME="HgDiffDialog.__processOutputLine" ID="HgDiffDialog.__processOutputLine"></a> |
210 </dl><a NAME="HgDiffDialog.__processOutputLine" ID="HgDiffDialog.__processOutputLine"></a> |
177 <h4>HgDiffDialog.__processOutputLine</h4> |
211 <h4>HgDiffDialog.__processOutputLine</h4> |
178 <b>__processOutputLine</b>(<i>line</i>) |
212 <b>__processOutputLine</b>(<i>line</i>) |
179 <p> |
213 <p> |
237 </p><dl> |
271 </p><dl> |
238 <dt><i>button</i></dt> |
272 <dt><i>button</i></dt> |
239 <dd> |
273 <dd> |
240 button that was clicked (QAbstractButton) |
274 button that was clicked (QAbstractButton) |
241 </dd> |
275 </dd> |
|
276 </dl><a NAME="HgDiffDialog.on_filesCombo_activated" ID="HgDiffDialog.on_filesCombo_activated"></a> |
|
277 <h4>HgDiffDialog.on_filesCombo_activated</h4> |
|
278 <b>on_filesCombo_activated</b>(<i>index</i>) |
|
279 <p> |
|
280 Private slot to handle the selection of a file. |
|
281 </p><dl> |
|
282 <dt><i>index</i></dt> |
|
283 <dd> |
|
284 activated row (integer) |
|
285 </dd> |
242 </dl><a NAME="HgDiffDialog.on_input_returnPressed" ID="HgDiffDialog.on_input_returnPressed"></a> |
286 </dl><a NAME="HgDiffDialog.on_input_returnPressed" ID="HgDiffDialog.on_input_returnPressed"></a> |
243 <h4>HgDiffDialog.on_input_returnPressed</h4> |
287 <h4>HgDiffDialog.on_input_returnPressed</h4> |
244 <b>on_input_returnPressed</b>(<i></i>) |
288 <b>on_input_returnPressed</b>(<i></i>) |
245 <p> |
289 <p> |
246 Private slot to handle the press of the return key in the input field. |
290 Private slot to handle the press of the return key in the input field. |