Rename plugins/qt4projectmanager to qmakeprojectmanager

This finally renames the plugin itself.

Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-10-29 16:19:24 +01:00
parent 733057e3a0
commit d7d27fccbc
209 changed files with 107 additions and 107 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ QtcPlugin {
Depends { name: "Core" } Depends { name: "Core" }
Depends { name: "ProjectExplorer" } Depends { name: "ProjectExplorer" }
Depends { name: "Qt4ProjectManager" } Depends { name: "QmakeProjectManager" }
Depends { name: "Debugger" } Depends { name: "Debugger" }
Depends { name: "QmlDebug" } Depends { name: "QmlDebug" }
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
+1 -1
View File
@@ -3,7 +3,7 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \ coreplugin \
debugger \ debugger \
projectexplorer \ projectexplorer \
qt4projectmanager \ qmakeprojectmanager \
qtsupport \ qtsupport \
texteditor \ texteditor \
analyzerbase analyzerbase
+3 -3
View File
@@ -43,9 +43,9 @@
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <QDir> #include <QDir>
@@ -39,7 +39,7 @@
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+3 -3
View File
@@ -45,9 +45,9 @@
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/project.h> #include <projectexplorer/project.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <QInputDialog> #include <QInputDialog>
#include <QMessageBox> #include <QMessageBox>
@@ -38,9 +38,9 @@
#include "androidextralibrarylistmodel.h" #include "androidextralibrarylistmodel.h"
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <QFileDialog> #include <QFileDialog>
+3 -3
View File
@@ -44,9 +44,9 @@
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/buildsteplist.h> #include <projectexplorer/buildsteplist.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
@@ -29,8 +29,8 @@
****************************************************************************/ ****************************************************************************/
#include "androidextralibrarylistmodel.h" #include "androidextralibrarylistmodel.h"
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
using namespace Android; using namespace Android;
using namespace Internal; using namespace Internal;
+4 -4
View File
@@ -42,10 +42,10 @@
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
#include <projectexplorer/session.h> #include <projectexplorer/session.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakeprojectmanagerconstants.h> #include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qtsupport/customexecutablerunconfiguration.h> #include <qtsupport/customexecutablerunconfiguration.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
@@ -44,7 +44,7 @@
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
#include <projectexplorer/kitinformation.h> #include <projectexplorer/kitinformation.h>
#include <texteditor/texteditoractionhandler.h> #include <texteditor/texteditoractionhandler.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <QLineEdit> #include <QLineEdit>
#include <QFileInfo> #include <QFileInfo>
@@ -42,9 +42,9 @@
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfiguration.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
@@ -41,8 +41,8 @@
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
#include <projectexplorer/buildmanager.h> #include <projectexplorer/buildmanager.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakestep.h> #include <qmakeprojectmanager/qmakestep.h>
#include <QTimer> #include <QTimer>
@@ -37,7 +37,7 @@
#include <projectexplorer/kitinformation.h> #include <projectexplorer/kitinformation.h>
#include <projectexplorer/gnumakeparser.h> #include <projectexplorer/gnumakeparser.h>
#include <utils/hostosinfo.h> #include <utils/hostosinfo.h>
#include <qt4projectmanager/qmakeparser.h> #include <qmakeprojectmanager/qmakeparser.h>
#include <QDir> #include <QDir>
+2 -2
View File
@@ -35,8 +35,8 @@
#include <utils/environment.h> #include <utils/environment.h>
#include <utils/hostosinfo.h> #include <utils/hostosinfo.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakeprojectmanagerconstants.h> #include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
@@ -37,8 +37,8 @@
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qtsupport/qtoutputformatter.h> #include <qtsupport/qtoutputformatter.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <utils/qtcassert.h> #include <utils/qtcassert.h>
+2 -2
View File
@@ -40,8 +40,8 @@
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <debugger/debuggerconstants.h> #include <debugger/debuggerconstants.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/customexecutablerunconfiguration.h> #include <qtsupport/customexecutablerunconfiguration.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+1 -1
View File
@@ -31,7 +31,7 @@
#define ANDROIDRUNFACTORIES_H #define ANDROIDRUNFACTORIES_H
#include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfiguration.h>
#include <qt4projectmanager/qmakerunconfigurationfactory.h> #include <qmakeprojectmanager/qmakerunconfigurationfactory.h>
namespace ProjectExplorer { namespace ProjectExplorer {
class RunControl; class RunControl;
@@ -30,8 +30,8 @@
#include "createandroidmanifestwizard.h" #include "createandroidmanifestwizard.h"
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <proparser/prowriter.h> #include <proparser/prowriter.h>
#include <QComboBox> #include <QComboBox>
#include <QFormLayout> #include <QFormLayout>
+1 -1
View File
@@ -8,7 +8,7 @@ QtcPlugin {
Depends { name: "Core" } Depends { name: "Core" }
Depends { name: "ProjectExplorer" } Depends { name: "ProjectExplorer" }
Depends { name: "Qt4ProjectManager" } Depends { name: "QmakeProjectManager" }
Depends { name: "Debugger" } Depends { name: "Debugger" }
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] } Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
+1 -1
View File
@@ -5,4 +5,4 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \ coreplugin \
debugger \ debugger \
projectexplorer \ projectexplorer \
qt4projectmanager qmakeprojectmanager
+5 -5
View File
@@ -43,11 +43,11 @@
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <projectexplorer/gcctoolchain.h> #include <projectexplorer/gcctoolchain.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeprojectmanagerconstants.h> #include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <qt4projectmanager/qmakeprojectmanager.h> #include <qmakeprojectmanager/qmakeprojectmanager.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtparser.h> #include <qtsupport/qtparser.h>
#include <coreplugin/variablemanager.h> #include <coreplugin/variablemanager.h>
+3 -3
View File
@@ -40,9 +40,9 @@
#include <debugger/debuggerrunconfigurationaspect.h> #include <debugger/debuggerrunconfigurationaspect.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <QDir> #include <QDir>
+1 -1
View File
@@ -35,7 +35,7 @@
#include <projectexplorer/buildsteplist.h> #include <projectexplorer/buildsteplist.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+3 -3
View File
@@ -39,9 +39,9 @@
#include <projectexplorer/buildconfiguration.h> #include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
+4 -4
View File
@@ -35,10 +35,10 @@
#include <projectexplorer/session.h> #include <projectexplorer/session.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h> #include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakeprojectmanagerconstants.h> #include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qtsupport/customexecutablerunconfiguration.h> #include <qtsupport/customexecutablerunconfiguration.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+2 -2
View File
@@ -35,8 +35,8 @@
#include <utils/environment.h> #include <utils/environment.h>
#include <utils/hostosinfo.h> #include <utils/hostosinfo.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakeprojectmanagerconstants.h> #include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+3 -3
View File
@@ -36,9 +36,9 @@
#include <projectexplorer/deployconfiguration.h> #include <projectexplorer/deployconfiguration.h>
#include <projectexplorer/buildstep.h> #include <projectexplorer/buildstep.h>
#include <projectexplorer/buildsteplist.h> #include <projectexplorer/buildsteplist.h>
#include <qt4projectmanager/qmakebuildconfiguration.h> #include <qmakeprojectmanager/qmakebuildconfiguration.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/qtoutputformatter.h> #include <qtsupport/qtoutputformatter.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include "ui_iosrunconfiguration.h" #include "ui_iosrunconfiguration.h"
+2 -2
View File
@@ -39,8 +39,8 @@
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <debugger/debuggerconstants.h> #include <debugger/debuggerconstants.h>
#include <qt4projectmanager/qmakeproject.h> #include <qmakeprojectmanager/qmakeproject.h>
#include <qt4projectmanager/qmakenodes.h> #include <qmakeprojectmanager/qmakenodes.h>
#include <qtsupport/customexecutablerunconfiguration.h> #include <qtsupport/customexecutablerunconfiguration.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h> #include <qtsupport/qtsupportconstants.h>
+1 -1
View File
@@ -30,7 +30,7 @@
#define IOSRUNFACTORIES_H #define IOSRUNFACTORIES_H
#include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfiguration.h>
#include <qt4projectmanager/qmakerunconfigurationfactory.h> #include <qmakeprojectmanager/qmakerunconfigurationfactory.h>
#include <utils/qtcoverride.h> #include <utils/qtcoverride.h>
namespace ProjectExplorer { namespace ProjectExplorer {
+1 -1
View File
@@ -19,7 +19,7 @@ SUBDIRS = \
cvs \ cvs \
cpptools \ cpptools \
qtsupport \ qtsupport \
qt4projectmanager \ qmakeprojectmanager \
locator \ locator \
debugger \ debugger \
help \ help \
+1 -1
View File
@@ -47,7 +47,7 @@ Project {
"qmlprofiler/qmlprofiler.qbs", "qmlprofiler/qmlprofiler.qbs",
"qmlprojectmanager/qmlprojectmanager.qbs", "qmlprojectmanager/qmlprojectmanager.qbs",
"qnx/qnx.qbs", "qnx/qnx.qbs",
"qt4projectmanager/qt4projectmanager.qbs", "qmakeprojectmanager/qmakeprojectmanager.qbs",
"qtsupport/qtsupport.qbs", "qtsupport/qtsupport.qbs",
"remotelinux/remotelinux.qbs", "remotelinux/remotelinux.qbs",
"resourceeditor/resourceeditor.qbs", "resourceeditor/resourceeditor.qbs",
@@ -1,4 +1,4 @@
<plugin name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\"> <plugin name=\"QmakeProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\">
<vendor>Digia Plc</vendor> <vendor>Digia Plc</vendor>
<copyright>(C) 2013 Digia Plc</copyright> <copyright>(C) 2013 Digia Plc</copyright>
<license> <license>
@@ -11,7 +11,7 @@ GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
</license> </license>
<category>Build Systems</category> <category>Build Systems</category>
<description>Provides project type for Qt 4 pro files and tools.</description> <description>Provides project type for Qt/QMake .pro files and tools.</description>
<url>http://www.qt-project.org</url> <url>http://www.qt-project.org</url>
$$dependencyList $$dependencyList
</plugin> </plugin>
@@ -94,7 +94,7 @@
<customwidget> <customwidget>
<class>QmakeProjectManager::Internal::ClassList</class> <class>QmakeProjectManager::Internal::ClassList</class>
<extends>QListWidget</extends> <extends>QListWidget</extends>
<header location="global">qt4projectmanager/customwidgetwizard/classlist.h</header> <header location="global">qmakeprojectmanager/customwidgetwizard/classlist.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<tabstops> <tabstops>

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 210 B

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 804 B

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 407 B

@@ -244,7 +244,7 @@
<customwidget> <customwidget>
<class>QmakeProjectManager::Internal::LibraryPathChooser</class> <class>QmakeProjectManager::Internal::LibraryPathChooser</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header location="global">qt4projectmanager/addlibrarywizard.h</header> <header location="global">qmakeprojectmanager/addlibrarywizard.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>

Some files were not shown because too many files have changed in this diff Show More