aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-9/+5
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-102-11/+4
* Make all projects generate a fresh project treeTobias Hunger2017-03-101-2/+4
* CppTools: De-duplicate and rename function in ProjectPartNikolai Kosjar2017-03-091-1/+1
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-099-113/+11
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* ProjectManagers: Cleanuphjk2017-02-283-27/+3
* ProjectManager: Centralize "File not found handling"hjk2017-02-282-16/+2
* ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-283-4/+3
* ProjectExplorer: Nodes: Do not makeEmpty() as part of buildTree()Tobias Hunger2017-02-241-0/+1
* Remove spaces in initializer listsTim Jenssen2017-02-225-5/+5
* {Auto,Generic}Project: Fix setting ProjectPart::displayNameNikolai Kosjar2017-02-211-0/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-202-20/+30
* Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* Report better projectFileName to ProjectPartTobias Hunger2017-01-271-0/+2
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-193-3/+3
* CppTools: Call ProjectInfo::finish when we get itNikolai Kosjar2016-12-061-1/+0
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-052-18/+8
|\
| * BuildConfiguration: De-virtualize setBuildConfigurationhjk2016-12-052-18/+8
* | Remove files not used in the buildTobias Hunger2016-11-251-5/+0
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-2/+3
|/
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* Autotools: Use foldernode helpers to construct project treeTobias Hunger2016-10-054-160/+13
* Kits: Save several ToolChains per kitTobias Hunger2016-07-141-7/+7
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-108-212/+35
* Move CustomExecutableRunConfiguration to ProjectExplorerhjk2016-05-131-1/+0
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-256-15/+12
* ProjectExplorer: Add some more functions to buildsteplistTobias Hunger2016-04-201-7/+2
* Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-3/+1
* Remove unnecessary Q_OBJECT from IDocument subclassesOrgad Shaneh2016-03-241-1/+0
* Core: Make IDocument concreteOrgad Shaneh2016-03-172-37/+4
* Autotools: Use Qt5 style connectsTobias Hunger2016-02-1012-37/+28
* Autotools: ModernizeTobias Hunger2016-02-0426-198/+83
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-295-47/+47
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1930-583/+438
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-192-12/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-142-4/+4
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+2
* Project: Add setRootProjectNode methodTobias Hunger2016-01-112-23/+8
* Project: Do not save filenames in derived classesTobias Hunger2016-01-112-7/+4
* Project: Add setProjectManager methodTobias Hunger2016-01-112-10/+1
* Project: Add setDocument methodTobias Hunger2016-01-114-21/+5
* Project: Sprinkle override over all the projectsTobias Hunger2016-01-071-6/+6
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-168-12/+12
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-164-28/+28
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-3/+3
* AutoTools: Simplify projectNodeTobias Hunger2015-11-023-16/+5
* ProjectNodes: Sprinkle override over the Node classesTobias Hunger2015-10-301-2/+2
* ProjectNode: Provide default implementations of a few functionsDaniel Teske2015-09-152-56/+0