Update change log for 4.10.0

Change-Id: I6cb272a08fb240caca98bc6286750006518470e1
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Eike Ziller
2019-08-12 11:53:02 +02:00
parent dcc47f2587
commit d84a6c4988

View File

@@ -121,10 +121,14 @@ you can check out from the public Git repository. For example:
## Debugging
* Added pretty printer for `QMargin`
* Fixed pretty printer for `std::vector` and `std::basic_string` with custom allocator
* Fixed pretty printer for `std::map<K,V>::iterator`
* Fixed pretty printers for `QFile`, `QStandardItem`,
`std::vector` and `std::basic_string` with custom allocator, and `std::map<K,V>::iterator`
* Fixed issues with restoring layout (QTCREATORBUG-21669)
### LLDB
* Fixed running with command line arguments with spaces (QTCREATORBUG-22811)
### CDB
* Fixed loading of custom debugging helpers (QTCREATORBUG-20481)
@@ -152,6 +156,7 @@ you can check out from the public Git repository. For example:
* Added all fonts from project directory to font selector (QDS-100)
* Updated properties of `Flickable`
* Improved handling of errors in state editor (QDS-695)
* Improved selection behavior (QDS-853)
## Version Control Systems
@@ -188,6 +193,10 @@ you can check out from the public Git repository. For example:
* Removed support for MIPS64
### iOS
* Fixed simulator detection with Xcode 11 (QTCREATORBUG-22757)
### Remote Linux
* Added deployment method that deploys everything that is installed by the build system