aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.0.1
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-02-05 09:38:28 +0100
committerEike Ziller <eike.ziller@digia.com>2014-02-05 09:39:23 +0100
commit5d7e408121b8539c81bb2619776f4c2536dcef6e (patch)
tree31302520b99c6f82c87092095647f4f148ceb082 /dist/changes-3.0.1
parent650d8710cb6a22b0c9c3307a14fa15fdc199be39 (diff)
Add changes file for 3.0.1
Change-Id: I2be8c105fcde044b73f3f24be6db560f71524fe5 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'dist/changes-3.0.1')
-rw-r--r--dist/changes-3.0.170
1 files changed, 70 insertions, 0 deletions
diff --git a/dist/changes-3.0.1 b/dist/changes-3.0.1
new file mode 100644
index 0000000000..1c0227b519
--- /dev/null
+++ b/dist/changes-3.0.1
@@ -0,0 +1,70 @@
+Qt Creator version 3.0.1 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.0.0..v3.0.1
+
+Compilers
+ * MSVC
+ * Added detection of native 64 bit arm toolchain
+ * Fixed issue with duplicate entries
+
+QMake Projects
+ * Fixed issue with duplicate entries when configuring projects
+
+Debugging
+ * GDB and LLDB
+ * Added pretty printer for QTimeZone
+ * Fixed pretty printer for QSharedDataPointer
+ * Fixed display of multiple inheritance from std::list
+ (QTCREATORBUG-11023)
+ * GDB
+ * Fixed inserting breakpoints while application is running
+ (QTCREATORBUG-11084)
+ * Fixed display of std::array<some_struct>
+ * LLDB
+ * Fixed display of bases in case of multiple inheritance
+ (QTCREATORBUG-11109)
+ * CDB
+ * Fixed stepping through sources of Qt 5.2 binary package
+ (QTCREATORBUG-11233)
+
+C++ Support
+ * Fixed selecting project to use for specific file
+ * Fixed completion for nested enums (QTCREATORBUG-5456)
+
+QML Profiler
+ * Improved performance (QTCREATORBUG-10950)
+ * Fixed issue with missing details for bindings in events pane
+
+Qt Quick Designer
+ * Added missing Qt Quick 2 specific properties
+ * Fixed crash when anchoring root item (QTCREATORBUG-11078)
+ * Fixed crash when dragging item from library and imports need to change
+ (QTCREATORBUG-11139)
+ * Fixed crash with invalid anchors (QTCREATORBUG-11255)
+ * Fixed crash when editing text without pressing enter or return key
+ (QTCREATORBUG-11249)
+ * Fixed crash with Anchors > Fill and Qt Quick Controls (QTCREATORBUG-10476)
+ * Fixed updating the UI when switching between states (QTCREATORBUG-10674)
+
+FakeVim
+ * Fixed that user command left editor in overwrite mode (QTCREATORBUG-10460)
+
+Platform Specific
+
+Android
+ * Fixed too short timeouts when calling external tools (QTCREATORBUG-10944)
+ * Fixed issues with build paths with non-latin characters (QTBUG-34316)
+ * Fixed issue with symbol search path for debugging (QTCREATORBUG-10382)
+
+iOS
+ * Improved startup performance of on-device debugging (QTCREATORBUG-10884)
+ * Fixed executable path shown in run configuration UI (QTCREATORBUG-11080)
+ * Fixed handling of control characters in application output
+ (QTCREATORBUG-11219)
+ * Fixed that custom application arguments were lost after restart
+