104 <p> |
104 <p> |
105 Constructor |
105 Constructor |
106 </p> |
106 </p> |
107 <dl> |
107 <dl> |
108 |
108 |
109 <dt><i>tagsList</i></dt> |
109 <dt><i>tagsList</i> (list of str)</dt> |
110 <dd> |
110 <dd> |
111 list of tags (list of strings) |
111 list of tags |
112 </dd> |
112 </dd> |
113 <dt><i>branchesList</i></dt> |
113 <dt><i>branchesList</i> (list of str)</dt> |
114 <dd> |
114 <dd> |
115 list of branches (list of strings) |
115 list of branches |
116 </dd> |
116 </dd> |
117 <dt><i>parent</i></dt> |
117 <dt><i>parent</i> (QWidget)</dt> |
118 <dd> |
118 <dd> |
119 parent widget (QWidget) |
119 parent widget |
120 </dd> |
120 </dd> |
121 </dl> |
121 </dl> |
122 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> |
122 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> |
123 <h4>GitBundleDialog.__updateOK</h4> |
123 <h4>GitBundleDialog.__updateOK</h4> |
124 <b>__updateOK</b>(<i></i>) |
124 <b>__updateOK</b>(<i></i>) |
134 Public method to retrieve the bundle data. |
134 Public method to retrieve the bundle data. |
135 </p> |
135 </p> |
136 <dl> |
136 <dl> |
137 <dt>Return:</dt> |
137 <dt>Return:</dt> |
138 <dd> |
138 <dd> |
139 list of revision expressions (list of strings) |
139 list of revision expressions |
|
140 </dd> |
|
141 </dl> |
|
142 <dl> |
|
143 <dt>Return Type:</dt> |
|
144 <dd> |
|
145 list of str |
140 </dd> |
146 </dd> |
141 </dl> |
147 </dl> |
142 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> |
148 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> |
143 <h4>GitBundleDialog.on_branchButton_toggled</h4> |
149 <h4>GitBundleDialog.on_branchButton_toggled</h4> |
144 <b>on_branchButton_toggled</b>(<i>checked</i>) |
150 <b>on_branchButton_toggled</b>(<i>checked</i>) |
146 <p> |
152 <p> |
147 Private slot to handle changes of the Branch select button. |
153 Private slot to handle changes of the Branch select button. |
148 </p> |
154 </p> |
149 <dl> |
155 <dl> |
150 |
156 |
151 <dt><i>checked</i></dt> |
157 <dt><i>checked</i> (bool)</dt> |
152 <dd> |
158 <dd> |
153 state of the button (boolean) |
159 state of the button |
154 </dd> |
160 </dd> |
155 </dl> |
161 </dl> |
156 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> |
162 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> |
157 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> |
163 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> |
158 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
164 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
160 <p> |
166 <p> |
161 Private slot to handle changes of the Branch combo. |
167 Private slot to handle changes of the Branch combo. |
162 </p> |
168 </p> |
163 <dl> |
169 <dl> |
164 |
170 |
165 <dt><i>txt</i></dt> |
171 <dt><i>txt</i> (str)</dt> |
166 <dd> |
172 <dd> |
167 text of the combo (string) |
173 text of the combo |
168 </dd> |
174 </dd> |
169 </dl> |
175 </dl> |
170 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> |
176 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> |
171 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> |
177 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> |
172 <b>on_revisionsButton_toggled</b>(<i>checked</i>) |
178 <b>on_revisionsButton_toggled</b>(<i>checked</i>) |
174 <p> |
180 <p> |
175 Private slot to handle changes of the revisions select button. |
181 Private slot to handle changes of the revisions select button. |
176 </p> |
182 </p> |
177 <dl> |
183 <dl> |
178 |
184 |
179 <dt><i>checked</i></dt> |
185 <dt><i>checked</i> (bool)</dt> |
180 <dd> |
186 <dd> |
181 state of the button (boolean) |
187 state of the button |
182 </dd> |
188 </dd> |
183 </dl> |
189 </dl> |
184 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> |
190 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> |
185 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> |
191 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> |
186 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) |
192 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) |
188 <p> |
194 <p> |
189 Private slot to handle changes of the Revisions edit. |
195 Private slot to handle changes of the Revisions edit. |
190 </p> |
196 </p> |
191 <dl> |
197 <dl> |
192 |
198 |
193 <dt><i>txt</i></dt> |
199 <dt><i>txt</i> (str)</dt> |
194 <dd> |
200 <dd> |
195 text of the line edit (string) |
201 text of the line edit |
196 </dd> |
202 </dd> |
197 </dl> |
203 </dl> |
198 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> |
204 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> |
199 <h4>GitBundleDialog.on_tagButton_toggled</h4> |
205 <h4>GitBundleDialog.on_tagButton_toggled</h4> |
200 <b>on_tagButton_toggled</b>(<i>checked</i>) |
206 <b>on_tagButton_toggled</b>(<i>checked</i>) |
202 <p> |
208 <p> |
203 Private slot to handle changes of the Tag select button. |
209 Private slot to handle changes of the Tag select button. |
204 </p> |
210 </p> |
205 <dl> |
211 <dl> |
206 |
212 |
207 <dt><i>checked</i></dt> |
213 <dt><i>checked</i> (bool)</dt> |
208 <dd> |
214 <dd> |
209 state of the button (boolean) |
215 state of the button |
210 </dd> |
216 </dd> |
211 </dl> |
217 </dl> |
212 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> |
218 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> |
213 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> |
219 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> |
214 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
220 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |