src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9236
db53a9efe7ef
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
148 <td><a href="#SvnStatusDialog.__readStdout">__readStdout</a></td> 148 <td><a href="#SvnStatusDialog.__readStdout">__readStdout</a></td>
149 <td>Private slot to handle the readyReadStandardOutput signal.</td> 149 <td>Private slot to handle the readyReadStandardOutput signal.</td>
150 </tr> 150 </tr>
151 <tr> 151 <tr>
152 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> 152 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td>
153 <td>Private slot to remove entries from their changelists.</td> 153 <td>Private slot to remove entries from their change lists.</td>
154 </tr> 154 </tr>
155 <tr> 155 <tr>
156 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> 156 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td>
157 <td>Private method to resize the list columns.</td> 157 <td>Private method to resize the list columns.</td>
158 </tr> 158 </tr>
274 <p> 274 <p>
275 Constructor 275 Constructor
276 </p> 276 </p>
277 <dl> 277 <dl>
278 278
279 <dt><i>vcs</i></dt> 279 <dt><i>vcs</i> (Subversion)</dt>
280 <dd> 280 <dd>
281 reference to the vcs object 281 reference to the vcs object
282 </dd> 282 </dd>
283 <dt><i>parent</i></dt> 283 <dt><i>parent</i> (QWidget)</dt>
284 <dd> 284 <dd>
285 parent widget (QWidget) 285 parent widget
286 </dd> 286 </dd>
287 </dl> 287 </dl>
288 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> 288 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a>
289 <h4>SvnStatusDialog.__add</h4> 289 <h4>SvnStatusDialog.__add</h4>
290 <b>__add</b>(<i></i>) 290 <b>__add</b>(<i></i>)
327 <p> 327 <p>
328 Private slot to select or deselect all entries. 328 Private slot to select or deselect all entries.
329 </p> 329 </p>
330 <dl> 330 <dl>
331 331
332 <dt><i>selected</i></dt> 332 <dt><i>selected</i> (bool)</dt>
333 <dd> 333 <dd>
334 commit selection state to be set (boolean) 334 commit selection state to be set
335 </dd> 335 </dd>
336 </dl> 336 </dl>
337 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> 337 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a>
338 <h4>SvnStatusDialog.__commitSelectAll</h4> 338 <h4>SvnStatusDialog.__commitSelectAll</h4>
339 <b>__commitSelectAll</b>(<i></i>) 339 <b>__commitSelectAll</b>(<i></i>)
370 <p> 370 <p>
371 Private method to generate a status item in the status list. 371 Private method to generate a status item in the status list.
372 </p> 372 </p>
373 <dl> 373 <dl>
374 374
375 <dt><i>status</i></dt> 375 <dt><i>status</i> (str)</dt>
376 <dd> 376 <dd>
377 status indicator (string) 377 status indicator
378 </dd> 378 </dd>
379 <dt><i>propStatus</i></dt> 379 <dt><i>propStatus</i> (str)</dt>
380 <dd> 380 <dd>
381 property status indicator (string) 381 property status indicator
382 </dd> 382 </dd>
383 <dt><i>locked</i></dt> 383 <dt><i>locked</i> (str)</dt>
384 <dd> 384 <dd>
385 locked indicator (string) 385 locked indicator
386 </dd> 386 </dd>
387 <dt><i>history</i></dt> 387 <dt><i>history</i> (str)</dt>
388 <dd> 388 <dd>
389 history indicator (string) 389 history indicator
390 </dd> 390 </dd>
391 <dt><i>switched</i></dt> 391 <dt><i>switched</i> (str)</dt>
392 <dd> 392 <dd>
393 switched indicator (string) 393 switched indicator
394 </dd> 394 </dd>
395 <dt><i>lockinfo</i></dt> 395 <dt><i>lockinfo</i> (str)</dt>
396 <dd> 396 <dd>
397 lock indicator (string) 397 lock indicator
398 </dd> 398 </dd>
399 <dt><i>uptodate</i></dt> 399 <dt><i>uptodate</i> (str)</dt>
400 <dd> 400 <dd>
401 up to date indicator (string) 401 up to date indicator
402 </dd> 402 </dd>
403 <dt><i>revision</i></dt> 403 <dt><i>revision</i> (str)</dt>
404 <dd> 404 <dd>
405 revision string (string) 405 revision string
406 </dd> 406 </dd>
407 <dt><i>change</i></dt> 407 <dt><i>change</i> (str)</dt>
408 <dd> 408 <dd>
409 revision of last change (string) 409 revision of last change
410 </dd> 410 </dd>
411 <dt><i>author</i></dt> 411 <dt><i>author</i> (str)</dt>
412 <dd> 412 <dd>
413 author of the last change (string) 413 author of the last change
414 </dd> 414 </dd>
415 <dt><i>path</i></dt> 415 <dt><i>path</i> (str)</dt>
416 <dd> 416 <dd>
417 path of the file or directory (string) 417 path of the file or directory
418 </dd> 418 </dd>
419 </dl> 419 </dl>
420 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> 420 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a>
421 <h4>SvnStatusDialog.__getChangelistItems</h4> 421 <h4>SvnStatusDialog.__getChangelistItems</h4>
422 <b>__getChangelistItems</b>(<i></i>) 422 <b>__getChangelistItems</b>(<i></i>)
429 <dt>Return:</dt> 429 <dt>Return:</dt>
430 <dd> 430 <dd>
431 list of all items belonging to a changelist 431 list of all items belonging to a changelist
432 </dd> 432 </dd>
433 </dl> 433 </dl>
434 <dl>
435 <dt>Return Type:</dt>
436 <dd>
437 list of QTreeWidgetItem
438 </dd>
439 </dl>
434 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> 440 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a>
435 <h4>SvnStatusDialog.__getCommitableItems</h4> 441 <h4>SvnStatusDialog.__getCommitableItems</h4>
436 <b>__getCommitableItems</b>(<i></i>) 442 <b>__getCommitableItems</b>(<i></i>)
437 443
438 <p> 444 <p>
442 <dt>Return:</dt> 448 <dt>Return:</dt>
443 <dd> 449 <dd>
444 list of all items, the user has checked 450 list of all items, the user has checked
445 </dd> 451 </dd>
446 </dl> 452 </dl>
453 <dl>
454 <dt>Return Type:</dt>
455 <dd>
456 list of QTreeWidgetItem
457 </dd>
458 </dl>
447 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> 459 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a>
448 <h4>SvnStatusDialog.__getLockActionItems</h4> 460 <h4>SvnStatusDialog.__getLockActionItems</h4>
449 <b>__getLockActionItems</b>(<i>indicators</i>) 461 <b>__getLockActionItems</b>(<i>indicators</i>)
450 462
451 <p> 463 <p>
452 Private method to retrieve all emtries, that have a locked status. 464 Private method to retrieve all emtries, that have a locked status.
453 </p> 465 </p>
454 <dl> 466 <dl>
455 467
456 <dt><i>indicators</i></dt> 468 <dt><i>indicators</i> (list of str)</dt>
457 <dd> 469 <dd>
458 list of indicators to check against (list of strings) 470 list of indicators to check against
459 </dd> 471 </dd>
460 </dl> 472 </dl>
461 <dl> 473 <dl>
462 <dt>Return:</dt> 474 <dt>Return:</dt>
463 <dd> 475 <dd>
464 list of all items with a locked status 476 list of all items with a locked status
477 </dd>
478 </dl>
479 <dl>
480 <dt>Return Type:</dt>
481 <dd>
482 list of QTreeWidgetItem
465 </dd> 483 </dd>
466 </dl> 484 </dl>
467 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> 485 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a>
468 <h4>SvnStatusDialog.__getMissingItems</h4> 486 <h4>SvnStatusDialog.__getMissingItems</h4>
469 <b>__getMissingItems</b>(<i></i>) 487 <b>__getMissingItems</b>(<i></i>)
475 <dt>Return:</dt> 493 <dt>Return:</dt>
476 <dd> 494 <dd>
477 list of all items with a missing status 495 list of all items with a missing status
478 </dd> 496 </dd>
479 </dl> 497 </dl>
498 <dl>
499 <dt>Return Type:</dt>
500 <dd>
501 list of QTreeWidgetItem
502 </dd>
503 </dl>
480 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> 504 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a>
481 <h4>SvnStatusDialog.__getModifiedItems</h4> 505 <h4>SvnStatusDialog.__getModifiedItems</h4>
482 <b>__getModifiedItems</b>(<i></i>) 506 <b>__getModifiedItems</b>(<i></i>)
483 507
484 <p> 508 <p>
488 <dt>Return:</dt> 512 <dt>Return:</dt>
489 <dd> 513 <dd>
490 list of all items with a modified status 514 list of all items with a modified status
491 </dd> 515 </dd>
492 </dl> 516 </dl>
517 <dl>
518 <dt>Return Type:</dt>
519 <dd>
520 list of QTreeWidgetItem
521 </dd>
522 </dl>
493 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> 523 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a>
494 <h4>SvnStatusDialog.__getNonChangelistItems</h4> 524 <h4>SvnStatusDialog.__getNonChangelistItems</h4>
495 <b>__getNonChangelistItems</b>(<i></i>) 525 <b>__getNonChangelistItems</b>(<i></i>)
496 526
497 <p> 527 <p>
502 <dt>Return:</dt> 532 <dt>Return:</dt>
503 <dd> 533 <dd>
504 list of all items not belonging to a changelist 534 list of all items not belonging to a changelist
505 </dd> 535 </dd>
506 </dl> 536 </dl>
537 <dl>
538 <dt>Return Type:</dt>
539 <dd>
540 list of QTreeWidgetItem
541 </dd>
542 </dl>
507 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> 543 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a>
508 <h4>SvnStatusDialog.__getUnversionedItems</h4> 544 <h4>SvnStatusDialog.__getUnversionedItems</h4>
509 <b>__getUnversionedItems</b>(<i></i>) 545 <b>__getUnversionedItems</b>(<i></i>)
510 546
511 <p> 547 <p>
516 <dt>Return:</dt> 552 <dt>Return:</dt>
517 <dd> 553 <dd>
518 list of all items with an unversioned status 554 list of all items with an unversioned status
519 </dd> 555 </dd>
520 </dl> 556 </dl>
557 <dl>
558 <dt>Return Type:</dt>
559 <dd>
560 list of QTreeWidgetItem
561 </dd>
562 </dl>
521 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> 563 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a>
522 <h4>SvnStatusDialog.__lock</h4> 564 <h4>SvnStatusDialog.__lock</h4>
523 <b>__lock</b>(<i></i>) 565 <b>__lock</b>(<i></i>)
524 566
525 <p> 567 <p>
532 <p> 574 <p>
533 Private slot connected to the finished signal. 575 Private slot connected to the finished signal.
534 </p> 576 </p>
535 <dl> 577 <dl>
536 578
537 <dt><i>exitCode</i></dt> 579 <dt><i>exitCode</i> (int)</dt>
538 <dd> 580 <dd>
539 exit code of the process (integer) 581 exit code of the process
540 </dd> 582 </dd>
541 <dt><i>exitStatus</i></dt> 583 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
542 <dd> 584 <dd>
543 exit status of the process (QProcess.ExitStatus) 585 exit status of the process
544 </dd> 586 </dd>
545 </dl> 587 </dl>
546 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a> 588 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a>
547 <h4>SvnStatusDialog.__readStderr</h4> 589 <h4>SvnStatusDialog.__readStderr</h4>
548 <b>__readStderr</b>(<i></i>) 590 <b>__readStderr</b>(<i></i>)
568 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> 610 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a>
569 <h4>SvnStatusDialog.__removeFromChangelist</h4> 611 <h4>SvnStatusDialog.__removeFromChangelist</h4>
570 <b>__removeFromChangelist</b>(<i></i>) 612 <b>__removeFromChangelist</b>(<i></i>)
571 613
572 <p> 614 <p>
573 Private slot to remove entries from their changelists. 615 Private slot to remove entries from their change lists.
574 </p> 616 </p>
575 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> 617 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a>
576 <h4>SvnStatusDialog.__resizeColumns</h4> 618 <h4>SvnStatusDialog.__resizeColumns</h4>
577 <b>__resizeColumns</b>(<i></i>) 619 <b>__resizeColumns</b>(<i></i>)
578 620
614 <p> 656 <p>
615 Private slot to show the context menu of the status list. 657 Private slot to show the context menu of the status list.
616 </p> 658 </p>
617 <dl> 659 <dl>
618 660
619 <dt><i>coord</i></dt> 661 <dt><i>coord</i> (QPoint)</dt>
620 <dd> 662 <dd>
621 the position of the mouse pointer (QPoint) 663 the position of the mouse pointer
622 </dd> 664 </dd>
623 </dl> 665 </dl>
624 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> 666 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a>
625 <h4>SvnStatusDialog.__stealLock</h4> 667 <h4>SvnStatusDialog.__stealLock</h4>
626 <b>__stealLock</b>(<i></i>) 668 <b>__stealLock</b>(<i></i>)
656 <p> 698 <p>
657 Protected slot implementing a close event handler. 699 Protected slot implementing a close event handler.
658 </p> 700 </p>
659 <dl> 701 <dl>
660 702
661 <dt><i>e</i></dt> 703 <dt><i>e</i> (QCloseEvent)</dt>
662 <dd> 704 <dd>
663 close event (QCloseEvent) 705 close event
664 </dd> 706 </dd>
665 </dl> 707 </dl>
666 <a NAME="SvnStatusDialog.keyPressEvent" ID="SvnStatusDialog.keyPressEvent"></a> 708 <a NAME="SvnStatusDialog.keyPressEvent" ID="SvnStatusDialog.keyPressEvent"></a>
667 <h4>SvnStatusDialog.keyPressEvent</h4> 709 <h4>SvnStatusDialog.keyPressEvent</h4>
668 <b>keyPressEvent</b>(<i>evt</i>) 710 <b>keyPressEvent</b>(<i>evt</i>)
670 <p> 712 <p>
671 Protected slot to handle a key press event. 713 Protected slot to handle a key press event.
672 </p> 714 </p>
673 <dl> 715 <dl>
674 716
675 <dt><i>evt</i></dt> 717 <dt><i>evt</i> (QKeyEvent)</dt>
676 <dd> 718 <dd>
677 the key press event (QKeyEvent) 719 the key press event
678 </dd> 720 </dd>
679 </dl> 721 </dl>
680 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> 722 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a>
681 <h4>SvnStatusDialog.on_addButton_clicked</h4> 723 <h4>SvnStatusDialog.on_addButton_clicked</h4>
682 <b>on_addButton_clicked</b>(<i></i>) 724 <b>on_addButton_clicked</b>(<i></i>)
691 <p> 733 <p>
692 Private slot called by a button of the button box clicked. 734 Private slot called by a button of the button box clicked.
693 </p> 735 </p>
694 <dl> 736 <dl>
695 737
696 <dt><i>button</i></dt> 738 <dt><i>button</i> (QAbstractButton)</dt>
697 <dd> 739 <dd>
698 button that was clicked (QAbstractButton) 740 button that was clicked
699 </dd> 741 </dd>
700 </dl> 742 </dl>
701 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> 743 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a>
702 <h4>SvnStatusDialog.on_commitButton_clicked</h4> 744 <h4>SvnStatusDialog.on_commitButton_clicked</h4>
703 <b>on_commitButton_clicked</b>(<i></i>) 745 <b>on_commitButton_clicked</b>(<i></i>)
726 <p> 768 <p>
727 Private slot to handle the password checkbox toggled. 769 Private slot to handle the password checkbox toggled.
728 </p> 770 </p>
729 <dl> 771 <dl>
730 772
731 <dt><i>isOn</i></dt> 773 <dt><i>isOn</i> (bool)</dt>
732 <dd> 774 <dd>
733 flag indicating the status of the check box (boolean) 775 flag indicating the status of the check box
734 </dd> 776 </dd>
735 </dl> 777 </dl>
736 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> 778 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a>
737 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> 779 <h4>SvnStatusDialog.on_refreshButton_clicked</h4>
738 <b>on_refreshButton_clicked</b>(<i></i>) 780 <b>on_refreshButton_clicked</b>(<i></i>)
789 <p> 831 <p>
790 Private slot to act upon item changes. 832 Private slot to act upon item changes.
791 </p> 833 </p>
792 <dl> 834 <dl>
793 835
794 <dt><i>item</i></dt> 836 <dt><i>item</i> (QTreeWidgetItem)</dt>
795 <dd> 837 <dd>
796 reference to the changed item (QTreeWidgetItem) 838 reference to the changed item
797 </dd> 839 </dd>
798 <dt><i>column</i></dt> 840 <dt><i>column</i> (int)</dt>
799 <dd> 841 <dd>
800 index of column that changed (integer) 842 index of column that changed
801 </dd> 843 </dd>
802 </dl> 844 </dl>
803 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> 845 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a>
804 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> 846 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4>
805 <b>on_statusList_itemSelectionChanged</b>(<i></i>) 847 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
814 <p> 856 <p>
815 Public slot to start the svn status command. 857 Public slot to start the svn status command.
816 </p> 858 </p>
817 <dl> 859 <dl>
818 860
819 <dt><i>fn</i></dt> 861 <dt><i>fn</i> (str or list of str)</dt>
820 <dd> 862 <dd>
821 filename(s)/directoryname(s) to show the status of 863 filename(s)/directoryname(s) to show the status of
822 (string or list of strings)
823 </dd> 864 </dd>
824 </dl> 865 </dl>
825 <div align="right"><a href="#top">Up</a></div> 866 <div align="right"><a href="#top">Up</a></div>
826 <hr /> 867 <hr />
827 </body></html> 868 </body></html>

eric ide

mercurial