index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qbsprojectmanager
/
qbsbuildstep.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Allow validators operating on a single string in FancyLineEdit
hjk
2025-04-25
1
-5
/
+5
*
Utils: Use Result<> in FancyLinedit's validator
hjk
2025-04-23
1
-18
/
+10
*
ProjectExplorer: Replace various direct calls to Target::kit()
Christian Kandeler
2025-02-07
1
-2
/
+2
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-2
/
+2
*
QbsProjectManager: Force full resolving on "Reparse Qbs"
Christian Kandeler
2024-12-03
1
-1
/
+1
*
Qbs/Qmake: Centralize build step variable chooser creation
hjk
2024-10-18
1
-13
/
+5
*
ProjectExplorer: Display build configuration specific variables again
hjk
2024-10-18
1
-1
/
+1
*
ProjectExplorer: Move KitAspect into its own set of files
Christian Kandeler
2024-10-11
1
-0
/
+1
*
Utils: Make Aspect::addToLayout() const
hjk
2024-07-08
1
-2
/
+2
*
Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath()
hjk
2024-06-19
1
-2
/
+2
*
Use LayoutBuilder V2
hjk
2024-05-27
1
-1
/
+1
*
Qbs: Use Store instead of QVariantMap in a few places
hjk
2024-01-26
1
-24
/
+24
*
QbsProjectManager: Fix restoring custom build properties
Christian Kandeler
2023-10-06
1
-1
/
+1
*
Utils: Don't store widgets in StringAspect
Marcus Tillmanns
2023-09-21
1
-1
/
+0
*
Utils: Rename the new Storage to Store
hjk
2023-08-24
1
-2
/
+2
*
Use Utils::Storage instead of QVariantMap in a few places
hjk
2023-08-23
1
-4
/
+4
*
QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}
hjk
2023-08-15
1
-1
/
+1
*
QbsBuildStep: Some cleanup
Jarek Kobus
2023-07-31
1
-29
/
+17
*
QbsBuildStep: Remove qbsBuildOptionsChanged() signal
Jarek Kobus
2023-07-31
1
-2
/
+0
*
QbsBuildSystem: Properly queue parse requests
Jarek Kobus
2023-07-31
1
-8
/
+0
*
QbsBuildStep: Introduce qbsBuildConfiguration() helper
Jarek Kobus
2023-07-28
1
-7
/
+9
*
QbsRequest: Enrich functionality with parsing
Jarek Kobus
2023-07-28
1
-41
/
+9
*
BuildStep: Some cleanup
Jarek Kobus
2023-07-27
1
-3
/
+0
*
QbsBuildStep: Employ task tree for running
Jarek Kobus
2023-07-25
1
-180
/
+99
*
ProjectExplorer: Replace the fromMap error return value
hjk
2023-07-24
1
-5
/
+4
*
QbsBuildStep: Some cleanup
Jarek Kobus
2023-07-21
1
-9
/
+9
*
ProjectExplorer: Change ProjectConfiguration::toMap signature
hjk
2023-07-21
1
-3
/
+2
*
Qbs: Use aspects more directly in QbsBuildStep
hjk
2023-07-14
1
-108
/
+79
*
Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabel
hjk
2023-05-24
1
-5
/
+5
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Layouting: Make aspects operate on parent items, not LayoutBuilder
hjk
2023-05-03
1
-3
/
+3
*
Layouting: Handle attach types via setter
hjk
2023-05-03
1
-1
/
+2
*
LayoutBuilder: Rework
hjk
2023-05-03
1
-19
/
+20
*
Utils: Remove one LayoutBuilder::addRow() overload
hjk
2023-04-25
1
-6
/
+6
*
Utils: Flatten LayoutBuilder related hierarchies
hjk
2023-01-20
1
-2
/
+2
*
QbsPM: Fix handling of executable path
Christian Stenger
2023-01-16
1
-2
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Remove unused includes of QBoxLayout
Jarek Kobus
2022-11-18
1
-1
/
+0
*
QbsProjectManager: Add UI support for "profile" build variant
Christian Kandeler
2022-11-08
1
-0
/
+2
*
QbsProjectManager: Fix displayed build variant in build step
Christian Kandeler
2022-10-26
1
-17
/
+13
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
QbsProjectManager: Replace foreach with ranged for loop
Jarek Kobus
2022-10-07
1
-1
/
+1
*
Various plugins: Replace foreach with ranged for loop
Jarek Kobus
2022-10-07
1
-1
/
+1
*
Utils: Drop argument from PathChooser::rawFileChanged
hjk
2022-09-19
1
-3
/
+3
*
QbsProjectManager: Convert to using Tr::tr
Alessandro Portale
2022-09-06
1
-28
/
+32
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Make the second parameter to LayoutBuilder::attach() an enum
hjk
2022-07-26
1
-1
/
+1
*
QbsBuildStep: Use Utils::Guard
Jarek Kobus
2022-07-21
1
-11
/
+8
*
Utils: Hide some uses of FilePath::rawPath()
hjk
2022-06-30
1
-1
/
+1
*
Remove algorithm.h from buildtargetinfo.h
Jarek Kobus
2022-05-18
1
-0
/
+1
[next]