aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomastcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière2025-05-161-2/+2
* dom: add representation for super and this literalsSami Shalayel2024-06-281-0/+2
* dom: add representation for new + new member expressionsSami Shalayel2024-06-281-0/+6
* dom: add representation for regexp literalsSami Shalayel2024-06-281-1/+1
* dom: add dom representation for template literalsSami Shalayel2024-06-281-3/+5
* dom: add dom representation for lambdasSami Shalayel2024-06-041-9/+35
* qqmldomastcreator: move widely used check into own methodSami Shalayel2024-05-231-0/+9
* dom: dot separated identifiers for all bindingsSami Shalayel2024-04-051-0/+9
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-0/+9
* dom: move the importer and mapper to DomEnvironmentSami Shalayel2024-03-151-2/+2
* qmlls: support nested expressions in completionSami Shalayel2024-01-161-0/+3
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-0/+3
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-5/+5
* dom: add representation for unary expressionsSami Shalayel2023-12-081-0/+38
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-071-0/+3
* qmlls: completions for comma expressionsSami Shalayel2023-12-071-0/+3
* qmlls: implement completions for labelled statementsSami Shalayel2023-12-061-0/+3
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-061-0/+6
* qmlls: completions in throw statementsSami Shalayel2023-12-061-0/+3
* qmldom: add support for try catch statementsSami Shalayel2023-11-281-0/+9
* qmlls: check optional before accessing itSami Shalayel2023-11-201-5/+5
* qmldom: Remove dead codeSemih Yavuz2023-11-031-1/+0
* Use lambdas for repeating codeSemih Yavuz2023-10-301-68/+61
* qmldom: refactor marker structSemih Yavuz2023-10-301-26/+36
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-111-3/+2
* Dom: document finalizeScriptExpressionSami Shalayel2023-10-091-3/+3
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-1/+1
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-5/+5
* qmldomastcreator: do not crash when constructing ecmascript classSemih Yavuz2023-09-101-0/+3
* qmlls: use resource files, when availableSami Shalayel2023-08-281-1/+2
* qmlls: find usages of signals and bindingsSami Shalayel2023-07-211-0/+3
* qmldom: Add dom representations for iteration statementSemih Yavuz2023-06-281-0/+9
* qmldom: Add switch statement dom representationSemih Yavuz2023-06-271-0/+15
* QmlDom: support function parameters and coSami Shalayel2023-06-021-16/+118
* qmlls: find usages of id's and propertiesSami Shalayel2023-05-231-2/+7
* QmlDom: implement the FieldMemberExpressionSami Shalayel2023-05-231-0/+6
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-0/+21
* QmlDom: Attach scriptelements correctly to the DomSami Shalayel2023-05-231-1/+4
* QmlDom: support id-bindingsSami Shalayel2023-05-221-0/+2
* qmldom: Add more literalsSemih Yavuz2023-05-051-0/+3
* Qml: Add script element for return statementsSami Shalayel2023-05-021-0/+3
* qqmldomastcreator: set qqmljsscope in DOM script elementsSami Shalayel2023-05-021-14/+13
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-0/+167
* QQmlDomAstCreator: Rename StackEl to QmlStackElementSami Shalayel2023-05-021-5/+5
* QQmlDomAstCreator: split into header and implementation and renameSami Shalayel2023-04-121-9/+244
* Dom: add QQmlJSScope to QmlObjectSami Shalayel2023-04-121-2/+6
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-0/+73