Skip to content
Snippets Groups Projects
Commit 567c6eb8 authored by Eike Ziller's avatar Eike Ziller Committed by Kai Koehne
Browse files

Add changes-3.3.1


Change-Id: I56d0e82f69e604aca3dc65940218ed471d203516
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
parent a780ddc8
No related branches found
Tags v3.3.1
No related merge requests found
Qt Creator version 3.3.1 contains bug fixes.
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.3.0..v3.3.1
Editing
* Fixed crash with some highlighting files (QTCREATORBUG-13883)
CMake Projects
* Fixed include completion (QTCREATORBUG-13567)
* Fixed highlighting for CMake files (QTCREATORBUG-13588)
C++ Support
* Fixed comment continuation (QTCREATORBUG-13415)
* Fixed Convert to Pointer refactoring action for auto variables
(QTCREATORBUG-13605)
* Fixed that triggering refactoring actions from the context menu
worked only if the text cursor was set first (QTCREATORBUG-13388)
* Fixed crash if no kits are available (QTCREATORBUG-13730)
* Fixed infinite loop when parsing some files (QTCREATORBUG-13703)
* Fixed crash when #if nesting is deeper than 512 levels
Version Control Systems
* Git
* Fixed reverting chunks in diff viewer when diff.mnemonicprefix is set
(QTCREATORBUG-13782)
* ClearCase
* Fixed that check out was requested even though the file was already
checked out (QTCREATORBUG-13782)
Code Pasting
* Fixed pasting to pastebin.ca (QTCREATORBUG-13802)
Platform Specific
OS X
* Fixed dropping files from Finder onto Qt Creator (QTBUG-40449)
Android
* Fixed crash when removing auto-detected kits (QTCREATORBUG-13736)
* Fixed debugging applications that link many modules (QTCREATORBUG-13691)
WinRT
* Fixed installing custom files into package root (QTCREATORBUG-13835)
* Fixed occasional crashes when debugging
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment