aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: "Move" testExample e2e tests to /manualDmitrii Akshintsev8 days1-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
* qmlformat: Don't indent call expression twiceJoshua Goins2023-12-132-22/+22
* qmlformat: Fix object declaration indentation in arraysJoshua Goins2023-12-125-5/+24
* qmlformat: Don't remove newlines between import statementsJoshua Goins2023-12-084-0/+25
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-0725-0/+155
* qqmljs.g: insert empty identifiers when missingSami Shalayel2023-11-281-0/+2
* Increase CTest timeout for tst_qmlformatDimitrios Apostolou2023-10-191-0/+1
* qmlformat: fix formatting with -F optionSemih Yavuz2023-10-165-0/+107
* qmlls: autocomplete scriptexpressionsSami Shalayel2023-09-261-0/+1
* tst_qmlformat: Add some of the excluded tests backSemih Yavuz2023-09-151-5/+0
* qmlformat: fix object destructuring, take 2Semih Yavuz2023-09-122-9/+100
* qmlformat: correctly handle rest operator in method parametersSemih Yavuz2023-09-123-0/+27
* qmlformat: fix incorrect destructuring of objectsSemih Yavuz2023-09-123-0/+36
* qml: fix parser grammar for argument deconstructionSami Shalayel2023-09-111-0/+1
* qmlformat: Don't add unnecessary space in target bindingsJoshua Goins2023-08-116-6/+6
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-014-3/+123
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* qmldom: Add dom representations for iteration statementSemih Yavuz2023-06-281-0/+1
* Move dom construction time test into BenchmarksSemih Yavuz2023-06-261-2/+2
* Add missing qmlformat testSemih Yavuz2023-06-151-0/+3
* qmlformat: Handle pragma directive correctlySemih Yavuz2023-06-092-0/+16
* qmlls: Fix TextSynchronizationSemih Yavuz2023-05-311-0/+1
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-0/+3
* qmlformat: change comment handling behaviorSemih Yavuz2023-04-128-1/+40
* Dom: add QQmlJSScope to QmlObjectSami Shalayel2023-04-121-1/+18
* tst_qmlformat: add missing test dependencySami Shalayel2023-03-301-0/+2
* Remove DomItem::loadFile code-duplication and use correct environmentsSami Shalayel2023-03-291-1/+1
* tst_qmlformat: Don't use non-standard foreach macroFabian Kosmale2023-03-021-6/+6
* qmlformat: Fix handling of object destructuring in functionsFabian Kosmale2023-03-023-0/+21
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-263-0/+85
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-233-0/+29
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-3/+3
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-011-1/+1
* qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-245-0/+100