aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlformat
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: move configuration functions into librarySemih Yavuz2025-01-291-143/+3
* qmlformat: remove non-existing data from buildCommandlineOptionsSemih Yavuz2025-01-291-6/+2
* qmlformat: simplify getSettingsSemih Yavuz2025-01-291-12/+4
* qmlformat: Reorder imports alphabeticallyOvidiu Tepescu2025-01-131-1/+7
* qmlformat: fix error message outputSemih Yavuz2025-01-091-2/+0
* qmlformat: use indenting line writer if column break is in useSemih Yavuz2024-12-051-5/+6
* qmlformat: allow customizable line breakSemih Yavuz2024-12-051-0/+16
* qmlformat: Pass QQmlFormatOptions by const refUlf Hermann2024-10-071-6/+12
* qmlformat: extract settings logic into librarySami Shalayel2024-09-202-190/+3
* qmlformat: refactor qmlformat.ini readingSami Shalayel2024-09-201-137/+221
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-261-7/+9
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-8/+6
* Avoid various inefficienciesUlf Hermann2024-01-301-1/+1
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-2/+2
* QmlFormat. Minor refactoring of the qmlformat.cppDmitrii Akshintsev2024-01-231-39/+83
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-2/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-3/+4
* qmlformat: fix formatting with -F optionSemih Yavuz2023-10-161-0/+4
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-1/+1
* Remove DomItem::loadFile code-duplication and use correct environmentsSami Shalayel2023-03-291-1/+1
* qmlls: move into own private static librarySami Shalayel2023-02-072-3/+3
* qmlformat: add 'ensure new line between functions' optionXavier BESSON2022-11-241-0/+11
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-141-0/+12
* qmlformat: do not generate backup filesSemih Yavuz2022-10-241-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmlformat: Implement settings fileMaximilian Goldstein2021-10-262-2/+67
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* replace devtools library with QtQmlFawzi Mohamed2021-07-021-1/+0
* qmlformat: Use the Qt version instead of 1.0Maximilian Goldstein2021-06-221-1/+1
* qmlformat: use QmlDomFawzi Mohamed2021-06-058-2383/+104
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-21/+0
* qmlformat: fix QFSFileEngine::open: No file name specifiedEvgeniy A. Dushistov2021-04-141-11/+13
* Implement optional chainingMaximilian Goldstein2021-04-131-3/+3
* Remove using directive in headersFabian Kosmale2021-03-196-87/+86
* Uniformly support shebangFawzi Mohamed2021-02-152-1/+2
* qmlformat: Use a struct to hold the command line optionsFurkan Uzumcu2021-02-101-80/+112
* Remove the qmake project filesFabian Kosmale2021-01-151-17/+0
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-113-52/+6
* qmlformat: Add indent optionsMaximilian Goldstein2020-11-243-12/+41
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-081-4/+16
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-071-0/+4
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-061-1/+4
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-052-38/+11
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-042-2/+11
* Remove last remaining use of QStringRefKarsten Heimrich2020-08-231-1/+1