136 <td><a href="#SvnStatusDialog.__lock">__lock</a></td> |
136 <td><a href="#SvnStatusDialog.__lock">__lock</a></td> |
137 <td>Private slot to handle the Lock context menu entry.</td> |
137 <td>Private slot to handle the Lock context menu entry.</td> |
138 </tr> |
138 </tr> |
139 <tr> |
139 <tr> |
140 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
140 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
141 <td>Private slot to remove entries from their changelists.</td> |
141 <td>Private slot to remove entries from their change lists.</td> |
142 </tr> |
142 </tr> |
143 <tr> |
143 <tr> |
144 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
144 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
145 <td>Private method to resize the list columns.</td> |
145 <td>Private method to resize the list columns.</td> |
146 </tr> |
146 </tr> |
246 <p> |
246 <p> |
247 Constructor |
247 Constructor |
248 </p> |
248 </p> |
249 <dl> |
249 <dl> |
250 |
250 |
251 <dt><i>vcs</i></dt> |
251 <dt><i>vcs</i> (Subversion)</dt> |
252 <dd> |
252 <dd> |
253 reference to the vcs object |
253 reference to the vcs object |
254 </dd> |
254 </dd> |
255 <dt><i>parent</i></dt> |
255 <dt><i>parent</i> (QWidget)</dt> |
256 <dd> |
256 <dd> |
257 parent widget (QWidget) |
257 parent widget |
258 </dd> |
258 </dd> |
259 </dl> |
259 </dl> |
260 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
260 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
261 <h4>SvnStatusDialog.__add</h4> |
261 <h4>SvnStatusDialog.__add</h4> |
262 <b>__add</b>(<i></i>) |
262 <b>__add</b>(<i></i>) |
299 <p> |
299 <p> |
300 Private slot to select or deselect all entries. |
300 Private slot to select or deselect all entries. |
301 </p> |
301 </p> |
302 <dl> |
302 <dl> |
303 |
303 |
304 <dt><i>selected</i></dt> |
304 <dt><i>selected</i> (bool)</dt> |
305 <dd> |
305 <dd> |
306 commit selection state to be set (boolean) |
306 commit selection state to be set |
307 </dd> |
307 </dd> |
308 </dl> |
308 </dl> |
309 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
309 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
310 <h4>SvnStatusDialog.__commitSelectAll</h4> |
310 <h4>SvnStatusDialog.__commitSelectAll</h4> |
311 <b>__commitSelectAll</b>(<i></i>) |
311 <b>__commitSelectAll</b>(<i></i>) |
342 <p> |
342 <p> |
343 Private method to generate a status item in the status list. |
343 Private method to generate a status item in the status list. |
344 </p> |
344 </p> |
345 <dl> |
345 <dl> |
346 |
346 |
347 <dt><i>changelist</i></dt> |
347 <dt><i>changelist</i> (str)</dt> |
348 <dd> |
348 <dd> |
349 name of the changelist (string) |
349 name of the changelist |
350 </dd> |
350 </dd> |
351 <dt><i>status</i></dt> |
351 <dt><i>status</i> (pysvn.wc_status_kind)</dt> |
352 <dd> |
352 <dd> |
353 text status (pysvn.wc_status_kind) |
353 text status |
354 </dd> |
354 </dd> |
355 <dt><i>propStatus</i></dt> |
355 <dt><i>propStatus</i> (pysvn.wc_status_kind)</dt> |
356 <dd> |
356 <dd> |
357 property status (pysvn.wc_status_kind) |
357 property status |
358 </dd> |
358 </dd> |
359 <dt><i>locked</i></dt> |
359 <dt><i>locked</i> (bool)</dt> |
360 <dd> |
360 <dd> |
361 locked flag (boolean) |
361 locked flag |
362 </dd> |
362 </dd> |
363 <dt><i>history</i></dt> |
363 <dt><i>history</i> (bool)</dt> |
364 <dd> |
364 <dd> |
365 history flag (boolean) |
365 history flag |
366 </dd> |
366 </dd> |
367 <dt><i>switched</i></dt> |
367 <dt><i>switched</i> (bool)</dt> |
368 <dd> |
368 <dd> |
369 switched flag (boolean) |
369 switched flag |
370 </dd> |
370 </dd> |
371 <dt><i>lockinfo</i></dt> |
371 <dt><i>lockinfo</i> (str)</dt> |
372 <dd> |
372 <dd> |
373 lock indicator (string) |
373 lock indicator |
374 </dd> |
374 </dd> |
375 <dt><i>uptodate</i></dt> |
375 <dt><i>uptodate</i> (bool)</dt> |
376 <dd> |
376 <dd> |
377 up to date flag (boolean) |
377 up to date flag |
378 </dd> |
378 </dd> |
379 <dt><i>revision</i></dt> |
379 <dt><i>revision</i> (int)</dt> |
380 <dd> |
380 <dd> |
381 revision (integer) |
381 revision |
382 </dd> |
382 </dd> |
383 <dt><i>change</i></dt> |
383 <dt><i>change</i> (int)</dt> |
384 <dd> |
384 <dd> |
385 revision of last change (integer) |
385 revision of last change |
386 </dd> |
386 </dd> |
387 <dt><i>author</i></dt> |
387 <dt><i>author</i> (str)</dt> |
388 <dd> |
388 <dd> |
389 author of the last change (string) |
389 author of the last change |
390 </dd> |
390 </dd> |
391 <dt><i>path</i></dt> |
391 <dt><i>path</i> (str)</dt> |
392 <dd> |
392 <dd> |
393 path of the file or directory (string) |
393 path of the file or directory |
394 </dd> |
394 </dd> |
395 </dl> |
395 </dl> |
396 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
396 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
397 <h4>SvnStatusDialog.__getChangelistItems</h4> |
397 <h4>SvnStatusDialog.__getChangelistItems</h4> |
398 <b>__getChangelistItems</b>(<i></i>) |
398 <b>__getChangelistItems</b>(<i></i>) |
405 <dt>Return:</dt> |
405 <dt>Return:</dt> |
406 <dd> |
406 <dd> |
407 list of all items belonging to a changelist |
407 list of all items belonging to a changelist |
408 </dd> |
408 </dd> |
409 </dl> |
409 </dl> |
|
410 <dl> |
|
411 <dt>Return Type:</dt> |
|
412 <dd> |
|
413 list of QTreeWidgetItem |
|
414 </dd> |
|
415 </dl> |
410 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
416 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
411 <h4>SvnStatusDialog.__getCommitableItems</h4> |
417 <h4>SvnStatusDialog.__getCommitableItems</h4> |
412 <b>__getCommitableItems</b>(<i></i>) |
418 <b>__getCommitableItems</b>(<i></i>) |
413 |
419 |
414 <p> |
420 <p> |
418 <dt>Return:</dt> |
424 <dt>Return:</dt> |
419 <dd> |
425 <dd> |
420 list of all items, the user has checked |
426 list of all items, the user has checked |
421 </dd> |
427 </dd> |
422 </dl> |
428 </dl> |
|
429 <dl> |
|
430 <dt>Return Type:</dt> |
|
431 <dd> |
|
432 list of QTreeWidgetItem |
|
433 </dd> |
|
434 </dl> |
423 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
435 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
424 <h4>SvnStatusDialog.__getLockActionItems</h4> |
436 <h4>SvnStatusDialog.__getLockActionItems</h4> |
425 <b>__getLockActionItems</b>(<i>indicators</i>) |
437 <b>__getLockActionItems</b>(<i>indicators</i>) |
426 |
438 |
427 <p> |
439 <p> |
428 Private method to retrieve all entries, that have a locked status. |
440 Private method to retrieve all entries, that have a locked status. |
429 </p> |
441 </p> |
430 <dl> |
442 <dl> |
431 |
443 |
432 <dt><i>indicators</i></dt> |
444 <dt><i>indicators</i> (list of str)</dt> |
433 <dd> |
445 <dd> |
434 list of indicators to check against (list of strings) |
446 list of indicators to check against |
435 </dd> |
447 </dd> |
436 </dl> |
448 </dl> |
437 <dl> |
449 <dl> |
438 <dt>Return:</dt> |
450 <dt>Return:</dt> |
439 <dd> |
451 <dd> |
440 list of all items with a locked status |
452 list of all items with a locked status |
|
453 </dd> |
|
454 </dl> |
|
455 <dl> |
|
456 <dt>Return Type:</dt> |
|
457 <dd> |
|
458 list of QTreeWidgetItem |
441 </dd> |
459 </dd> |
442 </dl> |
460 </dl> |
443 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
461 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
444 <h4>SvnStatusDialog.__getMissingItems</h4> |
462 <h4>SvnStatusDialog.__getMissingItems</h4> |
445 <b>__getMissingItems</b>(<i></i>) |
463 <b>__getMissingItems</b>(<i></i>) |
451 <dt>Return:</dt> |
469 <dt>Return:</dt> |
452 <dd> |
470 <dd> |
453 list of all items with a missing status |
471 list of all items with a missing status |
454 </dd> |
472 </dd> |
455 </dl> |
473 </dl> |
|
474 <dl> |
|
475 <dt>Return Type:</dt> |
|
476 <dd> |
|
477 list of QTreeWidgetItem |
|
478 </dd> |
|
479 </dl> |
456 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
480 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
457 <h4>SvnStatusDialog.__getModifiedItems</h4> |
481 <h4>SvnStatusDialog.__getModifiedItems</h4> |
458 <b>__getModifiedItems</b>(<i></i>) |
482 <b>__getModifiedItems</b>(<i></i>) |
459 |
483 |
460 <p> |
484 <p> |
464 <dt>Return:</dt> |
488 <dt>Return:</dt> |
465 <dd> |
489 <dd> |
466 list of all items with a modified status |
490 list of all items with a modified status |
467 </dd> |
491 </dd> |
468 </dl> |
492 </dl> |
|
493 <dl> |
|
494 <dt>Return Type:</dt> |
|
495 <dd> |
|
496 list of QTreeWidgetItem |
|
497 </dd> |
|
498 </dl> |
469 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
499 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
470 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
500 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
471 <b>__getNonChangelistItems</b>(<i></i>) |
501 <b>__getNonChangelistItems</b>(<i></i>) |
472 |
502 |
473 <p> |
503 <p> |
478 <dt>Return:</dt> |
508 <dt>Return:</dt> |
479 <dd> |
509 <dd> |
480 list of all items not belonging to a changelist |
510 list of all items not belonging to a changelist |
481 </dd> |
511 </dd> |
482 </dl> |
512 </dl> |
|
513 <dl> |
|
514 <dt>Return Type:</dt> |
|
515 <dd> |
|
516 list of QTreeWidgetItem |
|
517 </dd> |
|
518 </dl> |
483 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
519 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
484 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
520 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
485 <b>__getUnversionedItems</b>(<i></i>) |
521 <b>__getUnversionedItems</b>(<i></i>) |
486 |
522 |
487 <p> |
523 <p> |
492 <dt>Return:</dt> |
528 <dt>Return:</dt> |
493 <dd> |
529 <dd> |
494 list of all items with an unversioned status |
530 list of all items with an unversioned status |
495 </dd> |
531 </dd> |
496 </dl> |
532 </dl> |
|
533 <dl> |
|
534 <dt>Return Type:</dt> |
|
535 <dd> |
|
536 list of QTreeWidgetItem |
|
537 </dd> |
|
538 </dl> |
497 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
539 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
498 <h4>SvnStatusDialog.__lock</h4> |
540 <h4>SvnStatusDialog.__lock</h4> |
499 <b>__lock</b>(<i></i>) |
541 <b>__lock</b>(<i></i>) |
500 |
542 |
501 <p> |
543 <p> |
504 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
546 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
505 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
547 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
506 <b>__removeFromChangelist</b>(<i></i>) |
548 <b>__removeFromChangelist</b>(<i></i>) |
507 |
549 |
508 <p> |
550 <p> |
509 Private slot to remove entries from their changelists. |
551 Private slot to remove entries from their change lists. |
510 </p> |
552 </p> |
511 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
553 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
512 <h4>SvnStatusDialog.__resizeColumns</h4> |
554 <h4>SvnStatusDialog.__resizeColumns</h4> |
513 <b>__resizeColumns</b>(<i></i>) |
555 <b>__resizeColumns</b>(<i></i>) |
514 |
556 |
550 <p> |
592 <p> |
551 Private slot to show the context menu of the status list. |
593 Private slot to show the context menu of the status list. |
552 </p> |
594 </p> |
553 <dl> |
595 <dl> |
554 |
596 |
555 <dt><i>coord</i></dt> |
597 <dt><i>coord</i> (QPoint)</dt> |
556 <dd> |
598 <dd> |
557 the position of the mouse pointer (QPoint) |
599 the position of the mouse pointer |
558 </dd> |
600 </dd> |
559 </dl> |
601 </dl> |
560 <a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a> |
602 <a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a> |
561 <h4>SvnStatusDialog.__showError</h4> |
603 <h4>SvnStatusDialog.__showError</h4> |
562 <b>__showError</b>(<i>msg</i>) |
604 <b>__showError</b>(<i>msg</i>) |
564 <p> |
606 <p> |
565 Private slot to show an error message. |
607 Private slot to show an error message. |
566 </p> |
608 </p> |
567 <dl> |
609 <dl> |
568 |
610 |
569 <dt><i>msg</i></dt> |
611 <dt><i>msg</i> (str)</dt> |
570 <dd> |
612 <dd> |
571 error message to show (string) |
613 error message to show |
572 </dd> |
614 </dd> |
573 </dl> |
615 </dl> |
574 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
616 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
575 <h4>SvnStatusDialog.__stealLock</h4> |
617 <h4>SvnStatusDialog.__stealLock</h4> |
576 <b>__stealLock</b>(<i></i>) |
618 <b>__stealLock</b>(<i></i>) |
613 <p> |
655 <p> |
614 Private slot called by a button of the button box clicked. |
656 Private slot called by a button of the button box clicked. |
615 </p> |
657 </p> |
616 <dl> |
658 <dl> |
617 |
659 |
618 <dt><i>button</i></dt> |
660 <dt><i>button</i> (QAbstractButton)</dt> |
619 <dd> |
661 <dd> |
620 button that was clicked (QAbstractButton) |
662 button that was clicked |
621 </dd> |
663 </dd> |
622 </dl> |
664 </dl> |
623 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
665 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
624 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
666 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
625 <b>on_commitButton_clicked</b>(<i></i>) |
667 <b>on_commitButton_clicked</b>(<i></i>) |
683 <p> |
725 <p> |
684 Private slot to act upon item changes. |
726 Private slot to act upon item changes. |
685 </p> |
727 </p> |
686 <dl> |
728 <dl> |
687 |
729 |
688 <dt><i>item</i></dt> |
730 <dt><i>item</i> (QTreeWidgetItem)</dt> |
689 <dd> |
731 <dd> |
690 reference to the changed item (QTreeWidgetItem) |
732 reference to the changed item |
691 </dd> |
733 </dd> |
692 <dt><i>column</i></dt> |
734 <dt><i>column</i> (int)</dt> |
693 <dd> |
735 <dd> |
694 index of column that changed (integer) |
736 index of column that changed |
695 </dd> |
737 </dd> |
696 </dl> |
738 </dl> |
697 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
739 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
698 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
740 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
699 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
741 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |