aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check Qt target platform using DLL PE headerMiguel Costa2018-01-091-17/+52
* Fix bugs in handling of .cpp moc sourceMiguel Costa2017-12-222-87/+155
* Use XML transformation to convert to Qt/MSbuildMiguel Costa2017-12-227-43/+429
* Do not add generated files to projectMiguel Costa2017-12-216-51/+92
* Fix command line parser not working when adding moc fileMiguel Costa2017-12-202-2/+4
* Fix crash in parallel execution scriptMiguel Costa2017-12-201-0/+1
* 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-039-11/+11
* 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-087-9/+9
* 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-2720-26/+26
* Remove superfluous manifest fileKarsten Heimrich2017-01-261-75/+0
* 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-201-0/+25
* 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