summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/quick/quicktesttreeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Optimize TestCodeParser::scanForTestsJarek Kobus2023-04-241-9/+11
* 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
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+8
|/
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-13/+15
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-8/+9
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-3/+3
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-181-1/+1
|\
| * AutoTest: Fix gathering failed Qt based testsChristian Stenger2021-08-171-1/+1
* | CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-1/+3
|/
* Autotest: some FilePath::toFileInfo cleanupDavid Schulz2021-06-101-2/+2
* AutoTest: Silence coverity warningChristian Stenger2021-05-311-1/+1
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-17/+16
* AutoTest: Free TestTreeItem from CppTools dependencyBernhard Beschow2021-04-121-6/+8
* AutoTest: Improve type safety in TestParseResultBernhard Beschow2021-02-041-1/+1
* AutoTest: Introduce ITestToolChristian Stenger2020-11-161-1/+1
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-9/+9
* AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-12/+12
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-0/+1
|\
| * AutoTest: Fix marking for removal and sweeping of Quick TestsChristian Stenger2020-09-291-0/+1
* | AutoTest: Consolidate common functionalityChristian Stenger2020-10-011-131/+42
* | AutoTest: Support gathering failed testsChristian Stenger2020-09-161-0/+61
|/
* AutoTest: Correct completing test run configurationChristian Stenger2020-07-101-3/+1
* AutoTest: Simplify QuickTestTreeItem::markForRemovalRecursively()hjk2020-04-221-7/+2
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-6/+6
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-4/+5
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-1/+1
* AutoTest: Fix warning about type mismatchChristian Stenger2019-08-231-1/+1
* AutoTest: Fix handling of unnamed QuickTestsChristian Stenger2019-08-221-4/+13
* AutoTest: Fix parsing of multiple test cases in single qml fileChristian Stenger2019-07-301-5/+15
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* AutoTest: Adapt Type enumChristian Stenger2019-05-231-10/+10
* AutoTest: Add suite layer for testsChristian Stenger2019-05-161-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-151-5/+5
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-071-5/+5
* | AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+1
|/
* AutoTest: Fix handling of cpp files for Quick testsChristian Stenger2018-07-111-0/+18
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-151-0/+30
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-201-48/+28
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-161-0/+22
* AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-131-1/+1
* AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-111-0/+7
* AutoTest: Ensure removal of empty items if possibleChristian Stenger2018-01-261-0/+6
* AutoTest: Fix running test cases with groupingChristian Stenger2018-01-251-45/+66
* AutoTest: Allow grouping of test casesChristian Stenger2018-01-151-1/+37
* AutoTest: Fix running Quick Tests with special functionsChristian Stenger2017-11-201-2/+6