summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Pass target to RemoteLinuxEnvironmentAspectWidget ctorhjk2018-09-113-5/+7
* iOS: Use an aspect for the executablehjk2018-09-112-11/+6
* ProjectExplorer: Remove direct runconfig dependency from ISettingsAspecthjk2018-09-1112-53/+29
* Android: Use new auto aspect layout handlinghjk2018-09-111-17/+5
* QmlProjectManager: Pass target to QmlProjectEnvironmentAspect ctorhjk2018-09-113-6/+10
* QmlProject: Use IRunConfiguration's changed() signalhjk2018-09-112-5/+4
* LSP: Do not automatically accept completion while typingDavid Schulz2018-09-111-1/+1
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-108-19/+28
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-104-26/+34
* QmlDesigner: Use suffix() instead of completeSuffix()Thomas Hartmann2018-09-101-1/+1
* QmlProjectManager: Aspect-ify runconfigurationhjk2018-09-106-364/+263
* ProjectExplorer: Compile fixhjk2018-09-101-1/+1
* ProjectExplorer: rename RunConfiguration::extraApects() to aspects()hjk2018-09-102-4/+3
* CppToolsPlugin: Simplify setup codehjk2018-09-101-2/+1
* ProjectExplorer: Fix string aspects with pixmaps in labelshjk2018-09-101-2/+7
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-1043-315/+232
* Debugger: Rename "Snapshot" window to "Debugger Perspectives"hjk2018-09-101-1/+1
* Remove unused variablesRobert Loehning2018-09-072-2/+0
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-075-21/+35
|\
| * Fix environment for Start and Debug External ApplicationEike Ziller2018-09-041-0/+5
| * AutoTest: Fix handling cancellation for timeoutChristian Stenger2018-09-041-14/+14
| * winrt: Use full path when running windeployqtOliver Wolff2018-09-041-1/+8
| * Add line/column number handling to spotlight locator filterEike Ziller2018-09-031-5/+7
| * QmlProfiler: Listen on QHostAddress::Any in QmlProfilerToolTestUlf Hermann2018-08-301-1/+1
* | QbsProjectManager: Support QML designer import pathsChristian Kandeler2018-09-072-0/+17
* | WinRT: Standardize RunConfiguration displayhjk2018-09-072-23/+0
* | RemoteLinux: Remove unnecessary "--" from kill commandUlf Hermann2018-09-071-2/+2
* | AutoTest: Remove unnecessary createConfigurationWidget() reimplementationhjk2018-09-071-1/+0
* | WinRT: Use new auto aspect layout handling to simplify codehjk2018-09-071-7/+1
* | ProjectExplorer: Simplify LocalEnvspect's BaseEnvironmentModifierhjk2018-09-065-10/+8
* | Use faster ctor for QColorRobert Loehning2018-09-061-5/+5
* | DocumentManager: Follow clazy's suggestion to use QHash instead of QMapRobert Loehning2018-09-061-3/+3
* | Utils: Fix compile for UNIX when using Qt5.9Christian Stenger2018-09-061-3/+2
* | ProjectExplorer: Fix spelling in constant nameTobias Hunger2018-09-061-2/+2
* | ModelEditor: Reload documentsJochen Becher2018-09-052-5/+14
* | QmlDesigner: Crash FixThomas Hartmann2018-09-051-1/+1
* | QmlDesigner: Stabilize annotation codeThomas Hartmann2018-09-051-4/+4
* | LSP: do not connect the clients finished signal multiple times to the managerDavid Schulz2018-09-051-0/+1
* | Add "Open Terminal" to EnvironmentWidgetTobias Hunger2018-09-052-0/+19
* | Allow to set environment for "Open Terminal"Tobias Hunger2018-09-052-1/+9
* | CMake: Do not try to use icecream for cmake configuration runsTobias Hunger2018-09-051-0/+7
* | Debugger: Left-align status line contentshjk2018-09-051-1/+1
* | QmlProject: Allow different QML viewers per projectUlf Hermann2018-09-053-0/+13
* | Debugger: Consolidate breakpoint searchhjk2018-09-043-43/+34
* | ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-0417-88/+68
* | Make Core independent from QtHelpEike Ziller2018-09-0421-598/+786
* | ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-048-40/+10
* | Git: Fix launching of gitk when not in PATHOrgad Shaneh2018-09-041-4/+7
* | ProjectExplorer: Allow labels with pixmaps in string based aspectshjk2018-09-042-0/+10
* | AutoTest: Filter out interfering environment variablesChristian Stenger2018-09-0410-9/+74