aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
Commit message (Expand)AuthorAgeFilesLines
* Unblacklist tst_qmlformat::testExample on most platformsFabian Kosmale2022-02-161-2/+2
* qmlformat: test normalize on some examplesFawzi Mohamed2021-11-261-0/+46
* tst_qmlformat: in memory formatting when reformatting all qmlfilesFawzi Mohamed2021-11-232-3/+71
* Blacklist tst_qmlformat::testExampleUlf Hermann2021-11-231-0/+3
* qmldom: follow the QML code conventions when reformattingFawzi Mohamed2021-11-091-1/+1
* qmldom: improve newlines handling with AttributesSequence::PreserveFawzi Mohamed2021-11-099-17/+6
* qmlformat: improve testing of file based optionsFawzi Mohamed2021-11-043-195/+61
* qmlformat: Implement settings fileMaximilian Goldstein2021-10-264-0/+269
* fix handling of arrow functionsFawzi Mohamed2021-09-171-3/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+10
* qmlformat: use QmlDomFawzi Mohamed2021-06-0522-196/+267
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+155
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+1
* Uniformly support shebangFawzi Mohamed2021-02-156-0/+8
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-117-285/+24
* qmlformat: Add indent optionsMaximilian Goldstein2020-11-243-39/+343
* Use QFileInfo constructor explicitlyVolker Hilsheimer2020-11-151-2/+3
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-083-0/+12
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-073-0/+10
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-073-0/+29
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-063-0/+23
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-051-5/+2
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-043-0/+24
* tst_qmlformat: refactor testsMaximilian Goldstein2020-09-021-86/+44
* qmlformat: fix handling of "if else" inside "if" in "if else"Evgeniy A. Dushistov2020-08-202-1/+16
* qmlformat: Allow for minor and major versions to be omittedMaximilian Goldstein2020-07-082-0/+6
* qmlformat: Fix handling of empty blocksMaximilian Goldstein2020-07-021-4/+0
* qmlformat: Fix template literalsMaximilian Goldstein2020-07-022-0/+6
* qmlformat: Fix multiline bindingsMaximilian Goldstein2020-07-012-0/+6
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-291-0/+4
* qmlformat: Fix nested functionsMaximilian Goldstein2020-06-254-1/+37
* qmlformat: Fix inline componentsMaximilian Goldstein2020-06-253-0/+23
* qmlformat: Fix nested ifsMaximilian Goldstein2020-06-183-0/+67
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-176-3/+22
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-06-173-0/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-095-8/+185
|\
| * qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-253-2/+136
| * qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-253-0/+11
| * qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-251-6/+38
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-0/+37
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-174-0/+300
|\|
| * qmlformat: preserve annotationsFawzi Mohamed2020-02-124-0/+300
* | qmlformat: Enforce more of the coding conventionsMaximilian Goldstein2020-02-125-0/+58
|/
* Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-1/+0
* qmlformat: Support even more language featuresMaximilian Goldstein2020-01-305-6/+65
* qmlformat: Fix some language features being unsupportedMaximilian Goldstein2020-01-172-3/+128