summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildstep.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Rename BuildStepFactory::cloneStep{,Creator}hjk2023-04-051-1/+1
* PE/Qnx: Disentangle BuildStep factories from downstream furtherhjk2023-04-041-0/+1
* ProjectExplorer: Inline BuildStepInfohjk2023-03-281-23/+17
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BuildStep: Remove unused runInThread() and cancelChecker()Jarek Kobus2022-11-251-5/+0
* ProjectExplorer: Fix potential race conditionMarcus Tillmanns2022-11-091-1/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove unused BuildStep::reportRunResulthjk2022-07-051-3/+0
* ProjectExplorer: Restructure BuildStep summary updatehjk2020-10-091-2/+3
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-10/+1
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-17/+9
* ProjectExplorer: Remove BuildStepConfigWidget::m_stephjk2020-10-021-2/+0
* ProjectExplorer: Streamline build step creation via menuhjk2020-08-181-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-16/+16
* ProjectExplorer: Fix the "unload while building" caseChristian Kandeler2020-04-271-0/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+5
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-2/+0
|\
| * ProjectExplorer: Remove pure ProjectConfiguration::isActive functionhjk2020-02-211-2/+0
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-1/+11
* | ProjectExplorer: Replace ProjectConfiguration::m_macroExpanderhjk2020-02-191-0/+3
|/
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-0/+3
* ProjectExplorer: Hide parts of BuildStep's QObject-ness from usershjk2019-08-201-0/+4
* ProjectExplorer: Add a ProjectConfiguration::target()hjk2019-07-291-2/+0
* ProjectExplorer: Mechanically simplify ProcessStep summary updatehjk2019-06-251-0/+3
* ProjectExplorer: Start centralizing BuildStepWidget update logichjk2019-06-251-0/+7
* ProjectExplorer: Remember build step expansion stateChristian Kandeler2019-04-121-0/+6
* Say hello to Android CMake supportBogDan Vatra2019-03-061-0/+1
* PE: Fix build with MSVC2015Christian Stenger2019-02-011-0/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-7/+19
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-1/+1
* ProjectExplorer: ModernizeAlessandro Portale2018-12-041-3/+2
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-1/+4
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-1/+4
* ProjectExplorer: Use BuildStep member to decide on initial expansionhjk2018-10-221-3/+5
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-2/+3
* ProjectExplorer: Remove BuildStepListWidget::additionalSummaryText()hjk2018-10-161-2/+0
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-1/+4
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-23/+7
* Make BuildStep::createConfigWidget default implementation non-purehjk2018-09-201-1/+1
* ProjectExplorer: Replace virtual BuildStepConfigWidget::showWidgethjk2018-09-191-2/+7
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-5/+6
* ProjectExplorer: Remove unused BuildStepFactory::clone methodhjk2018-05-161-1/+0
* ProjectExplorer: Use override consistentlyTobias Hunger2018-05-071-4/+4
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-0/+3
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-19/+49
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-1/+1
* ProjectConfiguration: Add isActive() methodTobias Hunger2017-08-021-0/+2
* ProjectConfiguration: Add project() memberTim Jenssen2017-07-311-1/+1