aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-02-16 17:01:17 +0100
committerMiguel Costa <miguel.costa@qt.io>2021-03-03 10:37:55 +0000
commitd32b62de72db773308ed822124fb62f3363180f1 (patch)
tree4d819b2f975452c527a6bec1499d3bbdc20b7af3
parenta2552f04dc91fd35d33d70b6452077e5a81aca70 (diff)
Update version number to 2.7.1v2.7.1
Change-Id: I0e09e3b0a1111bb7d805d6ff87c4a91c40d66169 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--Changelog27
-rw-r--r--src/version.targets2
2 files changed, 28 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index f08945db..30a55d37 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,30 @@
+Qt Visual Studio Tools version 2.7.1:
+
+Changes
+-------
+ - Translation tools integrated with Qt/MSBuild
+ - Qt.props property sheet accessible through the VS Property Manager window
+ - Qt editors are opened in a document window inside Visual Studio
+ - IntelliSense is updated on changes to .ui files
+ - The Qt Options UI will be displayed as part of the standard VS 'Tools > Options' dialog
+ - Added the following new fields to the Qt Options page:
+ * QML debugger connection timeout
+ * Path to Qt/MSBuild files
+ * Enable QML debugger (overrides project settings)
+ * Enable refresh of IntelliSense after build
+ * Enable refresh of IntelliSense when a .ui file is changed
+ - Pressing F1 will query Qt documentation
+ - Fixed QTVSADDINBUG-698: Qt online help not working
+ - Fixed QTVSADDINBUG-755: QML debug not working without a QRC file
+ - Fixed QTVSADDINBUG-822: Incorrect generation of command line options
+ - Fixed QTVSADDINBUG-825: Calls to qmake fail silently
+ - Fixed QTVSADDINBUG-826: Crash in new-project wizard
+ - Fixed QTVSADDINBUG-827: Command line options of Qt tools generated incorrectly
+ - Fixed QTVSADDINBUG-837: Debug output cluttered with QML debugger status messages
+ - Fixed QTVSADDINBUG-841: Incremental build failure
+ - Fixed QTVSADDINBUG-857: Build fails due to concurrency issues
+
+
Qt Visual Studio Tools version 2.6.0:
Changes
diff --git a/src/version.targets b/src/version.targets
index 78eec2c4..1643189b 100644
--- a/src/version.targets
+++ b/src/version.targets
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.6.0</QtVSToolsVersion>
+ <QtVSToolsVersion>2.7.1</QtVSToolsVersion>
</PropertyGroup>
</Project>