summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:10:51 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:11:17 +0300
commit5e8e619dd07dd1fe1c7c101d9ca4e881cf4054a0 (patch)
treee9ca099138efd676c7c18df09df6cc6872bdceb3 /dist
parent2966b7349fcfdb667414ce8bbc8d25ca31cd8cc5 (diff)
parent6afdb8bdf957909d086684ada10cf86f132c3efe (diff)
downloadqt-creator-5e8e619dd07dd1fe1c7c101d9ca4e881cf4054a0.tar.gz
Merge remote-tracking branch 'origin/4.4' into 4.5
Change-Id: I9b7cb3d845628abf69a73a279f5a79202c0976c2
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.4.1.md66
1 files changed, 66 insertions, 0 deletions
diff --git a/dist/changes-4.4.1.md b/dist/changes-4.4.1.md
new file mode 100644
index 0000000000..9e991cbb1b
--- /dev/null
+++ b/dist/changes-4.4.1.md
@@ -0,0 +1,66 @@
+Qt Creator version 4.4.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.4.0..v4.4.1
+
+FakeVim
+
+* Fixed recognition of shortened `tabnext` and `tabprevious` commands
+ (QTCREATORBUG-18843)
+
+All Projects
+
+* Fixed `Add Existing Files` for top-level project nodes (QTCREATORBUG-18896)
+
+C++ Support
+
+* Improved handling of parsing failures (QTCREATORBUG-18864)
+* Fixed crash with invalid raw string literal (QTCREATORBUG-18941)
+* Fixed that code model did not use sysroot as reported from the build system
+ (QTCREATORBUG-18633)
+* Fixed highlighting of `float` in C files (QTCREATORBUG-18879)
+* Fixed `Convert to Camel Case` (QTCREATORBUG-18947)
+
+Debugging
+
+* Fixed that custom `solib-search-path` startup commands were ignored
+ (QTCREATORBUG-18812)
+* Fixed `Run in terminal` when debugging external application
+ (QTCREATORBUG-18912)
+* Fixed pretty printing of `CHAR` and `WCHAR`
+
+Clang Static Analyzer
+
+* Fixed options passed to analyzer on Windows
+
+Qt Quick Designer
+
+* Fixed usage of `shift` modifier when reparenting layouts
+
+SCXML Editor
+
+* Fixed eventless transitions (QTCREATORBUG-18345)
+
+Test Integration
+
+* Fixed test result output when debugging
+
+Platform Specific
+
+Windows
+
+* Fixed auto-detection of CMake 3.9 and later
+
+Android
+
+* Fixed issues with new Android SDK (26.1.1) (QTCREATORBUG-18962)
+* Fixed search path for QML modules when debugging
+
+QNX
+
+* Fixed debugging (QTCREATORBUG-18804, QTCREATORBUG-17901)
+* Fixed QML profiler startup (QTCREATORBUG-18954)