aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-29 15:52:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-29 15:52:36 +0100
commitf1cec4629e3a4d020b5372172d7adbdad6345898 (patch)
tree3f1d555be02a84cb8d28feb578d7382bf82933ac /dist
parent9d29b251e7abbf6184c4c5c17c3350d31454dc98 (diff)
parent6d8d85b11638d5931781b707ae44eccf9d0552b5 (diff)
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/libs/utils/tooltip/tips.cpp src/plugins/coreplugin/versiondialog.cpp src/plugins/projectexplorer/kitinformationconfigwidget.cpp src/plugins/qnx/blackberryapplicationrunner.cpp src/plugins/qnx/blackberrydeployconfiguration.cpp src/plugins/qnx/blackberrydeployconfiguration.h src/plugins/qt4projectmanager/qmakekitconfigwidget.cpp Change-Id: I7886ec971942d9e0a9da237dcf4ceb1687abd71b
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-2.6.2129
1 files changed, 129 insertions, 0 deletions
diff --git a/dist/changes-2.6.2 b/dist/changes-2.6.2
new file mode 100644
index 0000000000..d5451db38a
--- /dev/null
+++ b/dist/changes-2.6.2
@@ -0,0 +1,129 @@
+
+Qt Creator version 2.6.2 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 v2.6.1..v2.6.2
+
+General
+ * Fixed Qt version in VersionDialog
+ * Improved kits set up (QTCREATORBUG-8576, QTCREATORBUG-8081)
+ * Fixed editing of kits sysroot and mkspec (QTCREATORBUG-8586)
+ * Fixed excessive emission of change signals from KitManager
+ * Fixed display of Visual Studio compiler installations
+ (QTCREATORBUG-8487)
+ * Fixed integrity of device settings when closing option page
+ * Fixed update of examples when default kit changes
+
+Editing
+ * Fixed crash when closing some editors while tooltip is active
+ (QTCREATORBUG-8630)
+ * Fixed warning about empty file in memory editor
+
+Managing Projects
+ * Added check if file is readable when determining its ABI
+ * Fixed warning about running processes with empty environment
+
+QMake Projects
+ * Fixed display of directories in warnings (QTCREATORBUG-8585)
+ * Added QMAKE_INCDIR to headers search paths
+
+CMake Projects
+
+Debugging
+ * Sped up disassembly retrieval
+ * Updated documentation of command-line arguments
+ * Fixed visibility of Debugging Helper Dialog (QTCREATORBUG-8440)
+
+Analyzer
+
+C++ Support
+ * Fixed invalid common prefix calculation which led to freezes
+ (QTCREATORBUG-8472, QTCREATORBUG-8532)
+
+QML/JS Support
+ * Fixed Qt version in qmlobserver
+
+GLSL Support
+
+Help
+
+Qt Designer
+
+Qt Quick Designer
+ * Fixed some parts of the tutorial
+
+Version control plugins
+
+Git
+
+SVN
+
+ClearCase
+ * Fixed focus on Check Out dialog
+
+FakeVim
+
+Platform Specific
+
+Mac
+
+Linux
+
+Windows
+
+Remote Linux Support
+ * Documented deployment settings for generic Linux devices
+
+QNX
+ * Fixed log output
+ * Fixed update of path chooser model when browsing finishes
+ * Fixed saving of changes to BlackBerry deploy information
+ * Fixed QML_IMPORT_PATH setting in shipped bar-descriptor.xml files
+
+Android
+ * Fixed crash when pressing stop button
+
+Madde
+
+Pastebin:
+ * Fixed pasting of .cpp files
+
+Testing
+ * Enabled squish tests with MSVC again
+ * Fixed some squish tests
+ * Added test for QML outline
+
+Tools
+ * Fixed addQt test in SDKTool
+ * Fixed creation of group/world readable files in SDKTool
+ (QTCREATORBUG-8458)
+ * Fixed leak in zeroconf
+
+Packaging
+ * Use x86 instead of i386 for file names
+
+
+
+Credits for these changes go to:
+
+Aurindam Jana
+BogDan Vatra
+Christian Stenger
+Daniel Teske
+David Schulz
+Eike Ziller
+Erik Verbruggen
+Friedemann Kleint
+André Pönitz
+Leena Miettinen
+Mehdi Fekari
+Montel Laurent
+Orgad Shaneh
+Robert Loehning
+Sergey Belyashov
+Tobias Hunger
+Tobias Nätterlund