aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial SPDX-License-Identifier"v6.5.5-lts-lgplTarja Sundqvist2025-06-094-4/+4
* Merge tag 'v6.5.5-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2025-01-296-29/+65
|\
| * qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-02-161-4/+6
| * qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-02-161-3/+6
| * qmlformat: Don't indent call expression twiceJoshua Goins2024-02-131-2/+0
| * qmlformat: Don't remove newlines between import statementsJoshua Goins2024-02-131-2/+28
| * qmlformat: Fix object declaration indentation in arraysJoshua Goins2024-02-131-3/+18
| * qmlformat: Fix property names with escape charsSemih Yavuz2024-02-131-11/+3
| * Update commercial SPDX-License-IdentifierTarja Sundqvist2023-12-134-4/+4
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-0348-48/+48
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-034-4/+4
* | Update commercial SPDX-License-IdentifierTarja Sundqvist2023-12-134-4/+4
|/
* Remove commercial SPDX-License-Identifier from build filesTarja Sundqvist2023-11-242-2/+2
* Update commercial SPDX-License-IdentifierTarja Sundqvist2023-10-2350-50/+50
* qmlformat: Port object destructuring fixes to 6.5Semih Yavuz2023-09-265-25/+69
* FormalParameterList: prepare for qmlformatSami Shalayel2023-09-182-1/+6
* QmlDom: Remove the standalone version of QmlDomOlivier De Cannière2023-08-173-17/+5
* qmlformat: Don't add unnecessary space in target bindingsJoshua Goins2023-08-111-1/+1
* qmlformat: Handle pragma directive correctlySemih Yavuz2023-06-153-2/+12
* Exclude `qmldomlib` from Unity BuildAmir Masoud Abdol2023-04-171-0/+1
* qmlformat: change comment handling behaviorSemih Yavuz2023-04-121-9/+21
* 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