16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter the data for a bundle operation. |
26 Module implementing a dialog to enter the data for a bundle operation. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#GitBundleDialog">GitBundleDialog</a></td> |
38 <td><a href="#GitBundleDialog">GitBundleDialog</a></td> |
34 <td>Class implementing a dialog to enter the data for a bundle operation.</td> |
39 <td>Class implementing a dialog to enter the data for a bundle operation.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
39 <tr><td>None</td></tr> |
44 <table> |
40 </table> |
45 <tr><td>None</td></tr> |
41 <hr /><hr /> |
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
42 <a NAME="GitBundleDialog" ID="GitBundleDialog"></a> |
49 <a NAME="GitBundleDialog" ID="GitBundleDialog"></a> |
43 <h2>GitBundleDialog</h2> |
50 <h2>GitBundleDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to enter the data for a bundle operation. |
53 Class implementing a dialog to enter the data for a bundle operation. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_GitBundleDialog |
56 QDialog, Ui_GitBundleDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#GitBundleDialog.__init__">GitBundleDialog</a></td> |
72 <td><a href="#GitBundleDialog.__init__">GitBundleDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#GitBundleDialog.__updateOK">__updateOK</a></td> |
76 <td><a href="#GitBundleDialog.__updateOK">__updateOK</a></td> |
64 <td>Private slot to update the OK button.</td> |
77 <td>Private slot to update the OK button.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#GitBundleDialog.getData">getData</a></td> |
80 <td><a href="#GitBundleDialog.getData">getData</a></td> |
67 <td>Public method to retrieve the bundle data.</td> |
81 <td>Public method to retrieve the bundle data.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#GitBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
84 <td><a href="#GitBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
70 <td>Private slot to handle changes of the Branch select button.</td> |
85 <td>Private slot to handle changes of the Branch select button.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#GitBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
88 <td><a href="#GitBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
73 <td>Private slot to handle changes of the Branch combo.</td> |
89 <td>Private slot to handle changes of the Branch combo.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#GitBundleDialog.on_revisionsButton_toggled">on_revisionsButton_toggled</a></td> |
92 <td><a href="#GitBundleDialog.on_revisionsButton_toggled">on_revisionsButton_toggled</a></td> |
76 <td>Private slot to handle changes of the revisions select button.</td> |
93 <td>Private slot to handle changes of the revisions select button.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#GitBundleDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> |
96 <td><a href="#GitBundleDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> |
79 <td>Private slot to handle changes of the Revisions edit.</td> |
97 <td>Private slot to handle changes of the Revisions edit.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#GitBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
100 <td><a href="#GitBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
82 <td>Private slot to handle changes of the Tag select button.</td> |
101 <td>Private slot to handle changes of the Tag select button.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#GitBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
104 <td><a href="#GitBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
85 <td>Private slot to handle changes of the Tag combo.</td> |
105 <td>Private slot to handle changes of the Tag combo.</td> |
86 </tr> |
106 </tr> |
87 </table> |
107 </table> |
88 <h3>Static Methods</h3> |
108 <h3>Static Methods</h3> |
89 <table> |
109 |
90 <tr><td>None</td></tr> |
110 <table> |
91 </table> |
111 <tr><td>None</td></tr> |
|
112 </table> |
|
113 |
92 <a NAME="GitBundleDialog.__init__" ID="GitBundleDialog.__init__"></a> |
114 <a NAME="GitBundleDialog.__init__" ID="GitBundleDialog.__init__"></a> |
93 <h4>GitBundleDialog (Constructor)</h4> |
115 <h4>GitBundleDialog (Constructor)</h4> |
94 <b>GitBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>) |
116 <b>GitBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>) |
|
117 |
95 <p> |
118 <p> |
96 Constructor |
119 Constructor |
97 </p><dl> |
120 </p> |
|
121 <dl> |
|
122 |
98 <dt><i>tagsList</i></dt> |
123 <dt><i>tagsList</i></dt> |
99 <dd> |
124 <dd> |
100 list of tags (list of strings) |
125 list of tags (list of strings) |
101 </dd><dt><i>branchesList</i></dt> |
126 </dd> |
|
127 <dt><i>branchesList</i></dt> |
102 <dd> |
128 <dd> |
103 list of branches (list of strings) |
129 list of branches (list of strings) |
104 </dd><dt><i>parent</i></dt> |
130 </dd> |
|
131 <dt><i>parent</i></dt> |
105 <dd> |
132 <dd> |
106 parent widget (QWidget) |
133 parent widget (QWidget) |
107 </dd> |
134 </dd> |
108 </dl><a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> |
135 </dl> |
|
136 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> |
109 <h4>GitBundleDialog.__updateOK</h4> |
137 <h4>GitBundleDialog.__updateOK</h4> |
110 <b>__updateOK</b>(<i></i>) |
138 <b>__updateOK</b>(<i></i>) |
|
139 |
111 <p> |
140 <p> |
112 Private slot to update the OK button. |
141 Private slot to update the OK button. |
113 </p><a NAME="GitBundleDialog.getData" ID="GitBundleDialog.getData"></a> |
142 </p> |
|
143 <a NAME="GitBundleDialog.getData" ID="GitBundleDialog.getData"></a> |
114 <h4>GitBundleDialog.getData</h4> |
144 <h4>GitBundleDialog.getData</h4> |
115 <b>getData</b>(<i></i>) |
145 <b>getData</b>(<i></i>) |
|
146 |
116 <p> |
147 <p> |
117 Public method to retrieve the bundle data. |
148 Public method to retrieve the bundle data. |
118 </p><dl> |
149 </p> |
|
150 <dl> |
119 <dt>Returns:</dt> |
151 <dt>Returns:</dt> |
120 <dd> |
152 <dd> |
121 list of revision expressions (list of strings) |
153 list of revision expressions (list of strings) |
122 </dd> |
154 </dd> |
123 </dl><a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> |
155 </dl> |
|
156 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> |
124 <h4>GitBundleDialog.on_branchButton_toggled</h4> |
157 <h4>GitBundleDialog.on_branchButton_toggled</h4> |
125 <b>on_branchButton_toggled</b>(<i>checked</i>) |
158 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
159 |
126 <p> |
160 <p> |
127 Private slot to handle changes of the Branch select button. |
161 Private slot to handle changes of the Branch select button. |
128 </p><dl> |
162 </p> |
|
163 <dl> |
|
164 |
129 <dt><i>checked</i></dt> |
165 <dt><i>checked</i></dt> |
130 <dd> |
166 <dd> |
131 state of the button (boolean) |
167 state of the button (boolean) |
132 </dd> |
168 </dd> |
133 </dl><a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> |
169 </dl> |
|
170 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> |
134 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> |
171 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> |
135 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
172 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
173 |
136 <p> |
174 <p> |
137 Private slot to handle changes of the Branch combo. |
175 Private slot to handle changes of the Branch combo. |
138 </p><dl> |
176 </p> |
|
177 <dl> |
|
178 |
139 <dt><i>txt</i></dt> |
179 <dt><i>txt</i></dt> |
140 <dd> |
180 <dd> |
141 text of the combo (string) |
181 text of the combo (string) |
142 </dd> |
182 </dd> |
143 </dl><a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> |
183 </dl> |
|
184 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> |
144 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> |
185 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> |
145 <b>on_revisionsButton_toggled</b>(<i>checked</i>) |
186 <b>on_revisionsButton_toggled</b>(<i>checked</i>) |
|
187 |
146 <p> |
188 <p> |
147 Private slot to handle changes of the revisions select button. |
189 Private slot to handle changes of the revisions select button. |
148 </p><dl> |
190 </p> |
|
191 <dl> |
|
192 |
149 <dt><i>checked</i></dt> |
193 <dt><i>checked</i></dt> |
150 <dd> |
194 <dd> |
151 state of the button (boolean) |
195 state of the button (boolean) |
152 </dd> |
196 </dd> |
153 </dl><a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> |
197 </dl> |
|
198 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> |
154 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> |
199 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> |
155 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) |
200 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) |
|
201 |
156 <p> |
202 <p> |
157 Private slot to handle changes of the Revisions edit. |
203 Private slot to handle changes of the Revisions edit. |
158 </p><dl> |
204 </p> |
|
205 <dl> |
|
206 |
159 <dt><i>txt</i></dt> |
207 <dt><i>txt</i></dt> |
160 <dd> |
208 <dd> |
161 text of the line edit (string) |
209 text of the line edit (string) |
162 </dd> |
210 </dd> |
163 </dl><a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> |
211 </dl> |
|
212 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> |
164 <h4>GitBundleDialog.on_tagButton_toggled</h4> |
213 <h4>GitBundleDialog.on_tagButton_toggled</h4> |
165 <b>on_tagButton_toggled</b>(<i>checked</i>) |
214 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
215 |
166 <p> |
216 <p> |
167 Private slot to handle changes of the Tag select button. |
217 Private slot to handle changes of the Tag select button. |
168 </p><dl> |
218 </p> |
|
219 <dl> |
|
220 |
169 <dt><i>checked</i></dt> |
221 <dt><i>checked</i></dt> |
170 <dd> |
222 <dd> |
171 state of the button (boolean) |
223 state of the button (boolean) |
172 </dd> |
224 </dd> |
173 </dl><a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> |
225 </dl> |
|
226 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> |
174 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> |
227 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> |
175 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
228 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
229 |
176 <p> |
230 <p> |
177 Private slot to handle changes of the Tag combo. |
231 Private slot to handle changes of the Tag combo. |
178 </p><dl> |
232 </p> |
|
233 <dl> |
|
234 |
179 <dt><i>txt</i></dt> |
235 <dt><i>txt</i></dt> |
180 <dd> |
236 <dd> |
181 text of the combo (string) |
237 text of the combo (string) |
182 </dd> |
238 </dd> |
183 </dl> |
239 </dl> |