diff options
author | Eike Ziller <eike.ziller@qt.io> | 2021-09-13 15:36:51 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2021-09-13 17:03:55 +0200 |
commit | 3d4d7c7e14ec543f5e023116ffa7d12364b5ed7d (patch) | |
tree | b082bad4484f2758c4bdc7a4d2b5ffafe6f7ae6a /dist | |
parent | c941f7d0f5beff0c40050e61ccaa2ac3088a14c5 (diff) | |
parent | 7e965629b0bbd463c70f561f6c4bddccd2fd9ae4 (diff) | |
download | qt-creator-3d4d7c7e14ec543f5e023116ffa7d12364b5ed7d.tar.gz |
Merge remote-tracking branch 'origin/5.0'
Conflicts:
src/plugins/clangtools/clangtoolssettings.cpp
src/plugins/clangtools/executableinfo.cpp
src/plugins/clangtools/executableinfo.h
Change-Id: Id8caf63e3e594792467d3447870086bd2d8f73b9
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.0.1.md | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/dist/changes-5.0.1.md b/dist/changes-5.0.1.md new file mode 100644 index 0000000000..d1954f4304 --- /dev/null +++ b/dist/changes-5.0.1.md @@ -0,0 +1,121 @@ +Qt Creator 5.0.1 +================ + +Qt Creator version 5.0.1 contains bug fixes. + +The most important changes are listed in this document. For a complete list of +changes, see the Git log for the Qt Creator sources that you can check out from +the public Git repository. For example: + + git clone git://code.qt.io/qt-creator/qt-creator.git + git log --cherry-pick --pretty=oneline origin/v5.0.0..v5.0.1 + +General +------- + +* Fixed saving of MIME type settings + +Editing +------- + +### QML + +* Fixed freeze with imports that don't specify minor version + (QTCREATORBUG-26178, QTCREATORBUG-26216) + +### Language Client + +* Fixed working directory for servers that are started per project + (QTCREATORBUG-26115) +* Fixed sorting of completion items (QTCREATORBUG-26114) +* Fixed that global environment setting was not used for language servers + +Projects +-------- + +### CMake + +* Improved handling of issues with `conan` (QTCREATORBUG-25818, + QTCREATORBUG-25891) +* Fixed endless configuration loop (QTCREATORBUG-26204, QTCREATORBUG-26207, + QTCREATORBUG-25346, QTCREATORBUG-25995, QTCREATORBUG-25183, + QTCREATORBUG-25512) +* Fixed crash with "Re-configure with Initial Parameters" (QTCREATORBUG-26220) + +### Qbs + +* Fixed code model with MSVC and C++20 (QTCREATORBUG-26089) + +### qmake + +* Fixed that `qmake` was run on every build on macOS (QTCREATORBUG-26212) + +### Compilation Database + +* Fixed crash when loading project (QTCREATORBUG-26126) + +Debugging +--------- + +### GDB + +* Fixed debugging of 32-bit MinGW application with 64-bit debugger + (QTCREATORBUG-26208) + +Analyzer +-------- + +### Clang + +* Fixed that Clazy was asked repeatedly for version and supported checks + (QTCREATORBUG-26237) + +Test Integration +---------------- + +### Qt Quick + +* Fixed unnecessary updates of QML code model + +### CTest + +* Fixed missing test output + +Platforms +--------- + +### Windows + +* Fixed issue with parsing MSVC warnings + +### Android + +* Fixed cleaning up of old auto-generated Android kits +* Fixed minimum SDK level for CMake projects (QTCREATORBUG-26127) + +### Web Assembly + +* Fixed detection of emscripten compilers (QTCREATORBUG-26199) + +Credits for these changes go to: +-------------------------------- +Alessandro Portale +Alp Öz +Artem Sokolovskii +Assam Boudjelthia +Christian Kandeler +Christian Stenger +Cristian Adam +David Schulz +Eike Ziller +Henning Gruendl +Ivan Komissarov +Jaroslaw Kobus +Johanna Vanhatapio +Laszlo Agocs +Leena Miettinen +Mahmoud Badri +Miikka Heikkinen +Orgad Shaneh +Thomas Hartmann +Tim Jenssen |