aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomreformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière2025-05-161-1/+1
* qmlformat: fix for statement with multiple iteratorsSemih Yavuz2025-05-131-0/+5
* qmlformat: customizable semicolonSemih Yavuz2025-05-131-27/+101
* qmlformat: don't make comments jump around functionsSami Shalayel2025-03-181-24/+13
* qmlformat: fix comments around class name and {}Sami Shalayel2025-03-181-5/+3
* qmlformat: Add missing space in JS class methodsSami Shalayel2025-03-181-0/+1
* qmlformat: add custom comment anchoring for caseSami Shalayel2025-03-181-4/+6
* qmlformat: Have the outWriter ensure spaces instead of adding themOlivier De Cannière2025-01-311-89/+136
* qmlformat: Preserve "?." tokens for various member access expressionsOlivier De Cannière2025-01-291-0/+2
* qmlformat: add support for yield expressionsSami Shalayel2024-06-051-0/+13
* semantichighlighting: highlight for-declarationsSemih Yavuz2024-05-071-22/+11
* qmlformat: Preserve up to 1 empty line between statementsLuca Di Sera2024-04-111-2/+22
* ScriptFormatter. Fix MethodDefinitions formattingDmitrii Akshintsev2024-03-261-5/+8
* ScriptFormatter. Refactor visit(ClassDeclaration*)Dmitrii Akshintsev2024-03-261-33/+32
* ScriptFormatter. Refactor visit(PatternPropertyList*)Dmitrii Akshintsev2024-03-261-49/+38
* ScriptFormatter. Support importClauses with FromClausesDmitrii Akshintsev2024-03-131-0/+62
* ScriptFormatter. Add import module supportDmitrii Akshintsev2024-03-131-0/+15
* ScriptFormatter. Handle closing ExportDeclaration semicolon in one placeDmitrii Akshintsev2024-03-131-7/+9
* ScriptFormatter. support default exportsDmitrii Akshintsev2024-03-131-0/+24
* ScriptFormatter. support export with FromClause-sDmitrii Akshintsev2024-03-131-0/+17
* ScriptFormatter. exportClause supportDmitrii Akshintsev2024-03-131-0/+48
* QmlFormat | ScriptFormatter. Improve HoistableDeclaration formattingDmitrii Akshintsev2024-03-131-1/+5
* ScriptFormatter. Add exportDeclaration supportDmitrii Akshintsev2024-03-131-0/+7
* QmlFormat. Reformatter. Rename Rewriter to ScriptFormatterDmitrii Akshintsev2024-02-131-80/+80
* QmlFormat. Rewriter break implementation into .h and .cppDmitrii Akshintsev2024-02-141-829/+799
* QMLJSASTVisitor. Add JSVisitorDmitrii Akshintsev2024-02-141-260/+1
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-211-4/+6
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-101-17/+1
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-4/+5
* qmlformat: Don't indent call expression twiceJoshua Goins2023-12-131-2/+0
* qmlformat: Fix object declaration indentation in arraysJoshua Goins2023-12-121-3/+18
* qmlformat: fix object destructuring, take 2Semih Yavuz2023-09-121-0/+2
* FormalParameterList: prepare for qmlformatSami Shalayel2023-09-111-1/+1
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-011-13/+40
* Kill TypeArgument(List)Sami Shalayel2023-04-121-2/+0
* qmlformat: Fix handling of object destructuring in functionsFabian Kosmale2023-03-021-3/+10
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-0/+10
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-9/+1
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-261-2/+60
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-231-0/+2
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-0/+8
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-111-8/+19
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* qmlformat: add postComments of if conditional expression after parenFawzi Mohamed2022-05-121-1/+3
* qmlformat: Fix bug when trailing comma occurs in arrayJoel Clay2022-03-181-0/+1
* qmldom: correctly handle comma expression when reformattingFawzi Mohamed2021-09-171-1/+7
* fix handling of arrow functionsFawzi Mohamed2021-09-171-1/+1
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+1145