aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractprocessstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProcessExplorer: Remove QLatin1String from AbstractProcessStepTobias Hunger2017-06-131-1/+1
* ProjectExplorer: Do not try to resolve file name for internalsOrgad Shaneh2017-05-171-1/+1
* AbstractProcessStep: Free output parser chain in error caseTobias Hunger2017-04-251-0/+1
* AbstractProcessStep: Make init fail if a process is still runningTobias Hunger2017-04-251-1/+1
* ProjectExplorer: fix crash while canceling a processTim Jenssen2017-02-101-1/+1
* ProjectExplorer: Polish AbstractProcessStepTobias Hunger2017-01-201-2/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-9/+9
* AbstractProcessStep: Do not crash when cancelling a buildTobias Hunger2017-01-161-10/+20
* AbstractProcessStep: Fix double-free of QFutureInterfaceTobias Hunger2016-12-081-4/+3
* AbstractProcessStep: Clean up codeTobias Hunger2016-12-071-64/+36
* ProjectExplorer: Simplify code in AbstractProcessStepTobias Hunger2016-12-071-6/+2
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-10/+8
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-15/+9
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-1/+2
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-3/+1
* AbastractProcessStep; Check that creating the build directory workedDaniel Teske2014-10-221-2/+12
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-10/+10
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-0/+6
* Avoid more platform ifdefsEike Ziller2014-04-081-3/+2
* AbstractProcessStep: Check for existence of executableDaniel Teske2014-01-141-1/+9
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-20/+22
|\
| * Doc: edit projectexplorer API docsLeena Miettinen2013-09-111-20/+22
* | OutputParser: Parsers with fatal errors will now cause failure for all stepsTobias Hunger2013-08-231-0/+3
|/
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* OutputParser: Allow to flush pending tasks.Tobias Hunger2013-05-061-2/+12
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+0
* CMake: Fix crash when building a cmake projectTobias Hunger2013-02-151-0/+5
* AbstractProcessStep: Do not run a qprocess in a threadTobias Hunger2013-02-121-23/+27
* OutputParser: Use AnsiFilterParserTobias Hunger2013-02-121-3/+5
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-061-4/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-1/+1
* Normalized connect()sRobert Loehning2012-03-061-4/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Optionaly disable buildstepsDaniel Teske2012-01-311-7/+3