aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* QmlDom: Use QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-232-5/+5
* dom: load .ui.qml files in implicit importSami Shalayel2024-04-232-4/+6
* dom: do not set the file locations tree twiceSami Shalayel2024-04-151-2/+0
* qmlformat: Preserve up to 1 empty line between statementsLuca Di Sera2024-04-112-3/+23
* Add source location info to CommentSemih Yavuz2024-04-112-5/+11
* qqmldomcomment: Remove dead codeSemih Yavuz2024-04-112-17/+0
* qmldom: workaround crash in visiting AstCommentsSemih Yavuz2024-04-111-28/+14
* Add file locations for enum keyword and valuesSemih Yavuz2024-04-114-5/+13
* Add property type identifier locationsSemih Yavuz2024-04-111-0/+2
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-0/+9
* Add missing file locations in Function DeclarationsSemih Yavuz2024-04-111-0/+11
* Add missing file locations in ImportSemih Yavuz2024-04-114-2/+24
* Correct license for module and plugin fileLucie GĂ©rard2024-04-094-4/+4
* dom: avoid asserts during dom constructionSami Shalayel2024-04-051-34/+36
* dom: dot separated identifiers for all bindingsSami Shalayel2024-04-052-4/+41
* qmlls: fix crash when loading a file multiple timesSami Shalayel2024-03-271-1/+1
* ScriptFormatter. Fix MethodDefinitions formattingDmitrii Akshintsev2024-03-261-5/+8
* ScriptFormatter. Refactor visit(ClassDeclaration*)Dmitrii Akshintsev2024-03-261-33/+32
* ScriptFormatter. Refactor visit(PatternPropertyList*)Dmitrii Akshintsev2024-03-262-49/+39
* DomItem: allow fieldfilters in visitTreeSami Shalayel2024-03-264-11/+32
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-213-8/+19
* qmlls: find usages of inline components in property definitionsSami Shalayel2024-03-212-0/+16
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-213-0/+24
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-214-68/+144
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-201-0/+1
* DOM: Allow loading and parsing of .mjs files + minor renameDmitrii Akshintsev2024-03-204-9/+15
* dom: use implicit QmlComponent copy constructorSami Shalayel2024-03-191-6/+0
* dom: make QmlFile aware of its lazinessSami Shalayel2024-03-194-70/+129
* dom: move the importer and mapper to DomEnvironmentSami Shalayel2024-03-154-17/+52
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-145-61/+93
* dom: move createDom into DomEnvironment + renameSami Shalayel2024-03-145-51/+47
* ScriptFormatter. Support importClauses with FromClausesDmitrii Akshintsev2024-03-132-0/+68
* ScriptFormatter. Add import module supportDmitrii Akshintsev2024-03-132-0/+19
* ScriptFormatter. Handle closing ExportDeclaration semicolon in one placeDmitrii Akshintsev2024-03-132-9/+9
* ScriptFormatter. support default exportsDmitrii Akshintsev2024-03-131-0/+24
* ScriptFormatter. support export with FromClause-sDmitrii Akshintsev2024-03-132-0/+21
* ScriptFormatter. exportClause supportDmitrii Akshintsev2024-03-132-0/+54
* QmlFormat | ScriptFormatter. Improve HoistableDeclaration formattingDmitrii Akshintsev2024-03-131-1/+5
* ScriptFormatter. Add exportDeclaration supportDmitrii Akshintsev2024-03-132-0/+9
* ScriptExpression allow storing .mjs codeDmitrii Akshintsev2024-03-133-4/+9
* QmlFormat | ScriptExpression | extract parse function from ::setCodeDmitrii Akshintsev2024-03-132-19/+55
* QmlDom: fix GCC's -Wredundant-move warningThiago Macieira2024-03-041-1/+1
* Fix CodeChecker warning in qqmldomcommentsSemih Yavuz2024-02-261-3/+3
* qqmldomcomments: link comments to nodes or regions by CommentCollectorSemih Yavuz2024-02-225-193/+275
* Filter down item regions that comments can attach toSemih Yavuz2024-02-223-6/+32
* QmlFormat. Reformatter. Rename Rewriter to ScriptFormatterDmitrii Akshintsev2024-02-132-91/+93
* QmlFormat. Rewriter break implementation into .h and .cppDmitrii Akshintsev2024-02-142-829/+961
* QMLJSASTVisitor. Add JSVisitorDmitrii Akshintsev2024-02-141-260/+1
* Dom: Pass large and refcounted objects by referenceUlf Hermann2024-02-091-3/+3
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-304-26/+15