summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
Commit message (Expand)AuthorAgeFilesLines
* Use more Utils::CommandLine in make stepshjk2019-06-201-1/+2
* ProjectExplorer: Make Device::displayType a data memberhjk2019-06-192-6/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-183-36/+31
|\
| * ProjectExplorer: Fix "Open Terminal With Run Env" for remote targetsChristian Kandeler2019-06-143-36/+31
* | RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStephjk2019-06-1418-184/+94
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-131-1/+1
* | RemoteLinux et al: Use functor for deploy step polishinghjk2019-06-1114-100/+82
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-6/+6
|/
* RemoteLinux: Use Util::CommandLine to construct device process commandshjk2019-06-052-30/+26
* Utils: Rename FileName to FilePathhjk2019-05-286-16/+16
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-2/+2
* RemoteLinux: Let user specify the rsync flagsChristian Kandeler2019-05-243-5/+24
* RemoteLinux: Add explanatory message on MakeInstallStep failureChristian Kandeler2019-05-242-0/+23
* Fix "open terminal with environment" functionalityChristian Kandeler2019-05-244-20/+56
* SSH: Pass remote command as QStringChristian Kandeler2019-05-247-11/+11
* Utils: Make FileName::isFileNewerThan a memberhjk2019-05-201-3/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+49
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-1/+1
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-2/+3
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-102-6/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-083-5/+5
|\
| * RemoteLinux: Fix crash on WindowsChristian Kandeler2019-05-071-2/+2
| * RemoteLinux: Fix off-by-one error for stat %Y last modified columnJonathan Liu2019-04-291-1/+1
| * RemoteLinux: Do not use rsync's -z optionChristian Kandeler2019-04-231-1/+1
| * RemoteLinux: Fix off-by-one error in parsing stat outputChristian Kandeler2019-04-231-1/+1
* | RemoteLinux: Use a structure to return check resultshjk2019-04-2520-67/+68
* | RemoteLinux: Aspectify RemoteLinuxCheckForFreeDiskSpaceStephjk2019-04-245-152/+27
* | RemoteLinux: Simplify RemoteLinuxCheckForFreeDiskSpaceStepWidgethjk2019-04-241-5/+0
* | RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-2310-3/+294
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-071-1/+3
|\ \ | |/
| * RemoteLinux: Fix upload of directoriesChristian Kandeler2019-04-051-1/+3
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+1
|\ \ | |/
| * Fix quotation marksRobert Loehning2019-03-051-1/+1
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-136-4/+9
* | ProjectExplorer: Add RunControl::set{Kit,Target}hjk2019-03-121-1/+1
* | ProjectExplorer: Split EnvironmentAspecthjk2019-03-112-23/+3
* | ProjectExplorer: De-virtualize EnvironmentAspect::baseEnvironmenthjk2019-03-072-9/+6
* | Replace static_casts by QOverload where possiblehjk2019-02-264-7/+6
* | Move IDeviceFactory closer to IDevice implementationhjk2019-02-217-108/+41
* | QtSupport: Replace BaseQtVersion::clone()hjk2019-02-192-14/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-191-1/+3
|\ \ | |/
| * RemoteLinux: Add details to status messageRainer Keller2019-02-181-1/+3
* | QtSupport: Provide implementation of BaseQtVersion::qtAbisFromLibrary()hjk2019-02-182-7/+0
* | QtSupport et al: Move QtVersionFactory to *QtVersion implementationhjk2019-02-187-97/+28
* | QtSupport: Replace QtVersionFactory::canCreatehjk2019-02-152-15/+8
* | QtSupport: Split QtVersionFactory::create()hjk2019-02-152-10/+6
* | QtSupport: Drop one suite of QtVersion constructorshjk2019-02-154-12/+3
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-02-151-1/+4
|\ \ | |/
| * LinuxDeviceProcess: Only look for processId on freshly started processUlf Hermann2019-02-121-1/+4
* | QtSupport: Simplify use of QtVersionFactory::create()hjk2019-02-154-12/+8