aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomexternalitems.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: Have the outWriter ensure spaces instead of adding themOlivier De Cannière2025-01-311-6/+6
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-7/+7
* qmlformat: Reorder imports alphabeticallyOvidiu Tepescu2025-01-131-1/+12
* dom: load .ui.qml files in implicit importSami Shalayel2024-04-231-4/+5
* DOM: Allow loading and parsing of .mjs files + minor renameDmitrii Akshintsev2024-03-201-3/+7
* dom: make QmlFile aware of its lazinessSami Shalayel2024-03-191-26/+30
* ScriptExpression allow storing .mjs codeDmitrii Akshintsev2024-03-131-2/+2
* qqmldomcomments: link comments to nodes or regions by CommentCollectorSemih Yavuz2024-02-221-2/+3
* qqmljs.g: use canonical form for recovery optionsSami Shalayel2023-12-291-2/+2
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-1/+3
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-10/+10
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-071-1/+77
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-071-1/+15
* DOM: Allow loading and parsing of .js filesDmitrii Akshintsev2023-12-071-0/+27
* QmlDom: Avoid excessive copying of ctor argumentsUlf Hermann2023-12-051-6/+9
* qqmljs.g: add option to disable automatic identifier insertionSami Shalayel2023-11-281-1/+4
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-5/+8
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-25/+25
* qmlls: use resource files, when availableSami Shalayel2023-08-281-1/+1
* qmlls: fix 'qmldir contains dependency...' warningSami Shalayel2023-08-231-2/+6
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-141-5/+7
* QQmlJS::Dom::OwningItem should use UTC date stampsSami Shalayel2022-06-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* qmldom: ensure that major versions of qml only modules are listedFawzi Mohamed2022-05-191-0/+52
* qmldom: cleanup class declarationsFawzi Mohamed2022-05-191-30/+3
* qmldom: remove double serialization of m_isValidFawzi Mohamed2022-05-031-1/+0
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* qmldom: fix Map::fromMultiMapRef, and QmlDirectory dependenciesFawzi Mohamed2022-03-311-9/+17
* qmldom: remove ui from extensions detetected as qmlFawzi Mohamed2022-03-301-1/+1
* qmldom: remove duplicated lineFawzi Mohamed2022-03-211-1/+0
* qmldom: do not modify imports pathsFawzi Mohamed2021-12-181-10/+11
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+14
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-7/+390
* qmldom: DomItem and common APIFawzi Mohamed2020-12-031-0/+90