aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Make Run button state more robustTobias Hunger2017-10-041-19/+10
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-1/+3
* ProjectExplorer: Re-add SUBPROJECT_OPEN_LOCATIONS_CONTEXT_MENUhjk2017-09-081-0/+1
* ProjectManager: Use the right constant when creating a menuTobias Hunger2017-09-081-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-30/+28
* ProjectExplorer: check file renaming resultNikita Baryshnikov2017-09-051-2/+3
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-2/+4
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-041-4/+9
|\
| * Wizards: Do not crash when adding files to existing projectv4.4.0Tobias Hunger2017-09-011-5/+11
* | ProjectExplorerPlugin: remove runConfiguration checkNikita Baryshnikov2017-08-251-1/+1
* | Add support to change the number of lines of the compile outputSamuel Gaist2017-08-021-1/+4
* | Project: Get rid of *EnabledChanged signals on Project and TargetTobias Hunger2017-08-021-5/+5
* | ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-35/+40
* | ProjectExplorer: WS only fixTobias Hunger2017-07-311-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-281-2/+2
|\|
| * ProjectExplorer: Add punctuation to ends of messagesLeena Miettinen2017-07-281-2/+2
* | ProjectExplorer: Fix compile for older gcc/Qt5.6Christian Stenger2017-07-241-1/+1
* | ProjectNodes: Allow to specify a list of extra locations for FolderNodesTobias Hunger2017-07-211-0/+79
|/
* ProjectExplorer: Fix crashes on shutdownhjk2017-07-201-3/+27
* ProjectExplorer: Streamline use of WorkerFactorieshjk2017-07-201-27/+10
* ProjectExplorer: Move RunWorker priority handling to worker selectionhjk2017-07-181-11/+0
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-121-2/+1
* ProjectExplorer: Avoid updates to welcome during shutdownOrgad Shaneh2017-07-061-1/+1
* ProjectExplorer: Simplify standard run control constructionhjk2017-06-201-6/+35
* ProjectExplorer: Fix build after removing wince* sourcesDavid Schulz2017-06-131-2/+0
* Remove unused constantEike Ziller2017-05-241-1/+0
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-1/+1
|\
| * macOS: Fix conflict between cancel build and DeleteStartOfWordEike Ziller2017-05-221-1/+1
* | FindInFiles: Support relative path based on the current projectOrgad Shaneh2017-05-191-0/+4
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-0/+1
|\|
| * ProjectNodes: Sprinkle QTC_ASSERT over code looking at parentFolderNodeTobias Hunger2017-05-121-0/+1
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-191-29/+35
|\|
| * ProjectNodes: Handle supported actions one-by-onehjk2017-04-051-18/+20
| * ProjectExplorer: Fix crash when deleting 2 filesOrgad Shaneh2017-04-031-9/+13
| * ProjectExplorer: Replace hard assertions with soft onesOrgad Shaneh2017-04-031-2/+2
* | ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-121-5/+6
* | ProjectExplorer: Split RunControl states furtherhjk2017-03-301-7/+0
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-301-1/+65
|\|
| * Guard against infinite loop in pathOrDirectoryFor(Node*,bool)Eike Ziller2017-03-281-1/+1
| * Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+64
* | Move Session Manager... menu to Sessions > Manage...Tasuku Suzuki2017-03-291-3/+5
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-281-182/+81
|\|
| * ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-281-1/+7
| * ProjectExplorer: Replace short functions with lambdasOrgad Shaneh2017-03-231-181/+74
* | ProjectExplorer: Run RunControl::{start,stop} always asynchronouslyhjk2017-03-241-9/+4
|/
* ProjectExplorer: Remove unused constantOrgad Shaneh2017-03-201-1/+0
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-201-1/+1
* ProjectExplorer: Move consts that are used in a single file out of headerOrgad Shaneh2017-03-201-8/+79
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-20/+34
* ProjectExplorer: Use visitor-by-lambda for project treehjk2017-03-081-1/+0