diff options
author | Eike Ziller <eike.ziller@qt.io> | 2019-02-28 12:05:35 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2019-02-28 11:11:27 +0000 |
commit | 04aac85e2623395d4c6ed4d88a5dc1b8a1103649 (patch) | |
tree | a964937b3f8583b4959997b5c3fe310a0ac21941 /dist | |
parent | c581931b7001a10c185b029f3e947c3812b5c5d6 (diff) | |
download | qt-creator-04aac85e2623395d4c6ed4d88a5dc1b8a1103649.tar.gz |
Update 4.8.2 changes filev4.8.2
Change-Id: I38369e2404150da9a9edb198cdecaab50d1f137f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.2.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/changes-4.8.2.md b/dist/changes-4.8.2.md index 22a930d9a4..ef7316c7c7 100644 --- a/dist/changes-4.8.2.md +++ b/dist/changes-4.8.2.md @@ -7,6 +7,10 @@ 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/v4.8.1..v4.8.2 +General + +* Fixed UI for choosing executable for external tools (QTCREATORBUG-21937) + Editing * Fixed highlighting of search results of regular expression search @@ -20,6 +24,10 @@ Autotools Projects C++ Support * Fixed crash when expanding macros (QTCREATORBUG-21642) +* Fixed crash in preprocessor (QTCREATORBUG-21981) +* Fixed infinite loop when resolving pointer types (QTCREATORBUG-22010) +* Fixed cursor position after completion of functions without arguments + (QTCREATORBUG-21841) QML Support @@ -38,6 +46,7 @@ Debugging Qt Quick Designer * Added support for more JavaScript functions in `.ui.qml` files +* Fixed crash with gradients and Qt Quick 5.12 (QDS-472) Test Integration @@ -55,16 +64,20 @@ macOS Android * Fixed upload of GDB server on some devices (QTCREATORBUG-21317) +* Fixed crash on exiting debugger (QTCREATORBUG-21684) Credits for these changes go to: +Andre Hartmann André Pönitz Christian Kandeler Christian Stenger David Schulz Eike Ziller Ivan Donchevskii +Kirill Burtsev Leena Miettinen Liang Qi +Nikolai Kosjar Oliver Wolff Raoul Hecky Robert Löhning |