Skip to content
Snippets Groups Projects
Commit d3126c50 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Wizards: Consistently use singular in categories


Change-Id: I56adf09eb6c049302ae644e70f3475fd4a4fd4bc
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 150447dd
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
--> -->
<wizard version="1" kind="project" <wizard version="1" kind="project"
class="qmakeproject" firstpage="10" class="qmakeproject" firstpage="10"
id="Q.QnxBlackBerryCascadesApp" category="F.QtApplications" id="Q.QnxBlackBerryCascadesApp" category="F.QtApplication"
featuresRequired="QtSupport.Wizards.FeatureBlackBerry"> featuresRequired="QtSupport.Wizards.FeatureBlackBerry">
<icon>icon.png</icon> <icon>icon.png</icon>
<displayname>BlackBerry Cascades Application</displayname>; <displayname>BlackBerry Cascades Application</displayname>;
......
...@@ -36,10 +36,10 @@ leave room for the Qt 4 target page. ...@@ -36,10 +36,10 @@ leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" <wizard version="1" kind="project"
class="qmakeproject" firstpage="10" class="qmakeproject" firstpage="10"
id="Z.Snippet" category="H.QtProjects"> id="Z.Snippet" category="H.Project">
<description>Creates a qmake-based test project for which a code snippet can be entered.</description> <description>Creates a qmake-based test project for which a code snippet can be entered.</description>
<displayname>Code Snippet</displayname>; <displayname>Code Snippet</displayname>;
<displaycategory>Other Projects</displaycategory> <displaycategory>Other Project</displaycategory>
<files> <files>
<file source="main.cpp" target="main.%CppSourceSuffix%" openeditor="true"/> <file source="main.cpp" target="main.%CppSourceSuffix%" openeditor="true"/>
<file source="project.pro" target="%ProjectName%.pro" openproject="true"/> <file source="project.pro" target="%ProjectName%.pro" openproject="true"/>
......
...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page. ...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" <wizard version="1" kind="project"
class="qmakeproject" firstpage="10" class="qmakeproject" firstpage="10"
id="R.QtCreatorPlugin" category="G.Libraries" id="R.QtCreatorPlugin" category="G.Library"
featuresRequired="QtSupport.Wizards.FeatureQt,QtSupport.Wizards.FeatureDesktop"> featuresRequired="QtSupport.Wizards.FeatureQt,QtSupport.Wizards.FeatureDesktop">
<icon>qtcreator_logo_24.png</icon> <icon>qtcreator_logo_24.png</icon>
<description>Creates a custom Qt Creator plugin.</description> <description>Creates a custom Qt Creator plugin.</description>
<displayname>Qt Creator Plugin</displayname>; <displayname>Qt Creator Plugin</displayname>;
<displaycategory>Libraries</displaycategory> <displaycategory>Library</displaycategory>
<files> <files>
<file source="myplugin.pro" target="%PluginName:l%.pro" openproject="true"/> <file source="myplugin.pro" target="%PluginName:l%.pro" openproject="true"/>
<file source="MyPlugin.json.in" target="%PluginName%.json.in" openeditor="true"/> <file source="MyPlugin.json.in" target="%PluginName%.json.in" openeditor="true"/>
......
...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page. ...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" <wizard version="1" kind="project"
class="qmakeproject" firstpage="10" class="qmakeproject" firstpage="10"
id="QtQuick1ExtensionPlugin" category="G.Libraries" id="QtQuick1ExtensionPlugin" category="G.Library"
featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.1"> featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.1">
<icon>lib.png</icon> <icon>lib.png</icon>
<description>Creates a C++ plugin to load extensions dynamically into applications using the QDeclarativeEngine class. Requires Qt 4.7.0 or newer.</description> <description>Creates a C++ plugin to load extensions dynamically into applications using the QDeclarativeEngine class. Requires Qt 4.7.0 or newer.</description>
<displayname>Qt Quick 1 Extension Plugin</displayname> <displayname>Qt Quick 1 Extension Plugin</displayname>
<displaycategory>Libraries</displaycategory> <displaycategory>Library</displaycategory>
<files> <files>
<file source="qmldir" target="qmldir"/> <file source="qmldir" target="qmldir"/>
<file source="plugin.h" target="%ProjectName:l%_plugin.%CppHeaderSuffix%"/> <file source="plugin.h" target="%ProjectName:l%_plugin.%CppHeaderSuffix%"/>
......
...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page. ...@@ -36,12 +36,12 @@ leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" <wizard version="1" kind="project"
class="qmakeproject" firstpage="10" class="qmakeproject" firstpage="10"
id="QtQuick2ExtensionPlugin" category="G.Libraries" id="QtQuick2ExtensionPlugin" category="G.Library"
featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.2"> featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.2">
<icon>lib.png</icon> <icon>lib.png</icon>
<description>Creates a C++ plugin to load extensions dynamically into applications using the QQmlEngine class. Requires Qt 5.0 or newer.</description> <description>Creates a C++ plugin to load extensions dynamically into applications using the QQmlEngine class. Requires Qt 5.0 or newer.</description>
<displayname>Qt Quick 2 Extension Plugin</displayname> <displayname>Qt Quick 2 Extension Plugin</displayname>
<displaycategory>Libraries</displaycategory> <displaycategory>Library</displaycategory>
<files> <files>
<file source="qmldir" target="qmldir"/> <file source="qmldir" target="qmldir"/>
<file source="plugin.h" target="%ProjectName:l%_plugin.%CppHeaderSuffix%"/> <file source="plugin.h" target="%ProjectName:l%_plugin.%CppHeaderSuffix%"/>
......
...@@ -194,14 +194,14 @@ const char TASK_CATEGORY_BUILDSYSTEM[] = "Task.Category.Buildsystem"; ...@@ -194,14 +194,14 @@ const char TASK_CATEGORY_BUILDSYSTEM[] = "Task.Category.Buildsystem";
const char TASK_CATEGORY_DEPLOYMENT[] = "Task.Category.Deploy"; const char TASK_CATEGORY_DEPLOYMENT[] = "Task.Category.Deploy";
// Wizard categories // Wizard categories
const char QT_PROJECT_WIZARD_CATEGORY[] = "H.QtProjects"; const char QT_PROJECT_WIZARD_CATEGORY[] = "H.Project";
const char QT_PROJECT_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Other Project"); const char QT_PROJECT_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Other Project");
const char QT_APPLICATION_WIZARD_CATEGORY[] = "F.QtApplications"; const char QT_APPLICATION_WIZARD_CATEGORY[] = "F.Application";
const char QT_APPLICATION_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Applications"); const char QT_APPLICATION_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Application");
const char LIBRARIES_WIZARD_CATEGORY[] = "G.Libraries"; const char LIBRARIES_WIZARD_CATEGORY[] = "G.Library";
const char LIBRARIES_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Libraries"); const char LIBRARIES_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Library");
const char IMPORT_WIZARD_CATEGORY[] = "T.Import"; const char IMPORT_WIZARD_CATEGORY[] = "T.Import";
const char IMPORT_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Import Project"); const char IMPORT_WIZARD_CATEGORY_DISPLAY[] = QT_TRANSLATE_NOOP("ProjectExplorer", "Import Project");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment