aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProject.cs
Commit message (Expand)AuthorAgeFilesLines
* Use XML transformation to convert to Qt/MSbuildMiguel Costa2017-12-221-5/+1
* Do not add generated files to projectMiguel Costa2017-12-211-51/+31
* Fix command line parser not working when adding moc fileMiguel Costa2017-12-201-1/+2
* Replace custom build steps with MSBuild targetsMiguel Costa2017-12-011-314/+965
* 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-111-6/+11
* 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
* Fix run moc'ing at every build even if there is no file changedMiguel Costa2017-08-031-1/+1
* Fix reported issues against the VS2017 beta releaseKarsten Heimrich2017-03-171-0/+3
* 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
* 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
* 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
* Cache the Qt version informationKarsten Heimrich2017-01-091-1/+1
* Unify file extension checkingKarsten Heimrich2017-01-091-31/+32
* Minor style changesKarsten Heimrich2017-01-091-1/+1
* Fix writing the moc_*.inc fileKarsten Heimrich2016-12-021-6/+22
* Fix wrong usage of QT_STATIC and QT_DLLKarsten Heimrich2016-12-011-0/+7
* Remove unused function and code that could never be reachedKarsten Heimrich2016-11-141-14/+0
* Compress code with some useful Linq constructsKarsten Heimrich2016-11-141-38/+10
* Refactor function and remove duplicated codeKarsten Heimrich2016-11-141-8/+4
* Fix expression will always be falseKarsten Heimrich2016-11-141-3/+0
* Code change: Remove dead or unused code, classesKarsten Heimrich2016-11-091-146/+1
* Style change: Second round, use implicitly typed local variablesKarsten Heimrich2016-11-081-29/+28
* Code change: Remove redundant codeKarsten Heimrich2016-11-081-41/+39
* Style change: Remove redundant braces, add missing bracesKarsten Heimrich2016-11-081-66/+64
* Style change: Use implicitly typed local variablesKarsten Heimrich2016-11-021-127/+128
* Style change: Use string.Empty where possibleKarsten Heimrich2016-11-021-16/+16
* Code change: Minor simplification to string handlingKarsten Heimrich2016-11-021-10/+5
* Merge remote-tracking branch 'origin/2.0' into devJoerg Bornemann2016-10-311-2/+7
|\
| * qtprojectlib: Rename resource key to reflect name changeKarsten Heimrich2016-10-121-1/+1
| * Fix crash while switching the projects Qt versionKarsten Heimrich2016-09-131-1/+6
* | Merge remote-tracking branch 'origin/2.0' into devSimon Hausmann2016-09-121-0/+2
|\|
| * Fix opening Project settings dialog without Qt versionKarsten Heimrich2016-09-091-0/+2
* | Merge remote-tracking branch 'origin/2.0'Oswald Buddenhagen2016-08-191-3/+3
|\|
| * Make sure the .def file matches the one we add to the project.Karsten Heimrich2016-08-171-3/+3
* | Fix RECS0122: Initializing field by default value is redundantKarsten Heimrich2016-08-111-5/+5
* | Fix RECS00{60|61|62|63}: Missing a StringComparison argumentKarsten Heimrich2016-08-111-48/+49
* | Fix RECS0107: Redundant 'ToString()' callKarsten Heimrich2016-08-111-12/+7
* | Fix RECS0127: Expression can be replaced with 'string.IsNullOrEmpty(...)'Karsten Heimrich2016-08-111-3/+3
* | Fix RECS0081: Parameter not foundKarsten Heimrich2016-08-111-10/+2
* | Fix RECS0033: Replace with '|='Karsten Heimrich2016-08-111-4/+2
|/
* Fix newly created project parsing, disable VC code model usage.Karsten Heimrich2016-08-031-0/+5
* Add missing CompilerToolWrapper::RuntimeLibrary property and use it.Karsten Heimrich2016-08-031-8/+7
* Rewrite to be more correct on whitespace, commented code etc...Karsten Heimrich2016-07-251-30/+43
* Fix RECS0091: Use 'var' keyword where appropriateKarsten Heimrich2016-07-151-270/+270