aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomelements_p.h
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: customizable semicolonSemih Yavuz2025-05-131-0/+1
* Port away from QPairZhao Yuhang2025-04-121-2/+2
* Remove some unneeded destructor declarationsGiuseppe D'Angelo2025-01-201-1/+0
* QQmlDom: fix buildGiuseppe D'Angelo2025-01-201-1/+1
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-35/+35
* split QmlObject::writeOut into smaller functionsSami Shalayel2024-11-041-0/+15
* qmldom: don't construct unique_ptr on incomplete typesSami Shalayel2024-10-091-2/+2
* DocumentSymbol add Detail deriving functionalityDmitrii Akshintsev2024-09-241-0/+4
* unify MethodInfo::writeOutDmitrii Akshintsev2024-09-241-2/+5
* dom: add a method to print a method signatureSami Shalayel2024-09-241-0/+4
* qmlformat: respect the type annotated signal formSemih Yavuz2024-09-031-1/+5
* qmlformat: Do not remove the enum items' default valueSemih Yavuz2024-06-051-2/+9
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-211-4/+4
* qmlls: find usages of inline components in property definitionsSami Shalayel2024-03-211-0/+8
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-211-0/+5
* DOM: Allow loading and parsing of .mjs files + minor renameDmitrii Akshintsev2024-03-201-4/+5
* dom: use implicit QmlComponent copy constructorSami Shalayel2024-03-191-6/+0
* ScriptExpression allow storing .mjs codeDmitrii Akshintsev2024-03-131-1/+5
* QmlFormat | ScriptExpression | extract parse function from ::setCodeDmitrii Akshintsev2024-03-131-0/+19
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-0/+4
* Dom: Initialize QmltypesComponent::m_accessSemanticsUlf Hermann2023-12-181-1/+1
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-96/+109
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-071-1/+2
* QML: Allow JavaScript extension typesUlf Hermann2023-11-161-0/+3
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-0/+4
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-111-0/+5
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-10/+10
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-4/+4
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-74/+66
* qmlformat: correctly handle rest operator in method parametersSemih Yavuz2023-09-121-0/+1
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-3/+2
* qmlformat: Handle pragma directive correctlySemih Yavuz2023-06-091-1/+6
* qmlls: find usages of methodsSami Shalayel2023-06-051-1/+1
* QmlDom: support function parameters and coSami Shalayel2023-06-021-3/+17
* qmlls: find usages of id's and propertiesSami Shalayel2023-05-231-0/+5
* QmlDom: support id-bindingsSami Shalayel2023-05-221-0/+1
* QmlDom: Remove the standalone version of QmlDomOlivier De Cannière2023-05-041-5/+1
* qqmldomastcreator: set qqmljsscope in DOM script elementsSami Shalayel2023-05-021-0/+3
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-1/+5
* QQmlDomAstCreator: split into header and implementation and renameSami Shalayel2023-04-121-4/+4
* Dom: add QQmlJSScope to QmlObjectSami Shalayel2023-04-121-0/+4
* QML: Add comments for various kindsFabian Kosmale2022-10-311-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-141-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* qmlls: completions for idsFawzi Mohamed2022-05-191-7/+1
* qmldom: cleanup class declarationsFawzi Mohamed2022-05-191-14/+14
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-0/+3
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+1
* qmldom: correct set code from string in bindingsFawzi Mohamed2022-03-311-3/+5