aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-10-13 18:25:51 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-10-13 18:25:51 +0200
commit7b5603d13b294ba90abcadf3cfab62b6318f8565 (patch)
tree17cc98870be68bc795ae04b77b04504ceff37c8e
parent1f123cef6a0768bc73dd70efc53e8d776258cc2b (diff)
Changes-1.1.7 updatedv1.1.7
-rw-r--r--Qt4VS2003/Qt4VSAddin/Changes-1.1.75
1 files changed, 5 insertions, 0 deletions
diff --git a/Qt4VS2003/Qt4VSAddin/Changes-1.1.7 b/Qt4VS2003/Qt4VSAddin/Changes-1.1.7
index 48ce666a..d7623c8b 100644
--- a/Qt4VS2003/Qt4VSAddin/Changes-1.1.7
+++ b/Qt4VS2003/Qt4VSAddin/Changes-1.1.7
@@ -6,4 +6,9 @@ Changes
- Fix import of .pro files with "CONFIG -= flat". (QTVSADDINBUG-10)
- Fix naming of classes in generated .ui files. (QTVSADDINBUG-9)
- Visualizers for QPolygon and QPolygonF fixed. (QTVSADDINBUG-8)
+- Fix expanding filters on build.
+- Fix Qt 4.7 qmake warning wrt backslash escaping on import.
+- VS2010: fix AddMocStep for new header files. (QTVSADDINBUG-2)
+- GUI class wizard: fix .ui file overwriting check. (QTVSADDINBUG-3)
+- When adding moc step, do not assume that cpp file is present. (QTVSADDINBUG-1)