aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* 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
* BuildSteps: Fix a number of crashesTobias Hunger2017-09-081-1/+1
* Fix qbs build regarding app_version.hNikolai Kosjar2017-09-061-0/+1
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-1/+3
* 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 copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-022-10/+19
* | ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-1/+1
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
|/
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-25/+25
* Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-212-0/+0
* Update wizard template iconsMitch Curtis2017-06-065-8/+9
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-192-9/+7
|\
| * Project: Unify handling of displayNameTobias Hunger2017-04-072-7/+1
| * ProjectNodes: Handle supported actions one-by-onehjk2017-04-052-10/+7
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-302-16/+15
|\|
| * Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-4/+3
| * ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-292-61/+14
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-283-19/+2
|\|
| * ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-273-20/+4
* | GenericProject: Code cleanuphjk2017-03-218-269/+111
|/
* ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-16/+13
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-102-7/+6
* 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-098-102/+13
* Utils: Wrap MimeDatabase into static functionshjk2017-03-032-4/+2