176 <p> |
176 <p> |
177 Constructor |
177 Constructor |
178 </p> |
178 </p> |
179 <dl> |
179 <dl> |
180 |
180 |
181 <dt><i>vcs</i></dt> |
181 <dt><i>vcs</i> (Git)</dt> |
182 <dd> |
182 <dd> |
183 reference to the vcs object |
183 reference to the vcs object |
184 </dd> |
184 </dd> |
185 <dt><i>parent</i></dt> |
185 <dt><i>parent</i> (QWidget)</dt> |
186 <dd> |
186 <dd> |
187 reference to the parent widget (QWidget) |
187 reference to the parent widget |
188 </dd> |
188 </dd> |
189 </dl> |
189 </dl> |
190 <a NAME="GitStashBrowserDialog.__apply" ID="GitStashBrowserDialog.__apply"></a> |
190 <a NAME="GitStashBrowserDialog.__apply" ID="GitStashBrowserDialog.__apply"></a> |
191 <h4>GitStashBrowserDialog.__apply</h4> |
191 <h4>GitStashBrowserDialog.__apply</h4> |
192 <b>__apply</b>(<i></i>) |
192 <b>__apply</b>(<i></i>) |
230 <p> |
230 <p> |
231 Private method to generate the stash items. |
231 Private method to generate the stash items. |
232 </p> |
232 </p> |
233 <dl> |
233 <dl> |
234 |
234 |
235 <dt><i>name</i></dt> |
235 <dt><i>name</i> (str)</dt> |
236 <dd> |
236 <dd> |
237 name of the stash (string) |
237 name of the stash |
238 </dd> |
238 </dd> |
239 <dt><i>date</i></dt> |
239 <dt><i>date</i> (str)</dt> |
240 <dd> |
240 <dd> |
241 date the stash was created (string) |
241 date the stash was created |
242 </dd> |
242 </dd> |
243 <dt><i>message</i></dt> |
243 <dt><i>message</i> (str)</dt> |
244 <dd> |
244 <dd> |
245 stash message (string) |
245 stash message |
246 </dd> |
246 </dd> |
247 </dl> |
247 </dl> |
248 <a NAME="GitStashBrowserDialog.__getStashEntries" ID="GitStashBrowserDialog.__getStashEntries"></a> |
248 <a NAME="GitStashBrowserDialog.__getStashEntries" ID="GitStashBrowserDialog.__getStashEntries"></a> |
249 <h4>GitStashBrowserDialog.__getStashEntries</h4> |
249 <h4>GitStashBrowserDialog.__getStashEntries</h4> |
250 <b>__getStashEntries</b>(<i></i>) |
250 <b>__getStashEntries</b>(<i></i>) |
266 <p> |
266 <p> |
267 Private slot connected to the finished signal. |
267 Private slot connected to the finished signal. |
268 </p> |
268 </p> |
269 <dl> |
269 <dl> |
270 |
270 |
271 <dt><i>exitCode</i></dt> |
271 <dt><i>exitCode</i> (int)</dt> |
272 <dd> |
272 <dd> |
273 exit code of the process (integer) |
273 exit code of the process |
274 </dd> |
274 </dd> |
275 <dt><i>exitStatus</i></dt> |
275 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
276 <dd> |
276 <dd> |
277 exit status of the process (QProcess.ExitStatus) |
277 exit status of the process |
278 </dd> |
278 </dd> |
279 </dl> |
279 </dl> |
280 <a NAME="GitStashBrowserDialog.__processBuffer" ID="GitStashBrowserDialog.__processBuffer"></a> |
280 <a NAME="GitStashBrowserDialog.__processBuffer" ID="GitStashBrowserDialog.__processBuffer"></a> |
281 <h4>GitStashBrowserDialog.__processBuffer</h4> |
281 <h4>GitStashBrowserDialog.__processBuffer</h4> |
282 <b>__processBuffer</b>(<i></i>) |
282 <b>__processBuffer</b>(<i></i>) |
333 <p> |
333 <p> |
334 Protected slot implementing a close event handler. |
334 Protected slot implementing a close event handler. |
335 </p> |
335 </p> |
336 <dl> |
336 <dl> |
337 |
337 |
338 <dt><i>e</i></dt> |
338 <dt><i>e</i> (QCloseEvent)</dt> |
339 <dd> |
339 <dd> |
340 close event (QCloseEvent) |
340 close event |
341 </dd> |
341 </dd> |
342 </dl> |
342 </dl> |
343 <a NAME="GitStashBrowserDialog.keyPressEvent" ID="GitStashBrowserDialog.keyPressEvent"></a> |
343 <a NAME="GitStashBrowserDialog.keyPressEvent" ID="GitStashBrowserDialog.keyPressEvent"></a> |
344 <h4>GitStashBrowserDialog.keyPressEvent</h4> |
344 <h4>GitStashBrowserDialog.keyPressEvent</h4> |
345 <b>keyPressEvent</b>(<i>evt</i>) |
345 <b>keyPressEvent</b>(<i>evt</i>) |
347 <p> |
347 <p> |
348 Protected slot to handle a key press event. |
348 Protected slot to handle a key press event. |
349 </p> |
349 </p> |
350 <dl> |
350 <dl> |
351 |
351 |
352 <dt><i>evt</i></dt> |
352 <dt><i>evt</i> (QKeyEvent)</dt> |
353 <dd> |
353 <dd> |
354 the key press event (QKeyEvent) |
354 the key press event |
355 </dd> |
355 </dd> |
356 </dl> |
356 </dl> |
357 <a NAME="GitStashBrowserDialog.on_buttonBox_clicked" ID="GitStashBrowserDialog.on_buttonBox_clicked"></a> |
357 <a NAME="GitStashBrowserDialog.on_buttonBox_clicked" ID="GitStashBrowserDialog.on_buttonBox_clicked"></a> |
358 <h4>GitStashBrowserDialog.on_buttonBox_clicked</h4> |
358 <h4>GitStashBrowserDialog.on_buttonBox_clicked</h4> |
359 <b>on_buttonBox_clicked</b>(<i>button</i>) |
359 <b>on_buttonBox_clicked</b>(<i>button</i>) |
361 <p> |
361 <p> |
362 Private slot called by a button of the button box clicked. |
362 Private slot called by a button of the button box clicked. |
363 </p> |
363 </p> |
364 <dl> |
364 <dl> |
365 |
365 |
366 <dt><i>button</i></dt> |
366 <dt><i>button</i> (QAbstractButton)</dt> |
367 <dd> |
367 <dd> |
368 button that was clicked (QAbstractButton) |
368 button that was clicked |
369 </dd> |
369 </dd> |
370 </dl> |
370 </dl> |
371 <a NAME="GitStashBrowserDialog.on_input_returnPressed" ID="GitStashBrowserDialog.on_input_returnPressed"></a> |
371 <a NAME="GitStashBrowserDialog.on_input_returnPressed" ID="GitStashBrowserDialog.on_input_returnPressed"></a> |
372 <h4>GitStashBrowserDialog.on_input_returnPressed</h4> |
372 <h4>GitStashBrowserDialog.on_input_returnPressed</h4> |
373 <b>on_input_returnPressed</b>(<i></i>) |
373 <b>on_input_returnPressed</b>(<i></i>) |
382 <p> |
382 <p> |
383 Private slot to handle the password checkbox toggled. |
383 Private slot to handle the password checkbox toggled. |
384 </p> |
384 </p> |
385 <dl> |
385 <dl> |
386 |
386 |
387 <dt><i>checked</i></dt> |
387 <dt><i>checked</i> (bool)</dt> |
388 <dd> |
388 <dd> |
389 flag indicating the status of the check box (boolean) |
389 flag indicating the status of the check box |
390 </dd> |
390 </dd> |
391 </dl> |
391 </dl> |
392 <a NAME="GitStashBrowserDialog.on_refreshButton_clicked" ID="GitStashBrowserDialog.on_refreshButton_clicked"></a> |
392 <a NAME="GitStashBrowserDialog.on_refreshButton_clicked" ID="GitStashBrowserDialog.on_refreshButton_clicked"></a> |
393 <h4>GitStashBrowserDialog.on_refreshButton_clicked</h4> |
393 <h4>GitStashBrowserDialog.on_refreshButton_clicked</h4> |
394 <b>on_refreshButton_clicked</b>(<i></i>) |
394 <b>on_refreshButton_clicked</b>(<i></i>) |
410 <p> |
410 <p> |
411 Private slot called, when the current item of the stash list changes. |
411 Private slot called, when the current item of the stash list changes. |
412 </p> |
412 </p> |
413 <dl> |
413 <dl> |
414 |
414 |
415 <dt><i>current</i></dt> |
415 <dt><i>current</i> (QTreeWidgetItem)</dt> |
416 <dd> |
416 <dd> |
417 reference to the new current item (QTreeWidgetItem) |
417 reference to the new current item |
418 </dd> |
418 </dd> |
419 <dt><i>previous</i></dt> |
419 <dt><i>previous</i> (QTreeWidgetItem)</dt> |
420 <dd> |
420 <dd> |
421 reference to the old current item (QTreeWidgetItem) |
421 reference to the old current item |
422 </dd> |
422 </dd> |
423 </dl> |
423 </dl> |
424 <a NAME="GitStashBrowserDialog.on_stashList_customContextMenuRequested" ID="GitStashBrowserDialog.on_stashList_customContextMenuRequested"></a> |
424 <a NAME="GitStashBrowserDialog.on_stashList_customContextMenuRequested" ID="GitStashBrowserDialog.on_stashList_customContextMenuRequested"></a> |
425 <h4>GitStashBrowserDialog.on_stashList_customContextMenuRequested</h4> |
425 <h4>GitStashBrowserDialog.on_stashList_customContextMenuRequested</h4> |
426 <b>on_stashList_customContextMenuRequested</b>(<i>pos</i>) |
426 <b>on_stashList_customContextMenuRequested</b>(<i>pos</i>) |