aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-102-1/+50
* QmlObject: fix comparison of mixed-signedness values - idiomaticallyMarc Mutz2022-05-081-1/+1
* QmlDomPrivate: includemocsMarc Mutz2022-05-019-0/+18
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* Simplify moduleIndexWithUri logicFabian Kosmale2021-12-232-80/+104
* QmlDomAstCreator: Fix plural in translated messagesFriedemann Kleint2021-12-171-2/+2
* QQmlJSScope: Store exports externallyUlf Hermann2021-12-122-8/+14
* qmldom: remove pathFawzi Mohamed2021-12-092-0/+31
* qmldom: avoid merging declaration and binding when not supportedFawzi Mohamed2021-11-262-12/+42
* qmldom: do not treat uris with schema as relative file pathsFawzi Mohamed2021-11-231-7/+11
* qmldom: improve standalone reparsing of bindingsFawzi Mohamed2021-11-223-40/+62
* Clean up property attributes (2/2)Fabian Kosmale2021-11-172-3/+3
* Clean up property attributes (1/2)Fabian Kosmale2021-11-172-10/+10
* QmlDom: Don't compare metatypes by IDUlf Hermann2021-11-091-4/+4
* qmldom: follow the QML code conventions when reformattingFawzi Mohamed2021-11-091-16/+31
* QML DOM: Avoid warning on integrity and make check compile timeFabian Kosmale2021-11-091-1/+3
* qmldom: improve newlines handling with AttributesSequence::PreserveFawzi Mohamed2021-11-091-8/+26
* qmldom: comment fixFawzi Mohamed2021-11-051-1/+1
* qmldom: avoid compare of error locations with the noLocationFilterFawzi Mohamed2021-11-041-8/+10
* qmldom: demote assignement to id properties to warningsFawzi Mohamed2021-11-041-10/+12
* qmldom: improve handling of memory qmldocuments without pathsFawzi Mohamed2021-10-073-3/+32
* qmldom_standalone: fix wrong definitionsTim Jenssen2021-10-071-2/+1
* qmldom_standalone: make it a STATIC libTim Jenssen2021-10-061-1/+1
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-051-1/+1
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-1/+1
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* qmldom: correctly handle comma expression when reformattingFawzi Mohamed2021-09-171-1/+7
* fix handling of arrow functionsFawzi Mohamed2021-09-171-1/+1
* qmldom: make standalone version work on windowsTim Jenssen2021-09-175-13/+28
* qmldom: improve qmldom tool dumpFawzi Mohamed2021-09-101-7/+45
* qmldom: improve function comment handlingFawzi Mohamed2021-09-092-2/+11
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-064-82/+102
* qmldom: build standaloneFawzi Mohamed2021-08-314-5/+67
* qmldom: support qmltypesFawzi Mohamed2021-08-277-7/+441
* qmldom: DomItem::makeCopy also for elements of the universeFawzi Mohamed2021-08-272-32/+45
* qmldom/qmlformat: ensure initialization and reproducibilityFawzi Mohamed2021-08-272-7/+7
* qmldom: improve path and addError performanceFawzi Mohamed2021-08-165-27/+90
* qmldom: Add missing commasRobert Löhning2021-07-071-3/+3
* replace devtools library with QtQmlFawzi Mohamed2021-07-021-1/+1
* qmldom linewriter: fix typo in commentFawzi Mohamed2021-07-021-1/+1
* DomItem: Move newline character out of translated messageFriedemann Kleint2021-06-251-1/+2
* Suppress GCC11 warning about maybe-uninitialized data accessThiago Macieira2021-06-221-0/+10
* Fix placeholder in translated messageFriedemann Kleint2021-06-221-1/+1
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-193-7/+7
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-2/+2
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-0519-40/+3372
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-059-0/+1014
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-0525-1850/+12584
* qmldom: improve PathFawzi Mohamed2021-05-312-44/+133
* qmldom: ignore semicolonToken in ast dump with SloppyCompareFawzi Mohamed2021-05-312-33/+58