diff options
author | Eike Ziller <[email protected]> | 2024-06-27 15:34:56 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2024-06-28 06:46:52 +0000 |
commit | 38e005692ea823f3ad81451f51b8269a98bf206f (patch) | |
tree | 73e2680d4a903cac5fe45eb664526b445244738d | |
parent | 5333082054e754b5eed3adfe150b107fc10781d5 (diff) |
Plugin meta data: Add full stop to descriptions
Where they were missing. The text is shown as a paragraph in the
extension manager.
Change-Id: I6e15c89fe4023b222e9c476f4312e13fcb0905c0
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Alessandro Portale <[email protected]>
79 files changed, 79 insertions, 79 deletions
diff --git a/doc/qtcreatordev/examples/exampleplugin/Example.json.in b/doc/qtcreatordev/examples/exampleplugin/Example.json.in index c5faf0a2559..b6867bb5167 100644 --- a/doc/qtcreatordev/examples/exampleplugin/Example.json.in +++ b/doc/qtcreatordev/examples/exampleplugin/Example.json.in @@ -8,7 +8,7 @@ "Vendor" : "MyCompany", "Copyright" : "(C) MyCompany", "License" : "Put short license information here", - "Description" : "Put a short description of your plugin here", + "Description" : "Put a short description of your plugin here.", "Url" : "https://www.mycompany.com", //! [2] //! [3] diff --git a/src/plugins/android/Android.json.in b/src/plugins/android/Android.json.in index f314302842f..92d62903a58 100644 --- a/src/plugins/android/Android.json.in +++ b/src/plugins/android/Android.json.in @@ -13,7 +13,7 @@ "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" : "Develop applications for 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:", diff --git a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in index 757acf5052f..26202be6843 100644 --- a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in +++ b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in @@ -14,7 +14,7 @@ "", "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" : "Visualize CPU and Memory consumption for running applications", + "Description" : "Visualize CPU and Memory consumption for running applications.", "LongDescription" : [ "Select an application to monitor its performance in real-time." ], diff --git a/src/plugins/autotest/AutoTest.json.in b/src/plugins/autotest/AutoTest.json.in index 041d62a0f43..50a0aa7ef5d 100644 --- a/src/plugins/autotest/AutoTest.json.in +++ b/src/plugins/autotest/AutoTest.json.in @@ -12,7 +12,7 @@ "", "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" : "Create code based tests and build system based tests", +"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." diff --git a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in index 008d370d73c..dfb233c23ae 100644 --- a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in +++ b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.json.in @@ -14,7 +14,7 @@ "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" : "Open Autotools-based projects in Qt Creator", + "Description" : "Open Autotools-based projects in Qt Creator.", "LongDescription" : [ "You also need:", "- Autotools", diff --git a/src/plugins/axivion/Axivion.json.in b/src/plugins/axivion/Axivion.json.in index c83b471b8a2..215b48595bd 100644 --- a/src/plugins/axivion/Axivion.json.in +++ b/src/plugins/axivion/Axivion.json.in @@ -15,7 +15,7 @@ "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" : "Access an Axivion dashboard server", + "Description" : "Access an Axivion dashboard server.", "LongDescription" : [ "Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection." ], diff --git a/src/plugins/baremetal/BareMetal.json.in b/src/plugins/baremetal/BareMetal.json.in index 7499c5a773e..f4a7ded8112 100644 --- a/src/plugins/baremetal/BareMetal.json.in +++ b/src/plugins/baremetal/BareMetal.json.in @@ -14,7 +14,7 @@ "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" : "Develop applications for bare metal devices", + "Description" : "Develop applications for bare metal devices.", "LongDescription" : [ "Adds a target for bare metal development.", "Connect devices with debug server providers to run, debug, and analyze applications built for them.", diff --git a/src/plugins/bazaar/Bazaar.json.in b/src/plugins/bazaar/Bazaar.json.in index 41d2ff99093..4adb5553c94 100644 --- a/src/plugins/bazaar/Bazaar.json.in +++ b/src/plugins/bazaar/Bazaar.json.in @@ -13,7 +13,7 @@ "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" : "Access the Bazaar version control system", + "Description" : "Access the Bazaar version control system.", "LongDescription" : [ "You also need:", "- Bazaar" diff --git a/src/plugins/beautifier/Beautifier.json.in b/src/plugins/beautifier/Beautifier.json.in index e00653b6f58..c73bc074150 100644 --- a/src/plugins/beautifier/Beautifier.json.in +++ b/src/plugins/beautifier/Beautifier.json.in @@ -14,7 +14,7 @@ "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" : "Apply indentation and style to source code files", + "Description" : "Apply indentation and style to source code files.", "LongDescription" : [ "You also need one of the following tools:", "- Artistic Style", diff --git a/src/plugins/bineditor/BinEditor.json.in b/src/plugins/bineditor/BinEditor.json.in index 8a3bad5e88b..db1f9981df1 100644 --- a/src/plugins/bineditor/BinEditor.json.in +++ b/src/plugins/bineditor/BinEditor.json.in @@ -13,7 +13,7 @@ "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" : "Edit binary files", + "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 c2ece20d50e..ba7146da3d6 100644 --- a/src/plugins/boot2qt/Boot2Qt.json.in +++ b/src/plugins/boot2qt/Boot2Qt.json.in @@ -15,7 +15,7 @@ ], "Category" : "Device Support", - "Description" : "Develop applications for Boot to Qt devices", + "Description" : "Develop applications for Boot to Qt devices.", "LongDescription" : [ "Connect devices with a USB cable, or a wired or wireless connection, depending on the device to run, debug, and analyze applications built for them.", "You also need:", diff --git a/src/plugins/clangcodemodel/ClangCodeModel.json.in b/src/plugins/clangcodemodel/ClangCodeModel.json.in index 6a1dcf77291..56da5a325b8 100644 --- a/src/plugins/clangcodemodel/ClangCodeModel.json.in +++ b/src/plugins/clangcodemodel/ClangCodeModel.json.in @@ -13,7 +13,7 @@ "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" : "Use Clang code model instead of the built-in code model", + "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." ], diff --git a/src/plugins/clangformat/ClangFormat.json.in b/src/plugins/clangformat/ClangFormat.json.in index ba95c1c81d7..d845aff6d18 100644 --- a/src/plugins/clangformat/ClangFormat.json.in +++ b/src/plugins/clangformat/ClangFormat.json.in @@ -13,7 +13,7 @@ "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" : "Indent and format C++ code", + "Description" : "Indent and format C++ code.", "LongDescription" : [ "ClangFormat is an alternative for the built-in indenter." ], diff --git a/src/plugins/clangtools/ClangTools.json.in b/src/plugins/clangtools/ClangTools.json.in index 04972829c0f..a8c9c6d9ae7 100644 --- a/src/plugins/clangtools/ClangTools.json.in +++ b/src/plugins/clangtools/ClangTools.json.in @@ -13,7 +13,7 @@ "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" : "Find problems in C, C++, and Objective-C source code", + "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.", diff --git a/src/plugins/classview/ClassView.json.in b/src/plugins/classview/ClassView.json.in index 0c0572a0484..3368fc7375b 100644 --- a/src/plugins/classview/ClassView.json.in +++ b/src/plugins/classview/ClassView.json.in @@ -13,7 +13,7 @@ "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" : "View the class hierarchy of currently open projects", + "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 a4f997601d9..c5a9722a2c0 100644 --- a/src/plugins/clearcase/ClearCase.json.in +++ b/src/plugins/clearcase/ClearCase.json.in @@ -15,7 +15,7 @@ "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" : "Access an IBM Rational ClearCase server", + "Description" : "Access an IBM Rational ClearCase server.", "LongDescription" : [ "You also need:", "- ClearCase" diff --git a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in index 72621cda105..3a8cceda3e8 100644 --- a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in +++ b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in @@ -13,7 +13,7 @@ "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" : "Automate the configuration of build systems with CMake", + "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:", diff --git a/src/plugins/coco/Coco.json.in b/src/plugins/coco/Coco.json.in index 4da4961402b..74ad4d34688 100644 --- a/src/plugins/coco/Coco.json.in +++ b/src/plugins/coco/Coco.json.in @@ -13,7 +13,7 @@ "", "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" : "Access the Coco CoverageBrowser", + "Description" : "Access the Coco CoverageBrowser.", "LongDescription" : [ "View the results from the Coco CoverageBrowser to make tests more efficient and complete." ], diff --git a/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in b/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in index 9dd0696934c..a72026b8a46 100644 --- a/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in +++ b/src/plugins/compilationdatabaseprojectmanager/CompilationDatabaseProjectManager.json.in @@ -14,7 +14,7 @@ "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" : "Open compilation databases as projects", + "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.", diff --git a/src/plugins/conan/Conan.json.in b/src/plugins/conan/Conan.json.in index 4d5fd7412ea..78d1e8d8f7a 100644 --- a/src/plugins/conan/Conan.json.in +++ b/src/plugins/conan/Conan.json.in @@ -13,7 +13,7 @@ "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" : "Integrate C or C++ libraries into projects", + "Description" : "Integrate C or C++ libraries into projects.", "LongDescription" : [ "You also need:", "- Conan" diff --git a/src/plugins/copilot/Copilot.json.in b/src/plugins/copilot/Copilot.json.in index 7e04ed8b0d2..788f26f2e18 100644 --- a/src/plugins/copilot/Copilot.json.in +++ b/src/plugins/copilot/Copilot.json.in @@ -13,7 +13,7 @@ "", "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" : "View suggestions from GitHub Copilot in code editor", + "Description" : "View suggestions from GitHub Copilot in code editor.", "LongDescription" : [ "You also need:", "- An active GitHub Copilot subscription", diff --git a/src/plugins/cpaster/CodePaster.json.in b/src/plugins/cpaster/CodePaster.json.in index ee852df2162..f5239abe2b5 100644 --- a/src/plugins/cpaster/CodePaster.json.in +++ b/src/plugins/cpaster/CodePaster.json.in @@ -12,7 +12,7 @@ "", "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" : "Access code-pasting services", + "Description" : "Access code-pasting services.", "LongDescription" : [ "Paste snippets of text, such as code or diffs, to a server or fetch them from the server." ], diff --git a/src/plugins/cppcheck/Cppcheck.json.in b/src/plugins/cppcheck/Cppcheck.json.in index dd9ba185d1e..47c0804bc64 100644 --- a/src/plugins/cppcheck/Cppcheck.json.in +++ b/src/plugins/cppcheck/Cppcheck.json.in @@ -14,7 +14,7 @@ "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" : "Find errors in C++ code with static analysis", + "Description" : "Find errors in C++ code with static analysis.", "LongDescription" : [ "You also need:", "- cppcheck" diff --git a/src/plugins/cppeditor/CppEditor.json.in b/src/plugins/cppeditor/CppEditor.json.in index 169df1ed651..9244161993a 100644 --- a/src/plugins/cppeditor/CppEditor.json.in +++ b/src/plugins/cppeditor/CppEditor.json.in @@ -13,7 +13,7 @@ "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" : "Edit C++ source and header files", + "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 a887857bc01..1b6f891cb7e 100644 --- a/src/plugins/ctfvisualizer/CtfVisualizer.json.in +++ b/src/plugins/ctfvisualizer/CtfVisualizer.json.in @@ -13,7 +13,7 @@ "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" : "View Chrome Trace Format (CTF) files", + "Description" : "View Chrome Trace Format (CTF) files.", "LongDescription" : [ "You also need:", "- CTF files (in Trace Event Format)" diff --git a/src/plugins/cvs/CVS.json.in b/src/plugins/cvs/CVS.json.in index 9ea0a986ca5..0ac2a7283b4 100644 --- a/src/plugins/cvs/CVS.json.in +++ b/src/plugins/cvs/CVS.json.in @@ -13,7 +13,7 @@ "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" : "Access the CVS open source version control system", + "Description" : "Access the CVS open source version control system.", "LongDescription" : [], "DisabledByDefault" : true, "Url" : "https://www.qt.io", diff --git a/src/plugins/debugger/Debugger.json.in b/src/plugins/debugger/Debugger.json.in index ce4282d0ed7..c86d3988bf3 100644 --- a/src/plugins/debugger/Debugger.json.in +++ b/src/plugins/debugger/Debugger.json.in @@ -13,7 +13,7 @@ "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" : "Debug applications with native debuggers", + "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.", diff --git a/src/plugins/designer/Designer.json.in b/src/plugins/designer/Designer.json.in index 966becb0d41..5f735730f70 100644 --- a/src/plugins/designer/Designer.json.in +++ b/src/plugins/designer/Designer.json.in @@ -13,7 +13,7 @@ "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" : "Design Qt-widgets based UIs", + "Description" : "Design Qt-widgets based UIs.", "LongDescription" : [ "Create widgets and forms that are integrated with Qt C++ code." ], diff --git a/src/plugins/diffeditor/DiffEditor.json.in b/src/plugins/diffeditor/DiffEditor.json.in index 754475b537c..4162632dfc4 100644 --- a/src/plugins/diffeditor/DiffEditor.json.in +++ b/src/plugins/diffeditor/DiffEditor.json.in @@ -12,7 +12,7 @@ "", "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" : "Compare two files or two versions of a file", + "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 d587e7d0a9e..4cbb6cbb9d9 100644 --- a/src/plugins/docker/Docker.json.in +++ b/src/plugins/docker/Docker.json.in @@ -13,7 +13,7 @@ "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" : "Create Docker devices from Docker images", + "Description" : "Create Docker devices from Docker images.", "LongDescription" : [ "You also need:", "- Docker CLI" diff --git a/src/plugins/extensionmanager/ExtensionManager.json.in b/src/plugins/extensionmanager/ExtensionManager.json.in index e3710427c4f..7e2056ebf5c 100644 --- a/src/plugins/extensionmanager/ExtensionManager.json.in +++ b/src/plugins/extensionmanager/ExtensionManager.json.in @@ -13,7 +13,7 @@ "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" : "Extension Manager", + "Description" : "Manage ${IDE_DISPLAY_NAME} extensions.", "Experimental": true, "DisabledByDefault": false, "Url" : "https://www.qt.io", diff --git a/src/plugins/fakevim/FakeVim.json.in b/src/plugins/fakevim/FakeVim.json.in index b2ae7f2a87b..1bb613fffc3 100644 --- a/src/plugins/fakevim/FakeVim.json.in +++ b/src/plugins/fakevim/FakeVim.json.in @@ -12,7 +12,7 @@ "", "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" : "Run the main editor in a manner similar to the Vim editor", + "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 02bc83e599d..644998a6d15 100644 --- a/src/plugins/fossil/Fossil.json.in +++ b/src/plugins/fossil/Fossil.json.in @@ -14,7 +14,7 @@ "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" : "Access the Fossil version control system", + "Description" : "Access the Fossil version control system.", "LongDescription" : [ "You also need:", "- Fossil" diff --git a/src/plugins/git/Git.json.in b/src/plugins/git/Git.json.in index af1f550a7ad..d02e2d75150 100644 --- a/src/plugins/git/Git.json.in +++ b/src/plugins/git/Git.json.in @@ -13,7 +13,7 @@ "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" : "Access the Git version control system", + "Description" : "Access the Git version control system.", "LongDescription" : [ "You also need:", "- Git" diff --git a/src/plugins/gitlab/GitLab.json.in b/src/plugins/gitlab/GitLab.json.in index e446654bc4f..5d58885d608 100644 --- a/src/plugins/gitlab/GitLab.json.in +++ b/src/plugins/gitlab/GitLab.json.in @@ -13,7 +13,7 @@ "", "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" : "Create connections to GitLab servers", +"Description" : "Create connections to GitLab servers.", "LongDescription" : [ "You also need:", "- GitLab account" diff --git a/src/plugins/glsleditor/GLSLEditor.json.in b/src/plugins/glsleditor/GLSLEditor.json.in index dd3b7529698..254c53a2cf2 100644 --- a/src/plugins/glsleditor/GLSLEditor.json.in +++ b/src/plugins/glsleditor/GLSLEditor.json.in @@ -13,7 +13,7 @@ "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" : "Create OpenGL fragment and vertex shaders", + "Description" : "Create OpenGL fragment and vertex shaders.", "LongDescription" : [ "Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI." ], diff --git a/src/plugins/haskell/Haskell.json.in b/src/plugins/haskell/Haskell.json.in index 1473874ad95..96147540a37 100644 --- a/src/plugins/haskell/Haskell.json.in +++ b/src/plugins/haskell/Haskell.json.in @@ -6,7 +6,7 @@ "Vendor" : "Eike Ziller", "Copyright" : "(C) Eike Ziller", "License" : "MIT", - "Description" : "Write source code in the Haskell language", + "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 cbb172e3b97..a6afd3a12a2 100644 --- a/src/plugins/help/Help.json.in +++ b/src/plugins/help/Help.json.in @@ -13,7 +13,7 @@ "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" : "Get help for Qt API and read Qt and other documentation", + "Description" : "Get help for Qt API and read Qt and other documentation.", "LongDescription" : [ "You also need:", "- Qt documentation as help files (.qch)" diff --git a/src/plugins/imageviewer/ImageViewer.json.in b/src/plugins/imageviewer/ImageViewer.json.in index 4062ba072b6..4b3e37cb9c8 100644 --- a/src/plugins/imageviewer/ImageViewer.json.in +++ b/src/plugins/imageviewer/ImageViewer.json.in @@ -12,7 +12,7 @@ "", "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" : "View images, and create pixmaps from SVG images", + "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 a9bdab7ae30..8874505ff5a 100644 --- a/src/plugins/incredibuild/IncrediBuild.json.in +++ b/src/plugins/incredibuild/IncrediBuild.json.in @@ -15,7 +15,7 @@ "", "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" : "Spend less time on building C++ code", + "Description" : "Spend less time on building C++ code.", "LongDescription" : [ "You also need:", "- IncrediBuild Agent" diff --git a/src/plugins/insight/Insight.json.in b/src/plugins/insight/Insight.json.in index 1f60965d80a..509cc361200 100644 --- a/src/plugins/insight/Insight.json.in +++ b/src/plugins/insight/Insight.json.in @@ -14,7 +14,7 @@ "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" : "Collect information about how an application is used", + "Description" : "Collect information about how an application is used.", "LongDescription" : [ "Use Qt Insight with Qt Design Studio.", "You also need:", diff --git a/src/plugins/ios/Ios.json.in b/src/plugins/ios/Ios.json.in index 2d3eedfef92..d58f96bc076 100644 --- a/src/plugins/ios/Ios.json.in +++ b/src/plugins/ios/Ios.json.in @@ -14,7 +14,7 @@ "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" : "Develop applications for 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:", diff --git a/src/plugins/languageclient/LanguageClient.json.in b/src/plugins/languageclient/LanguageClient.json.in index 7b3ae960522..3c27e907cc8 100644 --- a/src/plugins/languageclient/LanguageClient.json.in +++ b/src/plugins/languageclient/LanguageClient.json.in @@ -13,7 +13,7 @@ "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" : "Get code editing services", + "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." ], diff --git a/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in b/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in index 9497e53668b..0ac46c37638 100644 --- a/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in +++ b/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in @@ -15,7 +15,7 @@ "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" : "Scripting", - "Description" : "Lua Language Client scripting support", + "Description" : "Lua Language Client scripting support.", "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 c43396152b6..32740b0f7ac 100644 --- a/src/plugins/macros/Macros.json.in +++ b/src/plugins/macros/Macros.json.in @@ -12,7 +12,7 @@ "", "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" : "Record and play 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." ], diff --git a/src/plugins/marketplace/Marketplace.json.in b/src/plugins/marketplace/Marketplace.json.in index d6422b2cd90..5d529715878 100644 --- a/src/plugins/marketplace/Marketplace.json.in +++ b/src/plugins/marketplace/Marketplace.json.in @@ -12,7 +12,7 @@ "", "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" : "Install applications from Qt Marketplace", +"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 10649759893..80eb3b4eada 100644 --- a/src/plugins/mcusupport/McuSupport.json.in +++ b/src/plugins/mcusupport/McuSupport.json.in @@ -14,7 +14,7 @@ "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" : "Develop for microcontrollers", + "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:", diff --git a/src/plugins/mercurial/Mercurial.json.in b/src/plugins/mercurial/Mercurial.json.in index e6be967df69..bcd6da7610a 100644 --- a/src/plugins/mercurial/Mercurial.json.in +++ b/src/plugins/mercurial/Mercurial.json.in @@ -13,7 +13,7 @@ "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" : "Access the Mercurial source control management tool", + "Description" : "Access the Mercurial source control management tool.", "LongDescription" : [ "You also need:", "- Mercurial" diff --git a/src/plugins/mesonprojectmanager/MesonProjectManager.json.in b/src/plugins/mesonprojectmanager/MesonProjectManager.json.in index 0dbf60653fa..cd293ce4d75 100644 --- a/src/plugins/mesonprojectmanager/MesonProjectManager.json.in +++ b/src/plugins/mesonprojectmanager/MesonProjectManager.json.in @@ -15,7 +15,7 @@ "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" : "Generate build systems with Meson", + "Description" : "Generate build systems with Meson.", "LongDescription" : [ "Generate build systems with Meson using Ninja as the main backend.", "You also need:", diff --git a/src/plugins/modeleditor/ModelEditor.json.in b/src/plugins/modeleditor/ModelEditor.json.in index bbf2d204d47..80680306753 100644 --- a/src/plugins/modeleditor/ModelEditor.json.in +++ b/src/plugins/modeleditor/ModelEditor.json.in @@ -13,7 +13,7 @@ "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" : "Create Universal Modeling Language (UML) style models", + "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." ], diff --git a/src/plugins/nim/Nim.json.in b/src/plugins/nim/Nim.json.in index 82369b316b9..ea53307e0de 100644 --- a/src/plugins/nim/Nim.json.in +++ b/src/plugins/nim/Nim.json.in @@ -13,7 +13,7 @@ "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" : "Develop applications using the Nim programming language", + "Description" : "Develop applications using the Nim programming language.", "LongDescription" : [ "You also need:", "- Nimble packaging manager" diff --git a/src/plugins/perforce/Perforce.json.in b/src/plugins/perforce/Perforce.json.in index 1bfaa701edd..69e8f8e5e3e 100644 --- a/src/plugins/perforce/Perforce.json.in +++ b/src/plugins/perforce/Perforce.json.in @@ -14,7 +14,7 @@ "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" : "Access the Perforce software configuration management system", + "Description" : "Access the Perforce software configuration management system.", "LongDescription" : [ "You also need:", "- Perforce" diff --git a/src/plugins/perfprofiler/PerfProfiler.json.in b/src/plugins/perfprofiler/PerfProfiler.json.in index eeca090e048..6af65d17bdb 100644 --- a/src/plugins/perfprofiler/PerfProfiler.json.in +++ b/src/plugins/perfprofiler/PerfProfiler.json.in @@ -13,7 +13,7 @@ "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" : "Analyze the CPU and memory usage of an application", + "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:", diff --git a/src/plugins/python/Python.json.in b/src/plugins/python/Python.json.in index 19c46948642..11432e74cca 100644 --- a/src/plugins/python/Python.json.in +++ b/src/plugins/python/Python.json.in @@ -13,7 +13,7 @@ "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" : "Develop applications using the Qt bindings for the Python programming language", + "Description" : "Develop applications using the Qt bindings for the Python programming language.", "LongDescription" : [ "You also need:", "- Qt for Python", diff --git a/src/plugins/qbsprojectmanager/QbsProjectManager.json.in b/src/plugins/qbsprojectmanager/QbsProjectManager.json.in index 522593366da..3d5f3a07ba5 100644 --- a/src/plugins/qbsprojectmanager/QbsProjectManager.json.in +++ b/src/plugins/qbsprojectmanager/QbsProjectManager.json.in @@ -13,7 +13,7 @@ "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" : "Build applications with Qbs", + "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)." ], diff --git a/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in b/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in index 8b2cc0cb385..c3815d405a5 100644 --- a/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in +++ b/src/plugins/qmakeprojectmanager/QmakeProjectManager.json.in @@ -13,7 +13,7 @@ "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" : "Build applications with qmake", + "Description" : "Build applications with qmake.", "LongDescription" : [ "Use .pro project configuration files and tools that automate the generation of Makefiles." ], diff --git a/src/plugins/qmldesignerlite/QmlDesignerLite.json.in b/src/plugins/qmldesignerlite/QmlDesignerLite.json.in index 80944b30874..0a40a22f77f 100644 --- a/src/plugins/qmldesignerlite/QmlDesignerLite.json.in +++ b/src/plugins/qmldesignerlite/QmlDesignerLite.json.in @@ -13,7 +13,7 @@ "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 Designer Lite", + "Description" : "Qml Designer Lite.", "LongDescription": "Qml Designer Lite is a lightweight version of Qt Design Studio, providing a subset of the features of the full Qt Design Studio.", "Url" : "https://www.qt.io", "Experimental": true, diff --git a/src/plugins/qmljseditor/QmlJSEditor.json.in b/src/plugins/qmljseditor/QmlJSEditor.json.in index f12625d6bf3..d57c9cda3da 100644 --- a/src/plugins/qmljseditor/QmlJSEditor.json.in +++ b/src/plugins/qmljseditor/QmlJSEditor.json.in @@ -13,7 +13,7 @@ "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" : "Edit QML and JavaScript files", + "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 76aec1c762e..1c95dd8b8f8 100644 --- a/src/plugins/qmlpreview/QmlPreview.json.in +++ b/src/plugins/qmlpreview/QmlPreview.json.in @@ -13,7 +13,7 @@ "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" : "Preview QML files and Qt Quick applications", + "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 3d34fb9d555..a7bb7c1357a 100644 --- a/src/plugins/qmlprofiler/QmlProfiler.json.in +++ b/src/plugins/qmlprofiler/QmlProfiler.json.in @@ -13,7 +13,7 @@ "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" : "Profile Qt Quick applications", + "Description" : "Profile Qt Quick applications.", "LongDescription" : [ "Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces." ], diff --git a/src/plugins/qmlprojectmanager/QmlProjectManager.json.in b/src/plugins/qmlprojectmanager/QmlProjectManager.json.in index 18388275f3a..9146e1dcfae 100644 --- a/src/plugins/qmlprojectmanager/QmlProjectManager.json.in +++ b/src/plugins/qmlprojectmanager/QmlProjectManager.json.in @@ -13,7 +13,7 @@ "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 Quick support", + "Description" : "Qt Quick support.", "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 0cd5d9f251e..526505401e0 100644 --- a/src/plugins/qnx/Qnx.json.in +++ b/src/plugins/qnx/Qnx.json.in @@ -13,7 +13,7 @@ "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" : "Develop for QNX Neutrino devices", + "Description" : "Develop for QNX Neutrino devices.", "LongDescription" : [ "Connect devices with USB or over a network to run, debug, and analyze applications built for them.", "You also need:", diff --git a/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in b/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in index e0979736924..e07a2e40744 100644 --- a/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in +++ b/src/plugins/qtapplicationmanager/QtApplicationManagerIntegration.json.in @@ -15,7 +15,7 @@ "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" : "Run applications in Qt Application Manager", + "Description" : "Run applications in Qt Application Manager.", "LongDescription" : [ "You also need:", "- Qt Application Manager" diff --git a/src/plugins/remotelinux/RemoteLinux.json.in b/src/plugins/remotelinux/RemoteLinux.json.in index 084f01a20af..944cf8057d3 100644 --- a/src/plugins/remotelinux/RemoteLinux.json.in +++ b/src/plugins/remotelinux/RemoteLinux.json.in @@ -13,7 +13,7 @@ "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" : "Develop applications for embedded Linux devices", + "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:", diff --git a/src/plugins/resourceeditor/ResourceEditor.json.in b/src/plugins/resourceeditor/ResourceEditor.json.in index 349c8b0c969..d5cf9f55958 100644 --- a/src/plugins/resourceeditor/ResourceEditor.json.in +++ b/src/plugins/resourceeditor/ResourceEditor.json.in @@ -13,7 +13,7 @@ "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" : "Edit Qt Resource System (.qrc) files", + "Description" : "Edit Qt Resource System (.qrc) files.", "LongDescription" : [ "Store files in the application's executable with the platform-independent Qt Resource System." ], diff --git a/src/plugins/saferenderer/SafeRenderer.json.in b/src/plugins/saferenderer/SafeRenderer.json.in index 3b313c7cff5..0823bad8d8d 100644 --- a/src/plugins/saferenderer/SafeRenderer.json.in +++ b/src/plugins/saferenderer/SafeRenderer.json.in @@ -14,7 +14,7 @@ "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" : "Render safety-critical items in functional safety systems", + "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:", diff --git a/src/plugins/screenrecorder/ScreenRecorder.json.in b/src/plugins/screenrecorder/ScreenRecorder.json.in index f982ee3d83b..e4e2deb214b 100644 --- a/src/plugins/screenrecorder/ScreenRecorder.json.in +++ b/src/plugins/screenrecorder/ScreenRecorder.json.in @@ -14,7 +14,7 @@ ], "DisabledByDefault" : true, "SoftLoadable" : true, - "Description" : "Record screens", + "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 2c1c7ad9eaf..56093750dd8 100644 --- a/src/plugins/scxmleditor/ScxmlEditor.json.in +++ b/src/plugins/scxmleditor/ScxmlEditor.json.in @@ -13,7 +13,7 @@ "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" : "Create 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." ], diff --git a/src/plugins/serialterminal/SerialTerminal.json.in b/src/plugins/serialterminal/SerialTerminal.json.in index 4cbefbaa20d..ae295ebbcf1 100644 --- a/src/plugins/serialterminal/SerialTerminal.json.in +++ b/src/plugins/serialterminal/SerialTerminal.json.in @@ -14,7 +14,7 @@ "", "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" : "Serial Port Terminal", + "Description" : "Serial Port Terminal.", "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 8d6aacee699..b4283f1996b 100644 --- a/src/plugins/silversearcher/SilverSearcher.json.in +++ b/src/plugins/silversearcher/SilverSearcher.json.in @@ -13,7 +13,7 @@ "", "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" : "Search with Silver Searcher", + "Description" : "Search with Silver Searcher.", "LongDescription" : [ "Use the Silver Searcher tool to find in files.", "You also need:", diff --git a/src/plugins/squish/Squish.json.in b/src/plugins/squish/Squish.json.in index 3b52e09fbad..3428ea2191e 100644 --- a/src/plugins/squish/Squish.json.in +++ b/src/plugins/squish/Squish.json.in @@ -13,7 +13,7 @@ "", "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" : "Test applications with the Squish automated GUI testing framework", +"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:", diff --git a/src/plugins/subversion/Subversion.json.in b/src/plugins/subversion/Subversion.json.in index 0c2f55bd309..2ee61c0a1dc 100644 --- a/src/plugins/subversion/Subversion.json.in +++ b/src/plugins/subversion/Subversion.json.in @@ -13,7 +13,7 @@ "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" : "Access the Subversion version control system", + "Description" : "Access the Subversion version control system.", "LongDescription" : [ "You also need:", "- Subversion" diff --git a/src/plugins/terminal/Terminal.json.in b/src/plugins/terminal/Terminal.json.in index e976947407b..f196317fc9c 100644 --- a/src/plugins/terminal/Terminal.json.in +++ b/src/plugins/terminal/Terminal.json.in @@ -12,7 +12,7 @@ "", "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" : "Open a terminal as an output view", + "Description" : "Open a terminal as an output view.", "LongDescription" : [ "Instead of using an external terminal." ], diff --git a/src/plugins/todo/Todo.json.in b/src/plugins/todo/Todo.json.in index 8574d8a7801..7974af12893 100644 --- a/src/plugins/todo/Todo.json.in +++ b/src/plugins/todo/Todo.json.in @@ -13,7 +13,7 @@ "", "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" : "List keywords from files", + "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." ], diff --git a/src/plugins/updateinfo/UpdateInfo.json.in b/src/plugins/updateinfo/UpdateInfo.json.in index 6e4b699bfb8..33c8ad4d94e 100644 --- a/src/plugins/updateinfo/UpdateInfo.json.in +++ b/src/plugins/updateinfo/UpdateInfo.json.in @@ -13,7 +13,7 @@ "", "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" : "View information from 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 ff35fa05772..6d1dd059bf9 100644 --- a/src/plugins/valgrind/Valgrind.json.in +++ b/src/plugins/valgrind/Valgrind.json.in @@ -13,7 +13,7 @@ "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" : "Analyze code with Valgrind's Tool Suite", + "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:", diff --git a/src/plugins/vcpkg/Vcpkg.json.in b/src/plugins/vcpkg/Vcpkg.json.in index 64dc6a9acc7..9efd5bf023e 100644 --- a/src/plugins/vcpkg/Vcpkg.json.in +++ b/src/plugins/vcpkg/Vcpkg.json.in @@ -14,7 +14,7 @@ ], "Experimental" : true, "SoftLoadable" : true, - "Description" : "Get and manage libraries from the vcpkg package manager", + "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 a1717a9138a..d764c2f3ab7 100644 --- a/src/plugins/vcsbase/VcsBase.json.in +++ b/src/plugins/vcsbase/VcsBase.json.in @@ -13,7 +13,7 @@ "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" : "Provides the technical basis for version control system (VCS) extensions", + "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" diff --git a/src/plugins/webassembly/WebAssembly.json.in b/src/plugins/webassembly/WebAssembly.json.in index 4947a709839..d72f8512e7a 100644 --- a/src/plugins/webassembly/WebAssembly.json.in +++ b/src/plugins/webassembly/WebAssembly.json.in @@ -15,7 +15,7 @@ "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" : "Integrate Qt applications into web browsers", + "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:", |