1800 """ |
1800 """ |
1801 if not self.checkDirty(): |
1801 if not self.checkDirty(): |
1802 return |
1802 return |
1803 |
1803 |
1804 dlg = PropertiesDialog(self, True) |
1804 dlg = PropertiesDialog(self, True) |
1805 # TODO: add check box to dialog asking for a version controlled project |
|
1806 # option should be disabled, if no VCS is available |
|
1807 # create a separate function to determine availability of VCS systems |
|
1808 if dlg.exec_() == QDialog.Accepted: |
1805 if dlg.exec_() == QDialog.Accepted: |
1809 self.closeProject() |
1806 self.closeProject() |
1810 dlg.storeData() |
1807 dlg.storeData() |
1811 self.__makePpathRe() |
1808 self.__makePpathRe() |
1812 self.pdata["VCS"] = ['None'] |
1809 self.pdata["VCS"] = ['None'] |