aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsinstallstep.h
Commit message (Expand)AuthorAgeFilesLines
* QbsInstallStep: Remove stepData() from the public APIJarek Kobus2023-07-311-1/+0
* QbsInstallStep: Employ task tree for runningJarek Kobus2023-07-241-25/+5
* Qbs: Use aspects in QbsInstallStep more directlyhjk2023-07-141-3/+3
* Qbs: Return FilePath from QbsInstallStep::installRoot()hjk2023-03-271-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-4/+6
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-1/+1
|\
| * Fix qmake build of unittestsChristian Stenger2020-08-271-1/+1
* | Qbs: Start using aspects for some bool items in install stephjk2020-08-181-15/+4
|/
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+0
* Qbs: Avoid a FilePath<->QString roundtrip in QbsInstallStephjk2020-02-141-1/+1
* Qbs: Pass related info directly to command line creation functionhjk2020-02-141-0/+1
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-1/+1
* QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-211-11/+11
* Qbs: Inline qbsinstallstepconfigwidget.uihjk2019-06-261-25/+0
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-12/+9
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+1
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-1/+0
* ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-171-2/+0
* ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-151-1/+0
* QbsProjectManager: ModernizeAlessandro Portale2018-07-271-3/+3
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-2/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-14/+6
* QbsProjectManager: Re-introduce install stepChristian Kandeler2017-05-161-0/+137
* QbsProjectManager: Add widget for setting the install rootChristian Kandeler2017-02-151-137/+0
* QbsPM: Use Qt5-style connectsOrgad Shaneh2016-06-291-3/+2
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-9/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-10/+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
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-161-9/+9
* Update LicenseEike Ziller2015-01-161-6/+6
* QbsPM: Fix memory leaksOrgad Shaneh2014-11-211-0/+1
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-241-0/+1
* Qbs: Use proper function signature for virtual functionsOrgad Shaneh2013-05-021-3/+3
* Qbs: Add Qbs install stepTobias Hunger2013-04-191-0/+152