aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* QbsBuildStep: Remove qbsBuildOptionsChanged() signalJarek Kobus2023-07-311-6/+1
* QbsInstallStep: Remove stepData() from the public APIJarek Kobus2023-07-311-14/+9
* QbsInstallStep: Reuse installRoot()Jarek Kobus2023-07-311-3/+1
* BuildStep: Some cleanupJarek Kobus2023-07-271-2/+0
* QbsBuildStep: Employ task tree for runningJarek Kobus2023-07-251-0/+2
* QbsInstallStep: Employ task tree for runningJarek Kobus2023-07-241-70/+35
* Qbs: Use aspects in QbsInstallStep more directlyhjk2023-07-141-30/+18
* Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabelhjk2023-05-241-1/+1
* LayoutBuilder: Reworkhjk2023-05-031-9/+6
* Utils: Remove one LayoutBuilder::addRow() overloadhjk2023-04-251-1/+1
* Qbs: Return FilePath from QbsInstallStep::installRoot()hjk2023-03-271-5/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-10/+11
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-1/+2
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-2/+2
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-2/+1
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-6/+3
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+2
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-5/+5
|\
| * QbsProjectManager: Fix install stepChristian Kandeler2020-08-271-4/+4
| * Fix qmake build of unittestsChristian Stenger2020-08-271-1/+1
* | Qbs: Continue QbsInstallStep aspectificationhjk2020-08-251-40/+25
* | Qbs: Start using aspects for some bool items in install stephjk2020-08-181-167/+68
|/
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-2/+1
|\
| * Qbs: Use more sensible build step summariesChristian Kandeler2020-02-201-2/+1
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-1/+1
|/
* Qbs: Avoid a FilePath<->QString roundtrip in QbsInstallStephjk2020-02-141-4/+4
* Qbs: Pass related info directly to command line creation functionhjk2020-02-141-1/+16
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-3/+1
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-211-70/+41
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-4/+4
* Fix lack of Q_OBJECT macro lupdate warningSergey Belyashov2019-11-081-1/+1
* Qbs: Inline qbsinstallstepconfigwidget.uihjk2019-06-261-36/+92
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-17/+10
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+1
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-5/+1
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-10/+1
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-5/+0
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-1/+1
* QbsProjectManager: ModernizeAlessandro Portale2018-07-271-5/+5
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-1/+1
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-2/+1
* QbsProject: Use base Project::isParsing() functionhjk2018-01-031-1/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-44/+14
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+1
* QbsProjectManager: Re-introduce install stepChristian Kandeler2017-05-161-0/+376