summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-01-10 14:51:56 +0100
committerEike Ziller <eike.ziller@digia.com>2014-01-14 11:07:20 +0100
commit3330b695fa9ad279cfaada8fdf5d6f9011530722 (patch)
tree8ed8771deedb185d6e5747a2738f640556495454 /dist
parentc7b45ff8b04efa05707b1cf37f7bd73016fcf1b5 (diff)
downloadqt-creator-3330b695fa9ad279cfaada8fdf5d6f9011530722.tar.gz
Add changes file for 3.1
Change-Id: I4c1603d2cb8da8ae5e89781529277f9a5177ed3e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.1.085
1 files changed, 85 insertions, 0 deletions
diff --git a/dist/changes-3.1.0 b/dist/changes-3.1.0
new file mode 100644
index 0000000000..5d5e5677d0
--- /dev/null
+++ b/dist/changes-3.1.0
@@ -0,0 +1,85 @@
+Qt Creator version 3.1 contains bug fixes and new features.
+
+There is a total of about X changes by N individual contributors.
+
+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 origin/3.0..origin/master
+
+General
+
+Editing
+
+Managing and Building Projects
+
+Compilers
+
+Devices
+
+QMake Projects
+ * Added context menu item "Add Existing Directory" that adds all
+ files from a directory (QTCREATORBUG-9081)
+
+CMake Projects
+
+Qbs Projects
+ * Added option for building with --check-timestamps
+
+Generic Projects
+ * Added context menu item "Add Existing Directory" that adds all
+ files from a directory (QTCREATORBUG-9081)
+ * Made importing files follow directory symlinks (QTCREATORBUG-8897)
+
+Debugging
+ * GDB
+ * CDB
+ * LLDB
+ * QML
+
+Analyzer
+
+C++ Support
+ * Fixed parsing of ??< ??> ??( ??) trigraphs (QTCREATORBUG-2474)
+
+Python Support
+
+GLSL Support
+
+Diff Viewer
+
+Version Control Systems
+ * Git
+ * Added visual indicator for affected commits when resetting and rebasing
+ * Enabled option to push commit directly after fixup
+ * ClearCase
+ * Improved performance of indexing dynamic views
+ * Added warning when editing Derived Objects
+
+FakeVim
+ * Made dot command work for letter case commands in visual mode
+
+Platform Specific
+
+Linux
+
+Qt Support
+
+QNX
+ * Added support for Python based pretty printers when debugging on devices
+ * Added better error messages for common deployment errors
+ (QTCREATORBUG-9673, QTCREATORBUG-9001)
+ * Fixed several issues with certificate password dialog in BlackBerry
+ options (QTCREATORBUG-10948)
+
+Android
+ * Made it possible to cancel waiting for an AVD to boot up
+
+Remote Linux
+
+Bare Metal
+
+Credits for these changes go to:
+