summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-10-12 16:02:23 +0200
committerEike Ziller <eike.ziller@qt.io>2016-10-12 16:02:47 +0200
commit5b47c653c1047ec184919c54354ff5677842fbe9 (patch)
treec628d0c14ea29f4db06d5dd8d6654451a854d3d4 /dist
parenta77c5836e98a6b26b1339b9720953d9d9b1893ac (diff)
parent169723dd873b541fd67d2159ec21ad81f437ce3e (diff)
downloadqt-creator-5b47c653c1047ec184919c54354ff5677842fbe9.tar.gz
Merge remote-tracking branch 'origin/4.1' into 4.2
Change-Id: Ibe4cd5522e1d87d56d2aae7a429282b41bf18647
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.1.1.md72
1 files changed, 72 insertions, 0 deletions
diff --git a/dist/changes-4.1.1.md b/dist/changes-4.1.1.md
new file mode 100644
index 0000000000..79de654dc2
--- /dev/null
+++ b/dist/changes-4.1.1.md
@@ -0,0 +1,72 @@
+Qt Creator version 4.1.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.1.0..v4.1.1
+
+General
+
+* Fixed issues with output pane height
+ (QTCREATORBUG-15986, QTCREATORBUG-16829)
+
+Editing
+
+* Fixed performance of cleaning whitespace (QTCREATORBUG-16420)
+* Fixed selection color in help viewer for dark theme (QTCREATORBUG-16375)
+
+Help
+
+* Fixed that no results could be shown in Locator (QTCREATORBUG-16753)
+
+QMake Projects
+
+* Fixed issue with make steps in deploy configurations (QTCREATORBUG-16795)
+
+Qbs Projects
+
+* Fixed handling of generated files (QTCREATORBUG-16976)
+
+QML Support
+
+* Fixed handling of circular dependencies (QTCREATORBUG-16585)
+
+Debugging
+
+* Fixed scrolling in memory editor (QTCREATORBUG-16751)
+* Fixed expansion of items in tool tip (QTCREATORBUG-16947)
+* GDB
+ * Fixed handling of built-in pretty printers from new versions of GDB
+ (QTCREATORBUG-16758)
+ * Fixed that remote working directory was used for local process
+ (QTCREATORBUG-16211)
+* CDB
+ * Fixed display order of vectors in vectors (QTCREATORBUG-16813)
+ * Fixed display of QList contents (QTCREATORBUG-16750)
+
+QML Profiler
+
+* Separated compile events from other QML/JS events in statistics and
+ flamegraph, since compilation can happen asynchronously
+
+Beatifier
+
+* Fixed that beautifier was not enabled for Objective-C/C++ files
+ (QTCREATORBUG-16806)
+
+Platform Specific
+
+macOS
+
+* Fixed issue with detecting LLDB through `xcrun`
+
+Android
+
+* Added API level 24 for Android 7
+* Fixed debugging on Android 6+ with NDK r11+ (QTCREATORBUG-16721)
+
+iOS
+
+* Fixed QML debugging on device (QTCREATORBUG-15812)