Skip to content

Releases: hicknhack-software/Qt-Creator

Release refs/tags/v11.0.0-rc1-snapshot-2023-07-07

Release v10.0.1 snapshot 2023-04-02

02 Apr 18:21
Compare
Choose a tag to compare

QtCreator 10.0.1 snapshot + patches:

  • Fixed resolve types for curly brace constructors
  • Build QmlDesigner with Qbs
  • Added MSVC caret diagnostics output parsing support
  • Fixed MSVC output window file links on notes
  • Visualize Git changes in project tree
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
  • Support for trailing return types in quickfixes
  • Qbs Action to debug with Visual Studio 2022
  • Qbs Action to generate Visual Studio 2022 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
  • display snapshot version in about dialog
  • properly indented line comments
  • no jump to task list after build errors
  • use patched Qbs for Windows build
  • use "c++2a" (Gcc/Clang) / "c++latest" (MSVC) from qbs for clang code model

Patched of Qbs 2.0 snapshot + patches:

  • Added support for "object" targets
  • Usable MsBuild project generator
  • C++2b and C++2a support for MSVC

Release refs/tags/v9.0.2-snapshot-2023-04-02

02 Apr 21:56
Compare
Choose a tag to compare
QtCreator 9.0.2 snapshot + patches:

* Build QmlDesigner with Qbs
* Added MSVC caret diagnostics output parsing support
* Fixed MSVC output window file links on notes
* Updated to use Qt 6.3.2
* Visualize Git changes in project tree
* Fixed CdbExt Python Support in Qbs build
* Include Qbs in Github Actions
* Improved QML/JS formatting
* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio 2022
* Qbs Action to generate Visual Studio 2022 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched Qbs for Windows build
* use "c++2a" (Gcc/Clang) / "c++latest" (MSVC) from qbs for clang code model

Patched of Qbs 1.24.0 snapshot + patches:

* Support for building Qbs with Qt 6.3.0
* Usable MsBuild project generator
* C++2b and C++2a support for MSVC
* Fixed qbs build for Qt6+

Release refs/tags/v9.0.2-snapshot-2023-01-07

08 Jan 22:29
Compare
Choose a tag to compare

NOTE: Linux build is broken! (misses Qt libraries)

QtCreator 9.0.2 snapshot + patches:

  • Build QmlDesigner with Qbs
  • Added MSVC caret diagnostics output parsing support
  • Fixed MSVC output window file links on notes
  • Updated to use Qt 6.3.2
  • Visualize Git changes in project tree
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
  • Support for trailing return types in quickfixes
  • Qbs Action to debug with Visual Studio 2022
  • Qbs Action to generate Visual Studio 2022 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
  • display snapshot version in about dialog
  • properly indented line comments
  • no jump to task list after build errors
  • use patched Qbs for Windows build
  • use "c++2a" (Gcc/Clang) / "c++latest" (MSVC) from qbs for clang code model

Patched of Qbs 1.24.0 snapshot + patches:

  • Support for building Qbs with Qt 6.3.0
  • Usable MsBuild project generator
  • C++2b and C++2a support for MSVC
  • Fixed qbs build for Qt6+

Release refs/tags/v9.0.0-rc1-snapshot-2022-10-29

30 Oct 01:42
Compare
Choose a tag to compare
QtCreator 9.0.0-rc1 snapshot + patches:

* Build QmlDesigner with Qbs
* Added MSVC caret diagnostics output parsing support
* Fixed MSVC output window file links on notes
* Updated to use Qt 6.3.2
* Visualize Git changes in project tree
* Fixed CdbExt Python Support in Qbs build
* Include Qbs in Github Actions
* Improved QML/JS formatting
* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio 2022
* Qbs Action to generate Visual Studio 2022 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched Qbs for Windows build
* use "c++2a" (Gcc/Clang) / "c++latest" (MSVC) from qbs for clang code model

Patched of Qbs 1.24.0 snapshot + patches:

* Support for building Qbs with Qt 6.3.0
* Usable MsBuild project generator
* C++2b and C++2a support for MSVC
* Fixed qbs build for Qt6+

Release v8.0.1 patched snapshot 2022-07-23

