aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomastdumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière2025-05-161-2/+2
* qmlformat: don't make comments jump around functionsSami Shalayel2025-03-181-4/+10
* QML: Add final property attributeOlivier De Cannière2025-03-061-3/+3
* Dom: Do not pass large objects by value, next roundUlf Hermann2023-12-221-1/+4
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-2/+2
* qmldom: ASTDumper: fix typoFabian Kosmale2023-08-301-1/+1
* Kill TypeArgument(List)Sami Shalayel2023-04-121-6/+0
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-0/+8
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-16/+0
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-0/+8
* qmldomaspdumper: fix invalid XML node names and syntaxMoody Liu2022-07-081-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* qmldom/standalone: Fix build against Qt 6.2.4Fawzi Mohamed2022-04-221-2/+11
* qmldom: improve standalone reparsing of bindingsFawzi Mohamed2021-11-221-6/+9
* Clean up property attributes (2/2)Fabian Kosmale2021-11-171-1/+1
* Clean up property attributes (1/2)Fabian Kosmale2021-11-171-4/+4
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-29/+44
* qmldom: ignore semicolonToken in ast dump with SloppyCompareFawzi Mohamed2021-05-311-30/+43
* qmldom: astdumperFawzi Mohamed2021-04-141-0/+1103