156 <p> |
156 <p> |
157 Constructor |
157 Constructor |
158 </p> |
158 </p> |
159 <dl> |
159 <dl> |
160 |
160 |
161 <dt><i>vcs</i></dt> |
161 <dt><i>vcs</i> (Git)</dt> |
162 <dd> |
162 <dd> |
163 reference to the vcs object |
163 reference to the vcs object |
164 </dd> |
164 </dd> |
165 <dt><i>parent</i></dt> |
165 <dt><i>parent</i> (QWidget)</dt> |
166 <dd> |
166 <dd> |
167 reference to the parent widget (QWidget) |
167 reference to the parent widget |
168 </dd> |
168 </dd> |
169 </dl> |
169 </dl> |
170 <a NAME="GitReflogBrowserDialog.__finish" ID="GitReflogBrowserDialog.__finish"></a> |
170 <a NAME="GitReflogBrowserDialog.__finish" ID="GitReflogBrowserDialog.__finish"></a> |
171 <h4>GitReflogBrowserDialog.__finish</h4> |
171 <h4>GitReflogBrowserDialog.__finish</h4> |
172 <b>__finish</b>(<i></i>) |
172 <b>__finish</b>(<i></i>) |
182 <p> |
182 <p> |
183 Private method to generate a reflog tree entry. |
183 Private method to generate a reflog tree entry. |
184 </p> |
184 </p> |
185 <dl> |
185 <dl> |
186 |
186 |
187 <dt><i>commitId</i></dt> |
187 <dt><i>commitId</i> (str)</dt> |
188 <dd> |
188 <dd> |
189 commit id info (string) |
189 commit id info |
190 </dd> |
190 </dd> |
191 <dt><i>selector</i></dt> |
191 <dt><i>selector</i> (str)</dt> |
192 <dd> |
192 <dd> |
193 selector info (string) |
193 selector info |
194 </dd> |
194 </dd> |
195 <dt><i>name</i></dt> |
195 <dt><i>name</i> (str)</dt> |
196 <dd> |
196 <dd> |
197 name info (string) |
197 name info |
198 </dd> |
198 </dd> |
199 <dt><i>subject</i></dt> |
199 <dt><i>subject</i> (str)</dt> |
200 <dd> |
200 <dd> |
201 subject of the reflog entry (string) |
201 subject of the reflog entry |
202 </dd> |
202 </dd> |
203 </dl> |
203 </dl> |
204 <dl> |
204 <dl> |
205 <dt>Return:</dt> |
205 <dt>Return:</dt> |
206 <dd> |
206 <dd> |
207 reference to the generated item (QTreeWidgetItem) |
207 reference to the generated item |
|
208 </dd> |
|
209 </dl> |
|
210 <dl> |
|
211 <dt>Return Type:</dt> |
|
212 <dd> |
|
213 QTreeWidgetItem |
208 </dd> |
214 </dd> |
209 </dl> |
215 </dl> |
210 <a NAME="GitReflogBrowserDialog.__getReflogEntries" ID="GitReflogBrowserDialog.__getReflogEntries"></a> |
216 <a NAME="GitReflogBrowserDialog.__getReflogEntries" ID="GitReflogBrowserDialog.__getReflogEntries"></a> |
211 <h4>GitReflogBrowserDialog.__getReflogEntries</h4> |
217 <h4>GitReflogBrowserDialog.__getReflogEntries</h4> |
212 <b>__getReflogEntries</b>(<i>skip=0</i>) |
218 <b>__getReflogEntries</b>(<i>skip=0</i>) |
214 <p> |
220 <p> |
215 Private method to retrieve reflog entries from the repository. |
221 Private method to retrieve reflog entries from the repository. |
216 </p> |
222 </p> |
217 <dl> |
223 <dl> |
218 |
224 |
219 <dt><i>skip</i></dt> |
225 <dt><i>skip</i> (int)</dt> |
220 <dd> |
226 <dd> |
221 number of reflog entries to skip (integer) |
227 number of reflog entries to skip |
222 </dd> |
228 </dd> |
223 </dl> |
229 </dl> |
224 <a NAME="GitReflogBrowserDialog.__initData" ID="GitReflogBrowserDialog.__initData"></a> |
230 <a NAME="GitReflogBrowserDialog.__initData" ID="GitReflogBrowserDialog.__initData"></a> |
225 <h4>GitReflogBrowserDialog.__initData</h4> |
231 <h4>GitReflogBrowserDialog.__initData</h4> |
226 <b>__initData</b>(<i></i>) |
232 <b>__initData</b>(<i></i>) |
235 <p> |
241 <p> |
236 Private slot connected to the finished signal. |
242 Private slot connected to the finished signal. |
237 </p> |
243 </p> |
238 <dl> |
244 <dl> |
239 |
245 |
240 <dt><i>exitCode</i></dt> |
246 <dt><i>exitCode</i> (int)</dt> |
241 <dd> |
247 <dd> |
242 exit code of the process (integer) |
248 exit code of the process |
243 </dd> |
249 </dd> |
244 <dt><i>exitStatus</i></dt> |
250 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
245 <dd> |
251 <dd> |
246 exit status of the process (QProcess.ExitStatus) |
252 exit status of the process |
247 </dd> |
253 </dd> |
248 </dl> |
254 </dl> |
249 <a NAME="GitReflogBrowserDialog.__processBuffer" ID="GitReflogBrowserDialog.__processBuffer"></a> |
255 <a NAME="GitReflogBrowserDialog.__processBuffer" ID="GitReflogBrowserDialog.__processBuffer"></a> |
250 <h4>GitReflogBrowserDialog.__processBuffer</h4> |
256 <h4>GitReflogBrowserDialog.__processBuffer</h4> |
251 <b>__processBuffer</b>(<i></i>) |
257 <b>__processBuffer</b>(<i></i>) |
295 <p> |
301 <p> |
296 Private slot to show some error. |
302 Private slot to show some error. |
297 </p> |
303 </p> |
298 <dl> |
304 <dl> |
299 |
305 |
300 <dt><i>out</i></dt> |
306 <dt><i>out</i> (str)</dt> |
301 <dd> |
307 <dd> |
302 error to be shown (string) |
308 error to be shown |
303 </dd> |
309 </dd> |
304 </dl> |
310 </dl> |
305 <a NAME="GitReflogBrowserDialog.closeEvent" ID="GitReflogBrowserDialog.closeEvent"></a> |
311 <a NAME="GitReflogBrowserDialog.closeEvent" ID="GitReflogBrowserDialog.closeEvent"></a> |
306 <h4>GitReflogBrowserDialog.closeEvent</h4> |
312 <h4>GitReflogBrowserDialog.closeEvent</h4> |
307 <b>closeEvent</b>(<i>e</i>) |
313 <b>closeEvent</b>(<i>e</i>) |
309 <p> |
315 <p> |
310 Protected slot implementing a close event handler. |
316 Protected slot implementing a close event handler. |
311 </p> |
317 </p> |
312 <dl> |
318 <dl> |
313 |
319 |
314 <dt><i>e</i></dt> |
320 <dt><i>e</i> (QCloseEvent)</dt> |
315 <dd> |
321 <dd> |
316 close event (QCloseEvent) |
322 close event |
317 </dd> |
323 </dd> |
318 </dl> |
324 </dl> |
319 <a NAME="GitReflogBrowserDialog.keyPressEvent" ID="GitReflogBrowserDialog.keyPressEvent"></a> |
325 <a NAME="GitReflogBrowserDialog.keyPressEvent" ID="GitReflogBrowserDialog.keyPressEvent"></a> |
320 <h4>GitReflogBrowserDialog.keyPressEvent</h4> |
326 <h4>GitReflogBrowserDialog.keyPressEvent</h4> |
321 <b>keyPressEvent</b>(<i>evt</i>) |
327 <b>keyPressEvent</b>(<i>evt</i>) |
323 <p> |
329 <p> |
324 Protected slot to handle a key press event. |
330 Protected slot to handle a key press event. |
325 </p> |
331 </p> |
326 <dl> |
332 <dl> |
327 |
333 |
328 <dt><i>evt</i></dt> |
334 <dt><i>evt</i> (QKeyEvent)</dt> |
329 <dd> |
335 <dd> |
330 the key press event (QKeyEvent) |
336 the key press event |
331 </dd> |
337 </dd> |
332 </dl> |
338 </dl> |
333 <a NAME="GitReflogBrowserDialog.on_buttonBox_clicked" ID="GitReflogBrowserDialog.on_buttonBox_clicked"></a> |
339 <a NAME="GitReflogBrowserDialog.on_buttonBox_clicked" ID="GitReflogBrowserDialog.on_buttonBox_clicked"></a> |
334 <h4>GitReflogBrowserDialog.on_buttonBox_clicked</h4> |
340 <h4>GitReflogBrowserDialog.on_buttonBox_clicked</h4> |
335 <b>on_buttonBox_clicked</b>(<i>button</i>) |
341 <b>on_buttonBox_clicked</b>(<i>button</i>) |
337 <p> |
343 <p> |
338 Private slot called by a button of the button box clicked. |
344 Private slot called by a button of the button box clicked. |
339 </p> |
345 </p> |
340 <dl> |
346 <dl> |
341 |
347 |
342 <dt><i>button</i></dt> |
348 <dt><i>button</i> (QAbstractButton)</dt> |
343 <dd> |
349 <dd> |
344 button that was clicked (QAbstractButton) |
350 button that was clicked |
345 </dd> |
351 </dd> |
346 </dl> |
352 </dl> |
347 <a NAME="GitReflogBrowserDialog.on_input_returnPressed" ID="GitReflogBrowserDialog.on_input_returnPressed"></a> |
353 <a NAME="GitReflogBrowserDialog.on_input_returnPressed" ID="GitReflogBrowserDialog.on_input_returnPressed"></a> |
348 <h4>GitReflogBrowserDialog.on_input_returnPressed</h4> |
354 <h4>GitReflogBrowserDialog.on_input_returnPressed</h4> |
349 <b>on_input_returnPressed</b>(<i></i>) |
355 <b>on_input_returnPressed</b>(<i></i>) |
365 <p> |
371 <p> |
366 Private slot to handle the password checkbox toggled. |
372 Private slot to handle the password checkbox toggled. |
367 </p> |
373 </p> |
368 <dl> |
374 <dl> |
369 |
375 |
370 <dt><i>isOn</i></dt> |
376 <dt><i>isOn</i> (bool)</dt> |
371 <dd> |
377 <dd> |
372 flag indicating the status of the check box (boolean) |
378 flag indicating the status of the check box |
373 </dd> |
379 </dd> |
374 </dl> |
380 </dl> |
375 <a NAME="GitReflogBrowserDialog.on_refreshButton_clicked" ID="GitReflogBrowserDialog.on_refreshButton_clicked"></a> |
381 <a NAME="GitReflogBrowserDialog.on_refreshButton_clicked" ID="GitReflogBrowserDialog.on_refreshButton_clicked"></a> |
376 <h4>GitReflogBrowserDialog.on_refreshButton_clicked</h4> |
382 <h4>GitReflogBrowserDialog.on_refreshButton_clicked</h4> |
377 <b>on_refreshButton_clicked</b>(<i></i>) |
383 <b>on_refreshButton_clicked</b>(<i></i>) |