aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-17/+5
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-2/+3
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-1/+0
* 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-2/+0
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-161-3/+3
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+6
* 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
* 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
* | Replace BuildConfigWidge with NamedWidgetDaniel Teske2012-11-161-30/+0
* | BuildConfigWidget: Make displayName property instead of a virtual funcDaniel Teske2012-11-161-1/+16
* | Remove BuildConfigWidget::init()Daniel Teske2012-11-161-3/+0
|/
* 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-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Optionaly disable buildstepsDaniel Teske2012-01-311-0/+10
* Long live the king!hjk2012-01-261-1/+1
* Compile Qt4ProjectManager with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-141-1/+1
* Deploy steps: Introduce SimpleBuildStepConfigWidget.Nikolai Kosjar2012-01-111-0/+22
* Make BuildStepConfigWidget hideableDaniel Teske2011-12-081-0/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix various crashesDaniel Teske2011-10-311-0/+2
* qmake: Warn when using a mkspec that might not work with the tool chainTobias Hunger2011-09-151-0/+3
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-2/+1
* Add gui thread mode to BuildStepDaniel Teske2011-07-121-0/+4
* Remove BuildStepConfigWidget::init()dt_2011-05-301-1/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* make addOutput() signal constOswald Buddenhagen2011-04-181-1/+1
* Documentation: Add ProjectExplorer plugin..Friedemann Kleint2011-04-141-36/+1
* 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-1/+5
|/
* ProjectExplorer: Add deployConfiguration() member function to BuildStep.Christian Kandeler2011-02-211-0/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Refactor deploymentTobias Hunger2010-08-021-20/+15
* Fix compile output to be readeable with dark themesdt2010-07-151-1/+5
* Add Deploy stepsTobias Hunger2010-07-061-0/+1
* Rename StepType to BuildStep::TypeTobias Hunger2010-07-061-11/+14
* Move ProjectExplorer::Task into its own fileTobias Hunger2010-06-161-1/+1
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-2/+2
* Remove outdated commentdt2010-03-161-5/+0
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-7/+12
* Move TaskWindow::Task out of the nesting to ProjectExplorer::dt2010-03-121-1/+1