From 2551a20b3c653e7d39c95ac063f1be216f8304eb Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 25 Sep 2019 08:15:52 +0200 Subject: Add changes file for 4.10.1 Change-Id: I61cbaf241834c9e023c578e4ddb3dd46006ae4d1 Reviewed-by: Leena Miettinen --- dist/changes-4.10.1.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 dist/changes-4.10.1.md diff --git a/dist/changes-4.10.1.md b/dist/changes-4.10.1.md new file mode 100644 index 0000000000..6e5d0db956 --- /dev/null +++ b/dist/changes-4.10.1.md @@ -0,0 +1,57 @@ +# Qt Creator 4.10.1 + +Qt Creator version 4.10.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/v4.10.0..v4.10.1 + +## Editing + +* Fixed file saving with some text encodings +* Fixed `Preserve case` in advanced search and replace (QTCREATORBUG-19696) +* Fixed crash when changing editor font (QTCREATORBUG-22933) + +## Help + +* Fixed that text moved around when resizing and zooming (QTCREATORBUG-4756) + +## Debugging + +* Fixed more layout restoration issues (QTCREATORBUG-22286, QTCREATORBUG-22938) + +### LLDB + +* Fixed wrong empty command line argument when debugging (QTCREATORBUG-22975) + +## Qt Quick Designer + +* Removed transformations from list of unsupported types +* Fixed update of animation curve editor + +## Platform Specific + +### macOS + +* Fixed window stacking order after closing file dialog (QTCREATORBUG-22906) + +## Credits for these changes go to: + +Aleksei German +Alexander Akulich +Andre Hartmann +André Pönitz +Christian Stenger +David Schulz +Eike Ziller +Knud Dollereder +Leena Miettinen +Lisandro Damián Nicanor Pérez Meyer +Nikolai Kosjar +Orgad Shaneh +Richard Weickelt +Thomas Hartmann + -- cgit v1.2.1