summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultspane.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix keyboard handling on results paneChristian Stenger2015-10-081-0/+1
* Use QC's TreeModel for TestResultModelChristian Stenger2015-10-021-25/+86
* Add capability to store/copy output from results paneChristian Stenger2015-09-091-3/+91
* Don't use qApp->processEvents() if not necessaryChristian Stenger2015-07-161-2/+2
* Add auto-scroll feature for results paneChristian Stenger2015-06-171-1/+17
* Simplify TestResultsPane::visibilityChangedat-v3.4.2at-3.4Robert Loehning2015-05-291-6/+3
* Fix wrong state of Run/Run All buttonsat-v3.4.1Christian Stenger2015-05-291-0/+2
* Disable run buttons until tests are foundRobert Loehning2015-05-181-0/+2
* Replace ListView by TreeView inside results paneChristian Stenger2015-04-281-18/+19
* Allow filtering of test results alwaysChristian Stenger2015-04-021-10/+0
* Autotest: edit UI text and messagesLeena Miettinen2015-03-311-1/+1
* Fix scroll behavior of results paneChristian Stenger2015-03-301-0/+1
* Compile fix: Add missing includesTobias Hunger2015-02-261-0/+2
* Fix copyright headersChristian Stenger2015-02-191-4/+5
* Enable and disable parser on demandChristian Stenger2015-02-171-4/+18
* remove static variable testRunnerTim Jenssen2015-01-141-1/+1
* don't pollute the Autotest namespace with an enumTim Jenssen2015-01-121-21/+21
* Add special message to results paneChristian Stenger2014-12-091-0/+1
* Provide test settings and make use of themChristian Stenger2014-12-091-1/+8
* Add support for minimal benchmarksChristian Stenger2014-12-041-0/+1
* Support blacklisted test casesChristian Stenger2014-12-041-0/+6
* Improve support for Qt Quick TestsChristian Stenger2014-12-041-2/+2
* Support sorting of test treeChristian Stenger2014-12-041-2/+2
* Update internal cache / test tree only if necessaryChristian Stenger2014-12-041-2/+2
* Cancel process when timeout is reached...Christian Stenger2014-12-041-0/+4
* Add 'Check All Filter' action to filter menuChristian Stenger2014-12-041-2/+18
* Add summary to results paneChristian Stenger2014-12-041-13/+63
* Enable filter items on availabilityChristian Stenger2014-12-041-1/+9
* Enable 'Run *' buttons only if tests are availableChristian Stenger2014-12-041-0/+9
* Add stop button and minor preparation for progress barChristian Stenger2014-12-041-1/+25
* Add filtering to test resultsChristian Stenger2014-12-041-12/+54
* Provide basic test runner and output paneChristian Stenger2014-12-041-0/+216