aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: Fix handling of object destructuring in functionsFabian Kosmale2023-03-031-3/+10
* QtQml: Disambiguate static variables and methodsFriedemann Kleint2023-02-092-12/+12
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-261-2/+60
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-231-0/+2
* De-inline DomItem::subReferencesItem()Marc Mutz2022-12-272-18/+19
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-161-1/+11
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-116-27/+45
* Impose alphabetic order on long lists of core includesEdward Welbourne2022-12-071-6/+6
* QQmlJSMetaParameter: Encapsulate parameter informationSami Shalayel2022-12-021-5/+4
* QmlCompiler: Store imported types in a QListUlf Hermann2022-11-251-1/+1
* qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-242-1/+7
* qmlformat: fix 'new line after ids properties' with normalize optionXavier BESSON2022-11-181-0/+4
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-142-0/+6
* QML: Add comments for various kindsFabian Kosmale2022-10-312-31/+34
* Short live Q_UNREACHABLE_RETURN for qmldom standaloneMarc Mutz2022-10-201-0/+8
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-194-0/+27
* qml: fix TypeArgumentListFawzi Mohamed2022-10-193-16/+57
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-0719-122/+122
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* qmldom: line by line indentation/reformattingFawzi Mohamed2022-09-018-0/+2434
* qmlls: fix import as resolutionFawzi Mohamed2022-08-121-7/+12
* Use QRE::matchView instead of match when argument is a stringviewFabian Kosmale2022-08-125-11/+39
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-111-8/+19
* QQmlJS::Dom: Use std::make_sharedLeticia Valladares2022-07-1413-131/+131
* qmldomaspdumper: fix invalid XML node names and syntaxMoody Liu2022-07-081-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* qmldom: correctly use delete to free objects created with newFawzi Mohamed2022-07-071-1/+1
* QmlDom: Protect the DomUniverse queue against concurrent accessUlf Hermann2022-06-291-2/+12
* Fix spelling errors in assertsKai Köhne2022-06-271-2/+2
* QQmlJS::Dom::OwningItem should use UTC date stampsSami Shalayel2022-06-206-57/+75
* fix and add test for DOM standalone build against 6.3Fawzi Mohamed2022-06-181-0/+4
* QmlDom: Add missing 'We mean it.' warningMoody Liu2022-06-171-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1146-1686/+123
* DomUniverse: optimize counter handling in guaranteeUniverse()Marc Mutz2022-06-041-3/+5
* Add "We mean it" headerKai Köhne2022-05-241-0/+12
* qmldom: standalone fix macro clash in 6.2 and 6.3Fawzi Mohamed2022-05-191-1/+4
* qmlls: completions for idsFawzi Mohamed2022-05-192-10/+28
* qmldom: fix filterUp of two ownersFawzi Mohamed2022-05-191-2/+2
* qmlls: completion supportFawzi Mohamed2022-05-194-25/+94
* qmldom: ensure that major versions of qml only modules are listedFawzi Mohamed2022-05-194-2/+70
* qmldom: cleanup class declarationsFawzi Mohamed2022-05-194-69/+35
* qmlformat: add postComments of if conditional expression after parenFawzi Mohamed2022-05-121-1/+3
* qmldom: fix standalone build against 6.2.4, 6.3.x (string literals)Fawzi Mohamed2022-05-121-0/+60
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-102-1/+50
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-092-0/+4
* QmlObject: fix comparison of mixed-signedness values - idiomaticallyMarc Mutz2022-05-051-5/+1
* Fix quint32 to qsizetype comparison warningAndreas Buhr2022-05-041-1/+5
* qmldom: remove double serialization of m_isValidFawzi Mohamed2022-05-031-1/+0