aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/tarpackagecreationstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* RemoteLinux: Use new factory setup pattern for most factorieshjk2023-11-221-5/+14
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* TaskTree: Make it possible to invoke done handler only with DoneResultJarek Kobus2023-11-071-1/+1
* TaskTree: Introduce DoneWith enumJarek Kobus2023-11-071-2/+2
* TaskTree: Use common done handlerJarek Kobus2023-11-061-5/+6
* Utils: Rename the new Storage to Storehjk2023-08-241-4/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-7/+7
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-5/+5
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-4/+3
* TarPackageCreationStep: Employ task tree for runningJarek Kobus2023-07-141-48/+42
* RemoteLinux: Use aspects directly in TarPackageCreationStephjk2023-07-131-15/+11
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* RemoteLinux: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-13/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TarPackageCreationStep: Make it cancelableJarek Kobus2022-11-101-18/+25
* TarPackageCreationStep: Secure data accessJarek Kobus2022-11-091-54/+67
* ProjectExplorer: Fix potential race conditionMarcus Tillmanns2022-11-091-1/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* RemoteLinux: Replace foreach with ranged for loopJarek Kobus2022-10-051-3/+3
* RemoteLinux: Rework TarPackage related build stepshjk2022-08-311-53/+73
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: RemoteLinux: Remove code below Qt 6.0.0Jarek Kobus2022-07-251-4/+0
* RemoteLinux: Convert to Tr::trhjk2022-07-221-20/+21
* Merge AbstractPackaginsStep with TarPackageCreationStepJarek Kobus2022-06-011-151/+205
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-3/+0
* RemoteLinux: Use more FilePath in AbstractPackagingStephjk2021-10-271-5/+6
* ProjectExplorer: Remove one constructor overload of DeployableFilehjk2021-09-141-1/+1
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+0
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+1
* RemoteLinux: Make build/deploysteps constructible by id onlyhjk2020-09-161-1/+3
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-1/+1
* RemoteLinux: Compile fix with Qt6hjk2020-08-201-0/+4
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-4/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-281-2/+4
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-151-11/+22
|\
| * RemoteLinux: Fix tar packaging for long file pathsChristian Kandeler2019-08-131-11/+22
* | RemoteLinux: Remove more unneeded qtsupport includehjk2019-08-091-1/+1
* | RemoteLinux: Simplify AbstractPackaging and derived stephjk2019-06-251-23/+8
|/
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-30/+35
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+2
* RemoteLinux: Use aspects in TarPackageCreationStephjk2018-10-171-86/+29
* RemoteLinux: Check remote files when deployingUlf Hermann2018-10-171-2/+2
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-4/+2
* RemoteLinux: Remove usage of deprecated QDateTime::toTime_tOrgad Shaneh2018-09-281-2/+3
* ProjectExplorer: Replace virtual BuildStepConfigWidget::showWidgethjk2018-09-191-2/+2
* RemoteLinux: Initialize membersRobert Loehning2017-12-121-1/+0