diff options
author | Leena Miettinen <[email protected]> | 2024-05-30 16:53:58 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2024-05-31 06:42:53 +0000 |
commit | 6cd7aed8ebe6b1e18d875f1559c70ff46bc09881 (patch) | |
tree | 4e3750a7c070bd28e1d06d4eb3bb7007b09ce1a2 | |
parent | 2ebc4525f5361d37e1492fb65bdc9a07c8fda4d3 (diff) |
Add long descriptions to some plugins
Edited the short descriptions to answer the question
"What can I do with this extension" to help users decide
whether they need it.
In long descriptions, tell users what else they need to
be able to use the plugin.
Change-Id: Iefce7505b61fc77cf38cc915f1f7dbd25c9cb570
Reviewed-by: Eike Ziller <[email protected]>
73 files changed, 339 insertions, 73 deletions
diff --git a/src/plugins/android/Android.json.in b/src/plugins/android/Android.json.in index f68a25468cb..f314302842f 100644 --- a/src/plugins/android/Android.json.in +++ b/src/plugins/android/Android.json.in @@ -13,7 +13,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Support for deployment to and execution on Android Devices.", + "Description" : "Develop applications for Android devices", + "LongDescription" : [ + "Connect devices with USB to run, debug, and analyze applications built for them.", + "You also need:", + "- Qt for Android", + "- Android development tools" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in index 58b68ede584..5ee0e41c3fc 100644 --- a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in +++ b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in @@ -13,7 +13,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "AppStatisticsMonitor, a plugin designed to enhance your Qt Creator experience. With its seamless integration, this plugin adds a dedicated tab to your Navigation Widget, providing insightful visualizations of CPU and Memory consumption for running applications within Qt Creator. Simply select the desired application from the combobox to monitor its performance in real-time.", + "Description" : "Visualize CPU and Memory consumption for running applications", + "LongDescription" : [ + "Select an application to monitor its performance in real-time.", + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/autotest/AutoTest.json.in b/src/plugins/autotest/AutoTest.json.in index a3bc0d14053..041d62a0f43 100644 --- a/src/plugins/autotest/AutoTest.json.in +++ b/src/plugins/autotest/AutoTest.json.in @@ -12,7 +12,11 @@ "", "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], -"Description" : "Auto Test plugin.", +"Description" : "Create code based tests and build system based tests", +"LongDescription" : [ + "Code based testing offers special handling for particular testing frameworks that strongly ties to the underlying code models or specialized parsers.", + "Build system based testing is independent from any testing frameworks. It retrieves information directly from the underlying build system and uses it or even the build system as such to execute the respective tests." +], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in index ab615b4f613..008d370d73c 100644 --- a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in +++ b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in @@ -14,7 +14,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "Autotools project integration.", + "Description" : "Open Autotools-based projects in Qt Creator", + "LongDescription" : [ + "You also need:", + "- Autotools", + "- An Autotools-based project" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/axivion/Axivion.json.in b/src/plugins/axivion/Axivion.json.in index 50958b9e9da..c83b471b8a2 100644 --- a/src/plugins/axivion/Axivion.json.in +++ b/src/plugins/axivion/Axivion.json.in @@ -15,7 +15,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "Integration of the axivion dashboard.", + "Description" : "Access an Axivion dashboard server", + "LongDescription" : [ + "Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/baremetal/BareMetal.json.in b/src/plugins/baremetal/BareMetal.json.in index 13bd9ba4ac9..805beb7cff6 100644 --- a/src/plugins/baremetal/BareMetal.json.in +++ b/src/plugins/baremetal/BareMetal.json.in @@ -14,6 +14,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "This plugin adds a target for bare metal development.", + "Description" : "Develop applications for bare metal devices", + "LongDescription" : [ + "Adds a target for bare metal development.", + "Connect devices with USB or WLAN to run, debug, and analyze applications built for them.", + "You also need:", + "- A toolchain for bare metal development" + ], ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/bazaar/Bazaar.json.in b/src/plugins/bazaar/Bazaar.json.in index 2d658debd9f..41d2ff99093 100644 --- a/src/plugins/bazaar/Bazaar.json.in +++ b/src/plugins/bazaar/Bazaar.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Bazaar integration.", + "Description" : "Access the Bazaar version control system", + "LongDescription" : [ + "You also need:", + "- Bazaar" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/beautifier/Beautifier.json.in b/src/plugins/beautifier/Beautifier.json.in index b1e4e552d35..e00653b6f58 100644 --- a/src/plugins/beautifier/Beautifier.json.in +++ b/src/plugins/beautifier/Beautifier.json.in @@ -14,7 +14,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "C++", - "Description" : "Format source files with the help of beautifiers like AStyle, uncrustify or clang-format.", + "Description" : "Apply indentation and style to source code files", + "LongDescription" : [ + "You also need one of the following tools:", + "- Artistic Style", + "- ClangFormat", + "- Uncrustify" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/bineditor/BinEditor.json.in b/src/plugins/bineditor/BinEditor.json.in index 2d10a211640..8a3bad5e88b 100644 --- a/src/plugins/bineditor/BinEditor.json.in +++ b/src/plugins/bineditor/BinEditor.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Creator", - "Description" : "Binary editor component.", + "Description" : "Edit binary files", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/boot2qt/Boot2Qt.json.in b/src/plugins/boot2qt/Boot2Qt.json.in index 34e7bc6d7fa..9bc2be52d87 100644 --- a/src/plugins/boot2qt/Boot2Qt.json.in +++ b/src/plugins/boot2qt/Boot2Qt.json.in @@ -15,7 +15,13 @@ ], "Category" : "Device Support", - "Description" : "Support for the Boot2Qt Device access using the Qt Debug Bridge.", + "Description" : "Develop applications for Boot to Qt devices", + "LongDescription" : [ + "Connect devices with USB or WLAN to run, debug, and analyze applications built for them.", + "You also need:", + "- Boot to Qt", + "- Build tools and other dependencies related to the development host" +], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/clangcodemodel/ClangCodeModel.json.in b/src/plugins/clangcodemodel/ClangCodeModel.json.in index 36bd5f9375e..6a1dcf77291 100644 --- a/src/plugins/clangcodemodel/ClangCodeModel.json.in +++ b/src/plugins/clangcodemodel/ClangCodeModel.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "C++", - "Description" : "Clang Code Model plugin.", + "Description" : "Use Clang code model instead of the built-in code model", + "LongDescription" : [ + "The code model is the part of an IDE that understands the programming language you are using to write your application. With it, Qt Creator can help you code faster and avoid errors." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/clangformat/ClangFormat.json.in b/src/plugins/clangformat/ClangFormat.json.in index 1e9a26b4d64..ba95c1c81d7 100644 --- a/src/plugins/clangformat/ClangFormat.json.in +++ b/src/plugins/clangformat/ClangFormat.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "C++", - "Description" : "clang-format indentation plugin.", + "Description" : "Indent and format C++ code", + "LongDescription" : [ + "ClangFormat is an alternative for the built-in indenter." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/clangtools/ClangTools.json.in b/src/plugins/clangtools/ClangTools.json.in index c50706d86da..04972829c0f 100644 --- a/src/plugins/clangtools/ClangTools.json.in +++ b/src/plugins/clangtools/ClangTools.json.in @@ -13,7 +13,12 @@ "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "ClangTools Plugin.", + "Description" : "Find problems in C, C++, and Objective-C source code", + "LongDescription" : [ + "Use Clang Tools for static code analysis:", + "- Clang-Tidy has diagnostics and fixes for typical programming errors, such as style violations or interface misuse.", + "- Clazy helps Clang understand Qt semantics. It displays Qt related compiler warnings, ranging from unnecessary memory allocation to misuse of API and has refactoring actions for fixing some of the issues." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/classview/ClassView.json.in b/src/plugins/classview/ClassView.json.in index a92497e7c23..0c0572a0484 100644 --- a/src/plugins/classview/ClassView.json.in +++ b/src/plugins/classview/ClassView.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "C++", - "Description" : "Class View component.", + "Description" : "View the class hierarchy of currently open projects", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/clearcase/ClearCase.json.in b/src/plugins/clearcase/ClearCase.json.in index 1c45ab66656..a4f997601d9 100644 --- a/src/plugins/clearcase/ClearCase.json.in +++ b/src/plugins/clearcase/ClearCase.json.in @@ -15,7 +15,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "ClearCase integration.", + "Description" : "Access an IBM Rational ClearCase server", + "LongDescription" : [ + "You also need:", + "- ClearCase" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in index 8de40cc02e7..010f6b8721f 100644 --- a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in +++ b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in @@ -13,7 +13,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "CMake support.", + "Description" : "Automate the configuration of build systems with CMake", + "LongDescription" : [ + "CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files." + "You also need:", + "- CMake", + "Qt Online Installer installs a CMake version that you can use." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/coco/Coco.json.in b/src/plugins/coco/Coco.json.in index 20206aacb96..4da4961402b 100644 --- a/src/plugins/coco/Coco.json.in +++ b/src/plugins/coco/Coco.json.in @@ -13,7 +13,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Squish Coco support. Squish Coco is a code coverage tool for Tcl, QML, C# and C/C++.", + "Description" : "Access the Coco CoverageBrowser", + "LongDescription" : [ + "View the results from the Coco CoverageBrowser to make tests more efficient and complete." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in b/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in index 62aba49a22c..9dd0696934c 100644 --- a/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in +++ b/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in @@ -14,7 +14,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "Compilation Database project support.", + "Description" : "Open compilation databases as projects", + "LongDescription" : [ + "The JSON compilation database format replays single builds independently of the build system.", + "A compilation database is a list of files and the compiler flags that are used to compile the files. It feeds the code model with the necessary information for correctly parsing the code when you open a file for editing.", + "You also need:", + "- A compilation database" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, "Mimetypes" : [ diff --git a/src/plugins/conan/Conan.json.in b/src/plugins/conan/Conan.json.in index 7fa154aed58..4d5fd7412ea 100644 --- a/src/plugins/conan/Conan.json.in +++ b/src/plugins/conan/Conan.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Experimental" : true, - "Description" : "Conan integration.", + "Description" : "Integrate C or C++ libraries into projects", + "LongDescription" : [ + "You also need:", + "- Conan" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/copilot/Copilot.json.in b/src/plugins/copilot/Copilot.json.in index 449a751e3b5..7e04ed8b0d2 100644 --- a/src/plugins/copilot/Copilot.json.in +++ b/src/plugins/copilot/Copilot.json.in @@ -13,7 +13,12 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Copilot support", + "Description" : "View suggestions from GitHub Copilot in code editor", + "LongDescription" : [ + "You also need:", + "- An active GitHub Copilot subscription", + "- GitHub Copilot Neovim plugin installed (requires Node.js)" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/cpaster/CodePaster.json.in b/src/plugins/cpaster/CodePaster.json.in index a89c0287f2c..ee852df2162 100644 --- a/src/plugins/cpaster/CodePaster.json.in +++ b/src/plugins/cpaster/CodePaster.json.in @@ -12,7 +12,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Codepaster plugin for pushing/fetching diff from server.", + "Description" : "Access code-pasting services", + "LongDescription" : [ + "Paste snippets of text, such as code or diffs, to a server or fetch them from the server." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/cppcheck/Cppcheck.json.in b/src/plugins/cppcheck/Cppcheck.json.in index 78103f3a3b2..dd9ba185d1e 100644 --- a/src/plugins/cppcheck/Cppcheck.json.in +++ b/src/plugins/cppcheck/Cppcheck.json.in @@ -14,7 +14,11 @@ "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "Cppcheck static analyzer tool integration. See http://cppcheck.sourceforge.net.", + "Description" : "Find errors in C++ code with static analysis", + "LongDescription" : [ + "You also need:", + "- cppcheck" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/cppeditor/CppEditor.json.in b/src/plugins/cppeditor/CppEditor.json.in index dcedb0f73dd..169df1ed651 100644 --- a/src/plugins/cppeditor/CppEditor.json.in +++ b/src/plugins/cppeditor/CppEditor.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "C++", - "Description" : "C/C++ editor component.", + "Description" : "Edit C++ source and header files", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/ctfvisualizer/CtfVisualizer.json.in b/src/plugins/ctfvisualizer/CtfVisualizer.json.in index 1b4b91a6d5a..a887857bc01 100644 --- a/src/plugins/ctfvisualizer/CtfVisualizer.json.in +++ b/src/plugins/ctfvisualizer/CtfVisualizer.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "Chrome Trace Format Visualizer Plugin.", + "Description" : "View Chrome Trace Format (CTF) files", + "LongDescription" : [ + "You also need:", + "- CTF files (in Trace Event Format)" + ], "Url" : "https://www.kdab.com", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/cvs/CVS.json.in b/src/plugins/cvs/CVS.json.in index c2a0ba126a7..9ea0a986ca5 100644 --- a/src/plugins/cvs/CVS.json.in +++ b/src/plugins/cvs/CVS.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "CVS integration.", + "Description" : "Access the CVS open source version control system", + "LongDescription" : [], "DisabledByDefault" : true, "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/debugger/Debugger.json.in b/src/plugins/debugger/Debugger.json.in index 48eeffe7c30..ce4282d0ed7 100644 --- a/src/plugins/debugger/Debugger.json.in +++ b/src/plugins/debugger/Debugger.json.in @@ -13,7 +13,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Creator", - "Description" : "Debugger integration.", + "Description" : "Debug applications with native debuggers", + "LongDescription" : [ + "Debug an application to see what happens inside it while it runs or when it crashes.", + "The debugger extension acts as an interface between the Qt Creator core and native debuggers.", + "You also need:", + "- A debugger" + ], "Url" : "https://www.qt.io", "Arguments" : [ { diff --git a/src/plugins/designer/Designer.json.in b/src/plugins/designer/Designer.json.in index 1038fe8983a..fb84ac1388b 100644 --- a/src/plugins/designer/Designer.json.in +++ b/src/plugins/designer/Designer.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Creator", - "Description" : "Qt Widgets Designer integration.", + "Description" : "Design Qt-widgets based UIs", + "LongDescription" : [ + "Create widgets and forms that are integrated with Qt C++ code.", + ], "Url" : "https://www.qt.io", ${DESIGNER_PLUGIN_ARGUMENTS} ${IDE_PLUGIN_DEPENDENCIES} diff --git a/src/plugins/diffeditor/DiffEditor.json.in b/src/plugins/diffeditor/DiffEditor.json.in index 6adc01c1998..754475b537c 100644 --- a/src/plugins/diffeditor/DiffEditor.json.in +++ b/src/plugins/diffeditor/DiffEditor.json.in @@ -12,7 +12,8 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Diff editor component.", + "Description" : "Compare two files or two versions of a file", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/docker/Docker.json.in b/src/plugins/docker/Docker.json.in index 3d7bc7f1fcf..d587e7d0a9e 100644 --- a/src/plugins/docker/Docker.json.in +++ b/src/plugins/docker/Docker.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Experimental" : true, - "Description" : "Basic support for Docker", + "Description" : "Create Docker devices from Docker images", + "LongDescription" : [ + "You also need:", + "- Docker CLI" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/fakevim/FakeVim.json.in b/src/plugins/fakevim/FakeVim.json.in index 82975efb8ba..b2ae7f2a87b 100644 --- a/src/plugins/fakevim/FakeVim.json.in +++ b/src/plugins/fakevim/FakeVim.json.in @@ -12,7 +12,8 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "VI-style keyboard navigation.", + "Description" : "Run the main editor in a manner similar to the Vim editor", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/fossil/Fossil.json.in b/src/plugins/fossil/Fossil.json.in index 1d8433b4e4c..02bc83e599d 100644 --- a/src/plugins/fossil/Fossil.json.in +++ b/src/plugins/fossil/Fossil.json.in @@ -14,7 +14,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Fossil SCM integration.", + "Description" : "Access the Fossil version control system", + "LongDescription" : [ + "You also need:", + "- Fossil" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/git/Git.json.in b/src/plugins/git/Git.json.in index 37f54ca324e..af1f550a7ad 100644 --- a/src/plugins/git/Git.json.in +++ b/src/plugins/git/Git.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Git integration.", + "Description" : "Access the Git version control system", + "LongDescription" : [ + "You also need:", + "- Git" + ], "Url" : "https://www.qt.io", "Arguments" : [ { diff --git a/src/plugins/gitlab/GitLab.json.in b/src/plugins/gitlab/GitLab.json.in index 3ddf0264b05..e446654bc4f 100644 --- a/src/plugins/gitlab/GitLab.json.in +++ b/src/plugins/gitlab/GitLab.json.in @@ -13,7 +13,11 @@ "", "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], -"Description" : "GitLab plugin.", +"Description" : "Create connections to GitLab servers", +"LongDescription" : [ + "You also need:", + "- GitLab account" +], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/glsleditor/GLSLEditor.json.in b/src/plugins/glsleditor/GLSLEditor.json.in index ff83b9e7253..dd3b7529698 100644 --- a/src/plugins/glsleditor/GLSLEditor.json.in +++ b/src/plugins/glsleditor/GLSLEditor.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Other Languages", - "Description" : "Editor for GLSL.", + "Description" : "Create OpenGL fragment and vertex shaders", + "LongDescription" : [ + "Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/haskell/Haskell.json.in b/src/plugins/haskell/Haskell.json.in index 7f99cdf3fe7..1473874ad95 100644 --- a/src/plugins/haskell/Haskell.json.in +++ b/src/plugins/haskell/Haskell.json.in @@ -6,7 +6,8 @@ "Vendor" : "Eike Ziller", "Copyright" : "(C) Eike Ziller", "License" : "MIT", - "Description" : "Haskell support", + "Description" : "Write source code in the Haskell language", + "LongDescription" : [], "Url" : "https://haskell.org", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/help/Help.json.in b/src/plugins/help/Help.json.in index a5d5d3964cd..cbb172e3b97 100644 --- a/src/plugins/help/Help.json.in +++ b/src/plugins/help/Help.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Core", - "Description" : "Help system.", + "Description" : "Get help for Qt API and read Qt and other documentation", + "LongDescription" : [ + "You also need:", + "- Qt documentation as help files (.qch)" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/imageviewer/ImageViewer.json.in b/src/plugins/imageviewer/ImageViewer.json.in index f75d4b75351..4062ba072b6 100644 --- a/src/plugins/imageviewer/ImageViewer.json.in +++ b/src/plugins/imageviewer/ImageViewer.json.in @@ -12,7 +12,8 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Image Viewer component.", + "Description" : "View images, and create pixmaps from SVG images", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/incredibuild/IncrediBuild.json.in b/src/plugins/incredibuild/IncrediBuild.json.in index f941d3805b1..a9bdab7ae30 100644 --- a/src/plugins/incredibuild/IncrediBuild.json.in +++ b/src/plugins/incredibuild/IncrediBuild.json.in @@ -15,6 +15,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Support for Incredibuild.", + "Description" : "Spend less time on building C++ code", + "LongDescription" : [ + "You also need:", + "- IncrediBuild Agent" + ], ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/insight/Insight.json.in b/src/plugins/insight/Insight.json.in index 382e8ce0366..12b9e51f2b9 100644 --- a/src/plugins/insight/Insight.json.in +++ b/src/plugins/insight/Insight.json.in @@ -14,7 +14,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Quick", - "Description" : "Qt Insight Support for Design Studio.", + "Description" : "Collect information about how an application is used", + "LongDescription" : [ + "Use Qt Insight with Qt Design Studio.", + "You also need:", + "- Qt Insight", + ], "DisabledByDefault" : true, "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} diff --git a/src/plugins/ios/Ios.json.in b/src/plugins/ios/Ios.json.in index 16f75d34dc7..2d3eedfef92 100644 --- a/src/plugins/ios/Ios.json.in +++ b/src/plugins/ios/Ios.json.in @@ -14,7 +14,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Support for deployment to and execution on iOS Devices.", + "Description" : "Develop applications for iOS devices", + "LongDescription" : [ + "Connect devices with USB or use the iOS simulator to run, debug, and analyze applications built for iOS.", + "You also need:", + "- Qt for iOS", + "- Xcode" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/languageclient/LanguageClient.json.in b/src/plugins/languageclient/LanguageClient.json.in index 0ba67e09dd0..7b3ae960522 100644 --- a/src/plugins/languageclient/LanguageClient.json.in +++ b/src/plugins/languageclient/LanguageClient.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Other Languages", - "Description" : "Language Server Protocol client component. See https://microsoft.github.io/language-server-protocol/overview for an overview on Language Servers.", + "Description" : "Get code editing services", + "LongDescription" : [ + "Offers code completion, highlighting of the symbol under cursor, and jumping to the symbol definition, as well as diagnostics from the language server." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/macros/Macros.json.in b/src/plugins/macros/Macros.json.in index 23c5acf4268..c43396152b6 100644 --- a/src/plugins/macros/Macros.json.in +++ b/src/plugins/macros/Macros.json.in @@ -12,7 +12,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Macros in text editors.", + "Description" : "Record and play macros in text editors", + "LongDescription" : [ + "When you have a file open in the code editor, you can record a keyboard sequence as a macro. You can then play the macro to repeat the sequence. You can save the latest macro and assign a keyboard shortcut for running it or run it from the locator." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/marketplace/Marketplace.json.in b/src/plugins/marketplace/Marketplace.json.in index ef45ca3cdec..d6422b2cd90 100644 --- a/src/plugins/marketplace/Marketplace.json.in +++ b/src/plugins/marketplace/Marketplace.json.in @@ -12,7 +12,8 @@ "", "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], -"Description" : "Qt Marketplace plugin.", +"Description" : "Install applications from Qt Marketplace", +"LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/mcusupport/McuSupport.json.in b/src/plugins/mcusupport/McuSupport.json.in index 6521062d04b..10649759893 100644 --- a/src/plugins/mcusupport/McuSupport.json.in +++ b/src/plugins/mcusupport/McuSupport.json.in @@ -14,7 +14,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Helper for MCU related projects.", + "Description" : "Develop for microcontrollers", + "LongDescription" : [ + "Use subsets of QML and Qt Quick Controls to create user interfaces for devices that are powered by microcontrollers (MCU).", + "You also need:", + "- Qt for MCUs" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/mercurial/Mercurial.json.in b/src/plugins/mercurial/Mercurial.json.in index a59cc8e653a..e6be967df69 100644 --- a/src/plugins/mercurial/Mercurial.json.in +++ b/src/plugins/mercurial/Mercurial.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Mercurial integration.", + "Description" : "Access the Mercurial source control management tool", + "LongDescription" : [ + "You also need:", + "- Mercurial" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/mesonprojectmanager/MesonProjectManager.json.in b/src/plugins/mesonprojectmanager/MesonProjectManager.json.in index 08a54002031..0dbf60653fa 100644 --- a/src/plugins/mesonprojectmanager/MesonProjectManager.json.in +++ b/src/plugins/mesonprojectmanager/MesonProjectManager.json.in @@ -15,7 +15,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "Meson support.", + "Description" : "Generate build systems with Meson", + "LongDescription" : [ + "Generate build systems with Meson using Ninja as the main backend.", + "You also need:", + "- Meson", + "- Ninja" + ], "Url" : "https://www.mesonbuild.com", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/modeleditor/ModelEditor.json.in b/src/plugins/modeleditor/ModelEditor.json.in index 108c1cd548b..bbf2d204d47 100644 --- a/src/plugins/modeleditor/ModelEditor.json.in +++ b/src/plugins/modeleditor/ModelEditor.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Modeling", - "Description" : "Graphical modeling with structured diagrams.", + "Description" : "Create Universal Modeling Language (UML) style models", + "LongDescription" : [ + "Create structured and behavioral diagrams that offer different views to your system. However, the editor uses a variant of UML and has only a subset of properties for specifying the appearance of model elements." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/nim/Nim.json.in b/src/plugins/nim/Nim.json.in index 77f90d74ab2..82369b316b9 100644 --- a/src/plugins/nim/Nim.json.in +++ b/src/plugins/nim/Nim.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Other Languages", - "Description" : "Plugin for supporting the Nim programming language.", + "Description" : "Develop applications using the Nim programming language", + "LongDescription" : [ + "You also need:", + "- Nimble packaging manager" + ], "Url" : "https://www.qt.io", "Experimental" : true, ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/perforce/Perforce.json.in b/src/plugins/perforce/Perforce.json.in index a50fbbfd980..1bfaa701edd 100644 --- a/src/plugins/perforce/Perforce.json.in +++ b/src/plugins/perforce/Perforce.json.in @@ -14,7 +14,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Perforce integration.", + "Description" : "Access the Perforce software configuration management system", + "LongDescription" : [ + "You also need:", + "- Perforce" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/perfprofiler/PerfProfiler.json.in b/src/plugins/perfprofiler/PerfProfiler.json.in index 7a0eaf6a082..eeca090e048 100644 --- a/src/plugins/perfprofiler/PerfProfiler.json.in +++ b/src/plugins/perfprofiler/PerfProfiler.json.in @@ -13,7 +13,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "Perf Profiler Plugin.", + "Description" : "Analyze the CPU and memory usage of an application", + "LongDescription" : [ + "Works on embedded devices and, to a limited extent, on Linux desktop platforms.", + "You also need:", + "- Perf tool (bundled with the Linux kernel)" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/python/Python.json.in b/src/plugins/python/Python.json.in index 9ac09e4a3ba..19c46948642 100644 --- a/src/plugins/python/Python.json.in +++ b/src/plugins/python/Python.json.in @@ -13,7 +13,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Other Languages", - "Description" : "Plugin for supporting the Python language.", + "Description" : "Develop applications using the Qt bindings for the Python programming language", + "LongDescription" : [ + "You also need:", + "- Qt for Python", + "- Tools for Python development" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/qbsprojectmanager/QbsProjectManager.json.in b/src/plugins/qbsprojectmanager/QbsProjectManager.json.in index a82be68b0a2..522593366da 100644 --- a/src/plugins/qbsprojectmanager/QbsProjectManager.json.in +++ b/src/plugins/qbsprojectmanager/QbsProjectManager.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "QBS support.", + "Description" : "Build applications with Qbs", + "LongDescription" : [ + "Generate a build graph from a high-level project description (like with qmake or CMake) and execute the commands in the low-level build graph (like with make)." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in b/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in index e5d14d0ef39..8b2cc0cb385 100644 --- a/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in +++ b/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Build Systems", - "Description" : "Provides project type for Qt/QMake .pro files and tools.", + "Description" : "Build applications with qmake", + "LongDescription" : [ + "Use .pro project configuration files and tools that automate the generation of Makefiles." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/qmljseditor/QmlJSEditor.json.in b/src/plugins/qmljseditor/QmlJSEditor.json.in index a0738a59ed7..f12625d6bf3 100644 --- a/src/plugins/qmljseditor/QmlJSEditor.json.in +++ b/src/plugins/qmljseditor/QmlJSEditor.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Quick", - "Description" : "Editor for QML and JavaScript.", + "Description" : "Edit QML and JavaScript files", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qmlpreview/QmlPreview.json.in b/src/plugins/qmlpreview/QmlPreview.json.in index cec78d98062..76aec1c762e 100644 --- a/src/plugins/qmlpreview/QmlPreview.json.in +++ b/src/plugins/qmlpreview/QmlPreview.json.in @@ -13,7 +13,8 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Quick", - "Description" : "Qml Preview Plugin.", + "Description" : "Preview QML files and Qt Quick applications", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qmlprofiler/QmlProfiler.json.in b/src/plugins/qmlprofiler/QmlProfiler.json.in index e92191366b7..3d34fb9d555 100644 --- a/src/plugins/qmlprofiler/QmlProfiler.json.in +++ b/src/plugins/qmlprofiler/QmlProfiler.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Quick", - "Description" : "Qml Profiler Plugin.", + "Description" : "Profile Qt Quick applications", + "LongDescription" : [ + "Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qnx/Qnx.json.in b/src/plugins/qnx/Qnx.json.in index c2658de2aef..dc266e0dedc 100644 --- a/src/plugins/qnx/Qnx.json.in +++ b/src/plugins/qnx/Qnx.json.in @@ -13,7 +13,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Adds support for QNX to Qt Creator.", + "Description" : "Develop for QNX Neutrino devices", + "LongDescription" : [ + "Connect devices with USB or WLAN to run, debug, and analyze applications built for them.", + "You also need:", + "- Qt for QNX", + "- QNX Software Development Platform (SDP)" + ], "Url" : "https://www.blackberry.com", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in b/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in index b9f3b389fac..e0979736924 100644 --- a/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in +++ b/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in @@ -15,7 +15,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Support for QtApplicationManager on a variety of different target platforms.", + "Description" : "Run applications in Qt Application Manager", + "LongDescription" : [ + "You also need:", + "- Qt Application Manager" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/remotelinux/RemoteLinux.json.in b/src/plugins/remotelinux/RemoteLinux.json.in index 7f22fbdefcb..084f01a20af 100644 --- a/src/plugins/remotelinux/RemoteLinux.json.in +++ b/src/plugins/remotelinux/RemoteLinux.json.in @@ -13,7 +13,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Support for deployment to and execution on a remote Linux host.", + "Description" : "Develop applications for embedded Linux devices", + "LongDescription" : [ + "Connect devices with USB or over a network to run, debug, and analyze applications built for them.", + "You also need:", + "- A toolchain for embedded development" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/resourceeditor/ResourceEditor.json.in b/src/plugins/resourceeditor/ResourceEditor.json.in index 179fdd38936..349c8b0c969 100644 --- a/src/plugins/resourceeditor/ResourceEditor.json.in +++ b/src/plugins/resourceeditor/ResourceEditor.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Qt Creator", - "Description" : "Editor for qrc files.", + "Description" : "Edit Qt Resource System (.qrc) files", + "LongDescription" : [ + "Store files in the application's executable with the platform-independent Qt Resource System." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/saferenderer/SafeRenderer.json.in b/src/plugins/saferenderer/SafeRenderer.json.in index 0f569e539c3..3b313c7cff5 100644 --- a/src/plugins/saferenderer/SafeRenderer.json.in +++ b/src/plugins/saferenderer/SafeRenderer.json.in @@ -14,7 +14,13 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Helper plugin for Qt Safe Renderer projects.", + "Description" : "Render safety-critical items in functional safety systems", + "LongDescription" : [ + "Qt Safe Renderer separates the safety-critical rendering from the other parts of the system, so it can render safety-critical UI elements even if there are failures in the main UI. Therefore, you can use Qt in a system requiring certification without changing the Qt libraries.", + "You also need:", + "- Qt Safe Renderer", + "- A Qt version supported by the Qt Safe Renderer" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/screenrecorder/ScreenRecorder.json.in b/src/plugins/screenrecorder/ScreenRecorder.json.in index a5283554d33..f982ee3d83b 100644 --- a/src/plugins/screenrecorder/ScreenRecorder.json.in +++ b/src/plugins/screenrecorder/ScreenRecorder.json.in @@ -14,7 +14,8 @@ ], "DisabledByDefault" : true, "SoftLoadable" : true, - "Description" : "Screen recording.", + "Description" : "Record screens", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/scxmleditor/ScxmlEditor.json.in b/src/plugins/scxmleditor/ScxmlEditor.json.in index bc1e98e0a3b..2c1c7ad9eaf 100644 --- a/src/plugins/scxmleditor/ScxmlEditor.json.in +++ b/src/plugins/scxmleditor/ScxmlEditor.json.in @@ -13,7 +13,10 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Modeling", - "Description" : "Visual Editor for SCXML (State Chart XML) files.", + "Description" : "Create SCXML (State Chart XML) files", + "LongDescription" : [ + "Visualize how a system reacts to events. State charts define the states that the system can be in, and how the system can move from one state to another." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/silversearcher/SilverSearcher.json.in b/src/plugins/silversearcher/SilverSearcher.json.in index dbb613fe2a1..8d6aacee699 100644 --- a/src/plugins/silversearcher/SilverSearcher.json.in +++ b/src/plugins/silversearcher/SilverSearcher.json.in @@ -13,7 +13,12 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Adds possibility to use SilverSearcher tool as an alternative mechanism of 'find in files'", + "Description" : "Search with Silver Searcher", + "LongDescription" : [ + "Use the Silver Searcher tool to find in files.", + "You also need:", + "- Silver Searcher" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/squish/Squish.json.in b/src/plugins/squish/Squish.json.in index c958ef6f543..3b52e09fbad 100644 --- a/src/plugins/squish/Squish.json.in +++ b/src/plugins/squish/Squish.json.in @@ -13,7 +13,12 @@ "", "Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], -"Description" : "Squish plugin. Provides integration of Squish.", +"Description" : "Test applications with the Squish automated GUI testing framework", +"LongDescription" : [ + "Map AUTs (application under test) and run Squish test suites and cases.", + "You also need:", + "- Access to a Squish server" +], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/subversion/Subversion.json.in b/src/plugins/subversion/Subversion.json.in index 1e326a8567b..0c2f55bd309 100644 --- a/src/plugins/subversion/Subversion.json.in +++ b/src/plugins/subversion/Subversion.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Subversion integration.", + "Description" : "Access the Subversion version control system", + "LongDescription" : [ + "You also need:", + "- Subversion" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/terminal/Terminal.json.in b/src/plugins/terminal/Terminal.json.in index 0587b5e5ee5..e976947407b 100644 --- a/src/plugins/terminal/Terminal.json.in +++ b/src/plugins/terminal/Terminal.json.in @@ -12,7 +12,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Terminal window.", + "Description" : "Open a terminal as an output view", + "LongDescription" : [ + "Instead of using an external terminal." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/todo/Todo.json.in b/src/plugins/todo/Todo.json.in index 565e5286ddf..8574d8a7801 100644 --- a/src/plugins/todo/Todo.json.in +++ b/src/plugins/todo/Todo.json.in @@ -13,7 +13,10 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Adds pane that lists all TODO, FIXME, etc. entries in comments.", + "Description" : "List keywords from files", + "LongDescription" : [ + "List the BUG, FIXME, NOTE, TODO, and WARNING keywords from the current file, from all project files, or from a subproject." + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/updateinfo/UpdateInfo.json.in b/src/plugins/updateinfo/UpdateInfo.json.in index 90633ebb2ac..6e4b699bfb8 100644 --- a/src/plugins/updateinfo/UpdateInfo.json.in +++ b/src/plugins/updateinfo/UpdateInfo.json.in @@ -13,7 +13,8 @@ "", "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], - "Description" : "Displays Update-Infos for Qt Installer Framework-based Updaters.", + "Description" : "View information from Qt Installer Framework-based updaters", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/valgrind/Valgrind.json.in b/src/plugins/valgrind/Valgrind.json.in index c15a589ea00..ff35fa05772 100644 --- a/src/plugins/valgrind/Valgrind.json.in +++ b/src/plugins/valgrind/Valgrind.json.in @@ -13,7 +13,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Code Analyzer", - "Description" : "Valgrind Plugin.", + "Description" : "Analyze code with Valgrind's Tool Suite", + "LongDescription" : [ + "Detect problems in memory management with Memcheck and find cache misses in the code with Callgrind.", + "You also need:", + "- Valgrind's Tool Suite" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/vcpkg/Vcpkg.json.in b/src/plugins/vcpkg/Vcpkg.json.in index 5f7ec224e22..64dc6a9acc7 100644 --- a/src/plugins/vcpkg/Vcpkg.json.in +++ b/src/plugins/vcpkg/Vcpkg.json.in @@ -14,7 +14,8 @@ ], "Experimental" : true, "SoftLoadable" : true, - "Description" : "vcpkg integration.", + "Description" : "Get and manage libraries from the vcpkg package manager", + "LongDescription" : [], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}, diff --git a/src/plugins/vcsbase/VcsBase.json.in b/src/plugins/vcsbase/VcsBase.json.in index 2e92383ae12..49933bc2aeb 100644 --- a/src/plugins/vcsbase/VcsBase.json.in +++ b/src/plugins/vcsbase/VcsBase.json.in @@ -13,7 +13,11 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Version Control", - "Description" : "Version Control System Base Plugin.", + "Description" : "Provides the technical basis for version control system (VCS) extensions", + "LongDescription" : [ + "You also need:", + "- An extension for a VCS tool, such as Git, and the tool + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/webassembly/WebAssembly.json.in b/src/plugins/webassembly/WebAssembly.json.in index 962ba9eef77..4947a709839 100644 --- a/src/plugins/webassembly/WebAssembly.json.in +++ b/src/plugins/webassembly/WebAssembly.json.in @@ -15,7 +15,12 @@ "Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html." ], "Category" : "Device Support", - "Description" : "Helper for WebAssembly projects.", + "Description" : "Integrate Qt applications into web browsers", + "LongDescription" : [ + "WebAssembly is a binary format that allows sand-boxed executable code in web pages.", + "You also need:", + "- Qt for WebAssembly" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } |