aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/gtest/gtesttreeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Extract helper function for re-useChristian Stenger2024-04-291-16/+3
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-121-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-4/+4
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-121-7/+7
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-6/+8
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-16/+18
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-7/+7
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+5
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-1/+3
* Autotest: some FilePath::toFileInfo cleanupDavid Schulz2021-06-101-3/+2
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-24/+27
* AutoTest: Free TestTreeItem from CppTools dependencyBernhard Beschow2021-04-121-10/+12
* 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-10/+10
* AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-6/+6
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-1/+1
* AutoTest: Support gathering failed testsChristian Stenger2020-09-161-0/+44
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+5
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-7/+7
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-1/+1
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* AutoTest: Replace QRegExp by QRegularExpressionChristian Stenger2019-05-271-5/+19
* AutoTest: Rename internally used structChristian Stenger2019-05-231-5/+5
* AutoTest: Adapt Type enumChristian Stenger2019-05-231-18/+18
* AutoTest: Extract decision of adding filtered itemsChristian Stenger2019-05-161-0/+5
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-151-2/+5
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-071-2/+5
* | AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+1
|/
* Utils: Separate the filter icon from the expand arrowAlessandro Portale2018-06-271-2/+5
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-151-0/+33
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-201-14/+11
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-161-0/+31
* AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-131-1/+1
* AutoTest: Add gtest filter modeChristian Stenger2018-04-121-13/+157
* AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-111-0/+8
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* AutoTest: Fix running test cases with groupingChristian Stenger2018-01-251-76/+54
* AutoTest: Fix handling of group nodes for gtestChristian Stenger2018-01-251-0/+2
* AutoTest: Allow grouping of test casesChristian Stenger2018-01-151-0/+25
* AutoTest: Do not overwrite already found build system targetsChristian Stenger2017-10-191-18/+24
* AutoTest: Fix retrieval of build system targetChristian Stenger2017-10-171-1/+4