summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-10-05 14:04:36 +0200
committerEike Ziller <eike.ziller@qt.io>2016-10-10 09:49:53 +0000
commitad947035dd8ba2802a26ad8def757f7ecde48e6c (patch)
tree684e6428d48ba820a6e8c3edabde5a2badfcd26c /dist
parent54a7188c277b955085902fb0b7792fe0635f8271 (diff)
downloadqt-creator-ad947035dd8ba2802a26ad8def757f7ecde48e6c.tar.gz
Add changes file for 4.1.1
Change-Id: I8416f825efe8b1369913c3cfda883a5b2149944e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
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)