aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/Package/QtProjectContextMenu.cs
Commit message (Expand)AuthorAgeFilesLines
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
* Add option to view project conversion reportMiguel Costa2023-08-301-1/+17
* Enable option to convert non-Qt VC projectsMiguel Costa2023-08-301-0/+8
* Fix upgrade option not shown for v3.0Miguel Costa2023-08-301-1/+1
* Get rid of the annoying message box after project conversion is canceledKarsten Heimrich2023-07-251-1/+1
* Rename all QtProject{and related classes} to MsBuildProject{...}Karsten Heimrich2023-06-291-11/+11
* Merge QtProject Intellisense, adapt depending codeKarsten Heimrich2023-06-291-1/+1
* Remove support for projects with custom build stepsKarsten Heimrich2023-06-221-60/+26
* Align QtProject methods {GetOrAdd|Reset} with QtProjectTrackerKarsten Heimrich2023-06-221-1/+1
* Apply some cosmetical changes, no functional changes intendedKarsten Heimrich2023-06-221-8/+6
* Move UpdateProjectFormat notification into QtProject classKarsten Heimrich2023-06-221-1/+1
* Package: Move Qt MSBuild and Option related classes to core libraryKarsten Heimrich2023-06-221-1/+0
* Core library: Move Qt MSBuild related classesKarsten Heimrich2023-06-211-0/+1
* Move ProjectImporter/ QMakeWrapper class into CoreKarsten Heimrich2023-06-211-1/+2
* Use QtProject as function argument instead of VCProject or EnvDTE.ProjectKarsten Heimrich2023-06-211-6/+3
* HelperFunctions.GetSelectedQtProject() now returns QtProjectKarsten Heimrich2023-06-211-4/+7
* Implement QtProjectTracker GetOrAdd, removes some odd Add|Get behaviorKarsten Heimrich2023-06-211-4/+2
* Track QtProject's instead of EnvDTE.Project'sKarsten Heimrich2023-06-211-2/+3
* Rework QtProject{Tracker|Build|IntelliSense} classesKarsten Heimrich2023-06-211-2/+2
* Refactor project format handlingKarsten Heimrich2023-06-211-3/+3
* Make use of the VSCT source generatorKarsten Heimrich2023-04-201-29/+25
* Remove redundant codeKarsten Heimrich2023-04-201-2/+2
* Remove redundant type specificationKarsten Heimrich2023-04-201-1/+1
* Merge null/pattern checks into complex patternKarsten Heimrich2023-04-201-4/+2
* Replace license headerMiguel Costa2023-02-231-27/+4
* Remove remaining resource strings and releated classesKarsten Heimrich2023-02-231-1/+1
* Remove legacy 'Qt Project Settings' implementationKarsten Heimrich2023-02-231-10/+9
* Remove legacy 'Change Qt Version' implementationKarsten Heimrich2023-02-231-17/+1
* Remove legacy pro/pri file exportKarsten Heimrich2023-02-231-10/+0
* Fix expression is always 'true' or always 'false'Karsten Heimrich2022-10-051-40/+23
* Remove unreachable codeKarsten Heimrich2022-07-261-20/+0
* Move some more legacy code into respective directoryKarsten Heimrich2022-07-081-24/+3
* Fix crash due to 'project' not set to an instance of an objectKarsten Heimrich2022-07-081-4/+8
* Rename and update IsQMakeProject(...)Karsten Heimrich2022-04-061-2/+2
* Move FormProjectQtSettings into Legacy namespaceKarsten Heimrich2022-04-061-1/+1
* Rename and update IsQtProject(...)Karsten Heimrich2022-04-061-2/+2
* Hide the legacy "Set Solution's Qt Version" menu for new projectsKarsten Heimrich2022-04-051-3/+3
* Apply uniform guidelines to 'using' directivesMiguel Costa2022-02-221-4/+4
* Remove some more ThreadHelper.ThrowIfNotOnUIThread()Karsten Heimrich2022-02-221-2/+0
* Avoid potential deadlocksMiguel Costa2022-02-181-0/+2
* Fix background build warningsMiguel Costa2022-02-111-1/+1
* Remove superfluous VSIX package memberKarsten Heimrich2022-02-091-15/+3
* Make property privateKarsten Heimrich2022-02-091-2/+2
* Make field privateKarsten Heimrich2022-02-091-1/+1
* Fix warning: Add ThreadHelper.ThrowIfNotOnUIThread();Karsten Heimrich2022-02-091-0/+2
* Fix using directive is not requiredKarsten Heimrich2022-01-281-4/+0
* Remove old translation file related codeKarsten Heimrich2022-01-201-6/+0
* Remove old implementation of Qt Class and Qt Widgets wizardsKarsten Heimrich2022-01-141-25/+2
* Rework wizard folder layoutKarsten Heimrich2022-01-111-1/+2