152 <p> |
152 <p> |
153 Constructor |
153 Constructor |
154 </p> |
154 </p> |
155 <dl> |
155 <dl> |
156 |
156 |
157 <dt><i>vcs</i></dt> |
157 <dt><i>vcs</i> (Git)</dt> |
158 <dd> |
158 <dd> |
159 reference to the vcs object |
159 reference to the vcs object |
160 </dd> |
160 </dd> |
161 <dt><i>parent</i></dt> |
161 <dt><i>parent</i> (QWidget)</dt> |
162 <dd> |
162 <dd> |
163 reference to the parent widget (QWidget) |
163 reference to the parent widget |
164 </dd> |
164 </dd> |
165 </dl> |
165 </dl> |
166 <a NAME="GitBisectLogBrowserDialog.__finish" ID="GitBisectLogBrowserDialog.__finish"></a> |
166 <a NAME="GitBisectLogBrowserDialog.__finish" ID="GitBisectLogBrowserDialog.__finish"></a> |
167 <h4>GitBisectLogBrowserDialog.__finish</h4> |
167 <h4>GitBisectLogBrowserDialog.__finish</h4> |
168 <b>__finish</b>(<i></i>) |
168 <b>__finish</b>(<i></i>) |
178 <p> |
178 <p> |
179 Private method to generate a bisect log tree entry. |
179 Private method to generate a bisect log tree entry. |
180 </p> |
180 </p> |
181 <dl> |
181 <dl> |
182 |
182 |
183 <dt><i>commitId</i></dt> |
183 <dt><i>commitId</i> (str)</dt> |
184 <dd> |
184 <dd> |
185 commit id info (string) |
185 commit id info |
186 </dd> |
186 </dd> |
187 <dt><i>operation</i></dt> |
187 <dt><i>operation</i> (str)</dt> |
188 <dd> |
188 <dd> |
189 bisect operation (string) |
189 bisect operation |
190 </dd> |
190 </dd> |
191 <dt><i>subject</i></dt> |
191 <dt><i>subject</i> (str)</dt> |
192 <dd> |
192 <dd> |
193 subject of the bisect log entry (string) |
193 subject of the bisect log entry |
194 </dd> |
194 </dd> |
195 </dl> |
195 </dl> |
196 <dl> |
196 <dl> |
197 <dt>Return:</dt> |
197 <dt>Return:</dt> |
198 <dd> |
198 <dd> |
199 reference to the generated item (QTreeWidgetItem) |
199 reference to the generated item |
|
200 </dd> |
|
201 </dl> |
|
202 <dl> |
|
203 <dt>Return Type:</dt> |
|
204 <dd> |
|
205 QTreeWidgetItem |
200 </dd> |
206 </dd> |
201 </dl> |
207 </dl> |
202 <a NAME="GitBisectLogBrowserDialog.__getLogEntries" ID="GitBisectLogBrowserDialog.__getLogEntries"></a> |
208 <a NAME="GitBisectLogBrowserDialog.__getLogEntries" ID="GitBisectLogBrowserDialog.__getLogEntries"></a> |
203 <h4>GitBisectLogBrowserDialog.__getLogEntries</h4> |
209 <h4>GitBisectLogBrowserDialog.__getLogEntries</h4> |
204 <b>__getLogEntries</b>(<i></i>) |
210 <b>__getLogEntries</b>(<i></i>) |
220 <p> |
226 <p> |
221 Private slot connected to the finished signal. |
227 Private slot connected to the finished signal. |
222 </p> |
228 </p> |
223 <dl> |
229 <dl> |
224 |
230 |
225 <dt><i>exitCode</i></dt> |
231 <dt><i>exitCode</i> (int)</dt> |
226 <dd> |
232 <dd> |
227 exit code of the process (integer) |
233 exit code of the process |
228 </dd> |
234 </dd> |
229 <dt><i>exitStatus</i></dt> |
235 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
230 <dd> |
236 <dd> |
231 exit status of the process (QProcess.ExitStatus) |
237 exit status of the process |
232 </dd> |
238 </dd> |
233 </dl> |
239 </dl> |
234 <a NAME="GitBisectLogBrowserDialog.__processBuffer" ID="GitBisectLogBrowserDialog.__processBuffer"></a> |
240 <a NAME="GitBisectLogBrowserDialog.__processBuffer" ID="GitBisectLogBrowserDialog.__processBuffer"></a> |
235 <h4>GitBisectLogBrowserDialog.__processBuffer</h4> |
241 <h4>GitBisectLogBrowserDialog.__processBuffer</h4> |
236 <b>__processBuffer</b>(<i></i>) |
242 <b>__processBuffer</b>(<i></i>) |
280 <p> |
286 <p> |
281 Private slot to show some error. |
287 Private slot to show some error. |
282 </p> |
288 </p> |
283 <dl> |
289 <dl> |
284 |
290 |
285 <dt><i>out</i></dt> |
291 <dt><i>out</i> (str)</dt> |
286 <dd> |
292 <dd> |
287 error to be shown (string) |
293 error to be shown |
288 </dd> |
294 </dd> |
289 </dl> |
295 </dl> |
290 <a NAME="GitBisectLogBrowserDialog.closeEvent" ID="GitBisectLogBrowserDialog.closeEvent"></a> |
296 <a NAME="GitBisectLogBrowserDialog.closeEvent" ID="GitBisectLogBrowserDialog.closeEvent"></a> |
291 <h4>GitBisectLogBrowserDialog.closeEvent</h4> |
297 <h4>GitBisectLogBrowserDialog.closeEvent</h4> |
292 <b>closeEvent</b>(<i>e</i>) |
298 <b>closeEvent</b>(<i>e</i>) |
294 <p> |
300 <p> |
295 Protected slot implementing a close event handler. |
301 Protected slot implementing a close event handler. |
296 </p> |
302 </p> |
297 <dl> |
303 <dl> |
298 |
304 |
299 <dt><i>e</i></dt> |
305 <dt><i>e</i> (QCloseEvent)</dt> |
300 <dd> |
306 <dd> |
301 close event (QCloseEvent) |
307 close event |
302 </dd> |
308 </dd> |
303 </dl> |
309 </dl> |
304 <a NAME="GitBisectLogBrowserDialog.keyPressEvent" ID="GitBisectLogBrowserDialog.keyPressEvent"></a> |
310 <a NAME="GitBisectLogBrowserDialog.keyPressEvent" ID="GitBisectLogBrowserDialog.keyPressEvent"></a> |
305 <h4>GitBisectLogBrowserDialog.keyPressEvent</h4> |
311 <h4>GitBisectLogBrowserDialog.keyPressEvent</h4> |
306 <b>keyPressEvent</b>(<i>evt</i>) |
312 <b>keyPressEvent</b>(<i>evt</i>) |
308 <p> |
314 <p> |
309 Protected slot to handle a key press event. |
315 Protected slot to handle a key press event. |
310 </p> |
316 </p> |
311 <dl> |
317 <dl> |
312 |
318 |
313 <dt><i>evt</i></dt> |
319 <dt><i>evt</i> (QKeyEvent)</dt> |
314 <dd> |
320 <dd> |
315 the key press event (QKeyEvent) |
321 the key press event |
316 </dd> |
322 </dd> |
317 </dl> |
323 </dl> |
318 <a NAME="GitBisectLogBrowserDialog.on_buttonBox_clicked" ID="GitBisectLogBrowserDialog.on_buttonBox_clicked"></a> |
324 <a NAME="GitBisectLogBrowserDialog.on_buttonBox_clicked" ID="GitBisectLogBrowserDialog.on_buttonBox_clicked"></a> |
319 <h4>GitBisectLogBrowserDialog.on_buttonBox_clicked</h4> |
325 <h4>GitBisectLogBrowserDialog.on_buttonBox_clicked</h4> |
320 <b>on_buttonBox_clicked</b>(<i>button</i>) |
326 <b>on_buttonBox_clicked</b>(<i>button</i>) |
322 <p> |
328 <p> |
323 Private slot called by a button of the button box clicked. |
329 Private slot called by a button of the button box clicked. |
324 </p> |
330 </p> |
325 <dl> |
331 <dl> |
326 |
332 |
327 <dt><i>button</i></dt> |
333 <dt><i>button</i> (QAbstractButton)</dt> |
328 <dd> |
334 <dd> |
329 button that was clicked (QAbstractButton) |
335 button that was clicked |
330 </dd> |
336 </dd> |
331 </dl> |
337 </dl> |
332 <a NAME="GitBisectLogBrowserDialog.on_input_returnPressed" ID="GitBisectLogBrowserDialog.on_input_returnPressed"></a> |
338 <a NAME="GitBisectLogBrowserDialog.on_input_returnPressed" ID="GitBisectLogBrowserDialog.on_input_returnPressed"></a> |
333 <h4>GitBisectLogBrowserDialog.on_input_returnPressed</h4> |
339 <h4>GitBisectLogBrowserDialog.on_input_returnPressed</h4> |
334 <b>on_input_returnPressed</b>(<i></i>) |
340 <b>on_input_returnPressed</b>(<i></i>) |
343 <p> |
349 <p> |
344 Private slot to handle the password checkbox toggled. |
350 Private slot to handle the password checkbox toggled. |
345 </p> |
351 </p> |
346 <dl> |
352 <dl> |
347 |
353 |
348 <dt><i>isOn</i></dt> |
354 <dt><i>isOn</i> (bool)</dt> |
349 <dd> |
355 <dd> |
350 flag indicating the status of the check box (boolean) |
356 flag indicating the status of the check box |
351 </dd> |
357 </dd> |
352 </dl> |
358 </dl> |
353 <a NAME="GitBisectLogBrowserDialog.on_refreshButton_clicked" ID="GitBisectLogBrowserDialog.on_refreshButton_clicked"></a> |
359 <a NAME="GitBisectLogBrowserDialog.on_refreshButton_clicked" ID="GitBisectLogBrowserDialog.on_refreshButton_clicked"></a> |
354 <h4>GitBisectLogBrowserDialog.on_refreshButton_clicked</h4> |
360 <h4>GitBisectLogBrowserDialog.on_refreshButton_clicked</h4> |
355 <b>on_refreshButton_clicked</b>(<i></i>) |
361 <b>on_refreshButton_clicked</b>(<i></i>) |