aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/quick
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Silence warning of file system watcherChristian Stenger7 days1-1/+2
* AutoTest: Avoid hard freezeChristian Stenger2025-05-121-0/+19
* AutoTests: Some code cosmeticshjk2025-04-102-8/+6
* AutoTest: Use Utils::FileSystemWatcherhjk2025-03-142-27/+23
* Utils: Use GuardedObject for some objects containing widgetshjk2025-01-311-5/+5
* Change RawProjectPart::projectFile to FilePathAndrii Semkiv2024-09-162-2/+2
* Autotest: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-062-11/+11
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-1/+1
* AutoTest: Guard against concurrent accessChristian Stenger2023-09-272-6/+13
* AutoTest: Speed up scanning for testsChristian Stenger2023-09-082-4/+12
* AutoTest: Fix used IDsChristian Stenger2023-08-171-1/+1
* Test: Avoid some Id::withSuffix callshjk2023-08-162-2/+2
* AutoTest: De-virtualize some propertieshjk2023-07-142-19/+8
* AutoTest: Use new approach for settingsChristian Stenger2023-07-132-5/+3
* AutoTest: Remove unused memberChristian Stenger2023-07-133-6/+3
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-123-4/+3
* CppEditor: Make a few CppModelManager functions statichjk2023-07-122-7/+8
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-124-26/+22
* Autotest: Adapt to changed settings access pattern againhjk2023-07-101-1/+1
* AutoTest: Fix scan for Quick TestsChristian Stenger2023-07-071-1/+2
* AutoTest: Improve QRegularExpression usagesChristian Stenger2023-07-041-1/+1
* AutoTest: Avoid some unneeded fetching of snapshotChristian Stenger2023-07-041-3/+1
* AutoTest: Avoid some snapshot copiesChristian Stenger2023-07-041-2/+2
* AutoTests: Aspectify parts of main settingshjk2023-05-121-2/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-2/+2
* AutoTest: Further optimize TestCodeParser::scanForTests()Jarek Kobus2023-04-254-4/+5
* AutoTest: Optimize TestCodeParser::scanForTestsJarek Kobus2023-04-242-10/+12
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-241-1/+7
|\
| * AutoTest: Improve handling of Qt Quick TestsChristian Stenger2023-04-181-1/+7
* | QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-4/+2
* | AutoTest: Fix missing includesChristian Stenger2023-03-021-0/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-012-9/+14
* | Autotest: Use QPromise for async callsJarek Kobus2023-02-272-14/+11
* | TestRunner: Reuse TaskTreeJarek Kobus2023-02-032-11/+6
|/
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-274-45/+46
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-275-10/+7
* AutoTest: Add option to disable derived checksMarcus Tillmanns2023-01-234-8/+32
* Autotest: Add ITestParser::supportedExtensionsMarcus Tillmanns2023-01-231-0/+2
* AutoTest: Rename outputReader() into createOutputReader()Jarek Kobus2023-01-182-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0612-12/+12
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-082-15/+15
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-2/+2
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-6/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Autotest: Save a lookup in quicktestparser.cpphjk2022-08-291-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-2612-288/+24
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-032-5/+4
|\
| * Autotest: move global static into functionDavid Schulz2022-08-021-3/+2
| * AutoTest: Do not use reference for file contentChristian Stenger2022-08-021-1/+1
| * AutoTest: Prevent possible crashChristian Stenger2022-08-021-1/+1