Add changes for 4.10 beta2

Change-Id: Ie399b7445f31bb5e597df7ab81582ecb9ea83ad7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2019-06-26 14:31:36 +02:00
parent 81ee28fc98
commit dcb03c115e

View File

@@ -13,6 +13,12 @@ you can check out from the public Git repository. For example:
* Removed support for KDE code paster after removal of official API * Removed support for KDE code paster after removal of official API
* Added option for pinning files so they stay open when closing all files (QTCREATORBUG-21899) * Added option for pinning files so they stay open when closing all files (QTCREATORBUG-21899)
* Fixed low contrast of hovered folding markers (QTCREATORBUG-21702)
### Generic Highlighter
* Fixed that highlighting definition with MIME type `text/plain`
overrode better matching definitions (QTCREATORBUG-22540)
### Language Client ### Language Client
@@ -96,6 +102,9 @@ you can check out from the public Git repository. For example:
* Improved auto-insertion of closing curly brace (QTCREATORBUG-18872) * Improved auto-insertion of closing curly brace (QTCREATORBUG-18872)
* Fixed that snippet completion could get in the way (QTCREATORBUG-21767) * Fixed that snippet completion could get in the way (QTCREATORBUG-21767)
* Fixed crash because of small stack size (QTCREATORBUG-22496)
* Fixed recognition of C++ version (QTCREATORBUG-22444)
* Fixed `unknown argument: '-fno-keep-inline-dllexport'` (QTCREATORBUG-22452)
### Clang Format ### Clang Format
@@ -105,6 +114,8 @@ you can check out from the public Git repository. For example:
## QML Support ## QML Support
* Fixed various formatting issues * Fixed various formatting issues
* Fixed incorrect syntax warning in JavaScript template literal
(QTCREATORBUG-22474)
## Debugging ## Debugging
@@ -127,6 +138,7 @@ you can check out from the public Git repository. For example:
* Added gradient picker that allows loading and saving of presets * Added gradient picker that allows loading and saving of presets
* Added support for changing properties for multiple items at once (QDS-324) * Added support for changing properties for multiple items at once (QDS-324)
* Added missing properties for `LineEdit` and `ComboBox` * Added missing properties for `LineEdit` and `ComboBox`
* Added all fonts from project directory to font selector (QDS-100)
* Updated properties of `Flickable` * Updated properties of `Flickable`
* Improved handling of errors in state editor (QDS-695) * Improved handling of errors in state editor (QDS-695)
@@ -154,13 +166,12 @@ you can check out from the public Git repository. For example:
* Added `Clone` for MSVC toolchains (QTCREATORBUG-22163) * Added `Clone` for MSVC toolchains (QTCREATORBUG-22163)
* Fixed that `mingw32-make`'s warnings were categorized as errors (QTCREATORBUG-22171) * Fixed that `mingw32-make`'s warnings were categorized as errors (QTCREATORBUG-22171)
* Fixed bitness detection for MinGW (QTCREATORBUG-22160) * Fixed bitness detection for MinGW (QTCREATORBUG-22160)
* Fixed registration as post mortem debugger on recent Windows versions
### Linux ### Linux
* Improved auto-detection of toolchains (QTCREATORBUG-19179, QTCREATORBUG-20044, QTCREATORBUG-22081) * Improved auto-detection of toolchains (QTCREATORBUG-19179, QTCREATORBUG-20044, QTCREATORBUG-22081)
### macOS
### Android ### Android
* Removed support for MIPS64 * Removed support for MIPS64
@@ -172,13 +183,12 @@ you can check out from the public Git repository. For example:
* Added support for opening remote terminal with run environment * Added support for opening remote terminal with run environment
* Added option for `rsync` flags for deployment (QTCREATORBUG-22352) * Added option for `rsync` flags for deployment (QTCREATORBUG-22352)
### Boot to Qt
### Bare Metal ### Bare Metal
* Added include path detection and output parsers for `IAR`, `KEIL` and `SDCC` toolchains * Added include path detection and output parsers for `IAR`, `KEIL` and `SDCC` toolchains
## Credits for these changes go to: ## Credits for these changes go to:
Aleksei German Aleksei German
Alessandro Ambrosano Alessandro Ambrosano
Alessandro Portale Alessandro Portale
@@ -208,10 +218,12 @@ Ivan Komissarov
Joel Smith Joel Smith
Jörg Bornemann Jörg Bornemann
Kavindra Palaraja Kavindra Palaraja
Knud Dollereder
Leena Miettinen Leena Miettinen
Luca Carlon Luca Carlon
Marco Bubke Marco Bubke
Martin Haase Martin Haase
Michael Weghorn
Mitch Curtis Mitch Curtis
Nikolai Kosjar Nikolai Kosjar
Oliver Wolff Oliver Wolff