aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Haataja <ismo.haataja@digia.com>2013-02-28 12:13:35 +0200
committerIsmo Haataja <ismo.haataja@digia.com>2013-03-01 13:57:22 +0100
commitf212fff9588712a8efbd7b088fb82001141a2a89 (patch)
tree962d4fddfd781138fcb0732bbaea4801a9453bde
parentcd49ac0fd62c0903c3eb5aac18c344b90b0ed654 (diff)
Changes file for version 1.2.1
Change-Id: I283baa16cebd3bcca65bf18b90753f9b3f502d86 Reviewed-by: Ismo Haataja <ismo.haataja@digia.com>
-rw-r--r--Qt4VS2003/Qt4VSAddin/Changes-1.2.125
1 files changed, 25 insertions, 0 deletions
diff --git a/Qt4VS2003/Qt4VSAddin/Changes-1.2.1 b/Qt4VS2003/Qt4VSAddin/Changes-1.2.1
new file mode 100644
index 00000000..ea0f1928
--- /dev/null
+++ b/Qt4VS2003/Qt4VSAddin/Changes-1.2.1
@@ -0,0 +1,25 @@
+The Qt Visual Studio Add-In version 1.2.1 contains multiple bugfixes and
+improvements.
+
+Changes
+-------
+- Qt 5.0.1 help documents included
+- Qmake wrapper COM component removed and replaced with command line tool
+ qmakefilereader to avoid need to laod Qt5 library binaries to Visual Studio
+ process. And to get installation of add-in easier, specially with VS2008.
+- Qt4 add-in is not allowed to run same time, if found it will be closed.
+ Also if Qt4 add-in is present in system, default editor values for .ts, .ui
+ and .qrc file types are not permanently overwritten by Qt5 add-in. Values are
+ written when Qt5 add-in loads and Qt4 values are set when Qt5 add-in unloads.
+ This should make it possible to install and use both Qt4 and Qt5 versions of
+ add-in. Not to use same time but in turns. Though user must be careful what he
+ does.
+- Incorrect additional directories paths set when Qt modules added/removed from
+ Qt Project Settings page. (QTVSADDINBUG-151)
+- Include directories search path for some Qt modules fixed (QTVSADDINBUG-150)
+- Invalid Qt module names fixed (QTVSADDINBUG-142)
+- Crash when importing .pri file fixed (QTVSADDINBUG-139)
+- Qt default settings saving problem fixed (QTVSADDINBUG-137)
+- Naming of precompiled header fixed (QTVSADDINBUG-132)
+- Support for debugger visualizers in VS2012 (QTVSADDINBUG-129)
+- Setting Qt libraries path for debugging session fixed (QTVSADDINBUG-125)