aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Reduce qmake specific logichjk2018-12-041-0/+9
* QmlDesigner: Do not require a qmake project for designer import pathsChristian Kandeler2018-08-201-0/+7
* Add optional system include to compiler option builderMarco Bubke2018-08-141-0/+9
* Project: Fix setActiveTarget()Tobias Hunger2018-06-141-11/+10
* ProjectExplorer: Use sessionmanager to set active targetTobias Hunger2018-06-051-1/+1
* ProjectExplorer: Use unique_ptr to hold targets in projectsTobias Hunger2018-05-241-53/+42
* ProjectExplorer: Don't register targets that are restored to empty stateTobias Hunger2018-05-181-0/+5
* ProjectExplorer: Add FolderNode::addNestedNodes taking unique_ptrsTobias Hunger2018-05-041-5/+5
* Project: Fix soft-assert triggered by Qbs projectsTobias Hunger2018-05-031-1/+1
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-14/+8
* ProjectExplorer: Use unique_ptr to hold ProjectNodesTobias Hunger2018-05-021-1/+1
* ProjectExplorer: Hide build page for projects that do not buildTobias Hunger2018-04-191-1/+7
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-5/+13
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+1
|\
| * ProjectExplorer: List foldernodes in project as wellTobias Hunger2018-04-111-1/+1
| * QmlProject: Unify selection of supported kitsTobias Hunger2018-03-091-1/+1
* | Move Project::makeUnique to UtilsEike Ziller2018-04-111-11/+0
* | Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* | ProjectExplorer: Simplify IBuildConfigurationFactory interfacehjk2018-04-041-6/+1
* | Project: Use std::unique_ptr for root project nodeTobias Hunger2018-03-281-11/+7
* | TargetSetupPage: Work for projects without BuildConfigurationTobias Hunger2018-03-161-0/+3
* | ProjectExplorer: Simplify DeployConfigurationFactory interfacehjk2018-03-151-6/+1
* | Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-1/+3
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-1/+1
* | ProjectExplorer: Consolidate RunConfig creation codepathshjk2018-03-021-6/+1
* | Project: Remove unused Project::requiresTargetPanel(...)Tobias Hunger2018-02-191-5/+0
* | Project: Make setRequiredKitPredicate privateTobias Hunger2018-02-191-1/+3
|/
* ProjectTree: Fix crash working with resourcesTobias Hunger2018-01-221-15/+19
* ProjectExplorer: Fix build with Qt 5.6Orgad Shaneh2018-01-111-3/+3
* Project: Add some basic testsTobias Hunger2018-01-111-0/+196
* Project: Always report the main project fileTobias Hunger2018-01-101-4/+5
* Project: Add mimeType() methodTobias Hunger2018-01-101-0/+5
* Project: Make sure id() will never changeTobias Hunger2018-01-101-0/+1
* Project: Fix bad comparison in isKnownFileOrgad Shaneh2018-01-081-1/+1
* Use project id uniformly as project contexthjk2017-12-201-10/+1
* Session: Get rid of cache of all project file namesTobias Hunger2017-12-081-8/+36
* Project: Make Project::file take a std::function to match filesTobias Hunger2017-12-081-11/+23
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-4/+4
* ProjectExplorer: Split up settingsaccessor.hTobias Hunger2017-11-171-1/+1
* Project: Avoid unnecessary activeTargetChanged signalTobias Hunger2017-10-171-10/+19
* Project: Get rid of *EnabledChanged signals on Project and TargetTobias Hunger2017-08-021-10/+0
* Project: Get rid of builddirectoryChanged signalTobias Hunger2017-08-021-8/+0
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-9/+0
* ProjectExplorer: Add ProjectConfiguration * to activeProjectConfigurationChangedTobias Hunger2017-08-021-1/+1
* Target/Project: Add generic signals for changes in the project configuration ...Tobias Hunger2017-07-311-0/+8
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-0/+30
* Project: Use more std::unique_ptrTobias Hunger2017-07-111-17/+19
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-6/+8
* Project: Skip duplicate files earlyTobias Hunger2017-05-041-2/+2
* Project: Remove duplicates from file listTobias Hunger2017-04-241-1/+7