aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use index propertyKarsten Heimrich2023-02-234-14/+13
* Remove unused GetPropertyDispId() and related class membersKarsten Heimrich2023-02-231-25/+0
* Replace only usage of ProjectMacros.Name with literalKarsten Heimrich2023-02-233-39/+1
* Use string interpolation if possibleKarsten Heimrich2023-02-237-51/+40
* Improve LINQ codeKarsten Heimrich2023-02-233-71/+44
* Remove the only usage of constantKarsten Heimrich2023-02-232-3/+1
* Remove dead code related to OnVCProjectEngineItemPropertyChange()Karsten Heimrich2023-02-237-842/+1
* Remove legacy code in OnVCProjectEngineItemPropertyChange()Karsten Heimrich2023-02-231-67/+17
* Update and improve code, use new language featuresKarsten Heimrich2023-02-231-95/+68
* Merge shared settings class into into settings classKarsten Heimrich2023-02-233-240/+203
* Remove GetQtDirFromQMakeProject() and releated codeKarsten Heimrich2023-02-236-346/+1
* Remove remaining resource strings and releated classesKarsten Heimrich2023-02-2313-587/+71
* Remove some unused paramter, enum values, constants etc...Karsten Heimrich2023-02-235-20/+3
* Remove code used to add legacy moc custom build stepsKarsten Heimrich2023-02-231-549/+21
* Remove code used to add legacy rcc custom build stepsKarsten Heimrich2023-02-2310-475/+6
* Remove code used to add legacy uic custom build stepsKarsten Heimrich2023-02-232-101/+4
* Remove legacy code setting the Qt/Qt debugger environmentKarsten Heimrich2023-02-234-211/+0
* Dependent code cleanup after previous patch (now unused methods)Karsten Heimrich2023-02-236-284/+0
* Remove code to handle legacy project build and debug eventsKarsten Heimrich2023-02-231-60/+41
* Move function into ProjectImporter class (since it's the only user)Karsten Heimrich2023-02-232-20/+20
* Remove unused codeKarsten Heimrich2023-02-2313-688/+0
* Update and improve code, use new language featuresKarsten Heimrich2023-02-231-75/+45
* Remove legacy translation file processingKarsten Heimrich2023-02-233-143/+2
* Remove legacy 'Qt Project Settings' implementationKarsten Heimrich2023-02-2314-1356/+18
* Remove legacy 'Change Qt Version' implementationKarsten Heimrich2023-02-2311-507/+3
* Remove unused class ImageButtonKarsten Heimrich2023-02-232-75/+0
* Remove old unsed Designer Plugin codeKarsten Heimrich2023-02-232-28/+1
* Remove legacy read|write of Qt version to solution fileKarsten Heimrich2023-02-234-69/+0
* Update and improve code, use new language featuresKarsten Heimrich2023-02-234-400/+295
* Move code only used in ProjectImporter into respective source fileKarsten Heimrich2023-02-236-441/+417
* Remove legacy pro/pri file exportKarsten Heimrich2023-02-2312-1781/+5
* Upgrade target framework/ language versionKarsten Heimrich2023-02-2332-29/+95
* Update project copyright headerKarsten Heimrich2023-02-2351-806/+271
* Update .editorconfigKarsten Heimrich2023-02-231-5/+72
* Fix removed Qt version re-appears after setting default versionKarsten Heimrich2023-02-221-1/+1
* Squish: Remove requirement to have vswhere in PATHRobert Löhning2023-02-061-4/+3
* Add files generated by Squish to .gitignoreRobert Löhning2023-02-061-0/+4
* Doc: Add topic for loading existing Qt projects (.pro)Leena Miettinen2023-01-251-10/+20
* Get version from repo tagMiguel Costa2023-01-184-90/+93
* Disable update project notificationMiguel Costa2023-01-182-4/+10
* Squish: Run in experimental environmentRobert Löhning2023-01-162-3/+3
* Squish: Fix importRobert Löhning2023-01-162-1/+2
* Fix upgrading old projects from notification aerav2.10.1Karsten Heimrich2023-01-092-16/+11
* Update version number to 2.10.0v2.10.0Miguel Costa2023-01-052-1/+30
* Fix multiple enumeration runs and store as ListKarsten Heimrich2023-01-031-2/+2
* Fix COM exceptionKarsten Heimrich2023-01-031-2/+4
* Fix QML debug blocking app startMiguel Costa2022-12-192-9/+29
* Doc: Add note about rebuilding projects after enabling QML debuggerLeena Miettinen2022-12-191-0/+3
* Update .gitignore file to omit generated doc filesKarsten Heimrich2022-12-161-0/+4
* Fix project name with space(s) have no *.vcxproj.filters fileKarsten Heimrich2022-12-169-28/+28