12 import pysvn |
12 import pysvn |
13 |
13 |
14 from PyQt4.QtCore import * |
14 from PyQt4.QtCore import * |
15 from PyQt4.QtGui import * |
15 from PyQt4.QtGui import * |
16 |
16 |
17 from E4Gui.E4Application import e4App |
17 from E4Gui.E4Application import e5App |
18 |
18 |
19 from VCS.ProjectBrowserHelper import VcsProjectBrowserHelper |
19 from VCS.ProjectBrowserHelper import VcsProjectBrowserHelper |
20 |
20 |
21 from Project.ProjectBrowserModel import ProjectBrowserFileItem |
21 from Project.ProjectBrowserModel import ProjectBrowserFileItem |
22 |
22 |
867 |
867 |
868 def __SVNConfigure(self): |
868 def __SVNConfigure(self): |
869 """ |
869 """ |
870 Private method to open the configuration dialog. |
870 Private method to open the configuration dialog. |
871 """ |
871 """ |
872 e4App().getObject("UserInterface").showPreferences("zzz_subversionPage") |
872 e5App().getObject("UserInterface").showPreferences("zzz_subversionPage") |
873 |
873 |
874 def __SVNAddToChangelist(self): |
874 def __SVNAddToChangelist(self): |
875 """ |
875 """ |
876 Private slot called by the context menu to add files to a changelist. |
876 Private slot called by the context menu to add files to a changelist. |
877 """ |
877 """ |