QtCreator 8.0.1 snapshot + patches:

  • Added MSVC caret diagnostics output parsing support
    About Dialog
  • Fixed MSVC output window file links on notes
  • Updated to use Qt 6.3.0
  • Visualize Git changes in project tree (Contributed by @harryherold)
    Git Change Animation
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
    Before:
    Before Screenshot
    After:
    After Screenshot
  • Support for trailing return types in quickfixes
    Demo Animation
  • Qbs Action to debug with Visual Studio 2022
  • Qbs Action to generate Visual Studio 2022 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
    Demo Animation
  • display snapshot version in about dialog
    About Dialog
  • properly indented line comments
    Before:
    Before Animation
    After:
    After
  • no jump to task list after build errors
  • use patched qbs for Windows build
  • use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Patched of Qbs 1.23.0 snapshot 2022-07-23 + patches:

  • Support for building Qbs with Qt 6.3.0
  • Usable MsBuild project generator
  • C++2b and C++2a support for MSVC
  • Fixed qbs build for Qt6+

Release refs/tags/v7.0.3-patched-snapshot-2022-06-06

QtCreator 7.0.3 snapshot + patches:

* Updated to use Qt 6.3.0
* Visualize Git changes in project tree
* Fixed CdbExt Python Support in Qbs build
* Include Qbs in Github Actions
* Improved QML/JS formatting
* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio 2022
* Qbs Action to generate Visual Studio 2022 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs v1.22.1 snapshot 2022-04-30 + patches:

* Support for building Qbs with Qt 6.3.0
* Usable msbuild project generator
* C++2b and C++2a support for msvc
* Fixed qbs build for Qt6+

Release v7.0.2 patched snapshot 2022-05-07

QtCreator 7.0.2 snapshot + patches:

  • Updated to use Qt 6.3.0
  • Visualize Git changes in project tree (Contributed by @harryherold)
    Git Change Animation
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
    Before:
    Before Screenshot
    After:
    After Screenshot
  • Support for trailing return types in quickfixes
    Demo Animation
  • Qbs Action to debug with Visual Studio 2022
  • Qbs Action to generate Visual Studio 2022 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
    Demo Animation
  • display snapshot version in about dialog
    About Dialog
  • properly indented line comments
    Before:
    Before Animation
    After:
    After
  • no jump to task list after build errors
  • use patched qbs for Windows build
  • use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs v1.22.1 snapshot 2022-04-30 + patches:

  • Support for building Qbs with Qt 6.3.0
  • Usable msbuild project generator
  • C++2b and C++2a support for msvc
  • Fixed qbs build for Qt6+

Release v7.0.2 patched snapshot 2022-04-30

QtCreator 7.0.2 snapshot + patches:

  • Updated to use Qt 6.3.0
  • Visualize Git changes in project tree (Contributed by @harryherold)
    Git Change Animation
  • Fixed CdbExt Python Support in Qbs build
  • Include Qbs in Github Actions
  • Improved QML/JS formatting
  • Fixed MSVC output window link parsing
    Before:
    Before Screenshot
    After:
    After Screenshot
  • Support for trailing return types in quickfixes
    Demo Animation
  • Qbs Action to debug with Visual Studio
  • Qbs Action to generate Visual Studio 2019 project
  • extended macro expander for ActiveProject and CurrentTarget
  • suppress pragma once warnings in headers
  • error navigation in compile output window
    Demo Animation
  • display snapshot version in about dialog
    About Dialog
  • properly indented line comments
    Before:
    Before Animation
    After:
    After
  • no jump to task list after build errors
  • use patched qbs for Windows build
  • use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs v1.22.1 snapshot 2022-04-30 + patches:

  • Support for building Qbs with Qt 6.3.0
  • Usable msbuild project generator
  • C++2b and C++2a support for msvc
  • Fixed qbs build for Qt6+

Release refs/tags/v7.0.1-patched-snapshot-2022-04-17

QtCreator 7.0.1 snapshot + patches:

* Updated to use Qt 6.3.0
* Visualize Git changes in project tree
* Fixed CdbExt Python Support in Qbs build
* Include Qbs in Github Actions
* Improved QML/JS formatting
* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs v1.22.1 snapshot 2022-04-17 + patches:

* Support for building Qbs with Qt 6.3.0
* Usable msbuild project generator
* C++2b and C++2a support for msvc
* Fixed qbs build for Qt6+