summaryrefslogtreecommitdiff
path: root/src/plugins/winrt
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Fix buildJake Petroules2017-08-141-6/+2
* Fix deployment to Windows 10 Mobile devicesJake Petroules2017-08-141-1/+7
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-121-2/+0
* WinRT: Dissolve RunControlFactoryhjk2017-07-113-66/+33
* Debugger: Streamline error string handlinghjk2017-07-113-26/+24
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-282-0/+6
* WinRT: Initialize WinRtRunnerHelper memberDavid Schulz2017-05-291-1/+1
* WinRT: Initialize WinRtDebugSupport memberDavid Schulz2017-05-241-1/+1
* WinRt: Port to RunWorkershjk2017-05-199-169/+109
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-152-2/+2
* Debugger: Remove DebuggerRunControlhjk2017-04-281-2/+2
* WinRt: Remove direct debugger dependency in WinRtRunnerhjk2017-04-272-12/+1
* Debugger: Reduce explicit DebuggerRunControl usehjk2017-04-273-9/+5
* Debugger et al: Move code from DebuggerRunControl to DebuggerRunToolhjk2017-04-242-3/+7
* WinRT: Base WinRTDebugSupport on ProjectExplorer::ToolRunnerhjk2017-03-292-7/+5
* ProjectExplorer: Run RunControl::{start,stop} always asynchronouslyhjk2017-03-242-4/+3
* ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-8/+3
* Debugger: Use Utils::ProcessHandle for DebuggerEngine::m_inferiorPidhjk2017-03-011-1/+1
* QMake: Simplify QmakeProject::creationIds use furtherhjk2017-02-281-2/+1
* QMake: Centralize determination of available creationIdshjk2017-02-281-3/+1
* Remove spaces in initializer listsTim Jenssen2017-02-223-5/+5
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-221-4/+4
* RunConfiguration: Introduce buildSystemTarget()Tobias Hunger2017-01-302-0/+9
* make BaseQtVersion::qtCorePaths() non-staticOswald Buddenhagen2017-01-231-1/+1
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-2/+2
* QtVersionManager: Remove validVersions(...)Tobias Hunger2017-01-181-2/+2
* QtVersionManager: Remove QtVersionManager::versions(...)Tobias Hunger2017-01-181-2/+3
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-6/+7
* WinRT: Use member initializationTobias Hunger2016-12-052-5/+3
* WinRT: Initialize m_deviceIdTobias Hunger2016-12-051-1/+1
* WinRT: Windows RT device iconsAlessandro Portale2016-12-017-1/+17
* ProjectExplorer: Introduce IDeviceFactory::iconForId()Alessandro Portale2016-11-302-0/+8
* winrt: Remove experimental flagMaurice Kalinowski2016-11-141-1/+0
* Remove uses of deprecated QProcess::error signalOrgad Shaneh2016-08-092-5/+2
* Move icons to UtilsUlf Hermann2016-08-052-4/+4
* WinRT: Use Qt5-style connectsOrgad Shaneh2016-07-0510-32/+29
* WinRT: Enable plugin for supported host platforms.Maurice Kalinowski2016-06-211-1/+1
* Debugger: Use dedicated structure for Qml server parametershjk2016-06-141-2/+2
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-102-53/+13
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-1/+1
|\
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-1/+1
* | Use Utils::Port where possibleUlf Hermann2016-04-202-5/+6
* | WinRT: Remove some unneeded declaration and includeshjk2016-04-201-8/+0
* | Devices: Add some 'override'hjk2016-04-201-9/+9
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-2/+2
|\ \ | |/
| * Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-101-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-3016-64/+16
|/
* WinRT: Correctly initialize unusable QML debug server address.David Schulz2016-03-171-1/+1
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-293-29/+29