aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version number to 2.3.2v2.3.22.3Miguel Costa2019-02-142-1/+16
* Show version in Qt VS Tools menuMiguel Costa2019-02-144-0/+60
* Update reference to Microsoft.VisualStudio.Threading in VS 2019Miguel Costa2019-02-131-1/+1
* Add support for VS 2019 platform toolsetMiguel Costa2019-02-133-13/+24
* Fix QRC changes not triggering buildMiguel Costa2019-02-121-1/+1
* Use relative paths for output of Qt toolsMiguel Costa2019-02-083-7/+33
* Create directory for QRC output of Qt Quick CompilerMiguel Costa2019-02-081-0/+1
* Process generated sources in file compilationMiguel Costa2019-02-083-3/+3
* Use correct MSVC target dependenciesMiguel Costa2019-02-081-2/+2
* Fix incorrect target dependency in Qt/MSBuildMiguel Costa2019-02-041-5/+5
* Use different hash calculation for Qt work itemsMiguel Costa2019-01-312-9/+12
* Fix QML debug not working for .js filesMiguel Costa2019-01-301-6/+4
* Improve error handling/reporting in the QML debug launcherMiguel Costa2019-01-301-12/+26
* Fix rcc error when $(QTDIR) contains spacesMiguel Costa2019-01-301-1/+3
* Fix rcc error when paths contain spacesMiguel Costa2019-01-281-1/+9
* Fix QML debug blocked due to spaces in .exe nameMiguel Costa2019-01-281-1/+1
* 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-212-1/+17
* 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-1917-30/+216
* Use alternative method to locate VS installationMiguel Costa2018-12-194-2/+82
* Update version number to 2.3.0v2.3.0Miguel Costa2018-11-292-1/+29
* Fix code analysis errorMiguel Costa2018-11-291-2/+1
* Automate change of version numberMiguel Costa2018-11-2848-65/+668
* Change user-visible occurrences of "QML Cache" to "Qt Quick Compiler"Miguel Costa2018-11-282-6/+6
* Update README fileMiguel Costa2018-11-271-20/+17
* 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