aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
...
* ProjectExplorer: Flip default for ProjectNode::showInSimpleTreehjk2019-03-015-107/+3
* Plugins: Code cosmeticshjk2019-02-272-6/+4
* AutoTools: Use the FileSystemWatcher::removeFiles() bulk functionshjk2019-02-251-2/+1
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-2/+2
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-081-4/+19
|\
| * Fix include paths with subfolderRaoul Hecky2019-02-071-4/+19
* | ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-316-14/+16
* | ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-302-21/+18
* | ProjectExplorer: Rename IBuildConfigurationFactoryhjk2019-01-291-2/+2
* | ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-186-9/+9
* | 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
* | ProjectExplorer: Pimpl AbstractProcessStepOrgad Shaneh2018-11-193-0/+3
* | AutotoolsProjectManager: ModernizeAlessandro Portale2018-11-048-18/+18
* | ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-236-18/+0
* | Autotools: Simplify make step setuphjk2018-10-233-20/+12
* | Autotools: Use BuildStepList::appendStep instead of insertStephjk2018-10-221-5/+5
* | AutoTools: Use aspects in build stepshjk2018-10-227-348/+95
* | ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()hjk2018-10-176-30/+6
* | ProjectExplorer: Make BuildStepConfigWidget::displayName a valuehjk2018-10-156-18/+0
* | ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-123-0/+3
|/
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-318-12/+3
* Use base make step for autotools projectsEike Ziller2018-05-233-272/+22
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-4/+0
* ProjectExplorer: Pass id directly to BuildConfigurationshjk2018-05-083-7/+6
* 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
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-3/+0
|\
| * BuildStep: Make build steps more widely availableTobias Hunger2018-04-111-3/+0
* | Autotools: Remove dependency on plugin object poolhjk2018-01-262-12/+28
|/
* Autotool: Move buildDirectoryChanged connectionhjk2018-01-031-6/+3
* Use project id uniformly as project contexthjk2017-12-202-2/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-0810-358/+87
* autotoolsprojectmanager: fix forward declarationLaurent Montel2017-09-281-1/+0
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-145-16/+22
* BuildSteps: Fix a number of crashesTobias Hunger2017-09-081-1/+1
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-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
* | 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