aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/genericmakestep.h
Commit message (Expand)AuthorAgeFilesLines
* GenericProjectManager: De-O_OBJECT-ify GenericMakeStephjk2020-02-201-11/+1
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-1/+1
* GenericProject: Normalize make step setuphjk2019-07-311-9/+3
* Use base make step for autotools projectsEike Ziller2018-05-231-2/+0
* Move generic make step to project explorerEike Ziller2018-05-161-51/+2
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-20/+9
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-1/+1
* GenericProject: Cleanup and modernizeAndre Hartmann2017-01-021-1/+1
* GenericPM: Use Qt5-style connectsOrgad Shaneh2016-06-291-2/+1
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-9/+3
* GenericProject: ModernizeTobias Hunger2016-02-041-12/+9
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-8/+8
* 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/+1
* Remove unnecessary destructorsTobias Hunger2015-11-161-1/+0
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-161-8/+8
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-4/+4
* BuildSteps: emitting tasks from init() works fineDaniel Teske2014-04-041-1/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* 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
* | GenericMakeStep: Remove genericBuildConfiguration()Daniel Teske2012-11-161-3/+0
|/
* Adjust license headershjk2012-10-051-21/+20
* Make Toolchain::makeCommand return a full path to the make commandDaniel Teske2012-09-121-1/+1
* Warn if kit has no tool chain set upTobias Hunger2012-09-061-0/+1
* genericprojectmanager: code cosmetichjk2012-08-141-12/+13
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* plugins genericprojectmanager: fix mem leak. m_ui was never deletedMontel Laurent2012-07-171-0/+1
* GenericProjectManager: Remove todosDaniel Teske2012-05-031-1/+1
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-18/+15
* Long live the king!hjk2012-01-261-1/+1
* compile fix with namespaceshjk2011-11-241-10/+2
* Add a default "clean" BuildStep to Generic Projects.Andre Hartmann2011-11-241-0/+4
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-1/+7
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Remove BuildStepConfigWidget::init()dt_2011-05-301-1/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* 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-1/+1
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-2/+2
|/
* Refactor deploymentTobias Hunger2010-08-021-17/+10
* Rename StepType to BuildStep::TypeTobias Hunger2010-07-061-7/+7
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-2/+10
* Long live the king!hjk2010-03-051-1/+1
* Make use of ProjectConfiguration class in BuildStepsTobias Hunger2010-02-011-17/+33