100 <p> |
100 <p> |
101 Constructor |
101 Constructor |
102 </p> |
102 </p> |
103 <dl> |
103 <dl> |
104 |
104 |
105 <dt><i>branchlist</i></dt> |
105 <dt><i>branchlist</i> (list of str)</dt> |
106 <dd> |
106 <dd> |
107 list of previously entered branches (list of strings) |
107 list of previously entered branches |
108 </dd> |
108 </dd> |
109 <dt><i>revision</i></dt> |
109 <dt><i>revision</i> (str)</dt> |
110 <dd> |
110 <dd> |
111 revision to set tag for (string) |
111 revision to set tag for |
112 </dd> |
112 </dd> |
113 <dt><i>branchName</i></dt> |
113 <dt><i>branchName</i> (str)</dt> |
114 <dd> |
114 <dd> |
115 name of the branch (string) |
115 name of the branch |
116 </dd> |
116 </dd> |
117 <dt><i>branchOp</i></dt> |
117 <dt><i>branchOp</i> (int)</dt> |
118 <dd> |
118 <dd> |
119 desired branch operation (integer) |
119 desired branch operation |
120 </dd> |
120 </dd> |
121 <dt><i>parent</i></dt> |
121 <dt><i>parent</i> (QWidget)</dt> |
122 <dd> |
122 <dd> |
123 parent widget (QWidget) |
123 parent widget |
124 </dd> |
124 </dd> |
125 </dl> |
125 </dl> |
126 <a NAME="GitBranchDialog.__updateOK" ID="GitBranchDialog.__updateOK"></a> |
126 <a NAME="GitBranchDialog.__updateOK" ID="GitBranchDialog.__updateOK"></a> |
127 <h4>GitBranchDialog.__updateOK</h4> |
127 <h4>GitBranchDialog.__updateOK</h4> |
128 <b>__updateOK</b>(<i></i>) |
128 <b>__updateOK</b>(<i></i>) |
138 Public method to retrieve the branch data. |
138 Public method to retrieve the branch data. |
139 </p> |
139 </p> |
140 <dl> |
140 <dl> |
141 <dt>Return:</dt> |
141 <dt>Return:</dt> |
142 <dd> |
142 <dd> |
143 tuple of an int, four strings and a boolean |
143 tuple containing the branch operation, branch name, revision, |
144 (branch operation, branch name, revision, new branch name, |
144 new branch name, remote branch name and a flag indicating to enforce |
145 remote branch name, enforce operation) |
145 the operation |
|
146 </dd> |
|
147 </dl> |
|
148 <dl> |
|
149 <dt>Return Type:</dt> |
|
150 <dd> |
|
151 tuple of (int, str, str, str, str, bool) |
146 </dd> |
152 </dd> |
147 </dl> |
153 </dl> |
148 <a NAME="GitBranchDialog.on_branchCombo_editTextChanged" ID="GitBranchDialog.on_branchCombo_editTextChanged"></a> |
154 <a NAME="GitBranchDialog.on_branchCombo_editTextChanged" ID="GitBranchDialog.on_branchCombo_editTextChanged"></a> |
149 <h4>GitBranchDialog.on_branchCombo_editTextChanged</h4> |
155 <h4>GitBranchDialog.on_branchCombo_editTextChanged</h4> |
150 <b>on_branchCombo_editTextChanged</b>(<i>text</i>) |
156 <b>on_branchCombo_editTextChanged</b>(<i>text</i>) |
152 <p> |
158 <p> |
153 Private slot to handle a change of the branch. |
159 Private slot to handle a change of the branch. |
154 </p> |
160 </p> |
155 <dl> |
161 <dl> |
156 |
162 |
157 <dt><i>text</i></dt> |
163 <dt><i>text</i> (str)</dt> |
158 <dd> |
164 <dd> |
159 branch name entered in the combo (string) |
165 branch name entered in the combo |
160 </dd> |
166 </dd> |
161 </dl> |
167 </dl> |
162 <a NAME="GitBranchDialog.on_createTrackingButton_toggled" ID="GitBranchDialog.on_createTrackingButton_toggled"></a> |
168 <a NAME="GitBranchDialog.on_createTrackingButton_toggled" ID="GitBranchDialog.on_createTrackingButton_toggled"></a> |
163 <h4>GitBranchDialog.on_createTrackingButton_toggled</h4> |
169 <h4>GitBranchDialog.on_createTrackingButton_toggled</h4> |
164 <b>on_createTrackingButton_toggled</b>(<i>checked</i>) |
170 <b>on_createTrackingButton_toggled</b>(<i>checked</i>) |
166 <p> |
172 <p> |
167 Private slot to handle the selection of creating a tracking branch. |
173 Private slot to handle the selection of creating a tracking branch. |
168 </p> |
174 </p> |
169 <dl> |
175 <dl> |
170 |
176 |
171 <dt><i>checked</i></dt> |
177 <dt><i>checked</i> (bool)</dt> |
172 <dd> |
178 <dd> |
173 state of the selection (boolean) |
179 state of the selection |
174 </dd> |
180 </dd> |
175 </dl> |
181 </dl> |
176 <a NAME="GitBranchDialog.on_newBranchNameEdit_textChanged" ID="GitBranchDialog.on_newBranchNameEdit_textChanged"></a> |
182 <a NAME="GitBranchDialog.on_newBranchNameEdit_textChanged" ID="GitBranchDialog.on_newBranchNameEdit_textChanged"></a> |
177 <h4>GitBranchDialog.on_newBranchNameEdit_textChanged</h4> |
183 <h4>GitBranchDialog.on_newBranchNameEdit_textChanged</h4> |
178 <b>on_newBranchNameEdit_textChanged</b>(<i>text</i>) |
184 <b>on_newBranchNameEdit_textChanged</b>(<i>text</i>) |
180 <p> |
186 <p> |
181 Private slot to handle a change of the new branch. |
187 Private slot to handle a change of the new branch. |
182 </p> |
188 </p> |
183 <dl> |
189 <dl> |
184 |
190 |
185 <dt><i>text</i></dt> |
191 <dt><i>text</i> (str)</dt> |
186 <dd> |
192 <dd> |
187 new branch name entered (string) |
193 new branch name entered |
188 </dd> |
194 </dd> |
189 </dl> |
195 </dl> |
190 <a NAME="GitBranchDialog.on_setTrackingButton_toggled" ID="GitBranchDialog.on_setTrackingButton_toggled"></a> |
196 <a NAME="GitBranchDialog.on_setTrackingButton_toggled" ID="GitBranchDialog.on_setTrackingButton_toggled"></a> |
191 <h4>GitBranchDialog.on_setTrackingButton_toggled</h4> |
197 <h4>GitBranchDialog.on_setTrackingButton_toggled</h4> |
192 <b>on_setTrackingButton_toggled</b>(<i>checked</i>) |
198 <b>on_setTrackingButton_toggled</b>(<i>checked</i>) |
194 <p> |
200 <p> |
195 Private slot to handle the selection of setting a tracking branch. |
201 Private slot to handle the selection of setting a tracking branch. |
196 </p> |
202 </p> |
197 <dl> |
203 <dl> |
198 |
204 |
199 <dt><i>checked</i></dt> |
205 <dt><i>checked</i> (bool)</dt> |
200 <dd> |
206 <dd> |
201 state of the selection (boolean) |
207 state of the selection |
202 </dd> |
208 </dd> |
203 </dl> |
209 </dl> |
204 <a NAME="GitBranchDialog.on_unsetTrackingButton_toggled" ID="GitBranchDialog.on_unsetTrackingButton_toggled"></a> |
210 <a NAME="GitBranchDialog.on_unsetTrackingButton_toggled" ID="GitBranchDialog.on_unsetTrackingButton_toggled"></a> |
205 <h4>GitBranchDialog.on_unsetTrackingButton_toggled</h4> |
211 <h4>GitBranchDialog.on_unsetTrackingButton_toggled</h4> |
206 <b>on_unsetTrackingButton_toggled</b>(<i>checked</i>) |
212 <b>on_unsetTrackingButton_toggled</b>(<i>checked</i>) |