aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core
Commit message (Expand)AuthorAgeFilesLines
* Remove RefreshVersionNames(), cause the value stored is not used at allKarsten Heimrich2022-03-161-16/+0
* Add LazyFactory classMiguel Costa2022-03-013-3/+62
* Apply uniform guidelines to 'using' directivesMiguel Costa2022-02-2219-48/+54
* Fix package startup (remove ThreadHelper.ThrowIfNotOnUIThread())Karsten Heimrich2022-02-221-27/+0
* Remove some more ThreadHelper.ThrowIfNotOnUIThread()Karsten Heimrich2022-02-2212-116/+96
* Avoid potential deadlocksMiguel Costa2022-02-189-56/+25
* Refactor OutputWindowPane handlingKarsten Heimrich2022-02-173-86/+216
* Inline variable declarationKarsten Heimrich2022-02-109-66/+37
* Use pattern matchingKarsten Heimrich2022-02-094-57/+36
* Sort modifierKarsten Heimrich2022-02-094-24/+24
* Make property privateKarsten Heimrich2022-02-094-8/+11
* Make property get onlyKarsten Heimrich2022-02-098-22/+20
* Make field privateKarsten Heimrich2022-02-092-9/+9
* Convert to auto propertyKarsten Heimrich2022-02-095-148/+28
* Mark members readonlyKarsten Heimrich2022-02-0919-60/+58
* Fix warning: Add ThreadHelper.ThrowIfNotOnUIThread();Karsten Heimrich2022-02-0916-41/+425
* Add .vsconfig files, update package refs, use conditional groupingKarsten Heimrich2022-02-091-18/+25
* Cleanup unused project ReferencesKarsten Heimrich2022-02-021-1/+1
* Fix Vs2017 build, amends patch 4b76a7 and d8c550Karsten Heimrich2022-02-021-0/+31
* Fix using directive is not requiredKarsten Heimrich2022-01-289-19/+0
* Fix local variable is never usedKarsten Heimrich2022-01-283-18/+0
* Fix method or member is unusedKarsten Heimrich2022-01-2810-608/+3
* Fix copy and paste errorKarsten Heimrich2022-01-281-2/+2
* Fix expression is always trueKarsten Heimrich2022-01-281-1/+1
* Remove old translation file related codeKarsten Heimrich2022-01-202-34/+1
* Make Visual Studio copy the resource file, remove dead codeKarsten Heimrich2022-01-181-31/+0
* Remove now dead code used in the old class/widget wizardsKarsten Heimrich2022-01-142-170/+2
* Fix error opening .pro with Qt6Miguel Costa2022-01-032-3/+1
* Print debug message with path to clMiguel Costa2021-12-171-0/+8
* Fix "Finish" button always disabled in Qt Class WizardKarsten Heimrich2021-12-171-19/+0
* Update and fix contextual helpKarsten Heimrich2021-12-171-0/+2
* Match toolset of new projects to VS versionMiguel Costa2021-12-161-6/+4
* Remove unnecessary loading and translation of Qt module namesKarsten Heimrich2021-12-152-2/+0
* Rename ModuleId to Id where applicableKarsten Heimrich2021-12-074-16/+16
* Rename some methods containing *ModuleInformation to just *ModulesKarsten Heimrich2021-12-075-58/+58
* Rename QtModuleInfo to QtModule, following qtmodules.xml declarationKarsten Heimrich2021-12-075-17/+17
* Remove QtModule enumerationKarsten Heimrich2021-12-075-106/+13
* Enable more code that was ifdef'ed out for VS2022Karsten Heimrich2021-12-024-8/+2
* Remove now unused Qt3Project template typeKarsten Heimrich2021-12-021-3/+2
* Cleanup and update Resources.resx filesKarsten Heimrich2021-12-021-27/+3
* Cleanup and merge remaining registry settings handlingKarsten Heimrich2021-12-022-46/+0
* Fix Object Reference Not Set to an instance of an objectKarsten Heimrich2021-12-022-9/+18
* Final run to format the code as specified int the .editorconfig fileKarsten Heimrich2021-12-0215-161/+161
* Format switch-case according to the .editorconfig ruleKarsten Heimrich2021-12-025-223/+220
* Fix QML files are not updated with lupdateKarsten Heimrich2021-11-292-1/+11
* Remove some dead codeKarsten Heimrich2021-11-297-205/+0
* Remove some more traces of VS2013 and VS2015Karsten Heimrich2021-11-175-34/+4
* Fix PackageReference version mismatchMiguel Costa2021-11-161-1/+0
* refactoring: Add support for VS 2022Miguel Costa2021-11-164-3/+12
* refactoring: Rework layout of project filesMiguel Costa2021-11-161-41/+84