aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version number to 2.5.0v2.5.0Miguel Costa2020-04-232-1/+22
* Add template for Qt Quick Application projectsMiguel Costa2020-04-2317-0/+458
* Fix titles of wizard config pagesMiguel Costa2020-04-232-2/+2
* Rename QtGuiApplication to QtWidgetsApplicationMiguel Costa2020-04-234-18/+18
* Allow custom path for Qt properties fileMiguel Costa2020-04-211-15/+14
* Refactor/rewrite QMake classMiguel Costa2020-04-216-244/+180
* Rewrite parsing of QML debug command line argsMiguel Costa2020-04-172-44/+91
* Add features to RegExpr libraryMiguel Costa2020-04-173-0/+26
* Add support for rcc two-pass modeMiguel Costa2020-04-154-1/+70
* Get path to visualizer files from registryMiguel Costa2020-04-141-6/+18
* Fix QHash visualizer not working with const keysMiguel Costa2020-04-081-4/+22
* Avoid wizard crashes when no Qt version is registeredOliver Wolff2020-04-031-1/+11
* More helpful error message if no Qt version is setOliver Wolff2020-04-034-7/+6
* Update new-project wizardsMiguel Costa2020-03-3122-1533/+755
* Add configurations wizard pageMiguel Costa2020-03-313-0/+707
* Add base class for new-project wizardsMiguel Costa2020-03-315-8/+674
* Fix moc output compiler settingsMiguel Costa2020-03-311-1/+1
* Get VC build settings from qmakeMiguel Costa2020-03-314-3/+94
* Add inner exception to QtVSException constructorMiguel Costa2020-03-311-0/+5
* Get list of converted enum valuesMiguel Costa2020-03-311-0/+9
* Fix deploy target not working for WinRT projectsMiguel Costa2020-03-311-0/+1
* qt_vars.targets: Fix generation of "qmake -query .props" file for developer b...Oliver Wolff2020-03-271-1/+1
* Mention need to Transform T4 Templates in READMEOliver Wolff2020-03-271-1/+2
* Upgrade VsQml project to v3.2 formatMiguel Costa2020-03-271-57/+37
* Support dynamic builds for "Qt helper tools"Oliver Wolff2020-03-241-1/+2
* Fix build of AstVisitor with newer Qt versionsOliver Wolff2020-03-241-0/+1
* Fix parse of Makefile ignoring macro valuesMiguel Costa2020-03-181-1/+1
* Add support for cast of enum valuesMiguel Costa2020-03-182-0/+178
* Add windeployqt target to Qt/MSBuildMiguel Costa2020-03-184-0/+182
* Generate list of Qt/MSBuild files in manifestMiguel Costa2020-03-183-319/+72
* Enable lazy init of Qt version informationMiguel Costa2020-03-102-18/+44
* Refactor wizards projectMiguel Costa2020-03-0959-218/+238
* Clean up .pro importMiguel Costa2020-03-091-9/+5
* Add private module refs in .pro importMiguel Costa2020-03-091-0/+24
* Avoid replacing file name parts in .pro importMiguel Costa2020-03-091-3/+13
* Add workaround for 5.13.2 NDEBUG obsessionMiguel Costa2020-01-281-2/+12
* Read qmake propertiesMiguel Costa2020-01-281-12/+71
* Pass arguments to qmake command lineMiguel Costa2020-01-283-1/+25
* Fix incompatibility with VS unity buildsMiguel Costa2020-01-281-2/+6
* Update version number to 2.4.3v2.4.3Miguel Costa2020-01-072-1/+18
* Fix incremental buildMiguel Costa2020-01-061-0/+2
* Avoid competing access to Qt/MSBuild during initMiguel Costa2020-01-061-12/+15
* Use pre-compiled header in dynamic sourcesMiguel Costa2019-12-192-2/+17
* Generate random GUID for new Qt projectsMiguel Costa2019-12-197-6/+11
* Move context menu items into sub-menuMiguel Costa2019-12-192-3/+27
* Add Qt build config settingMiguel Costa2019-12-194-8/+26
* Fix setting project keywork during conversionMiguel Costa2019-12-191-1/+5
* Fix conversion error with empty linker dependenciesMiguel Costa2019-12-191-0/+1
* Fix problems with dependency buildsMiguel Costa2019-12-192-7/+28
* Improve performance of RegExpr parserMiguel Costa2019-12-194-50/+90