5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the revisions for the git diff command. |
11 Module implementing a dialog to enter the revisions for the git diff command. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#GitRevisionsSelectionDialog">GitRevisionsSelectionDialog</a></td> |
22 <td><a href="#GitRevisionsSelectionDialog">GitRevisionsSelectionDialog</a></td> |
25 <td>Class implementing a dialog to enter the revisions for the git diff command.</td> |
23 <td>Class implementing a dialog to enter the revisions for the git diff command.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="GitRevisionsSelectionDialog" ID="GitRevisionsSelectionDialog"></a> |
34 <a NAME="GitRevisionsSelectionDialog" ID="GitRevisionsSelectionDialog"></a> |
36 <h2>GitRevisionsSelectionDialog</h2> |
35 <h2>GitRevisionsSelectionDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to enter the revisions for the git diff |
37 Class implementing a dialog to enter the revisions for the git diff |
40 command. |
38 command. |
41 </p> |
39 </p> |
|
40 |
42 <h3>Derived from</h3> |
41 <h3>Derived from</h3> |
43 QDialog, Ui_GitRevisionsSelectionDialog |
42 QDialog, Ui_GitRevisionsSelectionDialog |
44 <h3>Class Attributes</h3> |
43 <h3>Class Attributes</h3> |
45 |
44 <table> |
46 <table> |
45 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
46 </table> |
48 </table> |
47 |
49 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
50 |
49 <table> |
51 <table> |
50 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
51 </table> |
53 </table> |
52 |
54 <h3>Methods</h3> |
53 <h3>Methods</h3> |
55 |
54 <table> |
56 <table> |
|
57 |
|
58 <tr> |
55 <tr> |
59 <td><a href="#GitRevisionsSelectionDialog.__init__">GitRevisionsSelectionDialog</a></td> |
56 <td><a href="#GitRevisionsSelectionDialog.__init__">GitRevisionsSelectionDialog</a></td> |
60 <td>Constructor</td> |
57 <td>Constructor</td> |
61 </tr> |
58 </tr> |
62 <tr> |
59 <tr> |
201 </dd> |
199 </dd> |
202 </dl> |
200 </dl> |
203 <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a> |
201 <a NAME="GitRevisionsSelectionDialog.on_branch1Button_toggled" ID="GitRevisionsSelectionDialog.on_branch1Button_toggled"></a> |
204 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4> |
202 <h4>GitRevisionsSelectionDialog.on_branch1Button_toggled</h4> |
205 <b>on_branch1Button_toggled</b>(<i>checked</i>) |
203 <b>on_branch1Button_toggled</b>(<i>checked</i>) |
206 |
|
207 <p> |
204 <p> |
208 Private slot to handle changes of the Branch1 select button. |
205 Private slot to handle changes of the Branch1 select button. |
209 </p> |
206 </p> |
|
207 |
210 <dl> |
208 <dl> |
211 |
209 |
212 <dt><i>checked</i> (bool)</dt> |
210 <dt><i>checked</i> (bool)</dt> |
213 <dd> |
211 <dd> |
214 state of the button |
212 state of the button |
215 </dd> |
213 </dd> |
216 </dl> |
214 </dl> |
217 <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> |
215 <a NAME="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged"></a> |
218 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> |
216 <h4>GitRevisionsSelectionDialog.on_branch1Combo_editTextChanged</h4> |
219 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) |
217 <b>on_branch1Combo_editTextChanged</b>(<i>txt</i>) |
220 |
|
221 <p> |
218 <p> |
222 Private slot to handle changes of the Branch1 combo. |
219 Private slot to handle changes of the Branch1 combo. |
223 </p> |
220 </p> |
|
221 |
224 <dl> |
222 <dl> |
225 |
223 |
226 <dt><i>txt</i> (str)</dt> |
224 <dt><i>txt</i> (str)</dt> |
227 <dd> |
225 <dd> |
228 text of the combo |
226 text of the combo |
229 </dd> |
227 </dd> |
230 </dl> |
228 </dl> |
231 <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a> |
229 <a NAME="GitRevisionsSelectionDialog.on_branch2Button_toggled" ID="GitRevisionsSelectionDialog.on_branch2Button_toggled"></a> |
232 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4> |
230 <h4>GitRevisionsSelectionDialog.on_branch2Button_toggled</h4> |
233 <b>on_branch2Button_toggled</b>(<i>checked</i>) |
231 <b>on_branch2Button_toggled</b>(<i>checked</i>) |
234 |
|
235 <p> |
232 <p> |
236 Private slot to handle changes of the Branch2 select button. |
233 Private slot to handle changes of the Branch2 select button. |
237 </p> |
234 </p> |
|
235 |
238 <dl> |
236 <dl> |
239 |
237 |
240 <dt><i>checked</i> (bool)</dt> |
238 <dt><i>checked</i> (bool)</dt> |
241 <dd> |
239 <dd> |
242 state of the button |
240 state of the button |
243 </dd> |
241 </dd> |
244 </dl> |
242 </dl> |
245 <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> |
243 <a NAME="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged"></a> |
246 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> |
244 <h4>GitRevisionsSelectionDialog.on_branch2Combo_editTextChanged</h4> |
247 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) |
245 <b>on_branch2Combo_editTextChanged</b>(<i>txt</i>) |
248 |
|
249 <p> |
246 <p> |
250 Private slot to handle changes of the Branch2 combo. |
247 Private slot to handle changes of the Branch2 combo. |
251 </p> |
248 </p> |
|
249 |
252 <dl> |
250 <dl> |
253 |
251 |
254 <dt><i>txt</i> (str)</dt> |
252 <dt><i>txt</i> (str)</dt> |
255 <dd> |
253 <dd> |
256 text of the combo |
254 text of the combo |
257 </dd> |
255 </dd> |
258 </dl> |
256 </dl> |
259 <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a> |
257 <a NAME="GitRevisionsSelectionDialog.on_rev1Button_toggled" ID="GitRevisionsSelectionDialog.on_rev1Button_toggled"></a> |
260 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4> |
258 <h4>GitRevisionsSelectionDialog.on_rev1Button_toggled</h4> |
261 <b>on_rev1Button_toggled</b>(<i>checked</i>) |
259 <b>on_rev1Button_toggled</b>(<i>checked</i>) |
262 |
|
263 <p> |
260 <p> |
264 Private slot to handle changes of the rev1 select button. |
261 Private slot to handle changes of the rev1 select button. |
265 </p> |
262 </p> |
|
263 |
266 <dl> |
264 <dl> |
267 |
265 |
268 <dt><i>checked</i> (bool)</dt> |
266 <dt><i>checked</i> (bool)</dt> |
269 <dd> |
267 <dd> |
270 state of the button |
268 state of the button |
271 </dd> |
269 </dd> |
272 </dl> |
270 </dl> |
273 <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a> |
271 <a NAME="GitRevisionsSelectionDialog.on_rev1Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev1Edit_textChanged"></a> |
274 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4> |
272 <h4>GitRevisionsSelectionDialog.on_rev1Edit_textChanged</h4> |
275 <b>on_rev1Edit_textChanged</b>(<i>txt</i>) |
273 <b>on_rev1Edit_textChanged</b>(<i>txt</i>) |
276 |
|
277 <p> |
274 <p> |
278 Private slot to handle changes of the rev1 edit. |
275 Private slot to handle changes of the rev1 edit. |
279 </p> |
276 </p> |
|
277 |
280 <dl> |
278 <dl> |
281 |
279 |
282 <dt><i>txt</i> (str)</dt> |
280 <dt><i>txt</i> (str)</dt> |
283 <dd> |
281 <dd> |
284 text of the edit |
282 text of the edit |
285 </dd> |
283 </dd> |
286 </dl> |
284 </dl> |
287 <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a> |
285 <a NAME="GitRevisionsSelectionDialog.on_rev2Button_toggled" ID="GitRevisionsSelectionDialog.on_rev2Button_toggled"></a> |
288 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4> |
286 <h4>GitRevisionsSelectionDialog.on_rev2Button_toggled</h4> |
289 <b>on_rev2Button_toggled</b>(<i>checked</i>) |
287 <b>on_rev2Button_toggled</b>(<i>checked</i>) |
290 |
|
291 <p> |
288 <p> |
292 Private slot to handle changes of the rev2 select button. |
289 Private slot to handle changes of the rev2 select button. |
293 </p> |
290 </p> |
|
291 |
294 <dl> |
292 <dl> |
295 |
293 |
296 <dt><i>checked</i> (bool)</dt> |
294 <dt><i>checked</i> (bool)</dt> |
297 <dd> |
295 <dd> |
298 state of the button |
296 state of the button |
299 </dd> |
297 </dd> |
300 </dl> |
298 </dl> |
301 <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a> |
299 <a NAME="GitRevisionsSelectionDialog.on_rev2Edit_textChanged" ID="GitRevisionsSelectionDialog.on_rev2Edit_textChanged"></a> |
302 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4> |
300 <h4>GitRevisionsSelectionDialog.on_rev2Edit_textChanged</h4> |
303 <b>on_rev2Edit_textChanged</b>(<i>txt</i>) |
301 <b>on_rev2Edit_textChanged</b>(<i>txt</i>) |
304 |
|
305 <p> |
302 <p> |
306 Private slot to handle changes of the rev2 edit. |
303 Private slot to handle changes of the rev2 edit. |
307 </p> |
304 </p> |
|
305 |
308 <dl> |
306 <dl> |
309 |
307 |
310 <dt><i>txt</i> (str)</dt> |
308 <dt><i>txt</i> (str)</dt> |
311 <dd> |
309 <dd> |
312 text of the edit |
310 text of the edit |
313 </dd> |
311 </dd> |
314 </dl> |
312 </dl> |
315 <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a> |
313 <a NAME="GitRevisionsSelectionDialog.on_tag1Button_toggled" ID="GitRevisionsSelectionDialog.on_tag1Button_toggled"></a> |
316 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4> |
314 <h4>GitRevisionsSelectionDialog.on_tag1Button_toggled</h4> |
317 <b>on_tag1Button_toggled</b>(<i>checked</i>) |
315 <b>on_tag1Button_toggled</b>(<i>checked</i>) |
318 |
|
319 <p> |
316 <p> |
320 Private slot to handle changes of the Tag1 select button. |
317 Private slot to handle changes of the Tag1 select button. |
321 </p> |
318 </p> |
|
319 |
322 <dl> |
320 <dl> |
323 |
321 |
324 <dt><i>checked</i> (bool)</dt> |
322 <dt><i>checked</i> (bool)</dt> |
325 <dd> |
323 <dd> |
326 state of the button |
324 state of the button |
327 </dd> |
325 </dd> |
328 </dl> |
326 </dl> |
329 <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> |
327 <a NAME="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged"></a> |
330 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> |
328 <h4>GitRevisionsSelectionDialog.on_tag1Combo_editTextChanged</h4> |
331 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) |
329 <b>on_tag1Combo_editTextChanged</b>(<i>txt</i>) |
332 |
|
333 <p> |
330 <p> |
334 Private slot to handle changes of the Tag1 combo. |
331 Private slot to handle changes of the Tag1 combo. |
335 </p> |
332 </p> |
|
333 |
336 <dl> |
334 <dl> |
337 |
335 |
338 <dt><i>txt</i> (str)</dt> |
336 <dt><i>txt</i> (str)</dt> |
339 <dd> |
337 <dd> |
340 text of the combo |
338 text of the combo |
341 </dd> |
339 </dd> |
342 </dl> |
340 </dl> |
343 <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a> |
341 <a NAME="GitRevisionsSelectionDialog.on_tag2Button_toggled" ID="GitRevisionsSelectionDialog.on_tag2Button_toggled"></a> |
344 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4> |
342 <h4>GitRevisionsSelectionDialog.on_tag2Button_toggled</h4> |
345 <b>on_tag2Button_toggled</b>(<i>checked</i>) |
343 <b>on_tag2Button_toggled</b>(<i>checked</i>) |
346 |
|
347 <p> |
344 <p> |
348 Private slot to handle changes of the Tag2 select button. |
345 Private slot to handle changes of the Tag2 select button. |
349 </p> |
346 </p> |
|
347 |
350 <dl> |
348 <dl> |
351 |
349 |
352 <dt><i>checked</i> (bool)</dt> |
350 <dt><i>checked</i> (bool)</dt> |
353 <dd> |
351 <dd> |
354 state of the button |
352 state of the button |
355 </dd> |
353 </dd> |
356 </dl> |
354 </dl> |
357 <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> |
355 <a NAME="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ID="GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged"></a> |
358 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> |
356 <h4>GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged</h4> |
359 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) |
357 <b>on_tag2Combo_editTextChanged</b>(<i>txt</i>) |
360 |
|
361 <p> |
358 <p> |
362 Private slot to handle changes of the Tag2 combo. |
359 Private slot to handle changes of the Tag2 combo. |
363 </p> |
360 </p> |
|
361 |
364 <dl> |
362 <dl> |
365 |
363 |
366 <dt><i>txt</i> (str)</dt> |
364 <dt><i>txt</i> (str)</dt> |
367 <dd> |
365 <dd> |
368 text of the combo |
366 text of the combo |