aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsbuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qbs: Use Store instead of QVariantMap in a few placeshjk2024-01-261-24/+24
* QbsProjectManager: Fix restoring custom build propertiesChristian Kandeler2023-10-061-1/+1
* Utils: Don't store widgets in StringAspectMarcus Tillmanns2023-09-211-1/+0
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-4/+4
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* QbsBuildStep: Some cleanupJarek Kobus2023-07-311-29/+17
* QbsBuildStep: Remove qbsBuildOptionsChanged() signalJarek Kobus2023-07-311-2/+0
* QbsBuildSystem: Properly queue parse requestsJarek Kobus2023-07-311-8/+0
* QbsBuildStep: Introduce qbsBuildConfiguration() helperJarek Kobus2023-07-281-7/+9
* QbsRequest: Enrich functionality with parsingJarek Kobus2023-07-281-41/+9
* BuildStep: Some cleanupJarek Kobus2023-07-271-3/+0
* QbsBuildStep: Employ task tree for runningJarek Kobus2023-07-251-180/+99
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-5/+4
* QbsBuildStep: Some cleanupJarek Kobus2023-07-211-9/+9
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-3/+2
* Qbs: Use aspects more directly in QbsBuildStephjk2023-07-141-108/+79
* Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabelhjk2023-05-241-5/+5
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-3/+3
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* LayoutBuilder: Reworkhjk2023-05-031-19/+20
* Utils: Remove one LayoutBuilder::addRow() overloadhjk2023-04-251-6/+6
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-2/+2
* QbsPM: Fix handling of executable pathChristian Stenger2023-01-161-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QBoxLayoutJarek Kobus2022-11-181-1/+0
* QbsProjectManager: Add UI support for "profile" build variantChristian Kandeler2022-11-081-0/+2
* QbsProjectManager: Fix displayed build variant in build stepChristian Kandeler2022-10-261-17/+13
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* QbsProjectManager: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+1
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+1
* Utils: Drop argument from PathChooser::rawFileChangedhjk2022-09-191-3/+3
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-28/+32
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* QbsBuildStep: Use Utils::GuardJarek Kobus2022-07-211-11/+8
* Utils: Hide some uses of FilePath::rawPath()hjk2022-06-301-1/+1
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-6/+5
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+4
* Utils: Replace BaseAspect::setVisibleDynamic by setVisiblehjk2021-03-091-2/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* QbsProjectManager: Remove unneeded export macroChristian Kandeler2021-01-191-1/+1
* QbsPM: Fix wrong dll linkage on WinChristian Stenger2021-01-191-1/+1
* QbsProjectManager: Add selection of abis for the android targetRaphaël Cotty2021-01-181-12/+140
* ProjectExplorer: Allow to schedule a build/run during a project parseChristian Kandeler2020-12-111-1/+1
* Qbs: Use a StringAspect for the "Equivalent command line"hjk2020-11-161-9/+8
* QbsProjectManager: Use a SelectionAspect to switch Debug and Releasehjk2020-11-101-33/+11