summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* ProjectTree: Handle containerNode in ProjectTree::hasNodeTobias Hunger2017-09-121-1/+3
* GCC/Clang: Use sysroot from build system if kit doesn't set sysrootEike Ziller2017-09-051-4/+16
* Wizards: Do not crash when adding files to existing projectv4.4.0Tobias Hunger2017-09-018-13/+99
* Implement port gatherer on macOSFilipe Azevedo2017-08-301-1/+1
* ProjectExplorer: Parse another type of undefined reference errorOrgad Shaneh2017-08-302-1/+13
* CompileOutput: Flush other parsers on make error detectionOrgad Shaneh2017-08-281-0/+2
* MiniProjectTargetSelector: fix division by zeroNikita Baryshnikov2017-08-271-2/+2
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* ProjectExplorer: Fix parsing ports from netstat output on Windowshjk2017-08-241-59/+5
* CompileOutput: Activate links only on left button clickOrgad Shaneh2017-08-241-3/+7
* ProjectExplorer: Don't hide empty resource files like empty directoriesRobert Loehning2017-08-183-2/+10
* ProjectExplorer: Workaround for displaying startup failureshjk2017-08-181-2/+22
* ProjectExplorer: Order projects in session alphabetically againhjk2017-08-171-11/+12
* DeviceSupport: Implement DesktopDevice::portsGatheringMethod()hjk2017-08-105-54/+136
* ProjectExplorer: Introduce RunWorker::reportDone()hjk2017-08-092-0/+29
* ProjectExplorer: Introduce an "essential" flag for RunWorkerUlf Hermann2017-08-092-0/+18
* ProjectExplorer: Allow RunWorker::Starting -> Stoppinghjk2017-08-091-1/+4
* ProjectExplorer: If a worker fails while we're stopping, continueUlf Hermann2017-08-091-1/+4
* ProjectExplorer: Remove RunWorkerState::Failedhjk2017-08-092-26/+5
* ProjectExplorer: Kill dependent RunWorkers if dependencies go awayUlf Hermann2017-08-081-0/+16
* ProjectExplorer: Add stop dependencies for RunWorkersUlf Hermann2017-08-082-67/+66
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-082-5/+5
* ProjectExplorer: Fail more gracefullyhjk2017-08-071-2/+3
* ProjectExplorer: Add some basic RunWorker documentationhjk2017-08-071-1/+70
* Kit: Improve toolchain setup on auto-detected kit setupTobias Hunger2017-08-042-0/+49
* ProjectExplorer: Add option to hide empty directories from project treeTobias Hunger2017-08-044-3/+46
* ProjectExplorer: Fix hiding of generated files in project treeTobias Hunger2017-08-041-1/+1
* CMake: Get rid of <Source Directory> in server-modeTobias Hunger2017-08-042-18/+29
* Add another fall-through annotationChristian Kandeler2017-07-281-1/+2
* ProjectExplorer: Use double quotes for emphasis in UI textLeena Miettinen2017-07-281-1/+1
* ProjectExplorer: Add punctuation to ends of messagesLeena Miettinen2017-07-282-6/+6
* ProjectExplorer: Simplify TaskMark constructorDavid Schulz2017-07-251-17/+14
* Core: Enable text overlay for "New File/Project" iconsAlessandro Portale2017-07-241-0/+5
* GccToolchain: Minor cleanupOrgad Shaneh2017-07-241-1/+1
* ProjectExplorer: Fix crashes on shutdownhjk2017-07-204-62/+59
* ProjectExplorer: Initiate proper ramp down if a RunWorker failshjk2017-07-201-1/+1
* ProjectExplorer: Do not change state of sibling RunWorkershjk2017-07-201-6/+3
* ProjectExplorer: Forward-declare TextMark in task.hNikolai Kosjar2017-07-203-1/+6
* ProjectExplorer: Streamline use of WorkerFactorieshjk2017-07-201-27/+10
* ProjectExplorer: fix warning about casting something to boolTim Jenssen2017-07-191-1/+1
* ProjectExplorer: Take run mode *really* into accounthjk2017-07-181-1/+1
* ProjectExplorer: Move RunWorker priority handling to worker selectionhjk2017-07-184-98/+16
* ProjectTree: Enable Synchronize with Editor by defaultOrgad Shaneh2017-07-172-2/+2
* ProjectExplorer: Remove RunControl::bringApplicationToForegroundhjk2017-07-172-15/+3
* ProjectExplorer: Add and use a RunConfiguration::registerAspect<>hjk2017-07-172-23/+13
* ProjectExplorer: Fix compile for older gcc/Qt5.6Christian Stenger2017-07-171-0/+3
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-174-30/+159
* ProjectExplorer: Heed RunControlFactory priorities againhjk2017-07-172-11/+22
* Make ApplicationLauncher report QStrings, not QByteArrayhjk2017-07-143-8/+10
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-124-4/+4