forked from qt-creator/qt-creator
JsonWizard: Update to use supportedProjectType
Remove "kind" as that is no longer necessary (even though it is still handled if that is in the wizard). Change-Id: I3e56d5e0d936b622dae5091950427f9b2db60695 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "A.Class",
|
"id": "A.Class",
|
||||||
"category": "O.C++",
|
"category": "O.C++",
|
||||||
"trDescription": "Creates a C++ header and a source file for a new class that you can add to a C++ project.",
|
"trDescription": "Creates a C++ header and a source file for a new class that you can add to a C++ project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "A.ItemView",
|
"id": "A.ItemView",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a Qt item model.",
|
"trDescription": "Creates a Qt item model.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "P.PyClass",
|
"id": "P.PyClass",
|
||||||
"category": "U.Python",
|
"category": "U.Python",
|
||||||
"trDescription": "Creates new Python class file.",
|
"trDescription": "Creates new Python class file.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "R.QtQuickUi",
|
"id": "R.QtQuickUi",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a Qt Quick Designer UI form along with a matching QML file for implementation purposes. You can add the form and file to an existing Qt Quick Project.",
|
"trDescription": "Creates a Qt Quick Designer UI form along with a matching QML file for implementation purposes. You can add the form and file to an existing Qt Quick Project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "C.Header",
|
"id": "C.Header",
|
||||||
"category": "O.C++",
|
"category": "O.C++",
|
||||||
"trDescription": "Creates a C++ header file that you can add to a C++ project.",
|
"trDescription": "Creates a C++ header file that you can add to a C++ project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "B.Source",
|
"id": "B.Source",
|
||||||
"category": "O.C++",
|
"category": "O.C++",
|
||||||
"trDescription": "Creates a C++ source file that you can add to a C++ project.",
|
"trDescription": "Creates a C++ source file that you can add to a C++ project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "D.Form",
|
"id": "D.Form",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.",
|
"trDescription": "Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "J.GLSL",
|
"id": "J.GLSL",
|
||||||
"category": "U.GLSL",
|
"category": "U.GLSL",
|
||||||
"trDescription": "Creates a fragment shader in the Desktop OpenGL Shading Language (GLSL). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.",
|
"trDescription": "Creates a fragment shader in the Desktop OpenGL Shading Language (GLSL). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "K.GLSL",
|
"id": "K.GLSL",
|
||||||
"category": "U.GLSL",
|
"category": "U.GLSL",
|
||||||
"trDescription": "Creates a vertex shader in the Desktop OpenGL Shading Language (GLSL). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.",
|
"trDescription": "Creates a vertex shader in the Desktop OpenGL Shading Language (GLSL). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "F.GLSL",
|
"id": "F.GLSL",
|
||||||
"category": "U.GLSL",
|
"category": "U.GLSL",
|
||||||
"trDescription": "Creates a fragment shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.",
|
"trDescription": "Creates a fragment shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "G.GLSL",
|
"id": "G.GLSL",
|
||||||
"category": "U.GLSL",
|
"category": "U.GLSL",
|
||||||
"trDescription": "Creates a vertex shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.",
|
"trDescription": "Creates a vertex shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "Wizard.Java",
|
"id": "Wizard.Java",
|
||||||
"category": "U.Java",
|
"category": "U.Java",
|
||||||
"trDescription": "Creates a Java file with boilerplate code.",
|
"trDescription": "Creates a Java file with boilerplate code.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "Z.Js",
|
"id": "Z.Js",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a JavaScript file.",
|
"trDescription": "Creates a JavaScript file.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "SA.Model",
|
"id": "SA.Model",
|
||||||
"category": "O.Model",
|
"category": "O.Model",
|
||||||
"trDescription": "Creates a new empty model with an empty diagram.",
|
"trDescription": "Creates a new empty model with an empty diagram.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "P.PySource",
|
"id": "P.PySource",
|
||||||
"category": "U.Python",
|
"category": "U.Python",
|
||||||
"trDescription": "Creates an empty Python script file using UTF-8 charset.",
|
"trDescription": "Creates an empty Python script file using UTF-8 charset.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "F.Resource",
|
"id": "F.Resource",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a Qt Resource file (.qrc).",
|
"trDescription": "Creates a Qt Resource file (.qrc).",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "Q.Qml.1",
|
"id": "Q.Qml.1",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 1.1\".",
|
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 1.1\".",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "Q.Qml.2",
|
"id": "Q.Qml.2",
|
||||||
"category": "R.Qt",
|
"category": "R.Qt",
|
||||||
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 2.0\".",
|
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 2.0\".",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "Z.ScratchFile",
|
"id": "Z.ScratchFile",
|
||||||
"category": "U.General",
|
"category": "U.General",
|
||||||
"trDescription": "Creates a scratch buffer using a temporary file.",
|
"trDescription": "Creates a scratch buffer using a temporary file.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "file",
|
"supportedProjectTypes": [ ],
|
||||||
"id": "F.EmptyText",
|
"id": "F.EmptyText",
|
||||||
"category": "U.General",
|
"category": "U.General",
|
||||||
"trDescription": "Creates an empty file.",
|
"trDescription": "Creates an empty file.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "CMakeProjectManager.CMakeProject", "Qbs.QbsProject", "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "A.Plain C Application",
|
"id": "A.Plain C Application",
|
||||||
"category": "I.Projects",
|
"category": "I.Projects",
|
||||||
"trDescription": "Creates a simple C application using either qmake, CMake, or Qbs to build.",
|
"trDescription": "Creates a simple C application using either qmake, CMake, or Qbs to build.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "CMakeProjectManager.CMakeProject", "Qbs.QbsProject", "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "R.Plain Cpp Application",
|
"id": "R.Plain Cpp Application",
|
||||||
"category": "I.Projects",
|
"category": "I.Projects",
|
||||||
"trDescription": "Creates a simple C++ application using either qmake, CMake, or Qbs to build.",
|
"trDescription": "Creates a simple C++ application using either qmake, CMake, or Qbs to build.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "E.QtCore",
|
"id": "E.QtCore",
|
||||||
"category": "F.Application",
|
"category": "F.Application",
|
||||||
"trDescription": "Creates a project containing a single main.cpp file with a stub implementation.\n\nPreselects a desktop Qt for building the application if available.",
|
"trDescription": "Creates a project containing a single main.cpp file with a stub implementation.\n\nPreselects a desktop Qt for building the application if available.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "U.QtEmpty",
|
"id": "U.QtEmpty",
|
||||||
"category": "H.Project",
|
"category": "H.Project",
|
||||||
"trDescription": "Creates a qmake-based project without any files. This allows you to create an application without any default classes.",
|
"trDescription": "Creates a qmake-based project without any files. This allows you to create an application without any default classes.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "W.QtCanvas3dApplication",
|
"id": "W.QtCanvas3dApplication",
|
||||||
"category": "F.Application",
|
"category": "F.Application",
|
||||||
"trDescription": "Creates a Qt Canvas 3D QML project. Optionally including three.js.",
|
"trDescription": "Creates a Qt Canvas 3D QML project. Optionally including three.js.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "U.QtQuickApplication",
|
"id": "U.QtQuickApplication",
|
||||||
"category": "F.Application",
|
"category": "F.Application",
|
||||||
"trDescription": "Creates a deployable Qt Quick 2 application.",
|
"trDescription": "Creates a deployable Qt Quick 2 application.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
|
||||||
"id": "V.QtQuickControlsApplication",
|
"id": "V.QtQuickControlsApplication",
|
||||||
"category": "F.Application",
|
"category": "F.Application",
|
||||||
"trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.",
|
"trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "QmlProjectManager.QmlProject" ],
|
||||||
"id": "QA.QtQuickUi",
|
"id": "QA.QtQuickUi",
|
||||||
"category": "H.Project",
|
"category": "H.Project",
|
||||||
"trDescription": "Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Application project instead.",
|
"trDescription": "Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Application project instead.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "QmlProjectManager.QmlProject" ],
|
||||||
"id": "QB.QtQuickControlsUi",
|
"id": "QB.QtQuickControlsUi",
|
||||||
"category": "H.Project",
|
"category": "H.Project",
|
||||||
"trDescription": "Creates a Qt Quick 2 UI project using Qt Quick Controls with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Controls Application project instead.",
|
"trDescription": "Creates a Qt Quick 2 UI project using Qt Quick Controls with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Controls Application project instead.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
|
||||||
"id": "B.Bazaar",
|
"id": "B.Bazaar",
|
||||||
"category": "T.Import",
|
"category": "T.Import",
|
||||||
"trDescription": "Clones a Bazaar branch and tries to load the contained project.",
|
"trDescription": "Clones a Bazaar branch and tries to load the contained project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
|
||||||
"id": "Z.CVS",
|
"id": "Z.CVS",
|
||||||
"category": "T.Import",
|
"category": "T.Import",
|
||||||
"trDescription": "Checks out a CVS repository and tries to load the contained project.",
|
"trDescription": "Checks out a CVS repository and tries to load the contained project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
|
||||||
"id": "G.Git",
|
"id": "G.Git",
|
||||||
"category": "T.Import",
|
"category": "T.Import",
|
||||||
"trDescription": "Clones a Git repository and tries to load the contained project.",
|
"trDescription": "Clones a Git repository and tries to load the contained project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
|
||||||
"id": "H.Mercurial",
|
"id": "H.Mercurial",
|
||||||
"category": "T.Import",
|
"category": "T.Import",
|
||||||
"trDescription": "Clones a Mercurial repository and tries to load the contained project.",
|
"trDescription": "Clones a Mercurial repository and tries to load the contained project.",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"kind": "project",
|
"supportedProjectTypes": [ "UNKNOWN_PROJECT" ],
|
||||||
"id": "J.Subversion",
|
"id": "J.Subversion",
|
||||||
"category": "T.Import",
|
"category": "T.Import",
|
||||||
"trDescription": "Checks out a Subversion repository and tries to load the contained project.",
|
"trDescription": "Checks out a Subversion repository and tries to load the contained project.",
|
||||||
|
Reference in New Issue
Block a user