| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct style errors in Core | Ali Can Demiralp | 2025-07-14 | 1 | -2/+2 |
| * | Update copyright comments to 2025 | Ali Demiralp | 2025-03-18 | 1 | -4/+2 |
| * | Refactor registry paths in Core and Package | Ali Can Demiralp | 2024-07-29 | 1 | -16/+17 |
| * | Store settings and versions per root suffix | Ali Can Demiralp | 2024-07-29 | 1 | -1/+1 |
| * | Redesign the layout of the Qt version page | Karsten Heimrich | 2024-07-24 | 1 | -16/+19 |
| * | Amend 50a2aa, fix storing version names with spaces | Karsten Heimrich | 2024-05-06 | 1 | -2/+2 |
| * | Fix user settings not migrated after upgrading to version 3.2.0 | Karsten Heimrich | 2024-04-25 | 1 | -8/+15 |
| * | Add a new and rename existing constants specifying registry paths | Karsten Heimrich | 2024-03-27 | 1 | -10/+9 |
| * | Inform user if project Qt installation property is invalid | Ali Can Demiralp | 2024-03-26 | 1 | -2/+2 |
| * | Centralize Qt version name sanitization | Karsten Heimrich | 2024-03-14 | 1 | -1/+16 |
| * | Change source license to LicenseRef-Qt-Commercial or GPL-3.0-only | Ali Can Demiralp | 2024-02-28 | 1 | -1/+1 |
| * | Cleanup and centralize Qt version handling code | Karsten Heimrich | 2024-01-29 | 1 | -84/+13 |
| * | Copy QtVsTools keys only once into the new QtProject registry tree | Karsten Heimrich | 2024-01-22 | 1 | -0/+16 |
| * | If version is null, Path.Combine() will throw an exception | Karsten Heimrich | 2024-01-19 | 1 | -1/+2 |
| * | Merge both getter methods to fetch Qt version information | Karsten Heimrich | 2024-01-16 | 1 | -29/+0 |
| * | Convert QtVersionManager to a fully static class | Karsten Heimrich | 2024-01-16 | 1 | -18/+10 |
| * | Refactor Qt version information retrieval for improved concurrency | Karsten Heimrich | 2024-01-16 | 1 | -37/+29 |
| * | 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 | -0/+1 |
| * | Some more code adjustments | Karsten Heimrich | 2024-01-08 | 1 | -30/+24 |
| * | Simplify method IsVersionAvailable() using LINQ | Karsten Heimrich | 2024-01-08 | 1 | -9/+2 |
| * | Remove SaveProjectQtVersion() unused bool return type | Karsten Heimrich | 2024-01-08 | 1 | -4/+3 |
| * | Remove method MergeVersions() from QtVersionManager | Karsten Heimrich | 2024-01-08 | 1 | -47/+3 |
| * | Shuffle around constant registry path values | Karsten Heimrich | 2024-01-08 | 1 | -24/+17 |
| * | Use verbatim string as regexp pattern | Karsten Heimrich | 2024-01-08 | 1 | -1/+1 |
| * | Rename all QtProject{and related classes} to MsBuildProject{...} | Karsten Heimrich | 2023-06-29 | 1 | -4/+4 |
| * | Remove support for projects with custom build steps | Karsten Heimrich | 2023-06-22 | 1 | -75/+7 |
| * | Apply some cosmetical changes, no functional changes intended | Karsten Heimrich | 2023-06-22 | 1 | -8/+8 |
| * | Package: Move generated class 'Version' into core library | Karsten Heimrich | 2023-06-21 | 1 | -3/+3 |
| * | Core library: Move Qt MSBuild related classes | Karsten Heimrich | 2023-06-21 | 1 | -0/+2 |
| * | Refactor project format handling | Karsten Heimrich | 2023-06-21 | 1 | -2/+2 |
| * | Remove redundant code | Karsten Heimrich | 2023-04-20 | 1 | -1/+1 |
| * | Remove redundant type specification | Karsten Heimrich | 2023-04-20 | 1 | -1/+1 |
| * | Merge null/pattern checks into complex pattern | Karsten Heimrich | 2023-04-20 | 1 | -2/+2 |
| * | Convert 'if-return' into 'return' statement | Karsten Heimrich | 2023-04-20 | 1 | -14/+7 |
| * | Add 'Instances' static class | Miguel Costa | 2023-03-28 | 1 | -0/+5 |
| * | Rewrite if statement using '?:', '??' or '??=' exression | Karsten Heimrich | 2023-02-24 | 1 | -5/+2 |
| * | Replace license header | Miguel Costa | 2023-02-23 | 1 | -27/+4 |
| * | Use index property | Karsten Heimrich | 2023-02-23 | 1 | -5/+5 |
| * | Remove GetQtDirFromQMakeProject() and releated code | Karsten Heimrich | 2023-02-23 | 1 | -17/+0 |
| * | Remove remaining resource strings and releated classes | Karsten Heimrich | 2023-02-23 | 1 | -1/+1 |
| * | Dependent code cleanup after previous patch (now unused methods) | Karsten Heimrich | 2023-02-23 | 1 | -15/+0 |
| * | Remove unused code | Karsten Heimrich | 2023-02-23 | 1 | -6/+0 |
| * | Remove legacy read|write of Qt version to solution file | Karsten Heimrich | 2023-02-23 | 1 | -4/+0 |
| * | Fix broken output in Qt version checks | Karsten Heimrich | 2022-12-16 | 1 | -6/+7 |
| * | Improve Qt version page | Karsten Heimrich | 2022-11-21 | 1 | -0/+8 |
| * | Modernization: Replace casts with pattern variable | Karsten Heimrich | 2022-10-04 | 1 | -14/+14 |
| * | Fix possible ArgumentException in case of empty QTDIR | Karsten Heimrich | 2022-09-08 | 1 | -5/+5 |
| * | Fix function always returning null when using QTDIR env variable | Karsten Heimrich | 2022-09-08 | 1 | -7/+1 |
| * | Use DirectorySeparatorChar | AltDirectorySeparatorChar | Karsten Heimrich | 2022-09-05 | 1 | -4/+6 |