aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/QtMsBuild/QtProjectTracker.cs
Commit message (Expand)AuthorAgeFilesLines
* Package: Move Qt MSBuild and Option related classes to core libraryKarsten Heimrich2023-06-221-241/+0
* Core library: Move Qt MSBuild related classesKarsten Heimrich2023-06-211-0/+1
* Implement QtProjectTracker GetOrAdd, removes some odd Add|Get behaviorKarsten Heimrich2023-06-211-19/+13
* Track QtProject's instead of EnvDTE.Project'sKarsten Heimrich2023-06-211-25/+16
* Rework QtProject{Tracker|Build|IntelliSense} classesKarsten Heimrich2023-06-211-11/+21
* Remove redundant codeKarsten Heimrich2023-04-201-3/+1
* Remove redundant type specificationKarsten Heimrich2023-04-201-1/+1
* Convert lambda into method groupKarsten Heimrich2023-04-201-2/+2
* Merge null/pattern checks into complex patternKarsten Heimrich2023-04-201-2/+1
* Rewrite if statement using '?:', '??' or '??=' exressionKarsten Heimrich2023-02-241-2/+1
* Use string interpolation expressionKarsten Heimrich2023-02-241-13/+9
* Replace license headerMiguel Costa2023-02-231-27/+4
* Fix expression is always 'true' or always 'false'Karsten Heimrich2022-10-051-3/+2
* Modernization: Replace casts with pattern variableKarsten Heimrich2022-10-041-14/+15
* Introduce logging extension method for exceptionsKarsten Heimrich2022-08-121-6/+4
* Improve intellisense performance for Qt projectsMiguel Costa2022-05-161-78/+0
* Add LazyFactory classMiguel Costa2022-03-011-14/+12
* Apply uniform guidelines to 'using' directivesMiguel Costa2022-02-221-4/+4
* Avoid potential deadlocksMiguel Costa2022-02-181-9/+7
* Fix background build warningsMiguel Costa2022-02-111-12/+21
* Inline variable declarationKarsten Heimrich2022-02-101-4/+2
* Make property get onlyKarsten Heimrich2022-02-091-3/+3
* Fix warning: Add ThreadHelper.ThrowIfNotOnUIThread();Karsten Heimrich2022-02-091-0/+12
* Fix usage of "Async" in names of methodsKarsten Heimrich2022-02-091-3/+3
* Fix using directive is not requiredKarsten Heimrich2022-01-281-3/+0
* Fix tracking of unloaded projects, null access on tracker objectKarsten Heimrich2021-12-151-1/+1
* Add solution properties to background buildsMiguel Costa2021-12-021-0/+2
* Remove some more traces of VS2013 and VS2015Karsten Heimrich2021-11-171-23/+1
* Optimize project unloadMiguel Costa2021-11-161-1/+0
* refactoring: Rename Vsix class as QtVsToolsPackageMiguel Costa2021-11-161-7/+7
* refactoring: Reorganize project filesMiguel Costa2021-11-161-0/+365