aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlformat/qmlformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: Add argument to output available optionsXavier BESSON2025-10-301-0/+3
* qmlformat: expand OutWriter's constructorSemih Yavuz2025-10-011-18/+1
* qmlformat: Disable WriteOutCheck at runtimeSemih Yavuz2025-10-011-6/+2
* Add security header for src/qmlformatSemih Yavuz2025-09-171-0/+1
* qmltoolings add --dry-run option for qmlformat and qmllintSemih Yavuz2025-08-141-0/+5
* 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-201-190/+2
* 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-071-1/+2
* 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
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmlformat: Implement settings fileMaximilian Goldstein2021-10-261-2/+65
* qmlformat: Use the Qt version instead of 1.0Maximilian Goldstein2021-06-221-1/+1
* qmlformat: use QmlDomFawzi Mohamed2021-06-051-0/+279