aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.1.2
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-21 10:59:40 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-29 12:04:37 +0000
commitb364cfde2375b2fa56b97e42346affecd2030080 (patch)
tree9e0431e8e2d44df2644fb98a51b10c6e2bd6ac48 /dist/changes-3.1.2
parent733904929076be0e874e2c2ec1fb8ff2867342b5 (diff)
Install and ship change logs
And add a menu entry Help > Change Log... (macOS: Qt Creator > Change Log...) for looking at them. Change-Id: If444b3ff2465290b9beb4ccbb8d0ddf32a636db4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'dist/changes-3.1.2')
-rw-r--r--dist/changes-3.1.252
1 files changed, 0 insertions, 52 deletions
diff --git a/dist/changes-3.1.2 b/dist/changes-3.1.2
deleted file mode 100644
index 36973e1539..0000000000
--- a/dist/changes-3.1.2
+++ /dev/null
@@ -1,52 +0,0 @@
-Qt Creator version 3.1.2 is a bugfix release.
-
-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://gitorious.org/qt-creator/qt-creator.git
-git log --cherry-pick --pretty=oneline v3.1.1..v3.1.2
-
-General
- * Fixed restoring of output pane button visibility
-
-Editing
- * Fixed crash with highlight definitions and indentation based folding enabled
- (QTCREATORBUG-12172)
- * Fixed setting current file when clicking on split view (QTCREATORBUG-12264)
-
-Help
- * Fixed that pressing F1 twice would not go to Help mode
- (QTCREATORBUG-9093)
- * Fixed filtering in topic chooser
-
-QMake Projects
- * Fixed adding files through context menu in case of multiple
- resource files (QTCREATORBUG-12297)
- * Fixed that resource files were no longer appearing in
- Locator and search
-
-Debugging
- * GDB
- * Worked around GDB crash with large object names
- (QTCREATORBUG-12330)
-
-C++ Support
- * Fixed crash with anonymous unions with __attribute__
- (QTCREATORBUG-12345)
-
-Code Paster
- * Fixed crash in case of invalid protocol setting (QTCREATORBUG-12364)
-
-Beautifier
- * Fixed problem on Mac when starting Qt Creator from Finder
- (QTCREATORBUG-12057)
-
-Platform Specific
-
-Windows
- * Fixed matching of paths in Locator (QTCREATORBUG-12007)
-
-QNX
- * Fixed font path on devices
-