| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmlformat: Add argument to output available options | Xavier BESSON | 2025-10-30 | 1 | -0/+3 |
| * | qmlformat: expand OutWriter's constructor | Semih Yavuz | 2025-10-01 | 1 | -18/+1 |
| * | qmlformat: Disable WriteOutCheck at runtime | Semih Yavuz | 2025-10-01 | 1 | -6/+2 |
| * | Add security header for src/qmlformat | Semih Yavuz | 2025-09-17 | 1 | -0/+1 |
| * | qmltoolings add --dry-run option for qmlformat and qmllint | Semih Yavuz | 2025-08-14 | 1 | -0/+5 |
| * | qmlformat: move configuration functions into library | Semih Yavuz | 2025-01-29 | 1 | -143/+3 |
| * | qmlformat: remove non-existing data from buildCommandlineOptions | Semih Yavuz | 2025-01-29 | 1 | -6/+2 |
| * | qmlformat: simplify getSettings | Semih Yavuz | 2025-01-29 | 1 | -12/+4 |
| * | qmlformat: Reorder imports alphabetically | Ovidiu Tepescu | 2025-01-13 | 1 | -1/+7 |
| * | qmlformat: fix error message output | Semih Yavuz | 2025-01-09 | 1 | -2/+0 |
| * | qmlformat: use indenting line writer if column break is in use | Semih Yavuz | 2024-12-05 | 1 | -5/+6 |
| * | qmlformat: allow customizable line break | Semih Yavuz | 2024-12-05 | 1 | -0/+16 |
| * | qmlformat: Pass QQmlFormatOptions by const ref | Ulf Hermann | 2024-10-07 | 1 | -6/+12 |
| * | qmlformat: extract settings logic into library | Sami Shalayel | 2024-09-20 | 1 | -190/+2 |
| * | qmlformat: refactor qmlformat.ini reading | Sami Shalayel | 2024-09-20 | 1 | -137/+221 |
| * | QML Tools: add some checks for QFile::open failures | Giuseppe D'Angelo | 2024-03-26 | 1 | -7/+9 |
| * | DOM refactoring. Remove LoadOptions | Dmitrii Akshintsev | 2024-01-30 | 1 | -8/+6 |
| * | Avoid various inefficiencies | Ulf Hermann | 2024-01-30 | 1 | -1/+1 |
| * | QQmlJS::Dom::OutWriter. Refactoring | Dmitrii Akshintsev | 2024-01-25 | 1 | -2/+2 |
| * | QmlFormat. Minor refactoring of the qmlformat.cpp | Dmitrii Akshintsev | 2024-01-23 | 1 | -39/+83 |
| * | DOM refactoring. Move loadPendingDependencies to DomEnvironment | Dmitrii Akshintsev | 2024-01-18 | 1 | -2/+1 |
| * | DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv* | Dmitrii Akshintsev | 2024-01-18 | 1 | -3/+4 |
| * | qmlformat: fix formatting with -F option | Semih Yavuz | 2023-10-16 | 1 | -0/+4 |
| * | QmlDom: Don't pass ErrorMessage by value | Ulf Hermann | 2023-09-15 | 1 | -1/+1 |
| * | Remove DomItem::loadFile code-duplication and use correct environments | Sami Shalayel | 2023-03-29 | 1 | -1/+1 |
| * | qmlls: move into own private static library | Sami Shalayel | 2023-02-07 | 1 | -1/+2 |
| * | qmlformat: add 'ensure new line between functions' option | Xavier BESSON | 2022-11-24 | 1 | -0/+11 |
| * | qmlformat: add 'ensure new line between objects' option | Xavier BESSON | 2022-11-14 | 1 | -0/+12 |
| * | qmlformat: do not generate backup files | Semih Yavuz | 2022-10-24 | 1 | -1/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | qmlformat: Implement settings file | Maximilian Goldstein | 2021-10-26 | 1 | -2/+65 |
| * | qmlformat: Use the Qt version instead of 1.0 | Maximilian Goldstein | 2021-06-22 | 1 | -1/+1 |
| * | qmlformat: use QmlDom | Fawzi Mohamed | 2021-06-05 | 1 | -0/+279 |