aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Wizards
Commit message (Expand)AuthorAgeFilesLines
* Merge shared code into base classKarsten Heimrich2024-04-0311-107/+32
* Unify precompiled header supportKarsten Heimrich2024-04-039-312/+416
* Ensure non-empty filename prior to getting directory in file validationAli Can Demiralp2024-03-191-1/+1
* Centralize Qt version name sanitizationKarsten Heimrich2024-03-141-1/+3
* Refactor QMakeImport classKarsten Heimrich2024-03-141-2/+1
* Refactor VersionInformation classKarsten Heimrich2024-03-143-42/+44
* Fix wizard throwing due to backslashes and rootnames not matching filesAli Can Demiralp2024-03-123-33/+45
* Enable file wizards to accept relative pathsAli Can Demiralp2024-03-054-6/+31
* Fix Qt Quick project creation with Qt 5 and CMakeAli Can Demiralp2024-03-051-1/+3
* Fix opening the source files of Qt Designer Custom Widget projectsAli Can Demiralp2024-02-291-5/+5
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-2843-43/+43
* Fix null reference exceptionKarsten Heimrich2024-02-091-0/+6
* Unify the project settings for standard VS and Qt templatesAli Can Demiralp2024-02-011-13/+21
* Open source files in CMake projects for consistency with MSBuildAli Can Demiralp2024-02-012-0/+20
* Disable project model input for ActiveQt wizardMiguel Costa2024-01-293-1/+4
* Update Empty template for Qt/CMakeMiguel Costa2024-01-292-1/+3
* Remove custom exception class and use existing C# exception typesKarsten Heimrich2024-01-292-7/+5
* Merge both getter methods to fetch Qt version informationKarsten Heimrich2024-01-161-4/+4
* Convert QtVersionManager to a fully static classKarsten Heimrich2024-01-162-7/+4
* Refactor Qt version information retrieval for improved concurrencyKarsten Heimrich2024-01-162-7/+7
* Safe the Qt version the user addedKarsten Heimrich2024-01-161-3/+16
* Fix button state logic on the wizard config pageKarsten Heimrich2024-01-161-7/+5
* Adapt wizard template code to cppwinrt templatesKarsten Heimrich2024-01-161-7/+5
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-0943-44/+44
* Adjust namespace of Utils class to match folder structureKarsten Heimrich2024-01-083-4/+3
* Enable QML debug by default in Qt Quick templateMiguel Costa2023-10-252-14/+26
* Connect to QML runtime only in debug modeMiguel Costa2023-10-252-1/+7
* Enable item wizards for cmake based projectsKarsten Heimrich2023-10-121-2/+2
* In the new-project wizard, allow to select a unregistered Qt versionKarsten Heimrich2023-10-122-115/+174
* Remove leftover property used during cmake support developmentKarsten Heimrich2023-09-272-3/+1
* Fix wizard adding new .cpp and .h files under wrong sectionKarsten Heimrich2023-09-013-5/+60
* Fix error opening .ui in CMake projectMiguel Costa2023-09-011-0/+10
* Fix project wizards (Page 2) has drawing glitchesKarsten Heimrich2023-07-253-6/+372
* Add additional threading analyzer to help with VSTHRD010 and friendsKarsten Heimrich2023-07-251-0/+8
* Use default icons instead of handcrafted sign + and -Karsten Heimrich2023-07-212-20/+30
* Remove helper function NewProjectGuid()Karsten Heimrich2023-07-191-1/+1
* cmake: Enable QML debug in user presetMiguel Costa2023-06-292-12/+27
* Update names of plugin {.h|.cpp} file on plugin class name editKarsten Heimrich2023-06-291-1/+2
* Rename all QtProject{and related classes} to MsBuildProject{...}Karsten Heimrich2023-06-293-9/+7
* Move code adjusting whitespaces and tabs into Wizards/UtilKarsten Heimrich2023-06-295-9/+78
* Return VCProject instead of EnvDTE.Project for selected projectsKarsten Heimrich2023-06-292-2/+6
* Fix texts in wizard properlyRobert Löhning2023-06-281-3/+3
* cmake: Exclude qrc from new projectsMiguel Costa2023-06-271-0/+2
* cmake: Add .rc file to project sourcesMiguel Costa2023-06-273-6/+10
* Fix null-ref when accessing template paramsMiguel Costa2023-06-271-1/+2
* cmake: Fix empty add_subdirectoryMiguel Costa2023-06-271-2/+6
* cmake: Fix VS2019 buildMiguel Costa2023-06-271-0/+4
* Fix typo (introducing a minor bug) and update implementationKarsten Heimrich2023-06-273-25/+41
* Remove support for projects with custom build stepsKarsten Heimrich2023-06-221-1/+1
* Align QtProject methods {GetOrAdd|Reset} with QtProjectTrackerKarsten Heimrich2023-06-222-2/+2