7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
445 | 445 |
446 <p> | 446 <p> |
447 Private method to retrieve all entries the user wants to commit. | 447 Private method to retrieve all entries the user wants to commit. |
448 </p> | 448 </p> |
449 <dl> | 449 <dl> |
450 <dt>Returns:</dt> | 450 <dt>Return:</dt> |
451 <dd> | 451 <dd> |
452 list of all items, the user has checked | 452 list of all items, the user has checked |
453 </dd> | 453 </dd> |
454 </dl> | 454 </dl> |
455 <a NAME="GitStatusDialog.__getCommitableUnselectedItems" ID="GitStatusDialog.__getCommitableUnselectedItems"></a> | 455 <a NAME="GitStatusDialog.__getCommitableUnselectedItems" ID="GitStatusDialog.__getCommitableUnselectedItems"></a> |
459 <p> | 459 <p> |
460 Private method to retrieve all entries the user may commit but hasn't | 460 Private method to retrieve all entries the user may commit but hasn't |
461 selected. | 461 selected. |
462 </p> | 462 </p> |
463 <dl> | 463 <dl> |
464 <dt>Returns:</dt> | 464 <dt>Return:</dt> |
465 <dd> | 465 <dd> |
466 list of all items, the user has not checked | 466 list of all items, the user has not checked |
467 </dd> | 467 </dd> |
468 </dl> | 468 </dl> |
469 <a NAME="GitStatusDialog.__getConflictingItems" ID="GitStatusDialog.__getConflictingItems"></a> | 469 <a NAME="GitStatusDialog.__getConflictingItems" ID="GitStatusDialog.__getConflictingItems"></a> |
472 | 472 |
473 <p> | 473 <p> |
474 Private method to retrieve all entries, that have a conflict status. | 474 Private method to retrieve all entries, that have a conflict status. |
475 </p> | 475 </p> |
476 <dl> | 476 <dl> |
477 <dt>Returns:</dt> | 477 <dt>Return:</dt> |
478 <dd> | 478 <dd> |
479 list of all items with a conflict status | 479 list of all items with a conflict status |
480 </dd> | 480 </dd> |
481 </dl> | 481 </dl> |
482 <a NAME="GitStatusDialog.__getMissingItems" ID="GitStatusDialog.__getMissingItems"></a> | 482 <a NAME="GitStatusDialog.__getMissingItems" ID="GitStatusDialog.__getMissingItems"></a> |
485 | 485 |
486 <p> | 486 <p> |
487 Private method to retrieve all entries, that have a missing status. | 487 Private method to retrieve all entries, that have a missing status. |
488 </p> | 488 </p> |
489 <dl> | 489 <dl> |
490 <dt>Returns:</dt> | 490 <dt>Return:</dt> |
491 <dd> | 491 <dd> |
492 list of all items with a missing status | 492 list of all items with a missing status |
493 </dd> | 493 </dd> |
494 </dl> | 494 </dl> |
495 <a NAME="GitStatusDialog.__getModifiedItems" ID="GitStatusDialog.__getModifiedItems"></a> | 495 <a NAME="GitStatusDialog.__getModifiedItems" ID="GitStatusDialog.__getModifiedItems"></a> |
498 | 498 |
499 <p> | 499 <p> |
500 Private method to retrieve all entries, that have a modified status. | 500 Private method to retrieve all entries, that have a modified status. |
501 </p> | 501 </p> |
502 <dl> | 502 <dl> |
503 <dt>Returns:</dt> | 503 <dt>Return:</dt> |
504 <dd> | 504 <dd> |
505 list of all items with a modified status | 505 list of all items with a modified status |
506 </dd> | 506 </dd> |
507 </dl> | 507 </dl> |
508 <a NAME="GitStatusDialog.__getModifiedOnlyItems" ID="GitStatusDialog.__getModifiedOnlyItems"></a> | 508 <a NAME="GitStatusDialog.__getModifiedOnlyItems" ID="GitStatusDialog.__getModifiedOnlyItems"></a> |
511 | 511 |
512 <p> | 512 <p> |
513 Private method to retrieve all entries, that have a modified status. | 513 Private method to retrieve all entries, that have a modified status. |
514 </p> | 514 </p> |
515 <dl> | 515 <dl> |
516 <dt>Returns:</dt> | 516 <dt>Return:</dt> |
517 <dd> | 517 <dd> |
518 list of all items with a modified status | 518 list of all items with a modified status |
519 </dd> | 519 </dd> |
520 </dl> | 520 </dl> |
521 <a NAME="GitStatusDialog.__getStageableItems" ID="GitStatusDialog.__getStageableItems"></a> | 521 <a NAME="GitStatusDialog.__getStageableItems" ID="GitStatusDialog.__getStageableItems"></a> |
525 <p> | 525 <p> |
526 Private method to retrieve all entries, that have a stageable | 526 Private method to retrieve all entries, that have a stageable |
527 status. | 527 status. |
528 </p> | 528 </p> |
529 <dl> | 529 <dl> |
530 <dt>Returns:</dt> | 530 <dt>Return:</dt> |
531 <dd> | 531 <dd> |
532 list of all items with a stageable status | 532 list of all items with a stageable status |
533 </dd> | 533 </dd> |
534 </dl> | 534 </dl> |
535 <a NAME="GitStatusDialog.__getUnstageableItems" ID="GitStatusDialog.__getUnstageableItems"></a> | 535 <a NAME="GitStatusDialog.__getUnstageableItems" ID="GitStatusDialog.__getUnstageableItems"></a> |
539 <p> | 539 <p> |
540 Private method to retrieve all entries, that have an unstageable | 540 Private method to retrieve all entries, that have an unstageable |
541 status. | 541 status. |
542 </p> | 542 </p> |
543 <dl> | 543 <dl> |
544 <dt>Returns:</dt> | 544 <dt>Return:</dt> |
545 <dd> | 545 <dd> |
546 list of all items with an unstageable status | 546 list of all items with an unstageable status |
547 </dd> | 547 </dd> |
548 </dl> | 548 </dl> |
549 <a NAME="GitStatusDialog.__getUnversionedItems" ID="GitStatusDialog.__getUnversionedItems"></a> | 549 <a NAME="GitStatusDialog.__getUnversionedItems" ID="GitStatusDialog.__getUnversionedItems"></a> |
553 <p> | 553 <p> |
554 Private method to retrieve all entries, that have an unversioned | 554 Private method to retrieve all entries, that have an unversioned |
555 status. | 555 status. |
556 </p> | 556 </p> |
557 <dl> | 557 <dl> |
558 <dt>Returns:</dt> | 558 <dt>Return:</dt> |
559 <dd> | 559 <dd> |
560 list of all items with an unversioned status | 560 list of all items with an unversioned status |
561 </dd> | 561 </dd> |
562 </dl> | 562 </dl> |
563 <a NAME="GitStatusDialog.__initActionsMenu" ID="GitStatusDialog.__initActionsMenu"></a> | 563 <a NAME="GitStatusDialog.__initActionsMenu" ID="GitStatusDialog.__initActionsMenu"></a> |
669 <dd> | 669 <dd> |
670 reference to the edit widget (QTextEdit) | 670 reference to the edit widget (QTextEdit) |
671 </dd> | 671 </dd> |
672 </dl> | 672 </dl> |
673 <dl> | 673 <dl> |
674 <dt>Returns:</dt> | 674 <dt>Return:</dt> |
675 <dd> | 675 <dd> |
676 tuple of start and end indexes (integer, integer) | 676 tuple of start and end indexes (integer, integer) |
677 </dd> | 677 </dd> |
678 </dl> | 678 </dl> |
679 <a NAME="GitStatusDialog.__showActionsMenu" ID="GitStatusDialog.__showActionsMenu"></a> | 679 <a NAME="GitStatusDialog.__showActionsMenu" ID="GitStatusDialog.__showActionsMenu"></a> |
731 | 731 |
732 <p> | 732 <p> |
733 Private method to generate a temporary patch file. | 733 Private method to generate a temporary patch file. |
734 </p> | 734 </p> |
735 <dl> | 735 <dl> |
736 <dt>Returns:</dt> | 736 <dt>Return:</dt> |
737 <dd> | 737 <dd> |
738 name of the temporary file (string) | 738 name of the temporary file (string) |
739 </dd> | 739 </dd> |
740 </dl> | 740 </dl> |
741 <a NAME="GitStatusDialog.__unstage" ID="GitStatusDialog.__unstage"></a> | 741 <a NAME="GitStatusDialog.__unstage" ID="GitStatusDialog.__unstage"></a> |