aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core
Commit message (Expand)AuthorAgeFilesLines
* Amend 50a2aa, fix storing version names with spacesKarsten Heimrich37 hours1-2/+2
* Fix user settings not migrated after upgrading to version 3.2.0Karsten Heimrich12 days1-8/+15
* Add support for user-defined MOC macrosAli Can Demiralp2024-04-191-8/+6
* Fix null reference exceptionKarsten Heimrich2024-04-103-10/+12
* Fix crash while parsing mingw configuration filesKarsten Heimrich2024-04-101-3/+3
* Correct conversion of moc_predef steps and set output path to $(IntDir)Ali Can Demiralp2024-04-091-2/+5
* Fix import of short options from .pro filesAli Can Demiralp2024-04-084-21/+17
* Make use of the new settings classKarsten Heimrich2024-03-279-245/+317
* Implement settings class, stores settings based on custom attributeKarsten Heimrich2024-03-274-0/+184
* Add a new and rename existing constants specifying registry pathsKarsten Heimrich2024-03-275-17/+17
* Inform user if project Qt installation property is invalidAli Can Demiralp2024-03-264-2/+130
* Add option for activating the console pane on new messagesAli Can Demiralp2024-03-212-1/+12
* Add dark mode and stylesheet support for editorsAli Can Demiralp2024-03-211-0/+32
* Use VS embedded info bar to show the detach option of editorsAli Can Demiralp2024-03-212-3/+45
* Fix warning, exposed while building on the command lineKarsten Heimrich2024-03-151-2/+5
* Use {From|To}NativeSeparator helper methodsKarsten Heimrich2024-03-141-2/+2
* Remove QMakeConf() constructor overloadKarsten Heimrich2024-03-142-6/+2
* Centralize Qt version name sanitizationKarsten Heimrich2024-03-141-1/+16
* Refactor QMakeImport classKarsten Heimrich2024-03-145-189/+165
* Refactor QMakeConf classKarsten Heimrich2024-03-143-94/+93
* Refactor VersionInformation classKarsten Heimrich2024-03-146-201/+121
* Avoid modifying .vcxproj.userAli Can Demiralp2024-03-141-2/+7
* Enable file wizards to accept relative pathsAli Can Demiralp2024-03-051-0/+15
* Fix Qt Quick project creation with Qt 5 and CMakeAli Can Demiralp2024-03-051-0/+3
* Amend commit 7875ba, fixes "Must select Qt" not disappearingKarsten Heimrich2024-03-011-2/+2
* Rework QmlLspClientMiguel Costa2024-02-294-3/+146
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-2888-88/+88
* Make searching for dev releases an opt-inKarsten Heimrich2024-02-093-7/+112
* Simplify initialization of MOC optionsAli Can Demiralp2024-02-091-60/+13
* Fix incorrect string and string list MOC propertiesAli Can Demiralp2024-02-091-5/+3
* Update the VS interface of MOC command line options to match 6.6.1Ali Can Demiralp2024-02-091-0/+57
* Fix RCC interface consistency issuesAli Can Demiralp2024-02-091-7/+10
* Update the VS interface of RCC command line options to match 6.6.1Ali Can Demiralp2024-02-091-0/+30
* Update the VS interface of UIC command line options to match 6.6.1Ali Can Demiralp2024-02-091-1/+59
* Simplify initialization of REPC optionsAli Can Demiralp2024-02-081-17/+5
* Fix argument null exceptionKarsten Heimrich2024-02-021-2/+2
* Open source files in CMake projects for consistency with MSBuildAli Can Demiralp2024-02-011-5/+7
* Cleanup and centralize Qt version handling codeKarsten Heimrich2024-01-291-84/+13
* Remove custom exception class and use existing C# exception typesKarsten Heimrich2024-01-298-50/+31
* Add QTDIR to PATH when debuggingMiguel Costa2024-01-251-4/+0
* Add utility environment variables parserMiguel Costa2024-01-253-0/+58
* Copy QtVsTools keys only once into the new QtProject registry treeKarsten Heimrich2024-01-222-3/+19
* If version is null, Path.Combine() will throw an exceptionKarsten Heimrich2024-01-191-1/+2
* Do not add stale Qt versions from qtversion.xmlKarsten Heimrich2024-01-191-0/+2
* Build fix after Version{Manager|Information} refactoringKarsten Heimrich2024-01-171-2/+2
* Remove unreachable code, viOld is always nullKarsten Heimrich2024-01-171-16/+3
* Amend 79c929 - postpone deleting the registry keys to v3.2.0 releaseKarsten Heimrich2024-01-171-2/+2
* Add QML LSP clientMiguel Costa2024-01-162-0/+74
* Merge both getter methods to fetch Qt version informationKarsten Heimrich2024-01-167-52/+54
* Convert QtVersionManager to a fully static classKarsten Heimrich2024-01-167-40/+26