summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-02-07 13:52:41 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-07 14:23:39 +0000
commit24cd0b1cd63e1547ba5f2d849d10e30f3b0308c6 (patch)
tree992f4457648284533a927a0429d687a4bf2ccbb7
parentcb5ee3a9cbc578e1b336b2024075b36af2ce8532 (diff)
downloadqt-creator-4.5.1.tar.gz
Add changes file for 4.5.1v4.5.1
Change-Id: I4b5cd0eb7675e2fb3396668517a587e7496608ec Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-4.5.1.md85
1 files changed, 85 insertions, 0 deletions
diff --git a/dist/changes-4.5.1.md b/dist/changes-4.5.1.md
new file mode 100644
index 0000000000..648d53054c
--- /dev/null
+++ b/dist/changes-4.5.1.md
@@ -0,0 +1,85 @@
+Qt Creator version 4.5.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 v4.5.0..v4.5.1
+
+Help
+
+* Fixed that mouse cursor got stuck in waiting state when jumping to
+ anchor within open help page (QTCREATORBUG-19649)
+
+All Projects
+
+* Fixed predefined macro setting for custom toolchains (QTCREATORBUG-19714)
+
+QMake Projects
+
+* Fixed crash when importing build (QTCREATORBUG-19391)
+* Fixed crash when switching file while project is parsing (QTCREATORBUG-19428)
+
+Qbs Projects
+
+* Fixed issue with toolchain setup (QTCREATORBUG-19467)
+* Fixed reparsing after switching build configuration
+
+Qt Quick Designer
+
+* Fixed painting artifacts while resizing
+
+Nim Support
+
+* Fixed debugging (QTCREATORBUG-19414)
+
+Debugging
+
+* CDB
+ * Improved performance when stepping (QTCREATORBUG-18613)
+
+QML Profiler
+
+* Fixed `Analyze Current Range` (QTCREATORBUG-19456)
+* Fixed attaching to running application (QTCREATORBUG-19496)
+
+Version Control Systems
+
+* Gerrit
+ * Fixed that dialog could use wrong repository (QTCREATORBUG-19562)
+
+Platform Specific
+
+Windows
+
+* Fixed issue with `PATH` when running QMake project
+* Fixed issue with `PATH` when debugging with GDB
+* Fixed multiple registration of MSVC 2015 Build Tools
+
+Universal Windows Platform
+
+* Fixed that changes to deployment steps did not persist
+
+Credits for these changes go to:
+Alessandro Portale
+Alexandru Croitor
+André Pönitz
+Christian Kandeler
+Christian Stenger
+David Schulz
+Eike Ziller
+Friedemann Kleint
+Ivan Donchevskii
+Jaroslaw Kobus
+Leena Miettinen
+Nikolai Kosjar
+Orgad Shaneh
+Oswald Buddenhagen
+Robert Löhning
+Samuel Gaist
+Sergey Belyashov
+Thomas Hartmann
+Tim Jenssen
+Tobias Hunger
+Ulf Hermann