aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert custom build command strings with multiple lines2.1Miguel Costa2017-12-122-7/+22
* Replace custom build steps with MSBuild targetsMiguel Costa2017-12-0116-343/+3512
* Add MSBuild targets for QtMiguel Costa2017-12-0115-0/+1316
* Fix lupdate not working with Qt 5.9Miguel Costa2017-10-203-209/+179
* Remove warning of unreferenced variableMiguel Costa2017-10-111-1/+1
* Redesign moc step for cpp files to allow generic macro expansionMiguel Costa2017-10-111-106/+201
* Fix moc output filename clashesMiguel Costa2017-10-117-17/+268
* Fix error with "embedded interop type" after update of VS 2017Miguel Costa2017-09-181-0/+1
* Fix creating bad project if "flat" flag is removedMiguel Costa2017-09-141-1/+1
* Fix setting QTDIR after LocalDebuggerEnvironment in the .user fileMiguel Costa2017-09-131-0/+22
* Set vcvars before calling qmakeMiguel Costa2017-08-141-50/+115
* Update version number to 2.1.2Miguel Costa2017-08-0311-13/+21
* Fix run moc'ing at every build even if there is no file changedMiguel Costa2017-08-031-1/+1
* Fix missing reference to ExtensionsExplorer.UI in VS 2017Miguel Costa2017-07-272-1/+6
* Fix package containing corrupted dataMiguel Costa2017-07-275-28/+39
* Fix opening pro file with Qt 5.9Miguel Costa2017-07-262-1/+84
* Fix new item with VS not generating the mocMiguel Costa2017-07-251-0/+4
* Fix reported issues against the VS2017 beta releaseKarsten Heimrich2017-03-1710-6/+48
* Add support for Visual Studio 2017Karsten Heimrich2017-03-097-3/+145
* Update to patch level release version 2.1.1Karsten Heimrich2017-03-089-12/+14
* Dump exception to the debug output pane, don't show message boxesKarsten Heimrich2017-02-061-1/+2
* Do not crash if the file to adjust does not existKarsten Heimrich2017-02-061-0/+3
* Update version number, copyright, assembly info, READMEv2.1.0Karsten Heimrich2017-01-2722-28/+43
* Remove superfluous manifest fileKarsten Heimrich2017-01-261-75/+0
* Update change logKarsten Heimrich2017-01-261-0/+11
* Wait until all task finished, fixes broken repair functionKarsten Heimrich2017-01-111-9/+11
* Remove overload, use default argument insteadKarsten Heimrich2017-01-111-6/+1
* Use dedicated method the check for file typeKarsten Heimrich2017-01-111-1/+1
* Fix argument null exceptionKarsten Heimrich2017-01-111-1/+1
* Reuse the already existing fullPath variableKarsten Heimrich2017-01-091-4/+5
* Use of parallelism for Q_OBJECT parsing during .pro file importKarsten Heimrich2017-01-091-9/+18
* Some better performance while parsing C++ filesKarsten Heimrich2017-01-093-27/+63
* Cleanup superfluous code path, merge implementationKarsten Heimrich2017-01-092-46/+32
* Cache the Qt version informationKarsten Heimrich2017-01-0911-35/+49
* Unify file extension checkingKarsten Heimrich2017-01-098-90/+90
* Minor style changesKarsten Heimrich2017-01-094-4/+3
* Reuse TextMate language files for QML and qmake syntax highlightingKarsten Heimrich2017-01-0632-8/+1257
* Add Atom feed file to setup a private VSIX extension galleryKarsten Heimrich2016-12-202-0/+45
* Fix broken QML classifier implementationKarsten Heimrich2016-12-202-4/+12
* Compile fix for Visual Studio 2013Karsten Heimrich2016-12-202-3/+3
* Fix Using directive is not required by the codeKarsten Heimrich2016-12-071-1/+0
* Fix whitespace adjustmentKarsten Heimrich2016-12-075-25/+17
* Fix writing the moc_*.inc fileKarsten Heimrich2016-12-021-6/+22
* Fix wrong usage of QT_STATIC and QT_DLLKarsten Heimrich2016-12-013-1/+11
* Force the FolderBrowserDialog to scroll to the selected pathKarsten Heimrich2016-11-221-0/+1
* Use the ShellSettingsManager for registry reading/writingKarsten Heimrich2016-11-225-39/+33
* Rewrite to show $(QTDIR) environment or errors immediatelyKarsten Heimrich2016-11-222-95/+47
* Fix: Environment variables are not saved/restored after VS restartKarsten Heimrich2016-11-182-9/+28
* Merge remote-tracking branch 'origin/2.0' into devAlex Blasche2016-11-1612-47/+197
|\
| * Implement conditional configuration includes2.0Karsten Heimrich2016-11-1410-43/+195