aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\|
| * Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* | ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-2/+9
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
* | AutotoolsPM: Fix compile with older gcc/Qt5.6Christian Stenger2017-07-261-1/+1
* | BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-254-29/+29
|/
* Autotools: Fix autotools project treeTobias Hunger2017-06-151-16/+17
* Project: Unify handling of displayNameTobias Hunger2017-04-072-6/+1
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-052-7/+0
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-1/+1
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-295-101/+1
* Qmake: Add variable choosers where variables are parsedOrgad Shaneh2017-03-291-1/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-272-7/+0
* 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