src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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>
118 <tr> 115 <tr>
119 <td><a href="#GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td> 116 <td><a href="#GitRevisionsSelectionDialog.on_tag2Combo_editTextChanged">on_tag2Combo_editTextChanged</a></td>
120 <td>Private slot to handle changes of the Tag2 combo.</td> 117 <td>Private slot to handle changes of the Tag2 combo.</td>
121 </tr> 118 </tr>
122 </table> 119 </table>
120
123 <h3>Static Methods</h3> 121 <h3>Static Methods</h3>
124 122 <table>
125 <table> 123 <tr><td>None</td></tr>
126 <tr><td>None</td></tr> 124 </table>
127 </table> 125
128 126
129 <a NAME="GitRevisionsSelectionDialog.__init__" ID="GitRevisionsSelectionDialog.__init__"></a> 127 <a NAME="GitRevisionsSelectionDialog.__init__" ID="GitRevisionsSelectionDialog.__init__"></a>
130 <h4>GitRevisionsSelectionDialog (Constructor)</h4> 128 <h4>GitRevisionsSelectionDialog (Constructor)</h4>
131 <b>GitRevisionsSelectionDialog</b>(<i>tagsList, branchesList, parent=None</i>) 129 <b>GitRevisionsSelectionDialog</b>(<i>tagsList, branchesList, parent=None</i>)
132
133 <p> 130 <p>
134 Constructor 131 Constructor
135 </p> 132 </p>
133
136 <dl> 134 <dl>
137 135
138 <dt><i>tagsList</i> (list of str)</dt> 136 <dt><i>tagsList</i> (list of str)</dt>
139 <dd> 137 <dd>
140 list of tags 138 list of tags
149 </dd> 147 </dd>
150 </dl> 148 </dl>
151 <a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a> 149 <a NAME="GitRevisionsSelectionDialog.__getRevision" ID="GitRevisionsSelectionDialog.__getRevision"></a>
152 <h4>GitRevisionsSelectionDialog.__getRevision</h4> 150 <h4>GitRevisionsSelectionDialog.__getRevision</h4>
153 <b>__getRevision</b>(<i>no</i>) 151 <b>__getRevision</b>(<i>no</i>)
154
155 <p> 152 <p>
156 Private method to generate the revision. 153 Private method to generate the revision.
157 </p> 154 </p>
155
158 <dl> 156 <dl>
159 157
160 <dt><i>no</i> (int)</dt> 158 <dt><i>no</i> (int)</dt>
161 <dd> 159 <dd>
162 revision number to generate (1 or 2) 160 revision number to generate (1 or 2)
175 </dd> 173 </dd>
176 </dl> 174 </dl>
177 <a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a> 175 <a NAME="GitRevisionsSelectionDialog.__updateOK" ID="GitRevisionsSelectionDialog.__updateOK"></a>
178 <h4>GitRevisionsSelectionDialog.__updateOK</h4> 176 <h4>GitRevisionsSelectionDialog.__updateOK</h4>
179 <b>__updateOK</b>(<i></i>) 177 <b>__updateOK</b>(<i></i>)
180
181 <p> 178 <p>
182 Private slot to update the OK button. 179 Private slot to update the OK button.
183 </p> 180 </p>
181
184 <a NAME="GitRevisionsSelectionDialog.getRevisions" ID="GitRevisionsSelectionDialog.getRevisions"></a> 182 <a NAME="GitRevisionsSelectionDialog.getRevisions" ID="GitRevisionsSelectionDialog.getRevisions"></a>
185 <h4>GitRevisionsSelectionDialog.getRevisions</h4> 183 <h4>GitRevisionsSelectionDialog.getRevisions</h4>
186 <b>getRevisions</b>(<i></i>) 184 <b>getRevisions</b>(<i></i>)
187
188 <p> 185 <p>
189 Public method to get the revisions. 186 Public method to get the revisions.
190 </p> 187 </p>
188
191 <dl> 189 <dl>
192 <dt>Return:</dt> 190 <dt>Return:</dt>
193 <dd> 191 <dd>
194 list of two revisions 192 list of two revisions
195 </dd> 193 </dd>
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

eric ide

mercurial