1472 bool |
1472 bool |
1473 </dd> |
1473 </dd> |
1474 </dl> |
1474 </dl> |
1475 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1475 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1476 <h4>Subversion.vcsInitConfig</h4> |
1476 <h4>Subversion.vcsInitConfig</h4> |
1477 <b>vcsInitConfig</b>(<i>project</i>) |
1477 <b>vcsInitConfig</b>(<i>_project</i>) |
1478 <p> |
1478 <p> |
1479 Public method to initialize the VCS configuration. |
1479 Public method to initialize the VCS configuration. |
1480 </p> |
1480 </p> |
1481 <p> |
1481 <p> |
1482 This method ensures, that an ignore file exists. |
1482 This method ensures, that an ignore file exists. |
1483 </p> |
1483 </p> |
1484 |
1484 |
1485 <dl> |
1485 <dl> |
1486 |
1486 |
1487 <dt><i>project</i> (Project)</dt> |
1487 <dt><i>_project</i> (Project)</dt> |
1488 <dd> |
1488 <dd> |
1489 reference to the project |
1489 reference to the project (unused) |
1490 </dd> |
1490 </dd> |
1491 </dl> |
1491 </dl> |
1492 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1492 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1493 <h4>Subversion.vcsLogBrowser</h4> |
1493 <h4>Subversion.vcsLogBrowser</h4> |
1494 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1494 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1606 SvnNewProjectOptionsDialog |
1606 SvnNewProjectOptionsDialog |
1607 </dd> |
1607 </dd> |
1608 </dl> |
1608 </dl> |
1609 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1609 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1610 <h4>Subversion.vcsOptionsDialog</h4> |
1610 <h4>Subversion.vcsOptionsDialog</h4> |
1611 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) |
1611 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) |
1612 <p> |
1612 <p> |
1613 Public method to get a dialog to enter repository info. |
1613 Public method to get a dialog to enter repository info. |
1614 </p> |
1614 </p> |
1615 |
1615 |
1616 <dl> |
1616 <dl> |
1617 |
1617 |
1618 <dt><i>project</i> (Project)</dt> |
1618 <dt><i>project</i> (Project)</dt> |
1619 <dd> |
1619 <dd> |
1620 reference to the project object |
1620 reference to the project object |
1621 </dd> |
1621 </dd> |
1622 <dt><i>archive</i> (str)</dt> |
1622 <dt><i>_archive</i> (str)</dt> |
1623 <dd> |
1623 <dd> |
1624 name of the project in the repository |
1624 name of the project in the repository (unused) |
1625 </dd> |
1625 </dd> |
1626 <dt><i>editable</i> (bool)</dt> |
1626 <dt><i>editable</i> (bool)</dt> |
1627 <dd> |
1627 <dd> |
1628 flag indicating that the project name is editable |
1628 flag indicating that the project name is editable (unused) |
1629 </dd> |
1629 </dd> |
1630 <dt><i>parent</i> (QWidget)</dt> |
1630 <dt><i>parent</i> (QWidget)</dt> |
1631 <dd> |
1631 <dd> |
1632 parent widget |
1632 parent widget |
1633 </dd> |
1633 </dd> |