aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Boot2Qt: Use setup function for run worker creationhjk2024-01-291-10/+1
* Boot2Qt: Use setup functions for two factorieshjk2024-01-291-2/+3
* Boot2Qt: Allow the deploy steps to be used in all deploy configurationsDominik Holland2024-01-241-1/+1
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-1/+1
* Boot2Qt: Fix menu insertion of qdb flash to device actionhjk2023-12-111-1/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-061-0/+4
|\
| * boot2qt: use DirectUploadStep on WindowsSamuli Piippo2023-11-281-0/+4
* | Boot2Qt: Move Plugin class definition to .cpphjk2023-11-141-35/+34
* | Boot2Qt: Use ActionBuilder to create flash actionhjk2023-11-141-11/+7
|/
* boot2qt: always use GenericUploadSamuli Piippo2023-11-081-25/+1
* RemoteLinux: Rename RsyncDeployStep into GenericDeployStephjk2023-10-061-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* Boot2Qt: Inline QdbDeployConfigurationFactoryJarek Kobus2023-08-181-1/+46
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* ProjectExplorer: Rename BuildStepFactory::cloneStep{,Creator}hjk2023-04-051-1/+1
* Boot2Qt: Switch deploy step creation to clone-by-idhjk2023-04-051-15/+10
* RemoteLinux: Further disantangle buildsteps from downstreamhjk2023-03-281-13/+8
* Boot2Qt: Use standard pattern for Qt version factory setuphjk2023-01-271-14/+0
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* Boot2Qt: Tr::trhjk2023-01-181-8/+7
* Boot2Qt: Use dedicated classes for run worker factorieshjk2023-01-181-42/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Boot2Qt: Feed remote-qualified executable into ExecutableAspecthjk2022-12-021-4/+5
* Enable deploy step via rsync for Boot2Qt targetAri Parkkila2022-10-131-0/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* RemoteLinux: Remove CheckForFreeDiskSpaceStepChristian Kandeler2022-06-161-3/+0
* Boot2Qt: Fix creation of full command linehjk2022-06-081-2/+3
* Rename RemoteLinuxCheckForFreeDiskSpaceStepJarek Kobus2022-06-011-2/+2
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-251-7/+5
* RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-1/+2
* Collect Qt Creator debug menu items into common submenuEike Ziller2022-01-261-2/+1
* Boot2Qt: Fix start of flashing wizard on Windowshjk2021-12-141-1/+1
* Use QtcProcessArtem Sokolovskii2021-08-251-11/+12
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-1/+1
* RemoteLinux: Declare step id constants publiclyhjk2020-03-171-6/+9
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-1/+1
|\
| * Boot2Qt: Adapt to QProcess::startDetached() deprecationhjk2020-02-191-1/+1
* | Qdb: De-Q_OBJECT-ify deploy stepshjk2020-02-201-1/+2
|/
* RemoteLinux: Use the "install to local dir" step in derived pluginsChristian Kandeler2019-09-271-2/+3
* ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-041-8/+6
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-7/+8
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-22/+30
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2