aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QbsProjectManager: Add widget for setting the install rootChristian Kandeler2017-02-151-388/+0
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-1/+1
* QbsPM: Use Qt5-style connectsOrgad Shaneh2016-06-291-14/+20
* Qbs: Fix build after build step factory changeshjk2016-06-101-3/+3
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-47/+4
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-5/+2
* 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/+2
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-1/+2
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-3/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | QbsProjectManager: Fix command-line representations.Christian Kandeler2015-01-301-10/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-0/+6
|\|
| * QbsPM: Fix memory leaksOrgad Shaneh2014-11-211-0/+5
| * QbsProjectManager: Fix infinite loop on per-product build.Christian Kandeler2014-11-191-0/+1
* | Update qbs submodule.Christian Kandeler2014-11-071-1/+1
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-2/+2
* Qbs: Use BuildConfig data in Qbs install stepTobias Hunger2014-06-241-3/+1
* Qbs: Give path to settings in Qbs build and install stepsTobias Hunger2014-03-031-0/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Qbs: Add history completer to path chooserTobias Hunger2013-11-261-0/+1
|/
* QbsProjectManager: Fix display of command line in step widgets.Christian Kandeler2013-10-301-0/+1
* Qbs: Fix qbs install stepTobias Hunger2013-07-091-1/+1
* Qbs: Fix crashes when switching QbsRunConfigurationsTobias Hunger2013-06-211-6/+6
* Qbs: Adapt to the latest round of API changes in QbsTobias Hunger2013-06-181-3/+3
* Qbs: Do not list Qbs steps in non-Qbs projectsTobias Hunger2013-05-311-2/+4
* Move comment into the right placeTobias Hunger2013-05-311-4/+4
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-241-21/+26
* Qbs: Prevent some warnings on the consoleTobias Hunger2013-05-151-1/+1
* Qbs: Use proper function signature for virtual functionsOrgad Shaneh2013-05-021-3/+3
* Qbs: Add Qbs install stepTobias Hunger2013-04-191-0/+422