aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* update target description for qmllsMoody Liu2022-06-101-1/+1
* qmltc: Get rid of Qml IRAndrei Golubev2022-06-108-676/+92
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-1010-1195/+743
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-041-62/+182
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-041-18/+79
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-041-3/+40
* qmlimportscanner: Ensure deterministic outputAlexandru Croitor2022-06-041-2/+9
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-9/+1
* Address extension types in qmltcAndrei Golubev2022-06-024-14/+159
* GCC std::optional whack-a-mole [2/N]: qmllsMarc Mutz2022-06-021-1/+1
* qmltc: Handle missing command line arguments in a more friendly wayJonah BrĂ¼chert2022-05-301-0/+9
* qmlls: use CompletionItemKind::Class for QML typesMoody Liu2022-05-261-14/+19
* qmlls: use proper completion item kind for propertiesMoody Liu2022-05-251-1/+1
* qmlls: completions for idsFawzi Mohamed2022-05-191-74/+74
* qmlls: add custom notification to set build directoriesFawzi Mohamed2022-05-193-1/+90
* qmlls: completion supportFawzi Mohamed2022-05-197-1/+735
* qmlls: workspace supportFawzi Mohamed2022-05-195-1/+258
* QmlTCVisitor: Silence coverity warningFabian Kosmale2022-05-161-0/+3
* Re-add qmlprofiler qmleasing and qmlplugindump to default targetUlf Hermann2022-05-111-9/+16
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-113-22/+31
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-114-8/+8
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-1/+13
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-1/+1
* qmlls/qmllintsuggestions: Use qmllint pluginsMaximilian Goldstein2022-05-041-2/+1
* Use QQmlJSUtils::hasCompositeBase() in qmltccompiler.cppAndrei Golubev2022-05-031-11/+1
* qmltc: Move alias compilation to qqmltccompilerAndrei Golubev2022-05-035-235/+230
* qmlls/qmllintsuggestions: Use versioned TextDocument in CodeActionsMaximilian Goldstein2022-05-031-4/+13
* qmlls: make textsynchronization utf8 conversions explicitFawzi Mohamed2022-05-021-4/+7
* qmlls: add build pathsFawzi Mohamed2022-05-026-12/+202
* qmlls: call lsp uris urlsFawzi Mohamed2022-05-025-66/+78
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-2918-427/+469
* qmlls: ensure proper shutdown on QQmmlCodeModel destructorFawzi Mohamed2022-04-282-15/+37
* qmlls: improve valid handing with commitToBase with validEnvFawzi Mohamed2022-04-282-37/+5
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-04-283-11/+24
* qmltc: Use QQmlJSScope::ownRuntimeFunctionIndex() in method compilationAndrei Golubev2022-04-284-67/+18
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-04-284-15/+23
* Migrate to QQmlJSScope-based deferred property checks in qmltcAndrei Golubev2022-04-287-77/+80
* QmltcTypeResolver: Take visitor as pointerUlf Hermann2022-04-283-6/+6
* Move literal types check out of QQmlJSTypeResolverUlf Hermann2022-04-271-0/+5
* Make QQmlEngine resolve closures when executing runtime functionsAndrei Golubev2022-04-271-28/+8
* qmlls/qmllintsuggestions: Fix wrong fix suggestion offsetsMaximilian Goldstein2022-04-261-4/+4
* qmllint: Show whether a plugin is built-in or notMaximilian Goldstein2022-04-261-3/+5
* QQmlJSImportVisitor: always create JSFunctionScope for script bindingsAndrei Golubev2022-04-261-2/+3
* qmlls: set application name consistent with executable name (qmlls)Fawzi Mohamed2022-04-251-2/+2
* qmlls: correctly handle null linter.logger()Fawzi Mohamed2022-04-221-5/+5
* qmllint: Add option to disable individual pluginsMaximilian Goldstein2022-04-211-8/+27
* CMake: Add _qmllint_json targetMaximilian Goldstein2022-04-111-3/+13
* Turn the QtQuick qmllint plugin into a proper shared libraryMaximilian Goldstein2022-04-117-145/+0
* qmllintsuggestions: Use logger data directlyMaximilian Goldstein2022-04-081-35/+30
* qmllint: Implement QtQuick pluginMaximilian Goldstein2022-04-057-0/+145