222 <p> |
222 <p> |
223 Constructor |
223 Constructor |
224 </p> |
224 </p> |
225 <dl> |
225 <dl> |
226 |
226 |
227 <dt><i>vcs</i></dt> |
227 <dt><i>vcs</i> (Hg)</dt> |
228 <dd> |
228 <dd> |
229 reference to the vcs object |
229 reference to the vcs object |
230 </dd> |
230 </dd> |
231 <dt><i>mq</i></dt> |
231 <dt><i>mq</i> (bool)</dt> |
232 <dd> |
232 <dd> |
233 flag indicating to show a queue repo status (boolean) |
233 flag indicating to show a queue repo status |
234 </dd> |
234 </dd> |
235 <dt><i>parent</i></dt> |
235 <dt><i>parent</i> (QWidget)</dt> |
236 <dd> |
236 <dd> |
237 parent widget (QWidget) |
237 parent widget |
238 </dd> |
238 </dd> |
239 </dl> |
239 </dl> |
240 <a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a> |
240 <a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a> |
241 <h4>HgStatusDialog.__abortMerge</h4> |
241 <h4>HgStatusDialog.__abortMerge</h4> |
242 <b>__abortMerge</b>(<i></i>) |
242 <b>__abortMerge</b>(<i></i>) |
279 <p> |
279 <p> |
280 Private slot to select or deselect all entries. |
280 Private slot to select or deselect all entries. |
281 </p> |
281 </p> |
282 <dl> |
282 <dl> |
283 |
283 |
284 <dt><i>selected</i></dt> |
284 <dt><i>selected</i> (bool)</dt> |
285 <dd> |
285 <dd> |
286 commit selection state to be set (boolean) |
286 commit selection state to be set |
287 </dd> |
287 </dd> |
288 </dl> |
288 </dl> |
289 <a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a> |
289 <a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a> |
290 <h4>HgStatusDialog.__commitSelectAll</h4> |
290 <h4>HgStatusDialog.__commitSelectAll</h4> |
291 <b>__commitSelectAll</b>(<i></i>) |
291 <b>__commitSelectAll</b>(<i></i>) |
336 <p> |
336 <p> |
337 Private method to generate a status item in the status list. |
337 Private method to generate a status item in the status list. |
338 </p> |
338 </p> |
339 <dl> |
339 <dl> |
340 |
340 |
341 <dt><i>status</i></dt> |
341 <dt><i>status</i> (str)</dt> |
342 <dd> |
342 <dd> |
343 status indicator (string) |
343 status indicator |
344 </dd> |
344 </dd> |
345 <dt><i>path</i></dt> |
345 <dt><i>path</i> (str)</dt> |
346 <dd> |
346 <dd> |
347 path of the file or directory (string) |
347 path of the file or directory |
348 </dd> |
348 </dd> |
349 </dl> |
349 </dl> |
350 <a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a> |
350 <a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a> |
351 <h4>HgStatusDialog.__generatorFinished</h4> |
351 <h4>HgStatusDialog.__generatorFinished</h4> |
352 <b>__generatorFinished</b>(<i></i>) |
352 <b>__generatorFinished</b>(<i></i>) |
365 <dt>Return:</dt> |
365 <dt>Return:</dt> |
366 <dd> |
366 <dd> |
367 list of all items, the user has checked |
367 list of all items, the user has checked |
368 </dd> |
368 </dd> |
369 </dl> |
369 </dl> |
|
370 <dl> |
|
371 <dt>Return Type:</dt> |
|
372 <dd> |
|
373 list of QTreeWidgetItems |
|
374 </dd> |
|
375 </dl> |
370 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> |
376 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> |
371 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4> |
377 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4> |
372 <b>__getCommitableUnselectedItems</b>(<i></i>) |
378 <b>__getCommitableUnselectedItems</b>(<i></i>) |
373 |
379 |
374 <p> |
380 <p> |
379 <dt>Return:</dt> |
385 <dt>Return:</dt> |
380 <dd> |
386 <dd> |
381 list of all items, the user has checked |
387 list of all items, the user has checked |
382 </dd> |
388 </dd> |
383 </dl> |
389 </dl> |
|
390 <dl> |
|
391 <dt>Return Type:</dt> |
|
392 <dd> |
|
393 list of QTreeWidgetItems |
|
394 </dd> |
|
395 </dl> |
384 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
396 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
385 <h4>HgStatusDialog.__getMissingItems</h4> |
397 <h4>HgStatusDialog.__getMissingItems</h4> |
386 <b>__getMissingItems</b>(<i></i>) |
398 <b>__getMissingItems</b>(<i></i>) |
387 |
399 |
388 <p> |
400 <p> |
392 <dt>Return:</dt> |
404 <dt>Return:</dt> |
393 <dd> |
405 <dd> |
394 list of all items with a missing status |
406 list of all items with a missing status |
395 </dd> |
407 </dd> |
396 </dl> |
408 </dl> |
|
409 <dl> |
|
410 <dt>Return Type:</dt> |
|
411 <dd> |
|
412 list of QTreeWidgetItems |
|
413 </dd> |
|
414 </dl> |
397 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> |
415 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> |
398 <h4>HgStatusDialog.__getModifiedItems</h4> |
416 <h4>HgStatusDialog.__getModifiedItems</h4> |
399 <b>__getModifiedItems</b>(<i></i>) |
417 <b>__getModifiedItems</b>(<i></i>) |
400 |
418 |
401 <p> |
419 <p> |
405 <dt>Return:</dt> |
423 <dt>Return:</dt> |
406 <dd> |
424 <dd> |
407 list of all items with a modified status |
425 list of all items with a modified status |
408 </dd> |
426 </dd> |
409 </dl> |
427 </dl> |
|
428 <dl> |
|
429 <dt>Return Type:</dt> |
|
430 <dd> |
|
431 list of QTreeWidgetItems |
|
432 </dd> |
|
433 </dl> |
410 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> |
434 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> |
411 <h4>HgStatusDialog.__getUnversionedItems</h4> |
435 <h4>HgStatusDialog.__getUnversionedItems</h4> |
412 <b>__getUnversionedItems</b>(<i></i>) |
436 <b>__getUnversionedItems</b>(<i></i>) |
413 |
437 |
414 <p> |
438 <p> |
419 <dt>Return:</dt> |
443 <dt>Return:</dt> |
420 <dd> |
444 <dd> |
421 list of all items with an unversioned status |
445 list of all items with an unversioned status |
422 </dd> |
446 </dd> |
423 </dl> |
447 </dl> |
|
448 <dl> |
|
449 <dt>Return Type:</dt> |
|
450 <dd> |
|
451 list of QTreeWidgetItems |
|
452 </dd> |
|
453 </dl> |
424 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> |
454 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> |
425 <h4>HgStatusDialog.__initActionsMenu</h4> |
455 <h4>HgStatusDialog.__initActionsMenu</h4> |
426 <b>__initActionsMenu</b>(<i></i>) |
456 <b>__initActionsMenu</b>(<i></i>) |
427 |
457 |
428 <p> |
458 <p> |
435 <p> |
465 <p> |
436 Private slot to add a file to the repository. |
466 Private slot to add a file to the repository. |
437 </p> |
467 </p> |
438 <dl> |
468 <dl> |
439 |
469 |
440 <dt><i>mode</i></dt> |
470 <dt><i>mode</i> (str)</dt> |
441 <dd> |
471 <dd> |
442 add mode (string one of 'normal' or 'large') |
472 add mode (one of 'normal' or 'large') |
443 </dd> |
473 </dd> |
444 </dl> |
474 </dl> |
445 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a> |
475 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a> |
446 <h4>HgStatusDialog.__processOutputLine</h4> |
476 <h4>HgStatusDialog.__processOutputLine</h4> |
447 <b>__processOutputLine</b>(<i>line</i>) |
477 <b>__processOutputLine</b>(<i>line</i>) |
449 <p> |
479 <p> |
450 Private method to process the lines of output. |
480 Private method to process the lines of output. |
451 </p> |
481 </p> |
452 <dl> |
482 <dl> |
453 |
483 |
454 <dt><i>line</i></dt> |
484 <dt><i>line</i> (str)</dt> |
455 <dd> |
485 <dd> |
456 output line to be processed (string) |
486 output line to be processed |
457 </dd> |
487 </dd> |
458 </dl> |
488 </dl> |
459 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> |
489 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> |
460 <h4>HgStatusDialog.__refreshDiff</h4> |
490 <h4>HgStatusDialog.__refreshDiff</h4> |
461 <b>__refreshDiff</b>(<i></i>) |
491 <b>__refreshDiff</b>(<i></i>) |
512 <p> |
542 <p> |
513 Private slot to show some error. |
543 Private slot to show some error. |
514 </p> |
544 </p> |
515 <dl> |
545 <dl> |
516 |
546 |
517 <dt><i>out</i></dt> |
547 <dt><i>out</i> (str)</dt> |
518 <dd> |
548 <dd> |
519 error to be shown (string) |
549 error to be shown |
520 </dd> |
550 </dd> |
521 </dl> |
551 </dl> |
522 <a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> |
552 <a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> |
523 <h4>HgStatusDialog.closeEvent</h4> |
553 <h4>HgStatusDialog.closeEvent</h4> |
524 <b>closeEvent</b>(<i>e</i>) |
554 <b>closeEvent</b>(<i>e</i>) |
526 <p> |
556 <p> |
527 Protected slot implementing a close event handler. |
557 Protected slot implementing a close event handler. |
528 </p> |
558 </p> |
529 <dl> |
559 <dl> |
530 |
560 |
531 <dt><i>e</i></dt> |
561 <dt><i>e</i> (QCloseEvent)</dt> |
532 <dd> |
562 <dd> |
533 close event (QCloseEvent) |
563 close event |
534 </dd> |
564 </dd> |
535 </dl> |
565 </dl> |
536 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> |
566 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> |
537 <h4>HgStatusDialog.on_buttonBox_clicked</h4> |
567 <h4>HgStatusDialog.on_buttonBox_clicked</h4> |
538 <b>on_buttonBox_clicked</b>(<i>button</i>) |
568 <b>on_buttonBox_clicked</b>(<i>button</i>) |
540 <p> |
570 <p> |
541 Private slot called by a button of the button box clicked. |
571 Private slot called by a button of the button box clicked. |
542 </p> |
572 </p> |
543 <dl> |
573 <dl> |
544 |
574 |
545 <dt><i>button</i></dt> |
575 <dt><i>button</i> (QAbstractButton)</dt> |
546 <dd> |
576 <dd> |
547 button that was clicked (QAbstractButton) |
577 button that was clicked |
548 </dd> |
578 </dd> |
549 </dl> |
579 </dl> |
550 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> |
580 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> |
551 <h4>HgStatusDialog.on_refreshButton_clicked</h4> |
581 <h4>HgStatusDialog.on_refreshButton_clicked</h4> |
552 <b>on_refreshButton_clicked</b>(<i></i>) |
582 <b>on_refreshButton_clicked</b>(<i></i>) |