Github Push to hicknhack-software/Qt-Creator
-
Android: Use lldb-server from the host lldb debugger path
We want to have the lldb-server, matching the target ABI, from the NDK
path from where we have the host lldb debugger.
The previous version would take into consideration the default NDK if
set, or the NDK version used to build Qt.
Fixes: QTCREATORBUG-32494
Change-Id: Ibd1b4898052641a58a145d85181ae366800b3616
Reviewed-by: Alessandro Portale
Reviewed-by: Assam Boudjelthia -
qmlls: add build folder as import path
Work around QTBUG-132263 where qmlls from 6.8.2 doesn't read the
necessary .qrc files, and add the build folder (that contains all the
.qrc files) as import path for qmlls to find them.
This fixes qmlls not going to definition because of the ignored .qrc
files.
Task-number: QTBUG-132263
Change-Id: Ia0a8821a46c0cfba1767b0dea5761735ea28af06
Reviewed-by: David Schulz -
CppEditor: Fix qualification of return type in getter quickfix
We need to differentiate between "inside class" and "outside class"
contexts.
Fixes: QTCREATORBUG-32473
Change-Id: Idc763b35f69e85be6f088767b7c96c7e4bfab1e2
Reviewed-by: Christian Stenger -
Lua: Update documentation
Change-Id: I998196730ddc24a8377606b23f6f64cced806c1a
Reviewed-by: Eike Ziller -
Designer: Fix crash for CMake projects without cmake configured
When using the Wizard to configure a project using a Kit that doesn't
have a CMake tool configured Qt Creator would crash.
Fixes: QTCREATORBUG-32490
Change-Id: I16e0bb3d91e008f41ce55ef92b28ce92bbcbd6e6
Reviewed-by: Christian Kandeler
Reviewed-by: Christian Stenger -
Github: Cleanup workflow template
* Bumps qt-creator/install-dev-package to version 2.0
* Removes unnecessary/empty "Extract Qt Creator" step
Change-Id: I1101aabaa42b54db5190b339b9c7de3b9ad9c583
Reviewed-by: Cristian Adam -
ExtensionSystem: Describe VendorId
Change-Id: I2da3df26b967683a1f627ab066192823ecd5b87c
Reviewed-by: Eike Ziller -
Bump version to 16.0.0-rc1
Change-Id: Ib3c8f67ef9c1907addadd0eb68f3dc30a2276a4e
Reviewed-by: Eike Ziller -
Fix crash when MinGW toolchains are detected on macOS
The "RealGcc" toolchain factory does all the autodetection, and happily
autodetects toolchains of various type, also MinGW toolchains on macOS
if installed e.g. via Homebrew. But, the MinGW toolchain factory is not
added on macOS. So we end up with toolchains that have a typeId that is
not supported by any toolchain factory, which leads to various asserts,
and finally to a crash.
The patch filters out any "GCC related" toolchains that actually do not
have a factory, during the autodetection in the "RealGCC" toolchain
factory. It also adds some QTC_ASSERTs, though these are in the end not
able to prevent crashes elsewhere (e.g. when opening the settings
dialog).
Fixes: QTCREATORBUG-32127
Change-Id: If5c17d1a3aff9df4ec4172c9ed7901990ac7f3ce
Reviewed-by: Christian Kandeler -
Algorithm: Improve a recommended usage to more modern C++
Change-Id: Ia2be90e3f9384656a8390dcc948a7b3e0e6a8ca6
Reviewed-by: Christian Kandeler -
Axivion: Take column information into account
When displaying values inside the issue table we have
basic information on how to handle specific types.
Fixes: QTCREATORBUG-32023
Change-Id: I59724701868bd86fc92224b8323667ca64977411
Reviewed-by: Jarek Kobus
Reviewed-by: Mohammad Mehdi Salem Naraghi -
Axivion: Fix version handling for markers
Do not use the versioned marker, but the last available
version instead.
Do not refetch markers on changing the version end.
Fixes: QTCREATORBUG-32373
Change-Id: I963af916eb37f965131577eb8844aa0b3473a72c
Reviewed-by: Jarek Kobus
Reviewed-by: Mohammad Mehdi Salem Naraghi -
Axivion: Respect filter restrictions
Filters may have restrictions for which issue kinds they
are available.
Respect these restrictions and display only available
filters.
Change-Id: Ie667409af9a2ea493898e2abee208237d85eb84c
Reviewed-by: Christian Stenger
Reviewed-by: Mohammad Mehdi Salem Naraghi
Reviewed-by: Jarek Kobus -
EffectComposer: Avoid using tr include in headers
Removes unused default for parameter.
Change-Id: I3c9a268d12d539f1acac66d2147670dbf0bc78e8
Reviewed-by: Eike Ziller -
Doc: Use colors from Qt Design System 2.0 also in helps
Update colors in the fallback CSS file. This file is only
used if QT_INSTALL_DOCS/global/template/style/offline-dark.css
is not configured or accessible when the .qch file is built.
Task-number: QTBUG-133761
Change-Id: I470b1fc214e1476df1ee9dabe46bdaf2e9a42ca7
Reviewed-by: Eike Ziller -
Update application icons
Fixes: QTCREATORBUG-32142
Change-Id: Ic841b4066d6f66fd975d649c86dfed15d32ab2e4
Reviewed-by: Eike Ziller
Reviewed-by: Kai Köhne -
qtcreatoricons.svg: Recover "crumble path" hover state
It somehow broke during a previous migration between Inkscape versions.
Change-Id: Id052afd9f666f94989641e5e968a2bfb4801b1a9
Reviewed-by: Alessandro Portale -
Axivion: Tweak issue click behavior
Request the issue properties on selection and try to open
the file on double click.
Change-Id: I264e0fb4827183540e80f5544a4d77ce29ab088b
Reviewed-by: Jarek Kobus -
Debugger: Check for existence of attribute before using it
Amends 67072d3f5bb1.
Task-number: QTCREATORBUG-32475
Change-Id: Ib8ef4625a5b18f955ffd872766933ae7a9515bd4
Reviewed-by: David Schulz
Reviewed-by: Andrii Semkiv -
Axivion: Redo positioning on screen
Fixes: QTCREATORBUG-32506
Change-Id: I2bd83b81fb379038149e20d751f0f3b32d239eab
Reviewed-by: Christian Stenger
Reviewed-by: David Schulz