aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testresultmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Autotest: optimize direct parent lookup of a new result itemDavid Schulz2025-05-061-2/+14
* AutoTest: Add sessions settingsChristian Stenger2024-09-041-0/+20
* AutoTest: Display duration inside summary if availableChristian Stenger2024-08-291-0/+5
* AutoTest: Display results duration if possibleChristian Stenger2024-08-281-2/+7
* AutoTest: Fix handling of critical messagesChristian Stenger2023-11-171-0/+1
* Autotest: Adapt to changed settings access pattern againhjk2023-07-101-1/+1
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-07-031-0/+13
|\
| * AutoTest: Fix auto expansion of Qt test resultsChristian Stenger2023-06-281-0/+13
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-271-3/+2
|\|
| * AutoTest: Delay expansion requestChristian Stenger2023-06-271-3/+2
* | Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-6/+3
|/
* AutoTests: Aspectify parts of main settingshjk2023-05-121-2/+1
* AutoTest: Redo results filteringChristian Stenger2023-03-011-29/+30
* AutoTest: Avoid potential crashChristian Stenger2023-02-031-0/+4
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-4/+6
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-271-51/+49
* TestResult: Change semantic for createIntermediateResultForJarek Kobus2023-01-251-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-1/+0
* AutoTest: Support some ctest settingsChristian Stenger2021-09-211-1/+1
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-5/+3
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-4/+3
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-1/+1
* AutoTest: Clean up header messChristian Stenger2020-11-091-0/+1
* Merge remote-tracking branch 'origin/4.13' into 4.14Eike Ziller2020-10-081-1/+1
|\
| * AutoTest: Fix summary part IIIChristian Stenger2020-10-071-1/+1
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-6/+3
|\|
| * AutoTest: Fix handling of summaryChristian Stenger2020-09-241-6/+3
* | AutoTest: Support gathering failed testsChristian Stenger2020-09-161-0/+19
|/
* AutoTest: Fix auto expansion of test resultsChristian Stenger2020-07-161-1/+4
* AutoTest: performance-for-range-copyAlessandro Portale2020-06-121-2/+2
* AutoTest: Add error as test result typeChristian Stenger2019-12-161-3/+6
* AutoTest: Fix updating parentChristian Stenger2019-06-121-1/+0
* AutoTest: Enhance reporting passes and failsChristian Stenger2019-06-071-2/+23
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-10/+15
|\
| * AutoTest: Fix uncheck all filterChristian Stenger2019-04-231-13/+18
* | AutoTest: Redo evaluation of result summary itemsChristian Stenger2019-04-291-51/+84
* | AutoTest: Refactor TestResultChristian Stenger2019-04-261-81/+80
* | AutoTest: Redo reporting of disabled testsChristian Stenger2019-04-031-3/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-1/+1
|\|
| * AutoTest: Fix updating of parentChristian Stenger2019-03-041-1/+1
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-3/+3
|/
* AutoTest: Use TypedTreeItem for TestResultItemChristian Stenger2019-02-081-28/+20
* AutoTest: Allow grouping of results by applicationChristian Stenger2019-02-051-2/+33
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-041-1/+1
|\
| * AutoTest: Fix handling of empty testsChristian Stenger2019-02-011-1/+1