summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Fix initial top level expansion of projectshjk2018-12-131-0/+3
* ProjectExplorer: Make setRequiredKitPredicate protectedIvan Donchevskii2018-11-011-3/+2
* QmlDesigner: Do not require a qmake project for designer import pathsChristian Kandeler2018-08-201-0/+2
* ProjectExplorer: Fix compileChristian Stenger2018-08-151-0/+1
* ProjectExplorer: Remove reference to non-existing classRobert Loehning2018-08-011-2/+0
* ProjectExplorer: Use unique_ptr to hold targets in projectsTobias Hunger2018-05-241-4/+4
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-1/+1
* ProjectExplorer: Hide build page for projects that do not buildTobias Hunger2018-04-191-0/+1
* ProjectExplorer: Report project-specific kit errors/warningsTobias Hunger2018-04-191-1/+4
* Move Project::makeUnique to UtilsEike Ziller2018-04-111-2/+0
* ProjectTree: Do not use disabled state for disabled nodesTobias Hunger2018-04-091-1/+0
* Project: Remove unused Project::requiresTargetPanel(...)Tobias Hunger2018-02-191-1/+0
* Project: Make setRequiredKitPredicate privateTobias Hunger2018-02-191-2/+6
* ProjectTree: Fix crash working with resourcesTobias Hunger2018-01-221-0/+3
* Project: Add mimeType() methodTobias Hunger2018-01-101-0/+2
* Use project id uniformly as project contexthjk2017-12-201-2/+0
* Session: Get rid of cache of all project file namesTobias Hunger2017-12-081-0/+1
* Project: Make Project::file take a std::function to match filesTobias Hunger2017-12-081-7/+6
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+2
* Project: Avoid unnecessary activeTargetChanged signalTobias Hunger2017-10-171-0/+1
* Project: Make subscribeSignal handle signals with ParametersTobias Hunger2017-09-241-4/+4
* Project: Get rid of *EnabledChanged signals on Project and TargetTobias Hunger2017-08-021-4/+0
* Project: Get rid of builddirectoryChanged signalTobias Hunger2017-08-021-3/+0
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-2/+19
* 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/+10
* ProjectTree: Show parsing state of projectsTobias Hunger2017-07-281-1/+2
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+11
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-2/+2
* Project: Unify handling of displayNameTobias Hunger2017-04-071-1/+3
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-2/+2
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-5/+20
* ProjectExplorer: De-virtualize Project::files()hjk2017-03-281-2/+2
* ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-281-1/+2
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-1/+5
* ProjectExplorer: Remove unused Project::displayName() signalhjk2017-03-271-1/+0
* ProjectManager: Remove SessionNodehjk2017-03-211-1/+1
* Session: Update SessionNode when Project tree changesTobias Hunger2017-03-101-0/+3
* ProjectExplorer: Emit signal when root ProjectNode changesTobias Hunger2017-03-101-0/+1
* ProjectManager: Cut ties between Project and IProjectManagerhjk2017-03-011-4/+0
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-7/+7
* ProjectExplorer: Either a API is worth having or it is notTobias Hunger2016-11-021-1/+0
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+3
* ProjectWindow: Fix crash in TargetSetupPagehjk2016-10-051-1/+1
* ProjectExplorer: Rework mode main windowhjk2016-07-261-1/+1
* Project: Sort forward declarationsTobias Hunger2016-05-031-4/+4
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-1/+1
* ProjectExplorer: Handle imperfect build systemsTobias Hunger2016-04-071-0/+3
* QbsPM: Do not delay initial parsingOrgad Shaneh2016-03-021-0/+2
* Minor doc improvementNiels Weber2016-02-241-1/+0