index
:
qt-labs/vstools.git
1.2
2.0
2.1
2.10
2.2
2.3
dev
Qt Visual Studio Add-in – https://wiki.qt.io/QtVSAddin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ASAN breaking Qt DLL PATH in debugger environment
HEAD
dev
Joerg Bornemann
2026-04-09
4
-8
/
+81
*
Fix Qt/MSBuild version test for exact-tag builds
Karsten Heimrich
2026-03-19
1
-1
/
+9
*
Update Changelog to v3.5.0
v3.5.0
Karsten Heimrich
2026-03-09
1
-0
/
+25
*
Doc: Update copyright year in the footer to 2026
Leena Miettinen
2026-03-05
1
-1
/
+1
*
Use per-invocation qmake work directories
Karsten Heimrich
2026-03-03
1
-4
/
+15
*
Squish: Fix instructions for uninstallation
Robert Löhning
2026-03-03
1
-5
/
+1
*
Doc: Describe new Options in version 3.5
Leena Miettinen
2026-03-02
3
-11
/
+51
*
Register hidden 'QtVSTools.ClearSettings' name for '/Command' support
Karsten Heimrich
2026-02-27
3
-5
/
+12
*
Serialize QtMsBuild publish and skip unchanged files at startup
Karsten Heimrich
2026-02-27
2
-50
/
+152
*
Isolate qmake intermediates per invocation
Karsten Heimrich
2026-02-27
1
-0
/
+14
*
Make qtvars.xml generation and publish race-resilient
Karsten Heimrich
2026-02-27
1
-40
/
+129
*
Add stress test for concurrent QtVars design-time builds
Karsten Heimrich
2026-02-27
2
-0
/
+109
*
Add QML smart indent provider to bypass TextMate indentation crash
Karsten Heimrich
2026-02-23
3
-2
/
+78
*
Fix Qt version validation errors in 'OnApply(...)'
Karsten Heimrich
2026-02-23
1
-9
/
+13
*
Fix random blank lines in VS output pane logging
Karsten Heimrich
2026-02-23
1
-2
/
+5
*
Improve Qt autodetection and avoid duplicated query runs
Karsten Heimrich
2026-02-23
2
-3
/
+32
*
Fix duplicate module-name crash in 'ConfigPage'
Karsten Heimrich
2026-02-23
1
-7
/
+18
*
Remove the fixed height of the Qt module pop-up dialog
Karsten Heimrich
2026-02-23
5
-10
/
+26
*
Expand Qt6 module catalog with missing public modules
Karsten Heimrich
2026-02-23
1
-3
/
+136
*
Add Qt Protobuf and Qt GRPC to Qt6 module list
Karsten Heimrich
2026-02-23
1
-0
/
+56
*
Prevent Qt-managed presets from being rewritten to cyclic inherits
Karsten Heimrich
2026-02-23
1
-6
/
+18
*
Fix duplicate Qt-Debug/Qt-Release presets when hidden
Karsten Heimrich
2026-02-19
1
-1
/
+12
*
Preserve user edits in CMakePresets while maintaining integrity checks
Karsten Heimrich
2026-02-19
7
-22
/
+320
*
Avoid synchronous IComponentModel lookups
Karsten Heimrich
2026-02-16
3
-9
/
+27
*
Fix rc.exe error RC1107 when path has space, add tests-cases
Karsten Heimrich
2026-02-12
3
-4
/
+185
*
Update docs and marketplace template to list VS baselines and 2026 reuse
Karsten Heimrich
2026-02-12
3
-11
/
+17
*
Introduce GetReleaseString() to fetch the current VS version
Karsten Heimrich
2026-02-12
5
-22
/
+70
*
Remove traces of the MsBuild in-proc testrunner implemenation
Karsten Heimrich
2026-02-03
7
-686
/
+35
*
Switch tests to use MsBuild.GetProperty(...) for build properties
Karsten Heimrich
2026-02-03
5
-93
/
+179
*
Introduce MsBuild.GetProperty(...) for dynamic property retrieval
Karsten Heimrich
2026-02-03
1
-2
/
+76
*
Switch basic Qt/MSBuild build tests to run out-of-proc
Karsten Heimrich
2026-02-03
6
-74
/
+200
*
Squish: Update "Invalid Qt versions" dialog
Robert Löhning
2026-02-03
2
-4
/
+17
*
Split MsBuildProjectReaderWriter tool logic into subfolders
Karsten Heimrich
2026-02-03
18
-368
/
+587
*
Introduce DirectorySnapshot class to cleanup after qmake run
Karsten Heimrich
2026-02-02
2
-1
/
+113
*
Add qmltyperegistrar support and harden .cbt marker handling
Karsten Heimrich
2026-02-02
15
-11
/
+1607
*
Refine moc predefs conversion and fallback handling
Karsten Heimrich
2026-02-02
5
-61
/
+279
*
Add a debug line that prints the final command used for uic
Karsten Heimrich
2026-02-02
1
-0
/
+3
*
Fix missing extension.vsixmanifest file on jenkins test run
Karsten Heimrich
2026-01-21
2
-11
/
+15
*
Route exceptions to a log file by default and keep output pane clean
Karsten Heimrich
2026-01-21
4
-19
/
+112
*
Fix VS code analyzer warnings
Karsten Heimrich
2026-01-21
1
-21
/
+21
*
Remove unmaintained vsconfig files
Karsten Heimrich
2026-01-13
5
-100
/
+1
*
Centralize Qt query validation and harden version init
Karsten Heimrich
2026-01-13
4
-67
/
+174
*
Fix idle task scheduling and timestamp persistence
Karsten Heimrich
2026-01-13
1
-11
/
+37
*
Fix access to diposed JsonRpc object
Karsten Heimrich
2026-01-13
2
-3
/
+3
*
Fix method not found exception after update to Newtonsoft.Json 13.0.4
Karsten Heimrich
2026-01-13
7
-17
/
+26
*
Add an option to disable network access (suppress automatic QMLLS updates)
Karsten Heimrich
2026-01-13
2
-1
/
+24
*
Update extension to support downloading qmlls under new names
Karsten Heimrich
2026-01-13
6
-23
/
+72
*
Remove now superfluous VS2019 x86 solution platform configuration
Karsten Heimrich
2026-01-13
1
-253
/
+57
*
Bump MSTest.TestAdapter and MSTest.TestFramework version to 4.0.2
Karsten Heimrich
2026-01-13
26
-649
/
+487
*
Refactor solution and test project management for 2019 and above
Karsten Heimrich
2026-01-13
10
-9
/
+311
[next]