aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractprocessstep.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-3/+3
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Less magic in BuildStep::buildConfiguration() and deployConfiguration()Daniel Teske2011-10-241-1/+1
|/
* Make Qt4ProejctManager::MakeStep::run multithreading safeDaniel Teske2011-09-231-0/+5
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-0/+1
* useCtrlCStub is windows-only. make #ifdefs reflect that consistentlyOswald Buddenhagen2011-08-151-0/+2
* Use qtcbuildhelper for starting the build process on Windows.Joerg Bornemann2011-08-031-0/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Documentation: Add ProjectExplorer plugin..Friedemann Kleint2011-04-141-0/+104
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | ProjectExplorer: Adapt output window clients to fixed newline handling.Christian Kandeler2011-03-311-4/+4
|/
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | replace env variable injection with pervasive expando supportOswald Buddenhagen2010-11-171-73/+8
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-10/+28
* | less code duplicattionOswald Buddenhagen2010-11-111-5/+4
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-2/+1
|/
* expand working directory before looking for a command in itOswald Buddenhagen2010-10-211-1/+2
* Environment: Disable escaping when expanding variablesTobias Hunger2010-10-081-3/+2
* Handle environment variables in customprocessstepTobias Hunger2010-09-241-13/+34
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-1/+1
* Fix building with ABLD on symbianTobias Hunger2010-09-071-6/+6
* Delete parsers after parsing is done.Tobias Hunger2010-09-031-0/+6
* Refactor deploymentTobias Hunger2010-08-021-4/+4
* Fix compile output to be readeable with dark themesdt2010-07-151-25/+15
* Use native separatorsTobias Hunger2010-07-071-5/+5
* Fix wrong output in compile outputdt2010-06-151-1/+1
* Fix escaped output in the compile output windowdt2010-06-101-1/+1
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-14/+29