aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Qt Declarative integrationMiguel Costa2018-06-198-0/+1112
* Write Tlog entries for moc, rcc and uicMiguel Costa2018-06-191-6/+69
* Add missing Visual Studio SDK referenceMiguel Costa2018-06-012-0/+2
* Update version number to 2.2.1v2.2.1Miguel Costa2018-04-1726-40/+40
* Fix typo in moc property page descriptionMiguel Costa2018-04-171-1/+1
* Show wait dialog during RefreshMocStepsMiguel Costa2018-04-172-1/+21
* Add new WaitDialog classMiguel Costa2018-04-173-18/+192
* Fix null reference in PromptChangeQtVersionMiguel Costa2018-04-171-0/+3
* Fix incorrect escaping of paths in command line stringsMiguel Costa2018-04-171-3/+17
* Optimize the copy of properties from C++ compiler ruleMiguel Costa2018-04-122-1/+35
* Fix problems with incremental buildMiguel Costa2018-04-121-15/+171
* Move global properties outside of target QtPrepareMiguel Costa2018-04-121-9/+5
* Add macro expansion support to command line parserMiguel Costa2018-04-124-102/+205
* Add error handling to .pro import/conversionMiguel Costa2018-04-122-6/+18
* Rollback changes to project XML on errorsMiguel Costa2018-04-111-1/+40
* Fix error in conversion to Qt/MSBuildMiguel Costa2018-04-051-1/+1
* Fix incorrect definitions in project fileMiguel Costa2018-03-296-56/+76
* Don't call SetQtEnvironment during debug sessionMiguel Costa2018-03-281-0/+3
* Disable "fast up-to-date check" by defaultMiguel Costa2018-03-281-0/+3
* Fix conversion of .moc and .cbt filesMiguel Costa2018-03-281-1/+3
* Improve performance of conversion to Qt/MSBuildMiguel Costa2018-03-283-39/+100
* Fix delay when starting to build large solutionMiguel Costa2018-03-232-11/+14