aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.0.1
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-08-17 11:35:41 +0200
committerhjk <qtc-committer@nokia.com>2010-08-17 12:44:14 +0200
commit2be417bbc458684812bdf467c4fd91c2d9870d6c (patch)
tree37adbcbd869f9cc173e22e05c31df13bb4fa88fe /dist/changes-2.0.1
parent46b414f5a817f30033656dc1c4107a0e0054ec6d (diff)
rename changes file and add a known-issues file
(cherry picked from commit 84bca22f837614d6070318829c9b8a1b4f8ff87c)
Diffstat (limited to 'dist/changes-2.0.1')
-rw-r--r--dist/changes-2.0.149
1 files changed, 49 insertions, 0 deletions
diff --git a/dist/changes-2.0.1 b/dist/changes-2.0.1
new file mode 100644
index 0000000000..749cc165ab
--- /dev/null
+++ b/dist/changes-2.0.1
@@ -0,0 +1,49 @@
+The QtCreator 2.0.1 release contains mainly bug fixes on top of 2.0
+
+Below is a list of relevant changes. You can find a complete list of changes
+within the logs of Qt Creator's sources. Simply check it out from the public git
+repository e.g.,
+
+git clone git://gitorious.org/qt-creator/qt-creator.git
+git log --cherry-pick --pretty=oneline v2.0.0...v2.0.1
+
+General
+ * Fix the suggested path in the new dialog in case of sub projects
+ * Search dialog now opens the completion box for the search term on cursor down
+
+Editing
+ * FakeVim: Fix issues with non-letter keys on non-US keyboards
+ * FakeVim: Fix performance of find/replace
+ * Fixed disabled "Open with" context menu in project tree.
+
+C++ Support
+
+Project support
+ * Fix auto-scrolling in application and compile output
+
+Debugging
+ * Fix display of certain structures within containers
+ * Fix display of typedefs of typedefs of simple types such as qulonglong
+ * Fix behaviour of 'step' and 'next' when a lower frame was selected
+ * Fix std::string display for objects with (the legal) ref count -1
+ * Improve gdb version string parsing
+ * Fix that the newest version of compiled debugging helper was not used
+ if there was an older version still was around in a different search path
+
+QML/JS Support
+ * New QmlDesigner
+ * Allows visual manipulation of .qml files
+ * Supports changing top-level states
+ * Integrates tighly with text editor, e.g. shared history, navigation facilities ...
+
+Platform Specific
+
+Mac
+
+Linux (GNOME and KDE)
+
+Windows
+ * Fixed that some menu items got disabled during keyboard navigation
+
+Additional credits go to:
+