aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/squishtools.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-18/+13
* Squish: Use setup function for remaining plugin pimpl itemshjk2024-02-021-0/+6
* Environment: Fix incorrect usage of appendOrSetMarcus Tillmanns2024-01-261-2/+2
* Squish: Replace uses of HostOsInfo::withExecutableSuffixhjk2023-08-211-9/+4
* Squish: Use new settings schemehjk2023-07-191-10/+7
* Squish: Adapt to recent aspect developmenthjk2023-05-241-7/+7
* Squish: Handle children for picked objectChristian Stenger2023-05-241-0/+2
* Squish: Provide object pickerChristian Stenger2023-05-171-1/+77
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* TextEditor: Some fileName -> filePath renaminghjk2023-02-081-1/+1
* Squish: Improve handling of license issuesChristian Stenger2023-02-011-0/+11
* Squish: Fix cancel handlingChristian Stenger2023-01-311-10/+10
* Squish: Fix perspective handlingChristian Stenger2023-01-301-3/+6
* Squish: Use new approach for recorderChristian Stenger2023-01-261-9/+10
* Squish: Extract common message handlingChristian Stenger2023-01-261-90/+52
* Squish: Start extracting runner processChristian Stenger2023-01-261-229/+124
* Squish: Add common start function to process baseChristian Stenger2023-01-171-2/+4
* Squish: Make static helper to member functionsChristian Stenger2023-01-171-50/+31
* Squish: Separate server handlingChristian Stenger2023-01-171-66/+88
* Squish: Integrate query handling into common state handlingChristian Stenger2023-01-171-43/+10
* Squish: Do not queue xml handlingChristian Stenger2023-01-171-2/+1
* Squish: Add lost status textChristian Stenger2023-01-171-0/+2
* Squish: Move recording over to new approachChristian Stenger2023-01-171-143/+58
* Squish: Move normal run over to new approachChristian Stenger2023-01-171-26/+75
* Various: Adapt to change in FilePathChristian Stenger2023-01-171-1/+1
* Squish: Redo querying serverChristian Stenger2023-01-121-19/+42
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+1
* Squish: Fix logging outputChristian Stenger2023-01-111-2/+2
* Squish: Move some enums to a more central placeChristian Stenger2023-01-111-20/+20
* Squish: Extract server into separate classChristian Stenger2023-01-111-90/+37
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-121-1/+1
|\
| * Squish: Ensure using correct case while debuggingChristian Stenger2022-12-071-1/+1
* | Squish: Pass context object to lambda connectionsJarek Kobus2022-12-081-5/+4
|/
* Squish: Inform server if global scripts get configuredChristian Stenger2022-10-141-0/+16
* Squish: Construct CommandLine instead of arguments listChristian Stenger2022-10-141-6/+11
* Squish: Correct handling of global scriptsChristian Stenger2022-10-141-2/+25
* Squish: Use callback instead of signals and slotsChristian Stenger2022-10-131-2/+6
* Squish: Provide error message for license issuesChristian Stenger2022-10-101-1/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Squish: Proliferate FilePathChristian Stenger2022-10-071-29/+25
* Squish: Expect file changes when recordingChristian Stenger2022-10-051-0/+4
* Squish: Fix script generationChristian Stenger2022-09-301-1/+1
* Squish: Limit auto continue after setting break pointsChristian Stenger2022-09-231-6/+24
* Squish: Limit breakpoints to script language in useChristian Stenger2022-09-221-0/+5
* Squish: Prevent potential crashChristian Stenger2022-09-221-0/+3
* Squish: Remove unused codeChristian Stenger2022-09-221-7/+2
* Squish: Add basic support for recording test casesChristian Stenger2022-09-221-32/+260