summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* BuildManager: Don't clear the tasklist between init() and run()Daniel Teske2014-04-041-10/+14
* BuildManager: Fix crash in progressTextChanged()Daniel Teske2014-03-271-0/+2
* BuildManager: Prevent start of a new build queue while queuingFawzi Mohamed2014-03-261-1/+1
* CompileOutputWindow: Remove unused ctor parameterDaniel Teske2014-01-271-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* BuildManager::cancel() needs to block until the step is canceledDaniel Teske2013-11-191-1/+6
* BuildManager: Don't count disabled steps in progressDaniel Teske2013-11-051-3/+6
* Added color support of ANSI escape codesPetar Perisin2013-09-091-0/+1
* ProjectExplorerPlugin: Make settings accessor statichjk2013-09-061-2/+2
* BuildManager: apply 'static' patternhjk2013-09-051-19/+31
* SessionManager: Apply 'static' patternhjk2013-09-051-2/+2
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-2/+1
* BuildManager: Move clearing of compile output to before BS::init()Daniel Teske2013-09-031-1/+1
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-22/+21
* Task: Add a new Task category for deployment issuesTobias Hunger2013-08-201-8/+13