diff options
author | Eike Ziller <eike.ziller@qt.io> | 2021-04-09 14:45:49 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2021-04-09 13:34:43 +0000 |
commit | 574f9888c4c77e0e1a22bc41d039a0e8cd44466e (patch) | |
tree | 8e8a165b7fd8b8d48474deeaaa56a2806a2f29be /dist | |
parent | 8413d6d58569b5ed02ca4778fbc2ff568e7b1f0a (diff) | |
download | qt-creator-574f9888c4c77e0e1a22bc41d039a0e8cd44466e.tar.gz |
Add more change log for 4.15
Change-Id: Iaa9b9f3a3f8a6151f2dccb659460fe13730ec89f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.15.0.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/dist/changes-4.15.0.md b/dist/changes-4.15.0.md index 8c99cdc87f..3e40a773f6 100644 --- a/dist/changes-4.15.0.md +++ b/dist/changes-4.15.0.md @@ -30,6 +30,7 @@ Editing ------- * Added action for pasting without auto-formatting (QTCREATORBUG-20887) +* Fixed that completion could block Qt Creator (QTCREATORBUG-25419) ### C++ @@ -64,7 +65,7 @@ Editing (QTCREATORBUG-25154) * Fixed highlighting of comments with continuation lines (QTCREATORBUG-23297) * Fixed issues with `Add definition` (QTCREATORBUG-14661, QTCREATORBUG-14524, - QTCREATORBUG-14524) + QTCREATORBUG-14524, QTCREATORBUG-25560) * Fixed real-time updating of `Class View` * Fixed that function parameter hint showed inapplicable overloads (QTCREATORBUG-650) @@ -94,6 +95,7 @@ Projects * Added `Open Terminal Here` for project nodes (QTCREATORBUG-25107) * Added option for running application as root user (QTCREATORBUG-2831, QTCREATORBUG-25330) +* Fixed detection of `rcc` and `uic` for Qt 6 (QTBUG-88791) * Fixed detection of Designer, Linguist, `qmlscene` and `qmlplugindump` for Qt 6 cross-builds @@ -124,6 +126,10 @@ Projects (QTCREATORBUG-25166) * Fixed `Save all files before build` for `Build for Run Configuration` (QTCREATORBUG-25276) +* Fixed that only source file name was copied to clipboard when adding class + (QTCREATORBUG-24301, QTCREATORBUG-25212) +* Fixed reparsing of project with `Auto-run CMake` +* Fixed that removed targets stayed selected for building (QTCREATORBUG-25477) ### Qbs @@ -178,6 +184,10 @@ Test Integration * Added basic support for `ctest` (QTCREATORBUG-23332) +### Google Test + +* Fixed detection of tests that start with a number (QTCREATORBUG-25498) + FakeVim ------- @@ -217,6 +227,7 @@ Platforms QTCREATORBUG-24814, QTCREATORBUG-24822) * Added support for Qt 6 applications with CMake (QTCREATORBUG-25519) * Fixed ABI detection for Qt 5.15 (QTCREATORBUG-24891) +* Fixed running of `em++.bat` in some environments on Windows Credits for these changes go to: -------------------------------- @@ -224,6 +235,7 @@ Aleksei German Alessandro Portale Alexandru Croitor Alexis Jeandet +Allan Sandfeld Jensen Andre Hartmann André Pönitz Bernhard Beschow @@ -253,16 +265,19 @@ Leander Schulten Leena Miettinen Mahmoud Badri Marco Bubke +Matti Paaso Mattias Johansson Maximilian Goldstein Michael Weghorn Michael Winkelmann Miikka Heikkinen +Miina Puuronen Mitch Curtis Nikolai Kosjar Orgad Shaneh Oswald Buddenhagen Raphaël Cotty +Robert Löhning Sergey Levin Thomas Hartmann Tim Jenssen |