aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/baremetaldevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Baremetal: Inline baremetaldeviceconfigurationwizard.*hjk2025-01-201-2/+87
* BareMetal: Use a StringAspect to store debugServerProviderIdhjk2024-08-061-21/+12
* ProjectExplorer: Change IDevice::toMap signaturehjk2024-08-011-3/+2
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* BareMetal: Use new setup scheme for various factorieshjk2023-11-171-12/+23
* Plugins: A bit more Keys and Storehjk2023-08-251-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+2
* ProjectExplorer: Allow Devices to be added without using the wizardhjk2023-03-241-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-291-5/+0
* BareMetal: Convert to Tr::trhjk2022-10-111-8/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+3
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-1/+0
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-9/+7
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-231-9/+3
* BareMetal: Get rid of SSH connection parametersDenis Shienkov2019-11-261-11/+1
* BareMetal: Get rid of unused GdbServerProviderProcess classDenis Shienkov2019-11-261-20/+0
* BareMetal: Don't create default GDB server providerDenis Shienkov2019-11-191-14/+4
* BareMetal: Continue minimize dependency from GDB engineDenis Shienkov2019-11-191-25/+5
* BareMetal: Remove QLatin1Char and QLatin1String macrosDenis Shienkov2019-11-041-3/+3
* BareMetal: Minimize dependency from GDB engineDenis Shienkov2019-11-041-31/+58
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-191-5/+1
* ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-021-0/+6
* BareMetal: Streamline GdbServerProvider codehjk2019-07-241-3/+2
* BareMetal: Fix recent constructor breakagehjk2019-06-201-1/+4
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-191-5/+2
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-101-12/+1
* bare-metal: Add missed 'const' keywordsDenis Shienkov2019-05-091-1/+1
* bare-metal: Return initializier lists instead of ctorsDenis Shienkov2019-05-081-1/+1
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-4/+6
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-211-0/+24
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* BareMetal: Streamline BareMetalDevice constructionhjk2019-01-161-21/+0
* ProjectExplorer: Introduce a setter for IDevice origin and idhjk2019-01-151-1/+1
* ProjectExplorer: Use setter for IDevice::typehjk2019-01-141-4/+4
* ProjectExplorer: Use setter for IDevice::machineTypehjk2019-01-141-4/+4
* ProjectExplorer: Simplify IDevice extra device action setuphjk2019-01-141-17/+0
* BareMetal: ModernizeAlessandro Portale2018-11-061-1/+1
* Combine some SshConnectionParameter membershjk2017-12-191-4/+4
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-281-0/+5
* BareMetal: Fix crash on shutdownOrgad Shaneh2017-03-231-0/+6
* BareMetal: Update device address when provider is changedOrgad Shaneh2017-03-201-1/+25
* BareMetal: Apply "static" pattern to GdbServerProviderManagerOrgad Shaneh2017-03-171-4/+3
* ProjectExplorer: Introduce IDeviceFactory::iconForId()Alessandro Portale2016-11-301-13/+0
* BareMetal: Themable, HighDPI-able device iconAlessandro Portale2016-10-241-0/+13
* BareMetal: Store host/port in ssh params of deviceOrgad Shaneh2016-05-031-0/+10
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* BareMetal: Do not add a duplicate entry for GDB server providerOrgad Shaneh2015-08-271-7/+15
* BareMetal: Support seamless 3.3 -> 3.4 upgradeOrgad Shaneh2015-04-271-2/+16