aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Fix handling cancellation for timeoutChristian Stenger2018-09-041-14/+14
* Avoid shortcuts with "Alt" on macOSEike Ziller2018-08-211-5/+9
* AutoTest: Disable run related items while executing testsChristian Stenger2018-08-201-1/+1
* AutoTest: Fix and unify handling of group nodesChristian Stenger2018-08-079-9/+26
* AutoTest: Disconnect signal after being processedChristian Stenger2018-08-062-2/+6
* AutoTest: Avoid crash in illegal stateChristian Stenger2018-08-061-1/+6
* AutoTest: Handle direct usage of quick_test_mainChristian Stenger2018-07-123-3/+75
* AutoTest: Fix handling of cpp files for Quick testsChristian Stenger2018-07-114-4/+43
* Utils: Separate the filter icon from the expand arrowAlessandro Portale2018-06-271-2/+5
* AutoTest: Fix finding corresponding item for data tagsChristian Stenger2018-06-261-1/+2
* AutoTest: Fix detection of Quick tests nameChristian Stenger2018-06-212-8/+32
* AutoTest: Fix handling of test runs when project changesChristian Stenger2018-06-213-10/+42
* AutoTest: Guard against nullptr accessChristian Stenger2018-06-211-14/+16
* AutoTest: Use correct parent for duration resultsChristian Stenger2018-06-201-0/+2
* AutoTest: Add support for more Quick test optionsChristian Stenger2018-06-191-1/+4
* AutoTest: Extend expected quick test macrosChristian Stenger2018-06-191-1/+2
* AutoTest: Code cosmeticsChristian Stenger2018-06-1923-37/+39
* AutoTest: Do not create marks twiceChristian Stenger2018-06-191-4/+2
* AutoTest: Export some classesKimmo Linnavuo2018-06-082-2/+6
* AutoTest: Fix build key handlingChristian Stenger2018-05-311-6/+3
* AutoTest: Use same pattern across fileChristian Stenger2018-05-281-2/+1
* AutoTest: Silence soft assertChristian Stenger2018-05-231-1/+2
* Finish merging Runnable and StandardRunnablehjk2018-05-234-40/+23
* AutoTest: Fix timeout handlingChristian Stenger2018-05-181-3/+4
* AutoTest: Redo running testsChristian Stenger2018-05-182-104/+150
* AutoTest: Extract code into functionChristian Stenger2018-05-182-24/+32
* AutoTest: Simplify internal functionChristian Stenger2018-05-181-5/+2
* AutoTest: Add action to run all tests from current fileSergey Morozov2018-05-1519-2/+156
* AutoTest: Prevent possible nullptr accessDavid Schulz2018-05-152-19/+9
* AutoTest: Fix construction of results treeChristian Stenger2018-05-151-0/+1
* AutoTest: Rename results executableChristian Stenger2018-05-1513-27/+25
* AutoTest: Fix debugging of QuickTestsChristian Stenger2018-05-141-0/+3
* AutoTest: Do not connect on nullptr objectChristian Stenger2018-05-081-0/+2
* Autotest: Add editor's mark for test's failed assertionSergey Morozov2018-05-077-2/+147
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* AutoTest: Reflect fatals on badge as wellChristian Stenger2018-04-231-0/+1
* AutoTest: Make message translatableChristian Stenger2018-04-231-4/+2
* AutoTest: Use TypedTreeItem for test tree itemsChristian Stenger2018-04-208-168/+99
* AutoTest: Improve error handling for XML parserChristian Stenger2018-04-191-0/+7
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-173-4/+17
|\
| * AutoTest: Fix handling exceptions while environment setupChristian Stenger2018-04-163-4/+17
* | AutoTest: Fix check state handling for filteringChristian Stenger2018-04-171-6/+24
* | AutoTest: Use constant for repeated stringChristian Stenger2018-04-164-4/+5
* | AutoTest: Avoid unneeded duplication on rebuildChristian Stenger2018-04-169-1/+108
* | Autotest: Silence Msvc warningAlessandro Portale2018-04-161-1/+1
* | AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-134-11/+5
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-132-3/+11
|\|
| * AutoTest: Fix output parsing for Quick TestsChristian Stenger2018-04-101-1/+3
| * AutoTest: Replace expensive function callChristian Stenger2018-04-091-2/+8