aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+2
* Core::OutputWindow: Prevent UI thread overloadChristian Kandeler2020-05-051-1/+1
* ProjectExplorer: Fix the "unload while building" caseChristian Kandeler2020-04-271-2/+1
* ProjectExplorer: Move build step name mapping to BuildManagerhjk2020-04-231-1/+15
* Merge output formatters and output parsersChristian Kandeler2020-04-231-0/+4
* ProjectExplorer: Fix build progress bar updateViacheslav Tertychnyi2020-04-011-1/+1
* Deduplicate elapsed time formattingAndre Hartmann2020-02-291-5/+3
* ProjectExplorer: Remove some unused BuildManager signalshjk2020-02-261-4/+0
* Androdi: set m_isDeploying to false if deployment is cancelledAssam Boudjelthia2020-02-201-0/+1
* ProjectExplorer: make sure there is no nullptr buildConfigurationTim Jenssen2020-01-281-1/+3
* ProjectExplorer: Let users build all projectsChristian Kandeler2020-01-221-6/+7
* ProjectExplorer: Allow to build a project in all configurationsChristian Kandeler2020-01-221-38/+69
* Fix crash when running a qmlprojectThomas Hartmann2020-01-071-2/+4
* ProjectExplorer: Move some build-related code to BuildManagerChristian Kandeler2019-12-191-0/+204
* BuildManager: Sort includesAndre Hartmann2019-07-291-11/+9
* BuildManager: ModernizeAndre Hartmann2019-07-291-8/+8
* ProjectExplorer: Allow users to schedule a runChristian Kandeler2019-07-041-0/+9
* Make it possible to continue with "Build All Projects" after errorsChristian Kandeler2019-06-251-4/+25
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-1/+1
* ProjectExplorer: Make it configurable whether to clear the issues paneChristian Kandeler2019-05-271-4/+6
* QtSupport: Add an output parser for QtTestChristian Kandeler2019-03-121-0/+3
* ProjectExplorer: Introduce dedicated output settings pagesChristian Kandeler2019-03-121-2/+12
* BuildManager: Remove busy loopChristian Kandeler2019-02-151-2/+0
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-51/+19
* use initializer listsTim Jenssen2019-01-211-1/+1
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-3/+1
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-0/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-3/+3
* ProjectExplorer: Simplify BuildManager::buildList() callshjk2018-01-111-4/+7
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-11/+11
* ProjectExplorer: Use more constTobias Hunger2016-12-211-5/+5
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-39/+18
* ProjectExplorer: Add some more functions to buildsteplistTobias Hunger2016-04-201-2/+1
* ProjectExplorer: Add a message about Kit issues on failed buildsTobias Hunger2016-04-191-1/+9
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-10/+10
* ProjectExplorer: Use runAsyncEike Ziller2016-02-121-2/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-38/+33
* 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/+3
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-6/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Always show compile output/task window on clicking on progress barDaniel Teske2015-01-191-2/+2
* | Make BuildManager::instance() return a BuildManager*hjk2014-12-081-1/+1
|/
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-1/+1
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2