summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix enabling and disabling test code parserChristian Stenger2015-04-161-1/+3
* Use only active target for guessing run environmentChristian Stenger2015-04-141-22/+10
* Trigger parse when project parts have been updatedChristian Stenger2015-04-091-0/+2
* Autotest: edit UI text and messagesLeena Miettinen2015-03-311-3/+2
* Fix removing unnamed quick tests...Christian Stenger2015-03-031-6/+2
* Fix possible null-pointer accessChristian Stenger2015-03-031-0/+2
* Improve handling of disabled parser and re-enabling parserChristian Stenger2015-02-271-30/+2
* Fix copyright headersChristian Stenger2015-02-191-4/+5
* Try to guess run configuration if none is explicitly setChristian Stenger2015-02-171-0/+33
* Clean up pluginChristian Stenger2015-02-171-1/+0
* Perform parsing asynchronously...Christian Stenger2015-02-171-7/+12
* Enable and disable parser on demandChristian Stenger2015-02-171-1/+61
* Rework parsing and provide unit testChristian Stenger2015-02-171-2/+21
* Decouple code parser and modelChristian Stenger2015-02-161-113/+216
* Fix wrong behavior for gathering test configurationChristian Stenger2015-02-161-6/+6
* Avoid crash when using wrongly created test treeChristian Stenger2015-02-051-8/+11
* fix that windows can find the fileTim Jenssen2015-01-211-1/+2
* refactor if clauseTim Jenssen2015-01-211-11/+10
* Avoid executing unnamed Quick Tests if no related main is executed anywayChristian Stenger2015-01-091-1/+4
* Improve support for Qt Quick TestsChristian Stenger2014-12-041-29/+103
* Support sorting of test treeChristian Stenger2014-12-041-7/+105
* Add basic support for Qt Quick TestChristian Stenger2014-12-041-46/+216
* Enable 'Run *' buttons only if tests are availableChristian Stenger2014-12-041-0/+4
* Add stop button and minor preparation for progress barChristian Stenger2014-12-041-2/+3
* Rework the parsing and fixing detection of changesChristian Stenger2014-12-041-19/+34
* Add filtering to test resultsChristian Stenger2014-12-041-14/+11
* Provide basic test runner and output paneChristian Stenger2014-12-041-9/+125
* Initial commitChristian Stenger2014-12-041-0/+329