aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* ProjectExplorer: Add executable() accessor to RunConfigurationChristian Kandeler2019-05-241-5/+6
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-0/+1
|\
| * QmlProjectManager: Fix using history completerChristian Stenger2019-05-061-0/+1
* | QmlProject: Implement basic support for QmlFileSelectorThomas Hartmann2019-04-251-0/+5
* | QmlProject: Do not crash on project creationhjk2019-04-051-3/+3
* | ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-2/+0
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* | ProjectExplorer: Split EnvironmentAspecthjk2019-03-111-15/+12
* | ProjectExplorer: De-virtualize EnvironmentAspect::baseEnvironmenthjk2019-03-071-3/+27
* | QmlProjectManager: Fix QmlProjectRunConfiguration::updateEnabledStatehjk2019-03-041-9/+5
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-5/+5
|/
* Fix warning: "Don't call QHash::operator[]() on temporary"Alessandro Portale2019-01-171-1/+1
* QmlProjectManager: ModernizeAlessandro Portale2018-11-301-4/+3
* QmlProject: Capitalize consistentlyRobert Loehning2018-10-221-1/+1
* ProjectExplorer: Remove Run{Control,Configuration}::abihjk2018-10-161-7/+0
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-2/+2
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-1/+1
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-3/+3
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-1/+1
* QmlProject: Pass project to MainQmlFileAspect ctorhjk2018-09-121-18/+15
* QmlProjectManager: Pass target to QmlProjectEnvironmentAspect ctorhjk2018-09-111-1/+1
* QmlProject: Use IRunConfiguration's changed() signalhjk2018-09-111-3/+4
* QmlProjectManager: Aspect-ify runconfigurationhjk2018-09-101-109/+253
* QmlProject: Allow different QML viewers per projectUlf Hermann2018-09-051-0/+9
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-1/+1
* Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
* Tie SimpleTargetRunner desktop usages to individual RunConfigurationshjk2018-05-311-0/+2
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+1
* Pass id to RunConfiguration constructorhjk2018-04-251-3/+4
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-5/+1
* QmlProject: Move RunConfigurationFactory close to RunConfigurationhjk2018-04-091-3/+11
* QmlProject: Use new helper function to create run configuration widgetshjk2018-03-271-1/+1
* QmlProject: Fix import paths for code modelThomas Hartmann2018-02-261-12/+1
* QmlProject: Resolve import paths relative to target directoryUlf Hermann2018-02-231-5/+18
* QmlProjectManager: Prepare for running on remote devicesUlf Hermann2018-01-291-31/+41
* Remove qmlsceneCommand() and qmlViewerCommand() from BaseQtVersionUlf Hermann2018-01-081-6/+5
* QmlProject: Inline QmlProjectRunConfiguration::qtVersion into callerhjk2018-01-031-7/+3
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-8/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-3/+3
* QmlProjectManager: Drop support for QtQuick1Ulf Hermann2017-11-301-10/+6
* Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-11-111-11/+0
|\
| * ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-11/+0
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-191-1/+1
|\|
| * QmlProjectRunConfiguration: Use QFileInfo::existsEike Ziller2017-10-191-1/+1
* | Treat .ui.qml mime type the same as .qmlUlf Hermann2017-10-181-7/+14
|/
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-33/+34
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-21/+15
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-3/+2