summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abstractprocessstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow overriding the return value of abstractprocessstep::runTobias Hunger2010-04-091-9/+20
* Don't trim lines before pushing them to the parsersdt2010-03-231-4/+4
* Add <b> to make the tags balanceddt2010-03-231-1/+1
* Move TaskWindow::Task out of the nesting to ProjectExplorer::dt2010-03-121-4/+4
* Long live the king!hjk2010-03-051-1/+1
* Integrate target supportTobias Hunger2010-02-091-1/+2
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+2
* Make use of ProjectConfiguration class in BuildStepsTobias Hunger2010-02-011-7/+5
* Actually display output to stderr againTobias Hunger2009-12-181-2/+1
* Rework Build Parser handlingTobias Hunger2009-12-091-18/+114
* Remove project() from BuildStepdt2009-11-301-2/+2
* Fix for Custom build stepsdt2009-11-241-2/+2
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-4/+12