summaryrefslogtreecommitdiff
path: root/src/plugins/winrt
Commit message (Expand)AuthorAgeFilesLines
* Remove UWP supportDavid Schulz2022-03-1029-2353/+0
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-023-12/+10
* Use ProcessInfo instead of DeviceProcessItemJarek Kobus2022-03-021-1/+0
* WinRt: enable plugin on Windows 11David Schulz2022-02-241-1/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-248-13/+13
* Remove qmake build filesEike Ziller2022-01-202-37/+0
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-182-6/+6
* IDevice: Make fromMap() / toMap() protectedJarek Kobus2021-12-081-2/+4
* Utils: Rename FilePath::absolutePath(FilePath) to resolvePathhjk2021-09-091-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-144-6/+8
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-022-9/+7
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-2/+2
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Devices: Do not pop up general messages paneEike Ziller2021-01-061-4/+3
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-232-5/+6
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-1/+4
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+2
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-1/+3
|\
| * WinRt: Fix BuildStep soft assertChristian Kandeler2020-08-311-1/+3
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-0610-24/+25
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-142-6/+6
* | 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