aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-04-17 15:55:37 +0200
committerEike Ziller <eike.ziller@qt.io>2018-04-25 08:19:22 +0000
commit77de2c51d5277201d2079669019db208926a3d60 (patch)
treee95dca16f696c21f2477a7aae6a12614706bd39f /dist
parenta8aa4bbb312d163c1fffaa59102a49c77458404c (diff)
Add changes file for 4.7.0
Change-Id: I906b9489548fd4a7ae375747ab591c64fbdaf754 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.0.md71
1 files changed, 71 insertions, 0 deletions
diff --git a/dist/changes-4.7.0.md b/dist/changes-4.7.0.md
new file mode 100644
index 0000000000..2a50e078ed
--- /dev/null
+++ b/dist/changes-4.7.0.md
@@ -0,0 +1,71 @@
+Qt Creator version 4.7 contains bug fixes and new features.
+
+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/4.6..v4.7.0
+
+General
+
+Editing
+
+Help
+
+All Projects
+
+* Moved kit settings to separate options category
+* Added shortcut for showing current document in project tree
+ (QTCREATORBUG-19625)
+
+CMake Projects
+
+Qbs Projects
+
+C++ Support
+
+* Fixed auto-insertion of closing brace and semicolon after classes
+ (QTCREATORBUG-19726)
+* Clang Code Model
+ * Implemented outline pane, outline dropdown and
+ `C++ Symbols in Current Document` locator filter
+* Built-in Code Model
+ * Added support for nested namespaces (QTCREATORBUG-16774)
+
+QML Support
+
+* Updated parser to Qt 5.10, adding support for user-defined enums
+* Fixed that linter warning `M127` was shown as error (QTCREATORBUG-19534)
+
+Debugging
+
+QML Profiler
+
+* Improved performance of timeline
+
+Qt Quick Designer
+
+Version Control Systems
+
+Diff Viewer
+
+Image Viewer
+
+* Added option to export SVGs in multiple resolutions simultaneously
+
+Test Integration
+
+Model Editor
+
+Platform Specific
+
+Windows
+
+* Fixed that querying MSVC tool chains at startup could block Qt Creator
+
+Android
+
+Remote Linux
+
+Credits for these changes go to: