aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issues in error handling of conversion to Qt/MSBuildMiguel Costa2019-01-282-14/+48
* Fix incorrect dependency to C++ compiler targetsMiguel Costa2019-01-241-2/+2
* Update vsqml to Windows SDK 10.0.17763.0Miguel Costa2019-01-221-0/+1
* Update version number to 2.3.1Miguel Costa2019-01-211-1/+1
* Fix keyboard shortcut to Qt documentationMiguel Costa2019-01-212-2/+3
* Fix incorrect generation of custom build argsMiguel Costa2019-01-211-10/+45
* Don't show rcc warnings when listing resourcesMiguel Costa2019-01-151-1/+1
* Fix custom build step running after Qt toolsMiguel Costa2019-01-081-2/+3
* Fix dynamic source properties not inheritedMiguel Costa2019-01-081-1/+1
* Create visualizers folder if not foundMiguel Costa2019-01-081-6/+10
* Add debug messages to the QML debug engineMiguel Costa2019-01-075-6/+60
* Disable QML debug by defaultMiguel Costa2019-01-072-29/+0
* Connect to QML runtime even if no QRC is detectedMiguel Costa2019-01-071-3/+0
* Convert package to AsyncPackageMiguel Costa2019-01-0734-252/+479
* Add support for Visual Studio 2019Miguel Costa2018-12-1916-30/+215
* Use alternative method to locate VS installationMiguel Costa2018-12-194-2/+82
* Update version number to 2.3.0v2.3.0Miguel Costa2018-11-291-1/+1
* Fix code analysis errorMiguel Costa2018-11-291-2/+1
* Automate change of version numberMiguel Costa2018-11-2846-63/+635
* Change user-visible occurrences of "QML Cache" to "Qt Quick Compiler"Miguel Costa2018-11-282-6/+6
* Fix incompatibility with VS 2013Miguel Costa2018-11-275-29/+20
* Fix incompatibility with VS 2015Miguel Costa2018-11-275-16/+25
* Move debug engine references to qtvstools.targetsMiguel Costa2018-11-274-10/+30
* Rebuild QRC file if resource files changeMiguel Costa2018-11-272-2/+31
* Fix changing project properties not triggering buildMiguel Costa2018-11-271-1/+1
* Fix QRC dependencies also applying to QML filesMiguel Costa2018-11-271-0/+1
* Cherry-pick changes from 2.2 branchMiguel Costa2018-11-272-59/+86
* Use local socket for QML debug connectionMiguel Costa2018-11-2711-123/+147
* Add support for QML cache generationMiguel Costa2018-11-278-0/+686
* Fix manual compilation not workingMiguel Costa2018-11-195-115/+133
* Refactor and optimize Qt/MSBuildMiguel Costa2018-11-1314-798/+2067
* Add QML debug options to project settingsMiguel Costa2018-10-244-12/+358
* Implement mouse-over quick watch (DataTips)Miguel Costa2018-10-243-1/+260
* Implement Visual Studio QML debug engineMiguel Costa2018-10-2319-0/+3919
* Implement QML debug protocolMiguel Costa2018-10-2321-0/+3334
* Implement JSON serializationMiguel Costa2018-10-165-0/+907
* Add support classes needed for QML debugMiguel Costa2018-10-164-0/+528
* Implement QML debug client (native)Miguel Costa2018-10-156-7/+398
* Use output dir settings from imported .proMiguel Costa2018-09-272-19/+31
* Fix visualization not working with Qt namespaceMiguel Costa2018-09-2710-193/+239
* Allow all macros in RccDirectory and UicDirectoryMiguel Costa2018-09-252-8/+12
* Update VsQml project to Qt 5.12Miguel Costa2018-09-256-98/+198
* Add VsQml project to solutionMiguel Costa2018-09-253-0/+82
* Run package initialization in backgroundMiguel Costa2018-08-234-66/+99
* Fix command line parser failing when newline is presentMiguel Costa2018-08-231-3/+4
* Handle duplicate items when converting projectMiguel Costa2018-08-231-11/+13
* Optimize QML syntax highlighting for larger filesMiguel Costa2018-08-136-257/+768
* Add missing items to list of Qt modulesMiguel Costa2018-07-172-0/+52
* Disable previous QML syntax highlightingMiguel Costa2018-06-2021-1726/+8
* Add configurable QML syntax highlightingMiguel Costa2018-06-1912-0/+1884