aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidsignaloperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-7/+7
* TaskTree: Make it possible to forward init args to Storage c'torJarek Kobus2025-03-181-2/+2
* Android: Insert Storage into recipeJarek Kobus2025-03-181-0/+1
* DeviceProcessSignalOperation: Get rid of m_result fieldJarek Kobus2025-01-171-2/+1
* PE: Replace QString with Utils::ResultJarek Kobus2025-01-161-14/+12
* Android: Reuse task tree for AndroidSignalOperationJarek Kobus2024-10-071-85/+58
* DeviceProcessSignalOperation: Remove unused interruptProcess() overloadJarek Kobus2024-09-201-8/+0
* Android: Transform AndroidConfig into namespaceJarek Kobus2024-05-281-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Android: Use more direct access to current config singletonhjk2024-01-241-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* AndroidSignalOperation: Connect to QtcProcess::done() signalJarek Kobus2022-04-141-22/+19
* Forward declare QtcProcess instead of #includeJarek Kobus2022-03-311-0/+2
* AndroidSignalOperation: Don't kill and reuse the processJarek Kobus2022-03-281-17/+17
* Android: Use QtcProcess in AndroidSignalOperationhjk2021-08-251-28/+30
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Replace static_casts by QOverload where possiblehjk2019-02-261-4/+2
* Fix frequent typoRobert Loehning2018-10-231-2/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-3/+3
* Replace occurrences of QStringList() << patternChristian Stenger2017-02-091-11/+5
* Android: Use Qt5-style connectsOrgad Shaneh2016-07-041-5/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ProcessExplorer: Use 64-bit PIDs in DeviceProcessSignalOperationhjk2015-09-161-3/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-2/+2
* Android: Rework settings dialogDaniel Teske2014-01-171-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Android: Add AndroidSignalOperation.David Schulz2013-11-051-0/+157