summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-289-34/+34
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* Generic Project: cut common part of path in project explorerMartin Haase2019-05-232-1/+23
* Qt Creator CMake portCristian Adam2019-05-171-0/+21
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+2
* ProjectExplorer: Inline convenience overload that was used just oncehjk2019-05-031-1/+1
* ProjectExplorer: Consolidate setup of build dir aspecthjk2019-04-291-8/+1
* GenericProject: Use the base BuildConfiguration config widgethjk2019-04-292-70/+14
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-232-0/+7
* ProjectExplorer: Flip default for ProjectNode::showInSimpleTreehjk2019-03-011-2/+0
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-12/+6
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-302-19/+17
* ProjectExplorer: Rename IBuildConfigurationFactoryhjk2019-01-291-2/+2
* ProjectExplorer: Add history completion ability to SelectableFilesWidgetChristian Kandeler2019-01-221-0/+3
* GenericProject: fix memory leakTim Jenssen2019-01-212-6/+11
* GenericProject: Support forwarding flags to clang code modelNikolai Kosjar2019-01-156-0/+79
* CppTools: Simplify ProjectUpdateInfoNikolai Kosjar2019-01-101-2/+1
* CppTools: De-duplicate code for CppProjectUpdaterNikolai Kosjar2019-01-101-23/+6
* Remove unneeded invocations of CppProjectUpdater::cancel()Bernhard Beschow2019-01-061-2/+0
* CppProjectUpdater: Remove unread attributeBernhard Beschow2019-01-061-1/+1
* GenericProject: Set deployment data, if availableChristian Kandeler2018-11-142-1/+37
* GenericProjectManager: ModernizeAlessandro Portale2018-11-096-11/+9
* Fix missing translation contextsEike Ziller2018-10-251-1/+1
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-4/+2
* GenericProject: fix sorting file list when appending an entryAndre Hartmann2018-10-051-1/+4
* Use base make step for autotools projectsEike Ziller2018-05-232-45/+0
* Make step is always called "Make"Eike Ziller2018-05-221-8/+2
* Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-2/+0
* Add effectiveMakeCommand to MakeStep baseEike Ziller2018-05-161-1/+1
* Move generic make step to project explorerEike Ziller2018-05-167-342/+5
* ProjectExplorer: Pass id directly to BuildConfigurationshjk2018-05-082-6/+6
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-10/+11
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+2
|\
| * BuildStep: Make build steps more widely availableTobias Hunger2018-04-111-1/+2
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-281-4/+1
|\ \ | |/
| * GenericProject: Fix adding several makestepsTobias Hunger2018-03-231-4/+1
* | Fix warnings about unused lambda capturesTobias Hunger2018-02-211-1/+1
* | GenericProject: Pimpl and remove uses of global object poolhjk2018-02-062-30/+41
|/
* Use project id uniformly as project contexthjk2017-12-203-3/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-085-192/+64
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+1
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-291-2/+7
|\
| * BuildConfiguration: Fix caching of environmentTobias Hunger2017-11-281-2/+7
* | ProjectExplorer: Implement RunConfiguration::do{Clone,Restore} in basehjk2017-11-161-1/+1
* | CustomExecutable: standardize RunConfiguration::initialize() signaturehjk2017-11-141-1/+1
|/
* QtSupport: Do not prepend QT_HOST_BINS to PATHTobias Hunger2017-10-181-0/+5
* ProjectExplorer: Do not prepend compiler path to PATH everywhere!Tobias Hunger2017-10-182-0/+7
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-1/+1