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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LanguageClient: have one LanguageClient per BuildConfig
hjk
2025-04-29
2
-2
/
+2
*
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
*
QtSupport: Preserve case for modules
Cristian Adam
2025-04-23
1
-3
/
+8
*
Fix warning for ';'
Marco Bubke
2025-04-15
1
-1
/
+1
*
ProjectExplorer etc: Replace QVector with QList
hjk
2025-04-09
1
-1
/
+1
*
QbsProjectManager: Implement BuildSystem::addDependencies()
Christian Kandeler
2025-04-08
4
-7
/
+62
*
Avoid potential detach of non-const Qt containers in range-loops 2/2
Alessandro Portale
2025-03-24
1
-1
/
+1
*
Qbs: Avoid one use of activeBuildSystem()
hjk
2025-03-13
1
-6
/
+2
*
ProjectExplorer: Make more use of Project::activeBuildSystem()
Christian Kandeler
2025-03-12
1
-2
/
+0
*
ProjectExplorer: Make build system name available in Project
Christian Kandeler
2025-03-12
2
-2
/
+1
*
Qbs/Qmake/Qml: Replace some uses of ProjectConfiguration::target()
Christian Kandeler
2025-03-12
2
-12
/
+1
*
Project managers: Replace various uses of ProjectConfiguration::target()
Christian Kandeler
2025-03-11
1
-2
/
+2
*
QbsProjectManager: Remove unneeded function
Christian Kandeler
2025-03-06
1
-14
/
+0
*
ProjectExplorer: Replace uses of Target signals and member functions
Christian Kandeler
2025-03-06
2
-3
/
+3
*
ProjectExplorer: Make run configurations per build configuration
Christian Kandeler
2025-03-06
1
-1
/
+1
*
Project managers: Only enable the debug build config by default
Christian Kandeler
2025-03-05
1
-0
/
+1
*
TaskTree: Introduce SimpleCustomTask helper
Jarek Kobus
2025-02-27
1
-10
/
+1
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-02-12
1
-1
/
+1
|
\
|
*
QbsPM: Silence soft assert
Christian Stenger
2025-02-12
1
-1
/
+1
*
|
ProjectExplorer: Switch BuildSystem to "per build config" approach
Christian Kandeler
2025-02-11
4
-21
/
+4
*
|
ProjectExplorer: Replace various direct calls to Target::kit()
Christian Kandeler
2025-02-07
3
-12
/
+11
*
|
ProjectExplorer: Replace various direct calls to Target::project()
Christian Kandeler
2025-02-06
1
-1
/
+1
|
/
*
QbsProjectManager: Simplify the build info generator
Christian Kandeler
2025-01-23
2
-48
/
+19
*
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
1
-3
/
+1
*
QbsProjectManager: Use the right BuildSystem constructor
Christian Kandeler
2025-01-22
2
-11
/
+15
*
ProjectExplorer: Add and make use of forwarding accessors in Project
Christian Kandeler
2025-01-20
3
-30
/
+18
*
QbsProjectManager: Fix forced reparse functionality
Christian Kandeler
2025-01-13
1
-2
/
+4
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
6
-16
/
+16
*
QbsProjectManager: Adapt to upstream API change
Christian Kandeler
2024-12-20
1
-1
/
+4
*
QbsProjectManager: Fix adding/removing files to/from a project
Christian Kandeler
2024-12-19
2
-33
/
+40
*
QbsProjectManager: More file path translations
Christian Kandeler
2024-12-19
1
-19
/
+30
*
QbsProfileManager: Support remote qbs
Christian Kandeler
2024-12-18
13
-106
/
+162
*
Qbs: Pass top project dir around when building project tree
hjk
2024-12-18
3
-26
/
+30
*
Qbs: Some code cosmetics in qbsnodetreebuilder.*
hjk
2024-12-18
3
-27
/
+15
*
QbsProjectManager: Prefer profile settings page for devicification
Christian Kandeler
2024-12-17
1
-30
/
+50
*
QbsProjectManager: Factor out some common code
Christian Kandeler
2024-12-17
3
-19
/
+11
*
Qbs: Return FilePath from QbsSettings::qbsSettingsBaseDir
hjk
2024-12-17
6
-10
/
+8
*
Qbs: Replace some .toUserOutput() with .nativePath()
hjk
2024-12-16
1
-4
/
+4
*
QbsProjectManager: Fix cross-compiling with clang
Christian Kandeler
2024-12-09
1
-2
/
+1
*
QbsProjectManager: Force full resolving on "Reparse Qbs"
Christian Kandeler
2024-12-03
8
-22
/
+36
*
LayoutBuilder: Make the guard the first parameters in "slots"
hjk
2024-12-02
2
-3
/
+3
*
Plugins M-V: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
2
-2
/
+3
*
ProjectExplorer: Dissolve kitaspects.{h,cpp}
Christian Kandeler
2024-11-20
4
-4
/
+7
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
*
Standardize parameter name for KitAspect::addToInnerLayout
hjk
2024-11-18
1
-3
/
+3
*
Core: Provide settings categories centrally
Christian Kandeler
2024-11-15
2
-2
/
+5
*
ProjectExplorer: More name disambiguation for device kit aspects
Christian Kandeler
2024-11-12
1
-1
/
+1
*
ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspect
Christian Kandeler
2024-11-07
1
-1
/
+1
*
Add loongarch support
Xu Jin
2024-11-07
1
-0
/
+5
[next]