aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Project: Unify handling of displayNameTobias Hunger2017-04-071-0/+15
* ProjectExplorer: Don't rebuild all projects' tree when one is closedhjk2017-04-051-3/+6
* Project: Set filepath on ContainerNodeTobias Hunger2017-03-291-7/+10
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-9/+6
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-0/+36
* ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-281-33/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-0/+20
* ProjectExplorer: Treat empty root project nodes betterTobias Hunger2017-03-241-0/+8
* ProjectExplorer: Fix crash when setting root project nodeTobias Hunger2017-03-211-3/+4
* ProjectManager: Remove SessionNodehjk2017-03-211-4/+49
* ProjectExplorer: Move code to set up default project structureTobias Hunger2017-03-171-7/+0
* ProjectExplorer: Fix crash on reloading projectsChristian Stenger2017-03-161-1/+1
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-1/+1
* ProjectTree: Add a way to register managers for subtreesTobias Hunger2017-03-101-0/+3
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-0/+7
* Session: Update SessionNode when Project tree changesTobias Hunger2017-03-101-3/+2
* ProjectExplorer: Emit signal when root ProjectNode changesTobias Hunger2017-03-101-0/+4
* ProjectManager: Cut ties between Project and IProjectManagerhjk2017-03-011-14/+0
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-231-0/+1
|\
| * ProjectExplorer: Disable copying steps to inactive kitshjk2017-01-191-0/+1
* | KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-12/+12
|/
* ProjectWindow: Fix crash in TargetSetupPagehjk2016-10-051-1/+1
* ProjectExplorer: Rework mode main windowhjk2016-07-261-13/+5
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-23/+23
* ProjectExplorer: Handle imperfect build systemsTobias Hunger2016-04-071-0/+5
* QbsPM: Do not delay initial parsingOrgad Shaneh2016-03-021-0/+4
* Minor doc improvementNiels Weber2016-02-241-0/+12
* Generalize support for extra compilersUlf Hermann2016-02-161-2/+3
* ProjectExplorer: Simplify code a little bitTobias Hunger2016-02-021-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-1/+20
* Project: Add setProjectManager methodTobias Hunger2016-01-111-0/+13
* Project: Add setDocument methodTobias Hunger2016-01-111-9/+21
* ProjectExplorer: Use Qt5-style connects and clean upTobias Hunger2016-01-071-6/+4
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-1/+1
* Target: Move clone code from TargetSetupWidget to ProjectTobias Hunger2015-11-231-0/+134
* Project: Add a option to synchronize kits and build/deploy across projectsDaniel Teske2015-09-151-3/+4
* ProjectExplorer: Fix warning about unsed parameter.Christian Kandeler2015-09-011-0/+1
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-011-5/+2
|\
| * ProjectExplorer: Do not reject user file on target absenceOrgad Shaneh2015-08-251-1/+1