From f263dd9c16143a0f79c7904de0f2a7fb66098ab1 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 16 Feb 2023 11:46:08 +0100 Subject: Doc: Edit the change log Make some entries more specific. Add articles to increase readability and make the change log look more polished. Change-Id: I0d24f1498af59ee47a9ff6442ca1f0627909f65d Reviewed-by: Eike Ziller --- dist/changelog/changes-10.0.0.md | 91 +++++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 43 deletions(-) (limited to 'dist/changelog/changes-10.0.0.md') diff --git a/dist/changelog/changes-10.0.0.md b/dist/changelog/changes-10.0.0.md index 2650ffa2a3..db90fc30e5 100644 --- a/dist/changelog/changes-10.0.0.md +++ b/dist/changelog/changes-10.0.0.md @@ -14,95 +14,99 @@ General ------- * Added support for temporarily dragging progress details out of the way - (QTCREATORBUG-28078) + in addition to hiding them with the button below them (QTCREATORBUG-28078) Editing ------- * Added `Follow Symbol` for `http(s)` string literals (QTCREATORBUG-14967) -* Added environment expansion to file system locator filter (QTCREATORBUG-242) +* Added environment expansion to the file system locator filter (QTCREATORBUG-242) * Added `Temporarily hide inline annotations` for types of annotations * Improved cursor visibility with indentation visualization (QTCREATORBUG-28645) -* Fixed editor scrolling when pressing backspace (QTCREATORBUG-28316) -* Fixed performance of rendering many search results (QTCREATORBUG-21056) +* Fixed the editor so that it scrolls to cursor position when pressing backspace + (QTCREATORBUG-28316) +* Fixed the performance of rendering many search results (QTCREATORBUG-21056) ### C++ * Added renaming of includes when renaming `.ui` files (QTCREATORBUG-14259) * Added automatic refactoring of C++ code when forms in `.ui` files are renamed (QTCREATORBUG-1179) -* Added option for ignoring files for indexing (QTCREATORBUG-28313) +* Added the option to ignore files for indexing (QTCREATORBUG-28313) * Added `Tools > C++ > Find Unused Functions`, and `Find Unused C/C++ Functions` - to the project context menu (QTCREATORBUG-6772) + to the `Projects` view context menu (QTCREATORBUG-6772) * Fixed text codec when rewriting headers as part of renaming (QTCREATORBUG-28164) -* Fixed color of whitespace visualization in string literals +* Fixed the color of whitespace visualization in string literals (QTCREATORBUG-26693, QTCREATORBUG-28284) * Fixed `Move Definition` for template functions (QTCREATORBUG-28186) * Clangd - * Made temporary disabling of global indexing possibly by cancelling in the + * Made temporary disabling of global indexing possible by canceling it in the progress indicator * Added support for highlighting angle brackets * Built-in - * Added support for spaceship operator (QTCREATORBUG-27503) - * Fixed handling of `= default` (QTCREATORBUG-28102) + * Added support for the spaceship operator (QTCREATORBUG-27503) + * Fixed the handling of `= default` (QTCREATORBUG-28102) * ClangFormat * Enabled by default - * Added project setting for `ClangFormat` (QTCREATORBUG-28188) + * Added the option to disable `ClangFormat` for a project in + `Edit > Preferences > C++ > Formatting mode` (QTCREATORBUG-28188) ### Language Server Protocol -* Added `Restart` action to menu in editor tool bar +* Added the `Restart` action to the menu in the editor tool bar * Added `Call Hierarchy` (QTCREATORBUG-11660) ### QML * Updated code model to Qt 6.5 -* Added experimental support for QML language server -* Added color preview tooltip (QTCREATORBUG-28446) -* Added option for applying `qmlformat` on file save (QTCREATORBUG-28192, +* Added experimental support for the QML language server +* Added a color preview tooltip (QTCREATORBUG-28446) +* Added the option to apply `qmlformat` on file save (QTCREATORBUG-28192, QTCREATORBUG-26602) * Added `Follow Symbol` for QRC paths in string literals (QTCREATORBUG-28087) -* Adapted wizard to new features in Qt 6.4 and Qt 6.5 (QTBUG-47996) -* Fixed freeze when closing file (QTCREATORBUG-28206) +* Adapted the Qt Quick Application wizard template to new features in Qt 6.4 + and Qt 6.5 (QTBUG-47996) +* Fixed a freeze when closing files (QTCREATORBUG-28206) * Fixed that `QtObject` was not recognized (QTCREATORBUG-28287, QTCREATORBUG-28375) ### Python -* Added interpreter selector to editor toolbar (PYSIDE-2154) +* Added an interpreter selector to the editor toolbar (PYSIDE-2154) Projects -------- * Added `Build > Run Generator` for exporting projects to other build systems (QTCREATORBUG-28149) -* Added option for browsing remote file system for remote builds and targets -* Added support for opening remote terminal +* Added the option to browse remote file systems for remote builds and targets +* Added support for opening remote terminals * Fixed that wizards did not create target directories (QTCREATORBUG-28346) * Fixed that absolute paths could be shown when relative paths would be preferable (QTCREATORBUG-288) ### CMake -* Added deployment method with `cmake --install` (QTCREATORBUG-25880) -* Added option for using `cmake-format` for CMake files +* Added a deployment method with `cmake --install` (QTCREATORBUG-25880) +* Added the option to use `cmake-format` for CMake files ([cmake-format Documentation](https://cmake-format.readthedocs.io/en/latest/)) -* Added option for showing advanced configure items by default +* Added the option to show advanced configure items by default * Moved `Autorun CMake` to global settings -* Changed environment for running CMake to be based on build environment by - default (QTCREATORBUG-28513) -* Fixed that `Package manager auto setup` created dependency of project build to - Qt Creator installation +* Changed the environment for running CMake to be based on the build environment + by default (QTCREATORBUG-28513) +* Fixed that `Package manager auto setup` created a dependency of the project + build to the Qt Creator installation ### Qbs -* Added `Profile` build variant (QTCREATORBUG-27206) +* Added the `Profile` build variant (QTCREATORBUG-27206) * Fixed that generated files were not made known to the code model ### Python -* Removed wizard for dynamically loaded `.ui` projects (QTCREATORBUG-25807) +* Removed the wizard template for dynamically loaded `.ui` projects + (QTCREATORBUG-25807) ### Qt Quick UI Prototype @@ -115,7 +119,7 @@ Debugging * Added pretty printers for `variant`, `optional` and `tuple` from `libcpp` (QTCREATORBUG-25865) -* Fixed highlighting in disassembly view +* Fixed highlighting in the `Disassembler` view * Fixed skipping `std::function` details when stepping Analyzer @@ -128,51 +132,52 @@ Analyzer Version Control Systems ----------------------- -* Moved support for `Fossil` SCM into mainline repository +* Moved support for the `Fossil` SCM into the mainline repository * Removed settings for prompting to submit (QTCREATORBUG-22233) * Added links to file names in diff output (QTCREATORBUG-27309) * Fixed blame on symbolic links (QTCREATORBUG-20792) -* Fixed saving of files before applying action on chunks (QTCREATORBUG-22506) +* Fixed the saving of files before applying an action on chunks + (QTCREATORBUG-22506) * Fixed line ending preservation when reverting chunks (QTCREATORBUG-12690) ### Git * Improved tracking of external changes (QTCREATORBUG-21089) -* Added editor annotation for blame information (instant blame), with setting - (opt-out), and action to show it manually for the current line +* Added editor annotation for blame information (instant blame) with a setting + (opt-out) and an action to show it manually for the current line (QTCREATORBUG-23299) Test Integration ---------------- * Improved `Run` and `Debug Test Under Cursor` (QTCREATORBUG-28496) -* Improved number of files that are scanned for tests +* Improved the number of files that are scanned for tests * Improved output handling (QTCREATORBUG-28706) -* Made expensive checking for tests in derived `TestCase` objects optional +* Made the expensive checking for tests in derived `TestCase` objects optional Platforms --------- ### macOS -* Changed kits to prefer Xcode toolchain over the wrappers in `/bin` +* Changed kits to prefer Xcode toolchains over the wrappers in `/bin` ### Android -* Removed service management from manifest editor (QTCREATORBUG-28024) +* Removed service management from the manifest editor (QTCREATORBUG-28024) ### Remote Linux -* Fixed that opening file dialog unnecessarily queried for password for remote - devices +* Fixed that opening a file dialog unnecessarily asks for passwords for + remote devices ### Docker -* Added support for remote code model via remote Clangd +* Added support for the remote code model via a remote Clangd * Added support for loading and attaching to core dumps from remote devices * Added support for using ClangFormat on remote files -* Added option to enable necessary capabilities for debugging with LLDB -* Fixed issue with space in file paths (QTCREATORBUG-28476) +* Added an option to enable necessary capabilities for debugging with LLDB +* Fixed an issue with space in file paths (QTCREATORBUG-28476) * Fixed that auto-detection controls were shown for devices registered by the installer -- cgit v1.2.1