aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
Commit message (Expand)AuthorAgeFilesLines
...
* qmlformat: fix 'new line after ids properties' with normalize optionXavier BESSON2022-11-184-1/+50
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-145-0/+130
* qmlformat: do not generate backup filesSemih Yavuz2022-10-241-0/+25
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Unblacklist tst_qmlformatUlf Hermann2022-07-081-3/+0
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-051-1/+2
* Use SPDX license identifiersLucie Gérard2022-06-113-83/+6
* 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
|\