aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testtreeitem.h
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-0/+2
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-4/+4
* AutoTest: Postpone removal of root nodeChristian Stenger2023-07-111-0/+1
* AutoTest: Optimize TestCodeParser::scanForTestsJarek Kobus2023-04-241-1/+1
* AutoTest: Widen scope for run under cursorChristian Stenger2023-02-071-0/+9
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-271-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* AutoTest: More filepathificationChristian Stenger2021-06-171-1/+2
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-17/+16
* AutoTest: Free TestTreeItem from CppTools dependencyBernhard Beschow2021-04-121-4/+0
* AutoTest: Improve type safety in TestTreeItemBernhard Beschow2021-02-041-1/+1
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-8/+9
* AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-29/+54
* AutoTest: Clean up header messChristian Stenger2020-11-091-1/+1
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-2/+3
* AutoTest: Support gathering failed testsChristian Stenger2020-09-161-1/+4
* AutoTest: Restore former check state on reparseChristian Stenger2020-06-181-0/+1
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-1/+7
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-5/+3
* Standardize on int for line and column valueshjk2019-07-261-8/+8
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* AutoTest: Adapt Type enumChristian Stenger2019-05-231-1/+1
* AutoTest: Add suite layer for testsChristian Stenger2019-05-161-1/+2
* AutoTest: Extract decision of adding filtered itemsChristian Stenger2019-05-161-0/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-151-0/+1
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-071-0/+1
* | AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+2
|/
* AutoTest: Code cosmeticsChristian Stenger2018-06-191-2/+2
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-151-0/+2
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-201-3/+1
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-161-0/+2
* AutoTest: Add gtest filter modeChristian Stenger2018-04-121-0/+3
* AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-111-0/+2
* AutoTest: Add possibility to trigger test run from sourcePawel Rutka2018-03-161-1/+3
* AutoTest: Ensure removal of empty items if possibleChristian Stenger2018-01-261-0/+1
* AutoTest: Redo check state handlingChristian Stenger2018-01-251-3/+1
* AutoTest: Allow grouping of test casesChristian Stenger2018-01-151-1/+3
* AutoTest: Try harder to find relevant build targetsChristian Stenger2017-09-261-0/+5
* AutoTest: Make test tree root items checkableChristian Stenger2017-06-291-0/+2
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-0/+1
|\
| * AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-191-0/+1
* | AutoTest: Unify TestTreeItem::modify*() functionsChristian Stenger2017-06-021-5/+4
|/
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-8/+8
* AutoTest: Add minimum support for debugging testsChristian Stenger2016-06-221-0/+2
* AutoTest: Move test framework related code...Christian Stenger2016-06-011-95/+0
* AutoTest: Decouple item and model once moreChristian Stenger2016-05-271-5/+10
* AutoTest: Do not use special members in base classChristian Stenger2016-05-271-4/+11
* AutoTest: Unify test parse result implementationsChristian Stenger2016-05-271-19/+8
* AutoTest: Make delegate independent from sub-classes...Christian Stenger2016-05-191-1/+1