aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* More Utils::toSet/toListhjk2019-07-041-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-12/+12
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2
* QmlProject: Implement basic support for QmlFileSelectorThomas Hartmann2019-04-251-0/+14
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+5
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-2/+2
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-4/+4
* QmlProject: update mainFile after renaming itTim Jenssen2019-01-231-0/+6
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-111-1/+1
|\
| * Projects: Fix capitalization in messagesLeena Miettinen2018-06-081-1/+1
* | QmlProject: Remove unnecessary codeTobias Hunger2018-06-011-13/+0
|/
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-2/+2
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* ProjectExplorer: Hide build page for projects that do not buildTobias Hunger2018-04-191-7/+5
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-34/+26
* QmlProject: simplify codeTim Jenssen2018-04-061-4/+2
* QmlProject: Fix selection of supported kitsTobias Hunger2018-03-091-1/+1
* QmlProject: Unify selection of supported kitsTobias Hunger2018-03-091-37/+35
* QmlProject: Fix import paths for code modelThomas Hartmann2018-02-261-1/+12
* QmlProject: Add support for setting the environmentThomas Hartmann2018-02-021-0/+7
* QmlProjectManager: Prepare for running on remote devicesUlf Hermann2018-01-291-16/+80
* Remove qmlsceneCommand() and qmlViewerCommand() from BaseQtVersionUlf Hermann2018-01-081-1/+3
* QmlProject: Remove unneeded reimplementation of rootProjectNodehjk2018-01-031-5/+0
* QmlProject: Avoid error messages about missing build configurationsUlf Hermann2017-12-211-0/+7
* Use project id uniformly as project contexthjk2017-12-201-1/+0
* ProjectExplorer: Use ids in RunConfigFactory:: setSupportedProjectTypehjk2017-12-191-1/+2
* QmlProjectManager: Fix warning about unused lambda captureTobias Hunger2017-12-011-1/+1
* QmlProjectManager: Drop support for QtQuick1Ulf Hermann2017-11-301-50/+7
* QmlProjectManager: Detect file types correctlyUlf Hermann2017-11-231-4/+4
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-1/+1
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
* QmlProject: List .qmlproject file in project treeTobias Hunger2017-04-241-0/+1
* Project: Unify handling of displayNameTobias Hunger2017-04-071-5/+1
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-3/+1
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-3/+2
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-19/+4
* QmlProject: Simplify interface a bithjk2017-03-151-24/+10
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-6/+4
* | ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-4/+1
* | Make all projects generate a fresh project treeTobias Hunger2017-03-101-2/+3
* | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-4/+5
* | QmlProject: Move project tree generation out of the ProjectNodesTobias Hunger2017-03-011-2/+19
* | ProjectManagers: Cleanuphjk2017-02-281-7/+2
* | QmlProject: Minor code cleanuphjk2017-02-281-11/+2
* | Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* | KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-3/+3
|/
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* QmlPM: Use Qt5-style connectsOrgad Shaneh2016-07-041-5/+5