aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/qtest
Commit message (Expand)AuthorAgeFilesLines
* Work around QHash::unite deprecationhjk2020-02-251-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* AutoTest: Drop ITestSettingsPage intermediate classhjk2020-01-154-8/+9
* Autotest: use new settings page convenience for Settingshjk2020-01-152-70/+39
* Change QMap to QHash as written in TODO annotationFederico Guerinoni2020-01-132-8/+7
* AutoTest: Clear up and generalizeChristian Stenger2019-11-132-4/+4
* Remove unused QObject parent arguments on options pageshjk2019-09-112-3/+3
* AutoTest: De-noise code a bitChristian Stenger2019-09-021-27/+29
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-1/+3
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-221-1/+2
|\
| * AutoTest: Fix handling of unnamed QuickTestsChristian Stenger2019-08-221-1/+2
* | Standardize on int for line and column valueshjk2019-07-262-9/+9
|/
* More Utils::toSet/toListhjk2019-07-041-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-282-2/+2
* AutoTest: Improve handling unexpected outputChristian Stenger2019-05-242-1/+14
* AutoTest: Adapt Type enumChristian Stenger2019-05-233-10/+10
* AutoTest: Add suite layer for testsChristian Stenger2019-05-161-1/+1
* Autotest: extract cpp document lookup into cpp test parserDavid Schulz2019-05-131-2/+2
* AutoTest: Redo evaluation of result summary itemsChristian Stenger2019-04-291-1/+1
* AutoTest: Refactor TestResultChristian Stenger2019-04-264-32/+26
* AutoTest: Fix wrong encoding handlingChristian Stenger2019-02-041-3/+1
* Autotest: Convert to QRegularExpressionAndre Hartmann2019-02-022-40/+47
* Autotest: Parse text as UTF-8 in processPlainTextOutput()Andre Hartmann2019-01-301-1/+1
* AutoTest: Support blacklisted XPass and XFailChristian Stenger2019-01-301-1/+2
* Autotest: Fix plain text parsing for BFAIL/BPASSAndre Hartmann2019-01-291-1/+1
* Use the same regex pattern for Autotest and QtSupportAndre Hartmann2019-01-211-2/+3
* Autotest: De-duplicate tr() outputsAndre Hartmann2019-01-211-7/+21
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-172-2/+2
* AutoTest: Allow redefinition of integrated QTest macrosAndre Hartmann2019-01-071-1/+1
* AutoTest: Fix outputparserChristian Stenger2018-11-082-2/+2
* AutoTest: Fix displaying XML contentChristian Stenger2018-11-062-4/+4
* AutoTest: Filter out interfering environment variablesChristian Stenger2018-09-044-0/+21
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-152-0/+6
|\
| * AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-072-0/+6
* | AutoTest: Code cosmeticsChristian Stenger2018-07-207-22/+18
|/
* AutoTest: Fix finding corresponding item for data tagsChristian Stenger2018-06-261-1/+2
* AutoTest: Add support for more Quick test optionsChristian Stenger2018-06-191-1/+4
* AutoTest: Code cosmeticsChristian Stenger2018-06-191-2/+1
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-152-0/+30
* AutoTest: Prevent possible nullptr accessDavid Schulz2018-05-151-10/+4
* AutoTest: Rename results executableChristian Stenger2018-05-154-8/+6
* AutoTest: Fix debugging of QuickTestsChristian Stenger2018-05-141-0/+3
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-202-35/+24
* AutoTest: Improve error handling for XML parserChristian Stenger2018-04-191-0/+7
* AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-162-0/+25
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+3
|\
| * AutoTest: Fix output parsing for Quick TestsChristian Stenger2018-04-101-1/+3
* | AutoTest: Provide possibility to copy tree itemsChristian Stenger2018-04-112-0/+9
* | Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1