aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testtreeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Avoid freeze on changing sort orderChristian Stenger2024-11-141-2/+2
* Autotest: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-5/+4
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* AutoTest: Postpone removal of root nodeChristian Stenger2023-07-111-3/+8
* AutoTest: Optimize TestCodeParser::scanForTestsJarek Kobus2023-04-241-4/+4
* AutoTest: Widen scope for run under cursorChristian Stenger2023-02-071-0/+42
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-14/+16
* 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-3/+3
* AutoTest: Sort tests case insensitive inside Tests viewChristian Stenger2021-06-031-5/+9
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-10/+10
* Utils: filepathify LinkDavid Schulz2021-05-251-3/+4
* AutoTest: Free TestTreeItem from CppTools dependencyBernhard Beschow2021-04-121-42/+0
* AutoTest: Improve type safety in TestTreeItemBernhard Beschow2021-02-041-2/+2
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-8/+15
* AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-118/+138
* AutoTest: Clean up header messChristian Stenger2020-11-091-1/+2
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-3/+4
* AutoTest: Support gathering failed testsChristian Stenger2020-09-161-0/+10
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-2/+9
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-1/+1
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-2/+0
* AutoTest: Add automatic run after buildChristian Stenger2019-09-021-0/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* AutoTest: Adapt Type enumChristian Stenger2019-05-231-3/+3
* AutoTest: Add suite layer for testsChristian Stenger2019-05-161-1/+5
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-151-0/+5
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-071-0/+5
* | Utils: move code model icons to utilsDavid Schulz2018-08-061-2/+2
* | AutoTest: Code cosmeticsChristian Stenger2018-07-201-11/+6
|/
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-151-0/+5
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-201-25/+7
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-161-0/+7
* AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-131-2/+2
* AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-111-0/+14
* AutoTest: Use a prefix in autotest.qrcAlessandro Portale2018-04-041-1/+1
* AutoTest: Add possibility to trigger test run from sourcePawel Rutka2018-03-161-0/+14
* AutoTest: Fix marking for removalChristian Stenger2018-03-071-2/+3
* AutoTest: Redo check state handlingChristian Stenger2018-01-251-66/+3
* AutoTest: Allow grouping of test casesChristian Stenger2018-01-151-6/+35
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-5/+3
* AutoTest: Fix retrieval of build system targetChristian Stenger2017-10-171-0/+3
* AutoTest: Try harder to find relevant build targetsChristian Stenger2017-09-261-3/+27
* CppTools: Add target type information to project partChristian Stenger2017-09-181-1/+4
* AutoTest: Do not blindly mark tree items for removalChristian Stenger2017-08-251-7/+5
* AutoTest: Avoid guessing run configurationChristian Stenger2017-07-311-1/+1
* AutoTest: Make test tree root items checkableChristian Stenger2017-06-291-6/+9
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-0/+11
|\