aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Make settings access more directhjk2024-04-121-11/+9
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-5/+4
* ProjectExplorer: Inline buildprogress.* into buildmanager.cpphjk2024-02-021-1/+97
* BuildManager: Reuse TaskTreeRunnerJarek Kobus2024-01-181-32/+30
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-2/+2
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-6/+4
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-4/+3
* BuildManager: Don't stop the run control being startedJarek Kobus2023-10-201-4/+9
* BuildManager: Add a progress label for awaiter taskJarek Kobus2023-10-101-0/+2
* BuildManager: Disconnect instead of connectJarek Kobus2023-09-181-1/+1
* BuildManager: Remove unused variableJarek Kobus2023-09-181-2/+0
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-5/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* BuildManager: Employ task tree for runningJarek Kobus2023-07-261-236/+200
* ProjectExplorer: Use latest settings style for compile output windowhjk2023-07-211-1/+1
* BuildManager: Move some repeating code into buildQueueAppend()Jarek Kobus2023-07-201-16/+9
* BuildManager: Simplify buildQueueAppend()Jarek Kobus2023-07-201-54/+36
* BuildManager: Add ParserAwaiterTask helperJarek Kobus2023-07-201-0/+33
* BuildManager: Avoid code repetition in 2 "if" branchesJarek Kobus2023-07-201-5/+3
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-8/+18
* Tasks: Create a container class for category dataEike Ziller2023-07-121-12/+12
* BuildManager: Introduce BuildItem helper structJarek Kobus2023-07-091-22/+22
* Merge remote-tracking branch 'origin/10.0' into trEike Ziller2023-06-151-1/+3
|\
| * ProjectExplorer: Consider the case of no active targetChristian Kandeler2023-05-311-1/+3
* | ProjectExplorer: Aspectify Compile output settings pagehjk2023-06-011-12/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+6
|/
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-6/+5
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-0/+1
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* ProjectExplorer: Tr::trhjk2023-01-161-17/+17
* ProjectExplorer: Move settings structures out of Internal namespaceJarek Kobus2023-01-131-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Do not pop up the issues pane while not buildingChristian Kandeler2022-11-091-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Device: Add prepareForBuild()Marcus Tillmanns2022-09-271-0/+18
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Pop up task window on first errorChristian Kandeler2022-06-151-0/+7
* ProjectExplorer: Dissolve a few uses of Runnablehjk2022-05-301-1/+1
* ProjectExplorer: Avoid use of Runnable::devicehjk2022-05-301-3/+6
* ProjectExplorer: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-091-4/+4
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-0/+1
* ProjectExplorer: Give build-related errors higher priorityChristian Kandeler2021-11-121-4/+8
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* ProjectExplorer: Allow to schedule a build/run during a project parseChristian Kandeler2020-12-111-5/+39
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-2/+2
* ProjectExplorer: Fix compile output window scroll issueChristian Kandeler2020-10-121-1/+1
* ProjectExplorer: Fix small visual glitch when rebuildingChristian Kandeler2020-10-121-0/+1
* 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