Home
last modified time | relevance | path

Searched refs:vcsOpen (Results 1 – 15 of 15) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Diversioncontrol.h158 virtual bool vcsOpen(const QString &fileName) = 0;
300 bool vcsOpen(const QString &) override { return false; } in Q_DECLARE_OPERATORS_FOR_FLAGS()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/
H A DSVNPane.java133 menu.addItem(commands_.vcsOpen().createMenuItem(false)); in showContextMenu()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perforce/
H A Dperforceplugin.cpp221 bool vcsOpen(const QString &fileName) final;
233 bool vcsOpen(const QString &workingDir, const QString &fileName, bool silently = false);
593 vcsOpen(state.currentFileTopLevel(), state.relativeCurrentFile()); in openCurrentFile()
1042 bool PerforcePluginPrivate::vcsOpen(const QString &workingDir, const QString &fileName, bool silent… in vcsOpen() function in Perforce::Internal::PerforcePluginPrivate
1167 bool PerforcePluginPrivate::vcsOpen(const QString &fileName) in vcsOpen() function in Perforce::Internal::PerforcePluginPrivate
1170 return vcsOpen(fi.absolutePath(), fi.fileName(), true); in vcsOpen()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/git/
H A DGitPane.java286 menu.addItem(commands_.vcsOpen().createMenuItem(false)); in showContextMenu()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bazaar/
H A Dbazaarplugin.cpp156 bool vcsOpen(const QString &fileName) final;
895 bool BazaarPluginPrivate::vcsOpen(const QString &filename) in vcsOpen() function in Bazaar::Internal::BazaarPluginPrivate
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/dialogs/
H A Dreadonlyfilesdialog.cpp311 … if (!d->versionControls[buttongroup.filePath]->vcsOpen(buttongroup.filePath.toString())) { in exec()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clearcase/
H A Dclearcaseplugin.cpp195 bool vcsOpen(const QString &fileName) final;
216 bool vcsOpen(const QString &workingDir, const QString &fileName);
1045 vcsOpen(state.currentFileTopLevel(), state.relativeCurrentFile()); in checkOutCurrentFile()
1730 bool ClearCasePluginPrivate::vcsOpen(const QString &workingDir, const QString &fileName) in vcsOpen() function in ClearCase::Internal::ClearCasePluginPrivate
2462 bool ClearCasePluginPrivate::vcsOpen(const QString &fileName) in vcsOpen() function in ClearCase::Internal::ClearCasePluginPrivate
2465 return vcsOpen(fi.absolutePath(), fi.fileName()); in vcsOpen()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mercurial/
H A Dmercurialplugin.cpp141 bool vcsOpen(const QString &fileName) final;
796 bool MercurialPluginPrivate::vcsOpen(const QString &filename) in vcsOpen() function in Mercurial::Internal::MercurialPluginPrivate
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/dialog/
H A DSVNReviewPanel.java440 menu.addItem(commands_.vcsOpen().createMenuItem(false));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/subversion/
H A Dsubversionplugin.cpp216 bool vcsOpen(const QString &fileName) final;
1249 bool SubversionPluginPrivate::vcsOpen(const QString & /* fileName */) in vcsOpen() function in Subversion::Internal::SubversionPluginPrivate
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/commands/
H A DCommands.java278 public abstract AppCommand vcsOpen(); in vcsOpen() method in Commands
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitplugin.cpp245 bool vcsOpen(const QString &fileName) final;
1874 bool GitPluginPrivate::vcsOpen(const QString & /*fileName*/) in vcsOpen() function in Git::Internal::GitPluginPrivate
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qbsprojectmanager/
H A Dqbsproject.cpp356 if (!versionControl || !versionControl->vcsOpen(file)) { in ensureWriteableQbsFile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dqmakeparsernodes.cpp749 if (!versionControl || !versionControl->vcsOpen(file)) { in ensureWriteableProFile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/editormanager/
H A Deditormanager.cpp2264 if (!versionControl->vcsOpen(document->filePath().toString())) { in vcsOpenCurrentEditor()