168 <p> |
168 <p> |
169 Constructor |
169 Constructor |
170 </p> |
170 </p> |
171 <dl> |
171 <dl> |
172 |
172 |
173 <dt><i>vcs</i></dt> |
173 <dt><i>vcs</i> (Git)</dt> |
174 <dd> |
174 <dd> |
175 reference to the vcs object |
175 reference to the vcs object |
176 </dd> |
176 </dd> |
177 <dt><i>parent</i></dt> |
177 <dt><i>parent</i> (QWidget)</dt> |
178 <dd> |
178 <dd> |
179 parent widget (QWidget) |
179 parent widget |
180 </dd> |
180 </dd> |
181 </dl> |
181 </dl> |
182 <a NAME="GitRemoteRepositoriesDialog.__finish" ID="GitRemoteRepositoriesDialog.__finish"></a> |
182 <a NAME="GitRemoteRepositoriesDialog.__finish" ID="GitRemoteRepositoriesDialog.__finish"></a> |
183 <h4>GitRemoteRepositoriesDialog.__finish</h4> |
183 <h4>GitRemoteRepositoriesDialog.__finish</h4> |
184 <b>__finish</b>(<i></i>) |
184 <b>__finish</b>(<i></i>) |
194 <p> |
194 <p> |
195 Private method to generate a status item in the status list. |
195 Private method to generate a status item in the status list. |
196 </p> |
196 </p> |
197 <dl> |
197 <dl> |
198 |
198 |
199 <dt><i>name</i></dt> |
199 <dt><i>name</i> (str)</dt> |
200 <dd> |
200 <dd> |
201 name of the remote repository (string) |
201 name of the remote repository |
202 </dd> |
202 </dd> |
203 <dt><i>url</i></dt> |
203 <dt><i>url</i> (str)</dt> |
204 <dd> |
204 <dd> |
205 URL of the remote repository (string) |
205 URL of the remote repository |
206 </dd> |
206 </dd> |
207 <dt><i>oper</i></dt> |
207 <dt><i>oper</i> (str)</dt> |
208 <dd> |
208 <dd> |
209 operation the remote repository may be used for (string) |
209 operation the remote repository may be used for |
210 </dd> |
210 </dd> |
211 </dl> |
211 </dl> |
212 <a NAME="GitRemoteRepositoriesDialog.__procFinished" ID="GitRemoteRepositoriesDialog.__procFinished"></a> |
212 <a NAME="GitRemoteRepositoriesDialog.__procFinished" ID="GitRemoteRepositoriesDialog.__procFinished"></a> |
213 <h4>GitRemoteRepositoriesDialog.__procFinished</h4> |
213 <h4>GitRemoteRepositoriesDialog.__procFinished</h4> |
214 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
214 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
216 <p> |
216 <p> |
217 Private slot connected to the finished signal. |
217 Private slot connected to the finished signal. |
218 </p> |
218 </p> |
219 <dl> |
219 <dl> |
220 |
220 |
221 <dt><i>exitCode</i></dt> |
221 <dt><i>exitCode</i> (int)</dt> |
222 <dd> |
222 <dd> |
223 exit code of the process (integer) |
223 exit code of the process |
224 </dd> |
224 </dd> |
225 <dt><i>exitStatus</i></dt> |
225 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
226 <dd> |
226 <dd> |
227 exit status of the process (QProcess.ExitStatus) |
227 exit status of the process |
228 </dd> |
228 </dd> |
229 </dl> |
229 </dl> |
230 <a NAME="GitRemoteRepositoriesDialog.__readStderr" ID="GitRemoteRepositoriesDialog.__readStderr"></a> |
230 <a NAME="GitRemoteRepositoriesDialog.__readStderr" ID="GitRemoteRepositoriesDialog.__readStderr"></a> |
231 <h4>GitRemoteRepositoriesDialog.__readStderr</h4> |
231 <h4>GitRemoteRepositoriesDialog.__readStderr</h4> |
232 <b>__readStderr</b>(<i></i>) |
232 <b>__readStderr</b>(<i></i>) |
277 <p> |
277 <p> |
278 Protected slot implementing a close event handler. |
278 Protected slot implementing a close event handler. |
279 </p> |
279 </p> |
280 <dl> |
280 <dl> |
281 |
281 |
282 <dt><i>e</i></dt> |
282 <dt><i>e</i> (QCloseEvent)</dt> |
283 <dd> |
283 <dd> |
284 close event (QCloseEvent) |
284 close event |
285 </dd> |
285 </dd> |
286 </dl> |
286 </dl> |
287 <a NAME="GitRemoteRepositoriesDialog.keyPressEvent" ID="GitRemoteRepositoriesDialog.keyPressEvent"></a> |
287 <a NAME="GitRemoteRepositoriesDialog.keyPressEvent" ID="GitRemoteRepositoriesDialog.keyPressEvent"></a> |
288 <h4>GitRemoteRepositoriesDialog.keyPressEvent</h4> |
288 <h4>GitRemoteRepositoriesDialog.keyPressEvent</h4> |
289 <b>keyPressEvent</b>(<i>evt</i>) |
289 <b>keyPressEvent</b>(<i>evt</i>) |
291 <p> |
291 <p> |
292 Protected slot to handle a key press event. |
292 Protected slot to handle a key press event. |
293 </p> |
293 </p> |
294 <dl> |
294 <dl> |
295 |
295 |
296 <dt><i>evt</i></dt> |
296 <dt><i>evt</i> (QKeyEvent)</dt> |
297 <dd> |
297 <dd> |
298 the key press event (QKeyEvent) |
298 the key press event |
299 </dd> |
299 </dd> |
300 </dl> |
300 </dl> |
301 <a NAME="GitRemoteRepositoriesDialog.on_addButton_clicked" ID="GitRemoteRepositoriesDialog.on_addButton_clicked"></a> |
301 <a NAME="GitRemoteRepositoriesDialog.on_addButton_clicked" ID="GitRemoteRepositoriesDialog.on_addButton_clicked"></a> |
302 <h4>GitRemoteRepositoriesDialog.on_addButton_clicked</h4> |
302 <h4>GitRemoteRepositoriesDialog.on_addButton_clicked</h4> |
303 <b>on_addButton_clicked</b>(<i></i>) |
303 <b>on_addButton_clicked</b>(<i></i>) |
312 <p> |
312 <p> |
313 Private slot called by a button of the button box clicked. |
313 Private slot called by a button of the button box clicked. |
314 </p> |
314 </p> |
315 <dl> |
315 <dl> |
316 |
316 |
317 <dt><i>button</i></dt> |
317 <dt><i>button</i> (QAbstractButton)</dt> |
318 <dd> |
318 <dd> |
319 button that was clicked (QAbstractButton) |
319 button that was clicked |
320 </dd> |
320 </dd> |
321 </dl> |
321 </dl> |
322 <a NAME="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" ID="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked"></a> |
322 <a NAME="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" ID="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked"></a> |
323 <h4>GitRemoteRepositoriesDialog.on_changeUrlButton_clicked</h4> |
323 <h4>GitRemoteRepositoriesDialog.on_changeUrlButton_clicked</h4> |
324 <b>on_changeUrlButton_clicked</b>(<i></i>) |
324 <b>on_changeUrlButton_clicked</b>(<i></i>) |
347 <p> |
347 <p> |
348 Private slot to handle the password checkbox toggled. |
348 Private slot to handle the password checkbox toggled. |
349 </p> |
349 </p> |
350 <dl> |
350 <dl> |
351 |
351 |
352 <dt><i>isOn</i></dt> |
352 <dt><i>isOn</i> (bool)</dt> |
353 <dd> |
353 <dd> |
354 flag indicating the status of the check box (boolean) |
354 flag indicating the status of the check box |
355 </dd> |
355 </dd> |
356 </dl> |
356 </dl> |
357 <a NAME="GitRemoteRepositoriesDialog.on_pruneButton_clicked" ID="GitRemoteRepositoriesDialog.on_pruneButton_clicked"></a> |
357 <a NAME="GitRemoteRepositoriesDialog.on_pruneButton_clicked" ID="GitRemoteRepositoriesDialog.on_pruneButton_clicked"></a> |
358 <h4>GitRemoteRepositoriesDialog.on_pruneButton_clicked</h4> |
358 <h4>GitRemoteRepositoriesDialog.on_pruneButton_clicked</h4> |
359 <b>on_pruneButton_clicked</b>(<i></i>) |
359 <b>on_pruneButton_clicked</b>(<i></i>) |