aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
Commit message (Expand)AuthorAgeFilesLines
* tst_qmlformat: Rename QEXPECT_FAIL test files to show that they now passOlivier De Cannière4 days3-3/+3
* qmlformat: Fix comment handling around enumsOlivier De Cannière6 days3-2/+24
* Dom: Create region for the colon token in signal param type annotationsOlivier De Cannière6 days3-5/+3
* qmlformat: Prevent superfluous space after Object name with commentOlivier De Cannière6 days3-4/+2
* qmlformat: fix crash on StatementListsSami Shalayel2025-06-063-0/+81
* qmlformat: customizable semicolonSemih Yavuz2025-05-1310-0/+198
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-152-2/+3
* tst_qmlformat: fix an uninitialized variable usageGiuseppe D'Angelo2025-04-101-1/+1
* test for tooling: don't pick up global settingsSami Shalayel2025-03-312-0/+5
* tst_qmlformat: move cli stuff to tst_qmlformat_cliSami Shalayel2025-03-313-487/+550
* tst_qmlformat: move common functionality into headerSami Shalayel2025-03-313-156/+174
* tst_qmlformat: extract common code into base classSami Shalayel2025-03-311-153/+158
* tst_qmlformat: clean up in-process formatting methodSami Shalayel2025-03-311-116/+70
* tst_qmlformat: prefer in-process formatting instead of out-of-processSami Shalayel2025-03-311-143/+174
* qmlformat: fix comments around class name and {}Sami Shalayel2025-03-182-0/+2
* qmlformat: Add missing space in JS class methodsSami Shalayel2025-03-184-10/+8
* qmlformat: add custom comment anchoring for caseSami Shalayel2025-03-183-0/+67
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-063-0/+36
* tst_qmlformat: Clean up testFilesOptionOlivier De Cannière2025-02-191-16/+12
* qmlformat: Error out when no input files are providedOlivier De Cannière2025-02-194-9/+34
* tst_qmlformat: Rework commandLinesOptions testOlivier De Cannière2025-02-191-7/+4
* qmlformat: Accept `from` as an identifierOlivier De Cannière2025-02-035-0/+30
* line-by-line format: Fix state transitions for property definitionsOlivier De Cannière2025-02-033-0/+20
* qmlformat: Have the outWriter ensure spaces instead of adding themOlivier De Cannière2025-01-3115-0/+148
* qmlformat: add test for applying settings for files optionSemih Yavuz2025-01-291-0/+10
* qmlformat: fix precedence of settingsSemih Yavuz2025-01-292-0/+73
* qmlformat: move configuration functions into librarySemih Yavuz2025-01-293-0/+60
* qmlformat: fix --write-defaultsSemih Yavuz2025-01-291-0/+31
* qmlformat: Preserve "?." tokens for various member access expressionsOlivier De Cannière2025-01-293-0/+14
* qmlformat: Reorder imports alphabeticallyOvidiu Tepescu2025-01-133-0/+53
* qmlformat: fix error message outputSemih Yavuz2025-01-091-0/+50
* qmlformat: respect the type annotated signal formSemih Yavuz2024-09-033-0/+13
* qmlformat: Do not remove the enum items' default valueSemih Yavuz2024-06-053-1/+27
* qmlformat: "Move" testExample e2e tests to /manualDmitrii Akshintsev2024-04-231-2/+16
* qmlformat: Preserve up to 1 empty line between statementsLuca Di Sera2024-04-118-0/+15
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-041-1/+2
* QMLFormat | Support ESM formattingDmitrii Akshintsev2024-03-205-8/+151
* Correct license for test filesLucie Gérard2024-02-275-5/+5
* qmlls: add Qt Quick completion snippetsSami Shalayel2024-02-231-0/+1
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-4/+2
* QmlFormat: Support .js files (CLI tool)Dmitrii Akshintsev2024-01-255-4/+58
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-2/+2
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-213-0/+14
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-2015-48/+31
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-1/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-4/+4
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-161-0/+3
* qmlls: fix formatting of commentsSami Shalayel2024-01-164-0/+33
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-103-0/+34
* qmlls: fix completion on attached and grouped propertiesSami Shalayel2023-12-201-0/+2