aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-24/+25
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-2/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+2
* WinRT: De-Q_OBJECT-ify deploy stepshjk2020-02-245-95/+80
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-1/+1
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* winrt: Fix crash when opening run configurationsOliver Wolff2020-01-242-23/+110
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-232-3/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-6/+2
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-092-3/+3
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-181-4/+2
|\
| * WinRT: Move some device detection output into a logging categoryDavid Schulz2019-12-181-4/+2
* | Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-3/+2
* | Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-281-4/+6
|/
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-013-6/+7
* ProjectExplorer: Store parts of active build config in runcontrolhjk2019-09-242-5/+1
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-192-6/+2
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-21/+13
* ProjectExplorer: Replace RunControl::buildTargetInfohjk2019-08-072-5/+4
* ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-021-1/+1
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* Utils: Add CommandLine convenience constructorshjk2019-07-232-2/+2
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-241-9/+9
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-192-6/+1
* Utils: Encourage marking of raw command line parametershjk2019-06-063-15/+14
* WinRt: Use new Utils::CommandLinehjk2019-05-291-16/+16
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-292-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+16
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-1/+1
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-102-6/+0
* WinRt: Use current plugin setup naming patternhjk2019-03-202-12/+4
* WinRT: Remove a direct use of RunControl::runConfiguration()hjk2019-03-201-1/+1
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-132-2/+4
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-122-11/+10
* Replace static_casts by QOverload where possiblehjk2019-02-262-4/+2
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-217-365/+293
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-1/+1
* QtSupport: Replace BaseQtVersion::clone()hjk2019-02-194-24/+0
* WinRt: Include winrt.qrc in the qbs build systemAlessandro Portale2019-02-191-0/+1
* QtSupport: Provide implementation of BaseQtVersion::qtAbisFromLibrary()hjk2019-02-184-12/+0
* WinRT: Split WinRtQtVersion hierarchyhjk2019-02-182-1/+18
* QtSupport et al: Move QtVersionFactory to *QtVersion implementationhjk2019-02-189-102/+37
* QtSupport: Replace QtVersionFactory::canCreatehjk2019-02-152-18/+2
* QtSupport: Split QtVersionFactory::create()hjk2019-02-152-16/+6
* QtSupport: Drop one suite of QtVersion constructorshjk2019-02-156-23/+6
* QtSupport: Simplify use of QtVersionFactory::create()hjk2019-02-156-18/+14