aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Move plugin class definition to .cpphjk2023-11-221-31/+35
* RemoteLinux: Move some deploment related stuff into extra file pairhjk2023-11-221-62/+4
* RemoteLinux: Use new factory setup pattern for most factorieshjk2023-11-221-21/+15
* RemoteLinux: Rename rscyncdeploystep.* to genericdeploystep.*hjk2023-10-061-1/+1
* RemoteLinux: Rename RsyncDeployStep into GenericDeployStephjk2023-10-061-2/+2
* Plugins: And more Store and Keyhjk2023-08-251-1/+1
* RemoteLinux: Inline RemoteLinuxDeployConfigurationFactoryJarek Kobus2023-08-181-2/+34
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* RemoteLinux/Qnx: Disentangle deploy step factories furtherhjk2023-04-031-10/+8
* ExtensionSystem: Another way to have plugin testshjk2023-02-091-9/+4
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* RemoteLinux: Merge tooling runworker related fileshjk2023-01-181-10/+3
* RemoteLinux: Use dedicated classes for run worker factorieshjk2023-01-131-20/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Enable deploy step via rsync for Boot2Qt targetAri Parkkila2022-10-131-1/+1
* RemoteLinux: Streamline RsyncDeployStep interfacehjk2022-08-311-1/+1
* RemoteLinux: Rework TarPackage related build stepshjk2022-08-311-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-2/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+5
* RemoteLinux: Reduce visibility of KillAppStephjk2022-07-041-1/+1
* Code cosmeticshjk2022-06-241-0/+1
* RemoteLinux: Remove CheckForFreeDiskSpaceStepChristian Kandeler2022-06-161-2/+0
* RemoteLinux: Slimmer interface of custom command deploy step handlinghjk2022-06-031-1/+1
* RemoteLinux: Slimmer interface of tarpackagedeploystep handlinghjk2022-06-031-1/+1
* RemoteLinux: Use deploy config id more directlyhjk2022-06-031-1/+1
* Rename RemoteLinuxCheckForFreeDiskSpaceStepJarek Kobus2022-06-011-3/+2
* Rename RemoteLinuxCustomCommandDeploymentStepJarek Kobus2022-06-011-9/+7
* Rename UploadAndInstallTarPackageStep into TarPackageDeployStepJarek Kobus2022-06-011-2/+2
* Hide RemoteLinuxKillAppServiceJarek Kobus2022-05-301-2/+2
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-0/+13
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-2/+2
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-9/+4
* RemoteLinux: Move EmbeddeLinuxQtVersion to QtSupporthjk2019-08-161-2/+0
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-19/+31
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+2
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-211-2/+2
* QtSupport et al: Move QtVersionFactory to *QtVersion implementationhjk2019-02-181-1/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* RemoteLinux: Replace RemoteLinuxDeployConfigurationhjk2019-01-221-1/+1
* RemoteLinux: Fix some line breaksUlf Hermann2019-01-151-2/+1
* RemoteLinux: Add an rsync deploy stepChristian Kandeler2018-12-171-0/+2
* RemoteLinux: Merge {Abstract,Generic}RLCustomCommandDeploymentStephjk2018-09-201-1/+1
* RemoteLinux: Move RunConfigurationFactories close to RunConfigurationshjk2018-04-091-1/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-071-1/+12
|\
| * Accept qmlproject runconfigs on remotelinuxUlf Hermann2018-02-011-1/+12
* | RemoteLinux: Pimple and avoid unneeded use of global object poolhjk2018-02-061-27/+30
|/
* RemoteLinux: Kill remote app before deploymentChristian Kandeler2017-12-131-0/+2
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-3/+27