1552 bool |
1552 bool |
1553 </dd> |
1553 </dd> |
1554 </dl> |
1554 </dl> |
1555 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1555 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> |
1556 <h4>Subversion.vcsInitConfig</h4> |
1556 <h4>Subversion.vcsInitConfig</h4> |
1557 <b>vcsInitConfig</b>(<i>project</i>) |
1557 <b>vcsInitConfig</b>(<i>_project</i>) |
1558 <p> |
1558 <p> |
1559 Public method to initialize the VCS configuration. |
1559 Public method to initialize the VCS configuration. |
1560 </p> |
1560 </p> |
1561 <p> |
1561 <p> |
1562 This method ensures, that eric specific files and directories are |
1562 This method ensures, that eric specific files and directories are |
1563 ignored. |
1563 ignored. |
1564 </p> |
1564 </p> |
1565 |
1565 |
1566 <dl> |
1566 <dl> |
1567 |
1567 |
1568 <dt><i>project</i> (Project)</dt> |
1568 <dt><i>_project</i> (Project)</dt> |
1569 <dd> |
1569 <dd> |
1570 reference to the project |
1570 reference to the project (unused) |
1571 </dd> |
1571 </dd> |
1572 </dl> |
1572 </dl> |
1573 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1573 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> |
1574 <h4>Subversion.vcsLogBrowser</h4> |
1574 <h4>Subversion.vcsLogBrowser</h4> |
1575 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1575 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
1687 SvnNewProjectOptionsDialog |
1687 SvnNewProjectOptionsDialog |
1688 </dd> |
1688 </dd> |
1689 </dl> |
1689 </dl> |
1690 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1690 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1691 <h4>Subversion.vcsOptionsDialog</h4> |
1691 <h4>Subversion.vcsOptionsDialog</h4> |
1692 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) |
1692 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) |
1693 <p> |
1693 <p> |
1694 Public method to get a dialog to enter repository info. |
1694 Public method to get a dialog to enter repository info. |
1695 </p> |
1695 </p> |
1696 |
1696 |
1697 <dl> |
1697 <dl> |
1698 |
1698 |
1699 <dt><i>project</i> (Project)</dt> |
1699 <dt><i>project</i> (Project)</dt> |
1700 <dd> |
1700 <dd> |
1701 reference to the project object |
1701 reference to the project object |
1702 </dd> |
1702 </dd> |
1703 <dt><i>archive</i> (str)</dt> |
1703 <dt><i>_archive</i> (str)</dt> |
1704 <dd> |
1704 <dd> |
1705 name of the project in the repository |
1705 name of the project in the repository (unused) |
1706 </dd> |
1706 </dd> |
1707 <dt><i>editable</i> (bool)</dt> |
1707 <dt><i>editable</i> (bool)</dt> |
1708 <dd> |
1708 <dd> |
1709 flag indicating that the project name is editable |
1709 flag indicating that the project name is editable (unused) |
1710 </dd> |
1710 </dd> |
1711 <dt><i>parent</i> (QWidget)</dt> |
1711 <dt><i>parent</i> (QWidget)</dt> |
1712 <dd> |
1712 <dd> |
1713 parent widget |
1713 parent widget |
1714 </dd> |
1714 </dd> |