7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
379 <dd> | 379 <dd> |
380 revision to retrieve (integer or string) | 380 revision to retrieve (integer or string) |
381 </dd> | 381 </dd> |
382 </dl> | 382 </dl> |
383 <dl> | 383 <dl> |
384 <dt>Returns:</dt> | 384 <dt>Return:</dt> |
385 <dd> | 385 <dd> |
386 contents of the file (string) and an error message (string) | 386 contents of the file (string) and an error message (string) |
387 </dd> | 387 </dd> |
388 </dl> | 388 </dl> |
389 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> | 389 <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> |
399 <dd> | 399 <dd> |
400 unformatted url string (string) | 400 unformatted url string (string) |
401 </dd> | 401 </dd> |
402 </dl> | 402 </dl> |
403 <dl> | 403 <dl> |
404 <dt>Returns:</dt> | 404 <dt>Return:</dt> |
405 <dd> | 405 <dd> |
406 properly formated url for subversion (string) | 406 properly formated url for subversion (string) |
407 </dd> | 407 </dd> |
408 </dl> | 408 </dl> |
409 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> | 409 <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> |
437 <dd> | 437 <dd> |
438 flag indicating a shortcut should be taken (boolean) | 438 flag indicating a shortcut should be taken (boolean) |
439 </dd> | 439 </dd> |
440 </dl> | 440 </dl> |
441 <dl> | 441 <dl> |
442 <dt>Returns:</dt> | 442 <dt>Return:</dt> |
443 <dd> | 443 <dd> |
444 the received dictionary completed with a combination of | 444 the received dictionary completed with a combination of |
445 canBeCommited and canBeAdded or None in order to signal an error | 445 canBeCommited and canBeAdded or None in order to signal an error |
446 </dd> | 446 </dd> |
447 </dl> | 447 </dl> |
476 <dd> | 476 <dd> |
477 flag indicating a shortcut should be taken (boolean) | 477 flag indicating a shortcut should be taken (boolean) |
478 </dd> | 478 </dd> |
479 </dl> | 479 </dl> |
480 <dl> | 480 <dl> |
481 <dt>Returns:</dt> | 481 <dt>Return:</dt> |
482 <dd> | 482 <dd> |
483 the received dictionary completed with a combination of | 483 the received dictionary completed with a combination of |
484 canBeCommited and canBeAdded or None in order to signal an error | 484 canBeCommited and canBeAdded or None in order to signal an error |
485 </dd> | 485 </dd> |
486 </dl> | 486 </dl> |
508 <dd> | 508 <dd> |
509 filename to check (string) | 509 filename to check (string) |
510 </dd> | 510 </dd> |
511 </dl> | 511 </dl> |
512 <dl> | 512 <dl> |
513 <dt>Returns:</dt> | 513 <dt>Return:</dt> |
514 <dd> | 514 <dd> |
515 a combination of canBeCommited and canBeAdded | 515 a combination of canBeCommited and canBeAdded |
516 </dd> | 516 </dd> |
517 </dl> | 517 </dl> |
518 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> | 518 <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> |
532 <dd> | 532 <dd> |
533 filename to check (string) | 533 filename to check (string) |
534 </dd> | 534 </dd> |
535 </dl> | 535 </dl> |
536 <dl> | 536 <dl> |
537 <dt>Returns:</dt> | 537 <dt>Return:</dt> |
538 <dd> | 538 <dd> |
539 a combination of canBeCommited and canBeAdded | 539 a combination of canBeCommited and canBeAdded |
540 </dd> | 540 </dd> |
541 </dl> | 541 </dl> |
542 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> | 542 <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> |
558 <dd> | 558 <dd> |
559 reference to the project object | 559 reference to the project object |
560 </dd> | 560 </dd> |
561 </dl> | 561 </dl> |
562 <dl> | 562 <dl> |
563 <dt>Returns:</dt> | 563 <dt>Return:</dt> |
564 <dd> | 564 <dd> |
565 reference to the monitor thread (QThread) | 565 reference to the monitor thread (QThread) |
566 </dd> | 566 </dd> |
567 </dl> | 567 </dl> |
568 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a> | 568 <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a> |
578 | 578 |
579 <p> | 579 <p> |
580 Public method to get a reference to the plugin object. | 580 Public method to get a reference to the plugin object. |
581 </p> | 581 </p> |
582 <dl> | 582 <dl> |
583 <dt>Returns:</dt> | 583 <dt>Return:</dt> |
584 <dd> | 584 <dd> |
585 reference to the plugin object (VcsSubversionPlugin) | 585 reference to the plugin object (VcsSubversionPlugin) |
586 </dd> | 586 </dd> |
587 </dl> | 587 </dl> |
588 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a> | 588 <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a> |
634 <dd> | 634 <dd> |
635 reference to the project object | 635 reference to the project object |
636 </dd> | 636 </dd> |
637 </dl> | 637 </dl> |
638 <dl> | 638 <dl> |
639 <dt>Returns:</dt> | 639 <dt>Return:</dt> |
640 <dd> | 640 <dd> |
641 flag indicating successfull operation (boolean) | 641 flag indicating successfull operation (boolean) |
642 </dd> | 642 </dd> |
643 </dl> | 643 </dl> |
644 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> | 644 <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> |
689 | 689 |
690 <p> | 690 <p> |
691 Public method to get a list of all defined change lists. | 691 Public method to get a list of all defined change lists. |
692 </p> | 692 </p> |
693 <dl> | 693 <dl> |
694 <dt>Returns:</dt> | 694 <dt>Return:</dt> |
695 <dd> | 695 <dd> |
696 list of defined change list names (list of strings) | 696 list of defined change list names (list of strings) |
697 </dd> | 697 </dd> |
698 </dl> | 698 </dl> |
699 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> | 699 <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> |
710 <dd> | 710 <dd> |
711 local path to get the svn repository path for (string) | 711 local path to get the svn repository path for (string) |
712 </dd> | 712 </dd> |
713 </dl> | 713 </dl> |
714 <dl> | 714 <dl> |
715 <dt>Returns:</dt> | 715 <dt>Return:</dt> |
716 <dd> | 716 <dd> |
717 string with the repository path URL | 717 string with the repository path URL |
718 </dd> | 718 </dd> |
719 </dl> | 719 </dl> |
720 <a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> | 720 <a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> |
791 <dd> | 791 <dd> |
792 url string (string) | 792 url string (string) |
793 </dd> | 793 </dd> |
794 </dl> | 794 </dl> |
795 <dl> | 795 <dl> |
796 <dt>Returns:</dt> | 796 <dt>Return:</dt> |
797 <dd> | 797 <dd> |
798 properly normalized url for subversion (string) | 798 properly normalized url for subversion (string) |
799 </dd> | 799 </dd> |
800 </dl> | 800 </dl> |
801 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a> | 801 <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a> |
1067 <dd> | 1067 <dd> |
1068 flag indicating a shortcut should be taken (boolean) | 1068 flag indicating a shortcut should be taken (boolean) |
1069 </dd> | 1069 </dd> |
1070 </dl> | 1070 </dl> |
1071 <dl> | 1071 <dl> |
1072 <dt>Returns:</dt> | 1072 <dt>Return:</dt> |
1073 <dd> | 1073 <dd> |
1074 the received dictionary completed with a combination of | 1074 the received dictionary completed with a combination of |
1075 canBeCommited and canBeAdded or None in order to signal an error | 1075 canBeCommited and canBeAdded or None in order to signal an error |
1076 </dd> | 1076 </dd> |
1077 </dl> | 1077 </dl> |
1097 <dd> | 1097 <dd> |
1098 flag indicating quiet operations | 1098 flag indicating quiet operations |
1099 </dd> | 1099 </dd> |
1100 </dl> | 1100 </dl> |
1101 <dl> | 1101 <dl> |
1102 <dt>Returns:</dt> | 1102 <dt>Return:</dt> |
1103 <dd> | 1103 <dd> |
1104 flag indicating an execution without errors (boolean) | 1104 flag indicating an execution without errors (boolean) |
1105 </dd> | 1105 </dd> |
1106 </dl> | 1106 </dl> |
1107 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a> | 1107 <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a> |
1206 | 1206 |
1207 <p> | 1207 <p> |
1208 Public method used to test for the presence of the svn executable. | 1208 Public method used to test for the presence of the svn executable. |
1209 </p> | 1209 </p> |
1210 <dl> | 1210 <dl> |
1211 <dt>Returns:</dt> | 1211 <dt>Return:</dt> |
1212 <dd> | 1212 <dd> |
1213 flag indicating the existance (boolean) and an error message | 1213 flag indicating the existance (boolean) and an error message |
1214 (string) | 1214 (string) |
1215 </dd> | 1215 </dd> |
1216 </dl> | 1216 </dl> |
1232 <dd> | 1232 <dd> |
1233 project directory to create (string) | 1233 project directory to create (string) |
1234 </dd> | 1234 </dd> |
1235 </dl> | 1235 </dl> |
1236 <dl> | 1236 <dl> |
1237 <dt>Returns:</dt> | 1237 <dt>Return:</dt> |
1238 <dd> | 1238 <dd> |
1239 flag indicating an execution without errors (boolean) | 1239 flag indicating an execution without errors (boolean) |
1240 </dd> | 1240 </dd> |
1241 </dl> | 1241 </dl> |
1242 <a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> | 1242 <a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> |
1262 flag indicating, the helper is requested | 1262 flag indicating, the helper is requested |
1263 for the translations browser (this needs some special treatment) | 1263 for the translations browser (this needs some special treatment) |
1264 </dd> | 1264 </dd> |
1265 </dl> | 1265 </dl> |
1266 <dl> | 1266 <dl> |
1267 <dt>Returns:</dt> | 1267 <dt>Return:</dt> |
1268 <dd> | 1268 <dd> |
1269 the project browser helper object | 1269 the project browser helper object |
1270 </dd> | 1270 </dd> |
1271 </dl> | 1271 </dl> |
1272 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a> | 1272 <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a> |
1282 <dd> | 1282 <dd> |
1283 reference to the project object | 1283 reference to the project object |
1284 </dd> | 1284 </dd> |
1285 </dl> | 1285 </dl> |
1286 <dl> | 1286 <dl> |
1287 <dt>Returns:</dt> | 1287 <dt>Return:</dt> |
1288 <dd> | 1288 <dd> |
1289 the project helper object | 1289 the project helper object |
1290 </dd> | 1290 </dd> |
1291 </dl> | 1291 </dl> |
1292 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> | 1292 <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> |
1315 <dd> | 1315 <dd> |
1316 flag indicating to add all files to the repository | 1316 flag indicating to add all files to the repository |
1317 </dd> | 1317 </dd> |
1318 </dl> | 1318 </dl> |
1319 <dl> | 1319 <dl> |
1320 <dt>Returns:</dt> | 1320 <dt>Return:</dt> |
1321 <dd> | 1321 <dd> |
1322 tuple containing a flag indicating an execution without errors | 1322 tuple containing a flag indicating an execution without errors |
1323 and a flag indicating the version controll status | 1323 and a flag indicating the version controll status |
1324 </dd> | 1324 </dd> |
1325 </dl> | 1325 </dl> |
1351 <dd> | 1351 <dd> |
1352 flag indicating quiet operations (boolean) | 1352 flag indicating quiet operations (boolean) |
1353 </dd> | 1353 </dd> |
1354 </dl> | 1354 </dl> |
1355 <dl> | 1355 <dl> |
1356 <dt>Returns:</dt> | 1356 <dt>Return:</dt> |
1357 <dd> | 1357 <dd> |
1358 always TRUE | 1358 always TRUE |
1359 </dd> | 1359 </dd> |
1360 </dl> | 1360 </dl> |
1361 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> | 1361 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1433 <dd> | 1433 <dd> |
1434 flag indicating quiet operations | 1434 flag indicating quiet operations |
1435 </dd> | 1435 </dd> |
1436 </dl> | 1436 </dl> |
1437 <dl> | 1437 <dl> |
1438 <dt>Returns:</dt> | 1438 <dt>Return:</dt> |
1439 <dd> | 1439 <dd> |
1440 flag indicating successfull operation (boolean) | 1440 flag indicating successfull operation (boolean) |
1441 </dd> | 1441 </dd> |
1442 </dl> | 1442 </dl> |
1443 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a> | 1443 <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a> |
1446 | 1446 |
1447 <p> | 1447 <p> |
1448 Public method returning the name of the vcs. | 1448 Public method returning the name of the vcs. |
1449 </p> | 1449 </p> |
1450 <dl> | 1450 <dl> |
1451 <dt>Returns:</dt> | 1451 <dt>Return:</dt> |
1452 <dd> | 1452 <dd> |
1453 always 'Subversion' (string) | 1453 always 'Subversion' (string) |
1454 </dd> | 1454 </dd> |
1455 </dl> | 1455 </dl> |
1456 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> | 1456 <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> |
1467 <dd> | 1467 <dd> |
1468 parent widget (QWidget) | 1468 parent widget (QWidget) |
1469 </dd> | 1469 </dd> |
1470 </dl> | 1470 </dl> |
1471 <dl> | 1471 <dl> |
1472 <dt>Returns:</dt> | 1472 <dt>Return:</dt> |
1473 <dd> | 1473 <dd> |
1474 reference to the instantiated options dialog | 1474 reference to the instantiated options dialog |
1475 (SvnNewProjectOptionsDialog) | 1475 (SvnNewProjectOptionsDialog) |
1476 </dd> | 1476 </dd> |
1477 </dl> | 1477 </dl> |
1501 <dd> | 1501 <dd> |
1502 parent widget (QWidget) | 1502 parent widget (QWidget) |
1503 </dd> | 1503 </dd> |
1504 </dl> | 1504 </dl> |
1505 <dl> | 1505 <dl> |
1506 <dt>Returns:</dt> | 1506 <dt>Return:</dt> |
1507 <dd> | 1507 <dd> |
1508 reference to the instantiated options dialog (SvnOptionsDialog) | 1508 reference to the instantiated options dialog (SvnOptionsDialog) |
1509 </dd> | 1509 </dd> |
1510 </dl> | 1510 </dl> |
1511 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> | 1511 <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> |
1521 <dd> | 1521 <dd> |
1522 filename to check (string) | 1522 filename to check (string) |
1523 </dd> | 1523 </dd> |
1524 </dl> | 1524 </dl> |
1525 <dl> | 1525 <dl> |
1526 <dt>Returns:</dt> | 1526 <dt>Return:</dt> |
1527 <dd> | 1527 <dd> |
1528 a combination of canBeCommited and canBeAdded | 1528 a combination of canBeCommited and canBeAdded |
1529 </dd> | 1529 </dd> |
1530 </dl> | 1530 </dl> |
1531 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> | 1531 <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> |
1555 <dd> | 1555 <dd> |
1556 flag indicating quiet operations | 1556 flag indicating quiet operations |
1557 </dd> | 1557 </dd> |
1558 </dl> | 1558 </dl> |
1559 <dl> | 1559 <dl> |
1560 <dt>Returns:</dt> | 1560 <dt>Return:</dt> |
1561 <dd> | 1561 <dd> |
1562 flag indicating successfull operation (boolean) | 1562 flag indicating successfull operation (boolean) |
1563 </dd> | 1563 </dd> |
1564 </dl> | 1564 </dl> |
1565 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> | 1565 <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> |
1575 <dd> | 1575 <dd> |
1576 local path to get the repository infos (string) | 1576 local path to get the repository infos (string) |
1577 </dd> | 1577 </dd> |
1578 </dl> | 1578 </dl> |
1579 <dl> | 1579 <dl> |
1580 <dt>Returns:</dt> | 1580 <dt>Return:</dt> |
1581 <dd> | 1581 <dd> |
1582 string with ready formated info for display (string) | 1582 string with ready formated info for display (string) |
1583 </dd> | 1583 </dd> |
1584 </dl> | 1584 </dl> |
1585 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a> | 1585 <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a> |
1632 <dd> | 1632 <dd> |
1633 directory name to be switched (string) | 1633 directory name to be switched (string) |
1634 </dd> | 1634 </dd> |
1635 </dl> | 1635 </dl> |
1636 <dl> | 1636 <dl> |
1637 <dt>Returns:</dt> | 1637 <dt>Return:</dt> |
1638 <dd> | 1638 <dd> |
1639 flag indicating added or changed files (boolean) | 1639 flag indicating added or changed files (boolean) |
1640 </dd> | 1640 </dd> |
1641 </dl> | 1641 </dl> |
1642 <a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> | 1642 <a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> |
1673 <dd> | 1673 <dd> |
1674 flag indicating quiet operations (boolean) | 1674 flag indicating quiet operations (boolean) |
1675 </dd> | 1675 </dd> |
1676 </dl> | 1676 </dl> |
1677 <dl> | 1677 <dl> |
1678 <dt>Returns:</dt> | 1678 <dt>Return:</dt> |
1679 <dd> | 1679 <dd> |
1680 flag indicating, that the update contained an add | 1680 flag indicating, that the update contained an add |
1681 or delete (boolean) | 1681 or delete (boolean) |
1682 </dd> | 1682 </dd> |
1683 </dl> | 1683 </dl> |