aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reflect name change of Qt DesignerHEADdevKarsten Heimrich3 days1-1/+1
* Replace natvis files in QtMSBuild with vs-debugtools submoduleAli Can Demiralp3 days10-1570/+22
* Refactor QtVsToolsPackage.csAli Can Demiralp4 days1-18/+18
* Squish: Revert "Expect compilation failure"Robert Löhning5 days1-5/+1
* Fix build on AMR64 platformKarsten Heimrich6 days5-9/+20
* Refactor 'Concurrent' class to improve thread safety and prevent deadlocksKarsten Heimrich6 days3-64/+325
* Remove natvis files from QtVsTools.PackageAli Can Demiralp6 days4-1558/+1
* Add telemetry supportAli Can Demiralp6 days12-9/+181
* Update copyright comments to 2025Ali Demiralp6 days583-2267/+1369
* Fix incompatible makefile generator error formatAli Can Demiralp10 days1-1/+7
* Fix projects cannot be created in a 'Solution Folder' filterKarsten Heimrich2025-03-061-1/+1
* Refactor QmlFileSystem for better clarity and maintainabilityKarsten Heimrich2025-03-063-31/+23
* Squish: Update for account creation dialogRobert Löhning2025-03-041-1/+1
* Squish: Enable screenshotsRobert Löhning2025-02-283-1/+24
* Refactor QtVsTools.Core.Common.UtilsAli Can Demiralp2025-02-284-8/+5
* Fix QUrl content not being visible in the debugger for Qt6Ali Can Demiralp2025-02-272-4/+4
* Squish: Explicitly open the "Solution Explorer" viewRobert Löhning2025-02-272-0/+4
* Improve .pro and .pri file importKarsten Heimrich2025-02-273-96/+202
* Extend existing qmake project with SUBDIR and .pri supportKarsten Heimrich2025-02-2720-0/+222
* Update file header templateKarsten Heimrich2025-02-271-2/+1
* Fix static QML regex matching variable names including the word importAli Can Demiralp2025-02-251-1/+1
* Fix missing macros in mocMiguel Costa2025-02-222-0/+22
* Add auto-test for missing macros in mocMiguel Costa2025-02-222-0/+47
* Fix compile errors and broken auto-testsKarsten Heimrich2025-02-2011-61/+65
* Move natvis file handling into its own classKarsten Heimrich2025-02-184-66/+113
* Resolve CMake project variables using PropertyEvaluatorServiceKarsten Heimrich2025-02-183-58/+8
* Fix release buildKarsten Heimrich2025-02-171-2/+4
* Update VS2022 support target to 17.8 LTSKarsten Heimrich2025-02-145-101/+122
* Add facility to download and install the latest qmlls binaryKarsten Heimrich2025-02-149-4/+563
* Refactor StatusBar to support asynchronous operationsKarsten Heimrich2025-02-141-20/+46
* Add utility methods for ZIP file extraction with progress reportingKarsten Heimrich2025-02-145-1/+230
* Refactor code to enable more operations on the background threadKarsten Heimrich2025-02-141-8/+17
* Extend development version monitoring to include revision comparisonKarsten Heimrich2025-02-141-1/+31
* Move checking for development releases into an idle taskKarsten Heimrich2025-02-145-56/+97
* Introduce idle task manager to run task while VS on idleKarsten Heimrich2025-02-144-0/+667
* Cannot open .ui files from Visual StudioKarsten Heimrich2025-02-144-11/+14
* Fix wrong Qt 3D Quick naming schema, add missing Qt Quick 3DKarsten Heimrich2025-02-141-1/+9
* Fix build on VS2019Karsten Heimrich2024-12-201-3/+4
* Fix captured variable 'command' is disposed in the outer scopeKarsten Heimrich2024-12-191-34/+48
* Fix breakpoint cannot be set on local QML filesKarsten Heimrich2024-12-193-47/+19
* Fix test failing if no Qt version is registeredMiguel Costa2024-12-111-1/+1
* Fix VSTHRD003: Avoid awaiting foreign TasksKarsten Heimrich2024-12-101-4/+10
* Fix VSSDK007: Avoid ThreadHelper for fire and forget tasksKarsten Heimrich2024-12-106-15/+18
* Fix RS0030: Do not use banned API (System.Threading.SemaphoreSlim)Karsten Heimrich2024-12-102-47/+51
* ARM: Fix Common-Controls dependency for c++ projectsOliver Wolff2024-12-092-6/+6
* Squish: Expect compilation failureRobert Löhning2024-12-091-1/+5
* Revert "Check $(UseDebugLibraries) in addition to $(Configuration) in config"Karsten Heimrich2024-12-061-5/+2
* Squish: Don't use workaround in fixed versions of MSVS2022Robert Löhning2024-12-051-1/+2
* Refactor ProjectImporter.csAli Can Demiralp2024-12-041-13/+15
* Refactor QtVsTools.Core.Common.JsonAli Can Demiralp2024-12-043-52/+51