aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-271-2/+60
* qmldom: correctly use delete to free objects created with newFawzi Mohamed2022-08-301-1/+1
* qmldom: remove default copy operator (rule of 0)Fawzi Mohamed2022-07-191-2/+0
* QmlDom: Protect the DomUniverse queue against concurrent accessUlf Hermann2022-07-061-2/+12
* DomUniverse: optimize counter handling in guaranteeUniverse()Marc Mutz2022-06-081-3/+5
* QmlDomPrivate: includemocsMarc Mutz2022-06-069-0/+18
* QmlObject: fix comparison of mixed-signedness values - idiomaticallyMarc Mutz2022-06-041-1/+1
* Update commercial license headersTarja Sundqvist2022-06-0442-842/+842
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* 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
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-051-1/+1
* qmldom: DomItem::makeCopy also for elements of the universeFawzi Mohamed2021-09-072-32/+45
* qmldom: improve path and addError performanceFawzi Mohamed2021-09-075-27/+90
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-064-82/+102
* qmldom: Add missing commasRobert Löhning2021-07-071-3/+3
* DomItem: Move newline character out of translated messageFriedemann Kleint2021-06-251-1/+2
* 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
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-29/+0
* Fix compiler warnings from char*/QString conversionVolker Hilsheimer2021-04-281-4/+4
* qmldom: astdumperFawzi Mohamed2021-04-144-0/+1193
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-1416-464/+1224
* Fix typoRobert Löhning2021-02-261-1/+1
* Fix some issues in translated messagesFriedemann Kleint2021-02-242-6/+7
* Remove the qmake project filesFabian Kosmale2021-01-151-27/+0
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-12/+42
* qmldom: DomItem and common APIFawzi Mohamed2020-12-0310-16/+4186
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-019-0/+2587
* qmldom: Start of the Qml Dom libraryFawzi Mohamed2020-11-236-0/+572