aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/autotoolsproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Autotools: Fix duplicates in project tree after reparseChristian Kandeler2019-01-161-0/+1
* CppTools: Simplify ProjectUpdateInfoNikolai Kosjar2019-01-101-2/+1
* CppTools: De-duplicate code for CppProjectUpdaterNikolai Kosjar2019-01-101-24/+8
* Remove unneeded invocations of CppProjectUpdater::cancel()Bernhard Beschow2019-01-061-2/+0
* CppProjectUpdater: Remove unread attributeBernhard Beschow2019-01-061-1/+1
* AutotoolsProjectManager: ModernizeAlessandro Portale2018-11-041-1/+1
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-1/+2
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* Use project id uniformly as project contexthjk2017-12-201-1/+0
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+1
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-051-2/+4
|\
| * CppTools: set default -std=c++11 for Qt4Ivan Donchevskii2017-09-051-2/+4
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
|/
* Autotools: Fix autotools project treeTobias Hunger2017-06-151-16/+17
* Project: Unify handling of displayNameTobias Hunger2017-04-071-5/+1
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-1/+1
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-2/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-271-6/+0
* ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-9/+5
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-9/+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-091-2/+1
* ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-281-2/+1
* ProjectExplorer: Nodes: Do not makeEmpty() as part of buildTree()Tobias Hunger2017-02-241-0/+1
* {Auto,Generic}Project: Fix setting ProjectPart::displayNameNikolai Kosjar2017-02-211-0/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-19/+27
* Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* Report better projectFileName to ProjectPartTobias Hunger2017-01-271-0/+2
* CppTools: Call ProjectInfo::finish when we get itNikolai Kosjar2016-12-061-1/+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-051-138/+10
* Autotools: ModernizeTobias Hunger2016-02-041-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-20/+15
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+2
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-19/+8
* Project: Do not save filenames in derived classesTobias Hunger2016-01-111-5/+4
* Project: Add setProjectManager methodTobias Hunger2016-01-111-6/+1
* Project: Add setDocument methodTobias Hunger2016-01-111-9/+2
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-3/+3
* AutoTools: Simplify projectNodeTobias Hunger2015-11-021-1/+1
* Project: Improve fromMap() error reporting interfaceDaniel Teske2015-07-281-4/+5
* AutoTools: Handle (abs_)?top_srcdir, and (abs_)?top_builddirTobias Hunger2015-07-091-1/+24
* AutoTools: Disconnect Qt5-styleTobias Hunger2015-07-091-2/+2
* Autotools: Be a bit more paranoid with pointersTobias Hunger2015-07-061-4/+4
* ProjectManagers: Detect Qt by kit for code-model updateOrgad Shaneh2015-04-211-0/+12
* CppTools: Remove assertions for CppModelManager::instance()Orgad Shaneh2015-02-171-6/+2
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-9/+10