Skip to content

v13.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 13:49
· 1233 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 13.0.1

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

General

Help

  • Examples Browser

    • Fixed that two columns were shown for the wrong category
      (QTCREATORBUG-30634)
    • Fixed that the clear button was missing after typing in the filter input
  • Fixed links to QML properties
    (QTCREATORBUG-30625)

Editing

  • Fixed that backspace could delete more than one whitespace in the middle of a line
    (QTCREATORBUG-30725)

C++

QML

  • Fixed a crash when creating a Qt Quick Application when the QML language server is enabled
    (QTCREATORBUG-30739)

Models

Projects

  • Fixed that the text editor for environment changes showed a blinking cursor even when not focused
    (QTCREATORBUG-30640)
  • Fixed that the option Start build processes with low priority did not persist
    (QTCREATORBUG-30696)

CMake

Debugging

  • Fixed a crash when enabling QML debugging
    (QTCREATORBUG-30706)
  • LLDB
    • Fixed that Additional Attach Commands were not used

Analyzer

Clang

Terminal

  • Fixed the TERM environment variable, which broke the functioning of certain command line tools
    (QTCREATORBUG-30737)

Platforms

Android

  • Updated the command line tools that are installed with Set Up SDK
  • Fixed that Qt ABI detection was wrong directly after Set Up SDK
    (QTCREATORBUG-30568)

iOS

Remote Linux

  • Fixed that deployment could block Qt Creator until finished
  • Fixed that it was not possible to change the device name
    (QTCREATORBUG-30622)

Credits for these changes go to:

Ahmad Samir
Alessandro Portale
BogDan Vatra
Christian Kandeler
Christian Stenger
Cristian Adam
David Faure
David Schulz
Eike Ziller
Jaroslaw Kobus
Jussi Witick
Leena Miettinen
Marcus Tillmanns
Robert Löhning