forked from qt-creator/qt-creator
remove ProjectExplorerInterface and ExtensionSystemInterfaces files
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#ifndef INTERFACE_WRAP_HELPERS_H
|
||||
#define INTERFACE_WRAP_HELPERS_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <QtScript/QScriptEngine>
|
||||
|
||||
namespace SharedTools {
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
/***************************************************************************
|
||||
**
|
||||
** This file is part of Qt Creator
|
||||
**
|
||||
** Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
||||
**
|
||||
** Contact: Qt Software Information (qt-info@nokia.com)
|
||||
**
|
||||
**
|
||||
** Non-Open Source Usage
|
||||
**
|
||||
** Licensees may use this file in accordance with the Qt Beta Version
|
||||
** License Agreement, Agreement version 2.2 provided with the Software or,
|
||||
** alternatively, in accordance with the terms contained in a written
|
||||
** agreement between you and Nokia.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
**
|
||||
** Alternatively, this file may be used under the terms of the GNU General
|
||||
** Public License versions 2.0 or 3.0 as published by the Free Software
|
||||
** Foundation and appearing in the file LICENSE.GPL included in the packaging
|
||||
** of this file. Please review the following information to ensure GNU
|
||||
** General Public Licensing requirements will be met:
|
||||
**
|
||||
** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
|
||||
** http://www.gnu.org/copyleft/gpl.html.
|
||||
**
|
||||
** In addition, as a special exception, Nokia gives you certain additional
|
||||
** rights. These rights are described in the Nokia Qt GPL Exception
|
||||
** version 1.3, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "extensionsystem/pluginmanager.h"
|
||||
#include "extensionsystem/pluginspec.h"
|
||||
#include "extensionsystem/iplugin.h"
|
||||
#include "extensionsystem/pluginview.h"
|
||||
#include "extensionsystem/pluginerrorview.h"
|
||||
#include "extensionsystem/plugindetailsview.h"
|
||||
@@ -37,10 +37,10 @@
|
||||
#include "bookmarksplugin.h"
|
||||
#include "bookmarks_global.h"
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QContextMenuEvent>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QtGui/QPainter>
|
||||
|
||||
Q_DECLARE_METATYPE(Bookmarks::Internal::Bookmark*)
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "baseview.h"
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
using namespace Core;
|
||||
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
#ifndef CORECONSTANTS_H
|
||||
#define CORECONSTANTS_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
|
||||
namespace Core {
|
||||
namespace Constants {
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#include <coreplugin/modemanager.h>
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <coreplugin/actionmanager/actionmanager.h>
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#include "qworkbench_wrapper.h"
|
||||
#include "metatypedeclarations.h"
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <interface_wrap_helpers.h>
|
||||
#include <wrap_helpers.h>
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
|
||||
#include <coreplugin/actionmanager/actionmanager.h>
|
||||
#include <coreplugin/actionmanager/command.h>
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <aggregation/aggregate.h>
|
||||
|
||||
#include <QtCore/QSettings>
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
#include <coreplugin/icorelistener.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#define CPPTOOLS_H
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QFileInfo;
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#ifndef FORMEDITORFACTORY_H
|
||||
#define FORMEDITORFACTORY_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
#ifndef FORMEDITORW_H
|
||||
#define FORMEDITORW_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <QtDesigner/QDesignerFormEditorInterface>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QPointer>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include "designerconstants.h"
|
||||
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
#include <coreplugin/icorelistener.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QProcess>
|
||||
@@ -56,7 +56,7 @@ namespace Core {
|
||||
class IEditorFactory;
|
||||
class ICore;
|
||||
class IVersionControl;
|
||||
}
|
||||
} // namespace Core
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
@@ -87,10 +87,10 @@ class GitPlugin : public ExtensionSystem::IPlugin
|
||||
public:
|
||||
GitPlugin();
|
||||
~GitPlugin();
|
||||
|
||||
static GitPlugin *instance();
|
||||
|
||||
bool initialize(const QStringList &arguments
|
||||
, QString *error_message);
|
||||
bool initialize(const QStringList &arguments, QString *error_message);
|
||||
void extensionsInitialized();
|
||||
|
||||
QString getWorkingDirectory();
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
#include <coreplugin/iversioncontrol.h>
|
||||
#include <coreplugin/icorelistener.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#ifdef USE_P4_API
|
||||
#include "workbenchclientuser.h"
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
/***************************************************************************
|
||||
**
|
||||
** This file is part of Qt Creator
|
||||
**
|
||||
** Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
||||
**
|
||||
** Contact: Qt Software Information (qt-info@nokia.com)
|
||||
**
|
||||
**
|
||||
** Non-Open Source Usage
|
||||
**
|
||||
** Licensees may use this file in accordance with the Qt Beta Version
|
||||
** License Agreement, Agreement version 2.2 provided with the Software or,
|
||||
** alternatively, in accordance with the terms contained in a written
|
||||
** agreement between you and Nokia.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
**
|
||||
** Alternatively, this file may be used under the terms of the GNU General
|
||||
** Public License versions 2.0 or 3.0 as published by the Free Software
|
||||
** Foundation and appearing in the file LICENSE.GPL included in the packaging
|
||||
** of this file. Please review the following information to ensure GNU
|
||||
** General Public Licensing requirements will be met:
|
||||
**
|
||||
** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
|
||||
** http://www.gnu.org/copyleft/gpl.html.
|
||||
**
|
||||
** In addition, as a special exception, Nokia gives you certain additional
|
||||
** rights. These rights are described in the Nokia Qt GPL Exception
|
||||
** version 1.3, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "projectexplorer/buildparserinterface.h"
|
||||
#include "projectexplorer/projectexplorerconstants.h"
|
||||
#include "projectexplorer/project.h"
|
||||
#include "projectexplorer/buildstep.h"
|
||||
#include "projectexplorer/buildconfiguration.h"
|
||||
#include "projectexplorer/buildmanager.h"
|
||||
#include "projectexplorer/projectexplorer.h"
|
||||
#include "projectexplorer/persistentsettings.h"
|
||||
#include "projectexplorer/environment.h"
|
||||
#include "projectexplorer/environmenteditmodel.h"
|
||||
#include "projectexplorer/abstractprocessstep.h"
|
||||
@@ -34,10 +34,7 @@
|
||||
#include "applicationlauncher.h"
|
||||
#include "consoleprocess.h"
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtDebug>
|
||||
|
||||
using namespace ProjectExplorer::Internal;
|
||||
|
||||
|
||||
@@ -34,12 +34,8 @@
|
||||
#ifndef BUILDPARSERFACTORY_H
|
||||
#define BUILDPARSERFACTORY_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/buildparserinterface.h>
|
||||
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class BuildParserInterface;
|
||||
}
|
||||
namespace Qt4ProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
@@ -66,5 +62,4 @@ public:
|
||||
} // namespace Internal
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
|
||||
#endif // BUILDPARSERFACTORY_H
|
||||
|
||||
@@ -31,13 +31,13 @@
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef CE_SDK_HANDLER_INCL
|
||||
#define CE_SDK_HANDLER_INCL
|
||||
#ifndef CE_SDK_HANDLER_H
|
||||
#define CE_SDK_HANDLER_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#include <QStringList>
|
||||
#include <QDir>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QDir>
|
||||
|
||||
#define VCINSTALL_MACRO "$(VCInstallDir)"
|
||||
#define VSINSTALL_MACRO "$(VSInstallDir)"
|
||||
@@ -105,4 +105,4 @@ inline QString CeSdkHandler::fixPaths(QString path) const
|
||||
} // namespace Internal
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
#endif // CE_SDK_HANDLER_INCL
|
||||
#endif // CE_SDK_HANDLER_H
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef DEPLOYHELPER_H
|
||||
#define DEPLOYHELPER_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/buildstep.h>
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef GCCPARSER_H
|
||||
#define GCCPARSER_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/buildparserinterface.h>
|
||||
|
||||
#include <QtCore/QRegExp>
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "qt4project.h"
|
||||
#include "qt4projectmanagerconstants.h"
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QtCore/QDir>
|
||||
|
||||
@@ -37,14 +37,13 @@
|
||||
#include "qtversionmanager.h"
|
||||
#include "ui_makestep.h"
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <QDebug>
|
||||
#include <projectexplorer/abstractprocessstep.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
namespace Qt4ProjectManager {
|
||||
|
||||
class Qt4Project;
|
||||
|
||||
|
||||
// NBS move this class to an own plugin? So that there can be a make project at a future time
|
||||
class MakeStep : public ProjectExplorer::AbstractProcessStep
|
||||
{
|
||||
|
||||
@@ -33,12 +33,13 @@
|
||||
|
||||
#include "msvcenvironment.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QFile>
|
||||
#include <QDebug>
|
||||
#include <QStringList>
|
||||
#include <QRegExp>
|
||||
#include <QTemporaryFile>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QProcess>
|
||||
#include <QtCore/QRegExp>
|
||||
#include <QtCore/QSettings>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QTemporaryFile>
|
||||
|
||||
using namespace Qt4ProjectManager::Internal;
|
||||
using ProjectExplorer::Environment;
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
#ifndef MSVCENVIRONMENT_H
|
||||
#define MSVCENVIRONMENT_H
|
||||
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QList>
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
namespace Qt4ProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef MSVCPARSER_H
|
||||
#define MSVCPARSER_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/buildparserinterface.h>
|
||||
|
||||
#include <QtCore/QRegExp>
|
||||
|
||||
@@ -58,4 +58,4 @@ private:
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
#endif // MsvcParser
|
||||
#endif // MSVCPARSER_H
|
||||
|
||||
@@ -34,10 +34,12 @@
|
||||
#ifndef QMAKESTEP_H
|
||||
#define QMAKESTEP_H
|
||||
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include "ui_qmakestep.h"
|
||||
|
||||
#include <projectexplorer/abstractprocessstep.h>
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
#include "ui_qmakestep.h"
|
||||
|
||||
namespace Qt4ProjectManager {
|
||||
|
||||
@@ -46,6 +48,7 @@ class Qt4Project;
|
||||
class QMakeStep : public ProjectExplorer::AbstractProcessStep
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QMakeStep(Qt4Project * project);
|
||||
~QMakeStep();
|
||||
@@ -58,6 +61,7 @@ public:
|
||||
QStringList arguments(const QString &buildConfiguration);
|
||||
void setForced(bool b);
|
||||
bool forced();
|
||||
|
||||
protected:
|
||||
virtual void processStartupFailed();
|
||||
virtual bool processFinished(int exitCode, QProcess::ExitStatus status);
|
||||
|
||||
@@ -48,7 +48,9 @@
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <coreplugin/iversioncontrol.h>
|
||||
#include <coreplugin/vcsmanager.h>
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <utils/listutils.h>
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
|
||||
@@ -48,7 +48,10 @@
|
||||
#include "profilereader.h"
|
||||
#include "gdbmacrosbuildstep.h"
|
||||
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <coreplugin/mimedatabase.h>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QPointer>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#ifndef RQTSCRIPTEDITORFACTORY_H
|
||||
#define RQTSCRIPTEDITORFACTORY_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
@@ -34,16 +34,13 @@
|
||||
#ifndef RRESOURCEEDITORFACTORY_H
|
||||
#define RRESOURCEEDITORFACTORY_H
|
||||
|
||||
#include <extensionsystem/ExtensionSystemInterfaces>
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
namespace Core {
|
||||
class ICore;
|
||||
class IEditor;
|
||||
class IFile;
|
||||
}
|
||||
} // namespace Core
|
||||
|
||||
namespace ResourceEditor {
|
||||
namespace Internal {
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <coreplugin/actionmanager/actionmanager.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <projectexplorer/ProjectExplorerInterfaces>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QtCore/qplugin.h>
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
#include <coreplugin/iversioncontrol.h>
|
||||
#include <coreplugin/icorelistener.h>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <coreplugin/icorelistener.h>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QProcess>
|
||||
|
||||
Reference in New Issue
Block a user