aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/quick
Commit message (Expand)AuthorAgeFilesLines
...
* AutoTest: Allow arguments for test runsChristian Stenger2017-09-182-2/+11
* CppTools: Add target type information to project partChristian Stenger2017-09-181-0/+2
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-12/+13
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-151-32/+4
|\
| * AutoTest: Fix handling of running selected Quick TestsChristian Stenger2017-08-081-31/+3
| * AutoTest: Avoid guessing run configurationChristian Stenger2017-07-311-1/+1
* | AutoTest: Be consistent when naming test root nodesChristian Stenger2017-08-081-1/+1
|/
* AutoTest: Support plaintext output for Qt testsChristian Stenger2017-06-301-5/+15
* AutoTest: Make test tree root items checkableChristian Stenger2017-06-291-1/+0
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-204-3/+74
|\
| * AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-192-1/+24
| * AutoTest: Avoid full rescans if not necessaryChristian Stenger2017-06-132-2/+50
* | AutoTest: Unify TestTreeItem::modify*() functionsChristian Stenger2017-06-021-3/+2
* | AutoTest: Remove not needed codeChristian Stenger2017-05-191-1/+2
|/
* AutoTest: Avoid dead-lock of file system watcherChristian Stenger2017-03-212-21/+29
* AutoTest: Fix handling of subtyping TestCase againChristian Stenger2017-03-161-5/+4
* AutoTest: Handle sub-typed TestCases correctlyChristian Stenger2017-03-143-8/+65
* QmlJS: Allow forced rescan on already known pathsChristian Stenger2017-03-081-3/+1
* AutoTest: Ensure that removing and adding qml files is noticedChristian Stenger2017-03-072-0/+31
* AutoTest: Avoid processing files that are no more presentChristian Stenger2017-03-071-1/+5
* AutoTest: Use better names and remove unused codeChristian Stenger2017-02-241-5/+5
* Remove spaces in initializer listsTim Jenssen2017-02-222-3/+3
* AutoTest: Modernize codeChristian Stenger2017-02-172-18/+18
* AutoTest: Remove unnecessary indirection when creating test tree itemsChristian Stenger2017-01-123-16/+9
* AutoTest: Avoid concurrent access on static function membersChristian Stenger2016-11-082-43/+83
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-121-1/+1
|\
| * AutoTest: Fix running selected quick test functionsChristian Stenger2016-10-101-1/+1
* | AutoTest: Move framework settings into framework managerChristian Stenger2016-10-102-8/+17
* | AutoTest: Modernize code a bitChristian Stenger2016-09-295-23/+19
* | AutoTest: Separate settingsChristian Stenger2016-09-191-1/+2
|/
* AutoTest: Correctly release resourcesChristian Stenger2016-07-152-0/+8
* AutoTest: Fix parsing for QuickTestsChristian Stenger2016-07-153-1/+40
* AutoTest: Cancel possible running tasks on shutdownChristian Stenger2016-07-151-1/+2
* AutoTest: Avoid fetching WorkingCopy from multiple threadsChristian Stenger2016-06-202-1/+3
* AutoTest: Introduce active state for test frameworksChristian Stenger2016-06-141-0/+1
* AutoTest: Add test frame work handlingChristian Stenger2016-06-092-0/+100
* AutoTest: Add Id to parsers and remove now useless enumChristian Stenger2016-06-072-7/+9
* AutoTest: Move test framework related code...Christian Stenger2016-06-019-0/+992