aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/VisualStudio/VsShell.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <[email protected]>
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
| | | | | | | | ... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <[email protected]>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <[email protected]>
* Return VCProject instead of EnvDTE.Project for selected projectsKarsten Heimrich2023-06-291-3/+4
| | | | | | | | | This change allows us to get rid of the QtProject.GetOrAdd(Project) overload taking EnvDTE.Project, prepares for a unified implementation of QtProject-QtProjectTracker Change-Id: If643f37b1d6fc97bfdd854619319f1438d00a10d Reviewed-by: Miguel Costa <[email protected]>
* Finalize package init in background taskMiguel Costa2023-05-101-0/+8
| | | | | | | | | | | | | In order to streamline the VSIX package initialization, some processing was moved to a background task. This was already the case with the loading of Qt versions information. The following has now also been moved to the background initialization task: * Printing the banner with the Qt VS Tools version and init times. * HTTP request to check availability of a new development version. * Initialization of DTE event handlers. Change-Id: I7d80cbc3cdfac74d79b4cc32a4aac7100fb4a2b7 Reviewed-by: Karsten Heimrich <[email protected]>
* Remove redundant codeKarsten Heimrich2023-04-201-1/+1
| | | | | Change-Id: I94cc72280815ed31809747b93032dd8768fd75ca Reviewed-by: Miguel Costa <[email protected]>
* Access IVsFolderWorkspaceServiceKarsten Heimrich2023-03-271-0/+18
| | | | | Change-Id: I63e3becb950d918b2ad231d1fd95709ba960d59b Reviewed-by: Karsten Heimrich <[email protected]>
* Replace license headerMiguel Costa2023-02-231-27/+4
| | | | | Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d Reviewed-by: Karsten Heimrich <[email protected]>
* Refactor InfoBar moduleMiguel Costa2022-08-111-0/+107
* Moved VsShell and InforBar code to the Core assembly * Abstract class InfoBarMessage is now extendable through inheritance Change-Id: I0b226516ee0b02886c576ae37cf0b7aa2962c6a6 Reviewed-by: Karsten Heimrich <[email protected]>