| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct style errors in Core | Ali Can Demiralp | 2025-07-14 | 1 | -1/+1 |
| * | Implement support for LSP 'configuration' and workspaceFolders' messages | Karsten Heimrich | 2025-04-10 | 1 | -0/+5 |
| * | Update copyright comments to 2025 | Ali Demiralp | 2025-03-18 | 1 | -4/+2 |
| * | Use more safe string.Equals(...) function | Karsten Heimrich | 2024-07-26 | 1 | -1/+1 |
| * | Add IDC integration to Qt/MSBuild | Ali Can Demiralp | 2024-06-17 | 1 | -12/+5 |
| * | Make use of the new settings class | Karsten Heimrich | 2024-03-27 | 1 | -2/+2 |
| * | Inform user if project Qt installation property is invalid | Ali Can Demiralp | 2024-03-26 | 1 | -0/+36 |
| * | Change source license to LicenseRef-Qt-Commercial or GPL-3.0-only | Ali Can Demiralp | 2024-02-28 | 1 | -1/+1 |
| * | Merge both getter methods to fetch Qt version information | Karsten Heimrich | 2024-01-16 | 1 | -1/+1 |
| * | Convert QtVersionManager to a fully static class | Karsten Heimrich | 2024-01-16 | 1 | -3/+2 |
| * | Update license year from 2023 to 2024 | Ali Can Demiralp | 2024-01-09 | 1 | -1/+1 |
| * | Adjust namespace of Utils class to match folder structure | Karsten Heimrich | 2024-01-08 | 1 | -2/+2 |
| * | Introduce VcFilterExtensions, move functions, adapt usages | Karsten Heimrich | 2023-09-01 | 1 | -75/+2 |
| * | Remove Filters class, move getter into FakeFilter class | Karsten Heimrich | 2023-09-01 | 1 | -1/+1 |
| * | Hide notify messages when solution is closed | Miguel Costa | 2023-08-30 | 1 | -0/+2 |
| * | Fix option ProjectTracking | Karsten Heimrich | 2023-07-21 | 1 | -3/+13 |
| * | Remove obsolte code, amends commit dd58d1 | Karsten Heimrich | 2023-07-19 | 1 | -203/+0 |
| * | Rename all QtProject{and related classes} to MsBuildProject{...} | Karsten Heimrich | 2023-06-29 | 1 | -0/+517 |
| * | Rename MsBuildProject to MsBuildProjectReaderWriter | Karsten Heimrich | 2023-06-29 | 1 | -1713/+0 |
| * | Fix possible 'System.NullReferenceException' | Karsten Heimrich | 2023-06-29 | 1 | -14/+15 |
| * | Fix possible 'null' assignment to non-nullable entity | Karsten Heimrich | 2023-06-29 | 1 | -6/+8 |
| * | Minor functional change, mostly new language features | Karsten Heimrich | 2023-06-29 | 1 | -115/+117 |
| * | Non-functional changes, like naming, formating etc. | Karsten Heimrich | 2023-06-29 | 1 | -30/+28 |
| * | Move variable closer to its first usage | Karsten Heimrich | 2023-06-29 | 1 | -2/+2 |
| * | Remove unused variable or function argument | Karsten Heimrich | 2023-06-29 | 1 | -6/+0 |
| * | Invert if-condition to reduce nesting and improve readability | Karsten Heimrich | 2023-06-29 | 1 | -148/+145 |
| * | Use explicit modifier definition for type members | Karsten Heimrich | 2023-06-29 | 1 | -33/+35 |
| * | Remove support for projects with custom build steps | Karsten Heimrich | 2023-06-22 | 1 | -5/+20 |
| * | Fix bug while converting a project | Karsten Heimrich | 2023-06-22 | 1 | -28/+31 |
| * | Core library: Split QtMsBuild.cs and move the contained types | Karsten Heimrich | 2023-06-21 | 1 | -1/+1 |
| * | Core library: Move Qt MSBuild related classes | Karsten Heimrich | 2023-06-21 | 1 | -0/+1699 |