summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add plugin unit test for data tagsat-v3.6.0-rc1Christian Stenger2015-11-131-0/+11
* Don't display checkboxes for data tags...Christian Stenger2015-11-031-0/+1
* Fix potential crashChristian Stenger2015-11-031-4/+0
* Re-use QC's TreeItem/TreeModel for TestTreeItem/TestTreeModelChristian Stenger2015-10-081-144/+51
* Remove unused codeChristian Stenger2015-10-081-15/+0
* Move data handling almost from model to itemChristian Stenger2015-10-081-93/+8
* Remove unused codeChristian Stenger2015-10-021-15/+0
* Use pointers for test tree itemsChristian Stenger2015-10-021-23/+29
* Let TestTreeItem handle its parentChristian Stenger2015-10-021-8/+4
* Add 'Run This Test' capability to data tagsChristian Stenger2015-09-091-0/+11
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-011-0/+2
|\
| * Fix getSelectedTests() for Quick Tests having special functionsat-v3.5.1at-3.5Christian Stenger2015-08-241-0/+2
* | Add basic support for data tagsChristian Stenger2015-08-311-5/+20
* | Be more generic regarding supported project typesChristian Stenger2015-08-061-0/+4
* | Ensure we do not interfere with ourselves while parsingChristian Stenger2015-08-061-1/+1
|/
* Provide 'Run This Test' context menu entryChristian Stenger2015-06-241-0/+51
* Fix getting test configuration informationChristian Stenger2015-06-241-110/+21
* Avoid null pointer accessChristian Stenger2015-05-191-1/+2
* 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