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
/
qmlprojectmanager
/
qmlprojectrunconfiguration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProjectExplorer: Move BuildSystem owership to BuildConfiguration
hjk
2019-11-19
1
-31
/
+32
*
LayoutBuilder: Allow for more compact code at calling sites
Christian Kandeler
2019-11-07
1
-2
/
+1
*
ProjectExplorer: Prepare more flexibility to aspect layouting
hjk
2019-10-18
1
-3
/
+4
*
QmlProject: Ignore generated files
Tobias Hunger
2019-08-22
1
-2
/
+2
*
QtSupport: Move qmlsceneCommand down to BaseQtVersion
hjk
2019-08-20
1
-3
/
+1
*
RemoteLinux: Move EmbeddeLinuxQtVersion to QtSupport
hjk
2019-08-16
1
-1
/
+1
*
Utils/all: Create an OutputFormatterFactory
hjk
2019-08-13
1
-2
/
+0
*
ProjectExplorer: Replace RunConfiguration::executable
hjk
2019-06-12
1
-8
/
+11
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-4
/
+4
*
ProjectExplorer: Add executable() accessor to RunConfiguration
Christian Kandeler
2019-05-24
1
-5
/
+6
*
Merge remote-tracking branch 'origin/4.9'
Eike Ziller
2019-05-08
1
-0
/
+1
|
\
|
*
QmlProjectManager: Fix using history completer
Christian Stenger
2019-05-06
1
-0
/
+1
*
|
QmlProject: Implement basic support for QmlFileSelector
Thomas Hartmann
2019-04-25
1
-0
/
+5
*
|
QmlProject: Do not crash on project creation
hjk
2019-04-05
1
-3
/
+3
*
|
ProjectExplorer: Introduce a SimpleRunWorkerFactory template
hjk
2019-03-19
1
-2
/
+0
*
|
ProjectExplorer: Move RunControl related classes to separate file pair
hjk
2019-03-13
1
-0
/
+1
*
|
ProjectExplorer: Split EnvironmentAspect
hjk
2019-03-11
1
-15
/
+12
*
|
ProjectExplorer: De-virtualize EnvironmentAspect::baseEnvironment
hjk
2019-03-07
1
-3
/
+27
*
|
QmlProjectManager: Fix QmlProjectRunConfiguration::updateEnabledState
hjk
2019-03-04
1
-9
/
+5
*
|
Replace static_casts by QOverload where possible
hjk
2019-02-26
1
-1
/
+1
*
|
ProjectExplorer: Rename KitInformation to KitAspect
Christian Kandeler
2019-02-11
1
-5
/
+5
|
/
*
Fix warning: "Don't call QHash::operator[]() on temporary"
Alessandro Portale
2019-01-17
1
-1
/
+1
*
QmlProjectManager: Modernize
Alessandro Portale
2018-11-30
1
-4
/
+3
*
QmlProject: Capitalize consistently
Robert Loehning
2018-10-22
1
-1
/
+1
*
ProjectExplorer: Remove Run{Control,Configuration}::abi
hjk
2018-10-16
1
-7
/
+0
*
ProjectExplorer: Rename 'extraAspect' to 'aspect'
hjk
2018-10-02
1
-2
/
+2
*
ProjectExplorer: Split IRunConfigurationAspect
hjk
2018-09-18
1
-1
/
+1
*
ProjectExplorer: Remove IRunConfigurationAspect::runConfiguration
hjk
2018-09-13
1
-3
/
+3
*
ProjectExplorer: Pass macro expander to ArgumentsAspect::arguments
hjk
2018-09-13
1
-1
/
+1
*
QmlProject: Pass project to MainQmlFileAspect ctor
hjk
2018-09-12
1
-18
/
+15
*
QmlProjectManager: Pass target to QmlProjectEnvironmentAspect ctor
hjk
2018-09-11
1
-1
/
+1
*
QmlProject: Use IRunConfiguration's changed() signal
hjk
2018-09-11
1
-3
/
+4
*
QmlProjectManager: Aspect-ify runconfiguration
hjk
2018-09-10
1
-109
/
+253
*
QmlProject: Allow different QML viewers per project
Ulf Hermann
2018-09-05
1
-0
/
+9
*
ProjectExplorer: Compactify runconfiguration aspect creation
hjk
2018-09-04
1
-1
/
+1
*
Remove ApplicationLauncher::Mode
hjk
2018-06-05
1
-1
/
+0
*
Tie SimpleTargetRunner desktop usages to individual RunConfigurations
hjk
2018-05-31
1
-0
/
+2
*
Finish merging Runnable and StandardRunnable
hjk
2018-05-23
1
-1
/
+1
*
Pass id to RunConfiguration constructor
hjk
2018-04-25
1
-3
/
+4
*
ProjectExplorer: Streamline OutputFormatter creation a bit
hjk
2018-04-13
1
-5
/
+1
*
QmlProject: Move RunConfigurationFactory close to RunConfiguration
hjk
2018-04-09
1
-3
/
+11
*
QmlProject: Use new helper function to create run configuration widgets
hjk
2018-03-27
1
-1
/
+1
*
QmlProject: Fix import paths for code model
Thomas Hartmann
2018-02-26
1
-12
/
+1
*
QmlProject: Resolve import paths relative to target directory
Ulf Hermann
2018-02-23
1
-5
/
+18
*
QmlProjectManager: Prepare for running on remote devices
Ulf Hermann
2018-01-29
1
-31
/
+41
*
Remove qmlsceneCommand() and qmlViewerCommand() from BaseQtVersion
Ulf Hermann
2018-01-08
1
-6
/
+5
*
QmlProject: Inline QmlProjectRunConfiguration::qtVersion into caller
hjk
2018-01-03
1
-7
/
+3
*
ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setup
hjk
2017-12-08
1
-8
/
+1
*
Project: Make Project::files return a FileNameList
Tobias Hunger
2017-12-08
1
-3
/
+3
*
QmlProjectManager: Drop support for QtQuick1
Ulf Hermann
2017-11-30
1
-10
/
+6
[next]