Skip to content

v12.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 15:38
· 3896 commits to master since this release

These packages are not officially supported, for official packages please check out https://download.qt.io/official_releases/qtcreator

Qt Creator 12.0.2

Qt Creator version 12.0.2 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://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/v12.0.1..v12.0.2

General

External Tools

Editing

C++

Language Server Protocol

  • Fixed a crash when completing

Markdown

  • Fixed that clicking on file links cleared the preview instead of opening the
    file
    (QTCREATORBUG-30120)

Projects

  • Fixed that trying to stop remote processes that were no longer reachable
    resulted in a broken run control state
  • Fixed a potential infinite loop
    (QTCREATORBUG-30067)
  • Fixed a crash when navigating in the Projects view
    (QTCREATORBUG-30035)
  • Fixed that custom compiler settings could vanish after restart
    (QTCREATORBUG-30133)
  • Fixed the restoring of per project C++ file name settings

CMake

  • Fixed that automatic re-configuration on saving files while a build is
    running could fail
    (QTCREATORBUG-30048)
  • Fixed that the automatically added library path was wrong for targets with
    the same name as special CMake targets (like "test")
    (QTCREATORBUG-30050)
  • Fixed that the cm locator filter did not show all targets
    (QTCREATORBUG-29946)
  • Fixed adding files with the wizards when triggered through File > New File
    (QTCREATORBUG-30170)
  • Fixed adding QML files to CMake files when variables like ${PROJECT_NAME}
    are used for the target name
    (QTCREATORBUG-30218)
  • Fixed adding files to OBJECT libraries
    (QTCREATORBUG-29914)
  • CMake Presets

Conan

Autotools

  • Fixed that makefiles where no longer recognized as project files

Debugging

CMake

Terminal

Platforms

Android

iOS

  • Fixed that multiple dialogs informing about devices that are not in developer
    mode were opened simultaneously
  • Fixed that a wrong warning about the provisioning profile could be shown
    (QTCREATORBUG-30158)

Remote Linux

  • Fixed that deployment could fail when trying to kill the potentially running
    application
    (QTCREATORBUG-30024)

Boot2Qt

  • Fixed that SSH operations could silently fail after the connection got lost
    (QTCREATORBUG-29982)

WASM

Credits for these changes go to:

Alessandro Portale
André Pönitz
Artem Sokolovskii
Christian Kandeler
Christian Stenger
Cristian Adam
Cristián Maureira-Fredes
David Faure
David Schulz
Eike Ziller
Fabian Vogt
Jaroslaw Kobus
Leena Miettinen
Marcus Tillmanns
Mathias Hasselmann
Robert Löhning
Sivert Krøvel
Thiago Macieira
Yasser Grimes