summaryrefslogtreecommitdiff
path: root/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix plugin unit testat-v3.4.0Christian Stenger2015-04-161-1/+4
* Fix state handling of parser...Christian Stenger2015-04-161-5/+9
* Trigger parse when project parts have been updatedChristian Stenger2015-04-091-0/+7
* Change ui string to avoid confused usersChristian Stenger2015-04-081-1/+1
* Fix parser state handling...Christian Stenger2015-03-301-0/+9
* Fix unexpected parser state when parsing finishesChristian Stenger2015-03-091-1/+4
* Move variable declaration into using blockat-v3.4.0-beta1Christian Stenger2015-03-031-1/+1
* Fix removing unnamed quick tests...Christian Stenger2015-03-031-7/+9
* Fix names of local variablesChristian Stenger2015-02-271-3/+3
* Fix camel-case of *postponed*Christian Stenger2015-02-271-47/+47
* Remove useless memberChristian Stenger2015-02-271-8/+7
* Improve handling of disabled parser and re-enabling parserChristian Stenger2015-02-271-11/+33
* Compile fix: Add missing includesTobias Hunger2015-02-261-0/+1
* Fix copyright headersChristian Stenger2015-02-191-4/+5
* Display progress indicator on navigation view...Christian Stenger2015-02-181-0/+2
* Clean up pluginChristian Stenger2015-02-171-2/+0
* Perform parsing asynchronously...Christian Stenger2015-02-171-61/+113
* Enable and disable parser on demandChristian Stenger2015-02-171-1/+14
* Rework parsing and provide unit testChristian Stenger2015-02-171-16/+128
* Fix re-parsing of tests...Christian Stenger2015-02-161-13/+13
* Decouple code parser and modelChristian Stenger2015-02-161-202/+95
* Fix detection of tests on OSXChristian Stenger2015-02-161-4/+17
* Refactor TestCodeParserChristian Stenger2015-02-051-286/+310
* Fetch current project always before accessingChristian Stenger2015-01-281-28/+24
* use variable instead of anonymous "false"Tim Jenssen2015-01-091-2/+4
* Post-pone parsing for test if CppModelManager is parsingChristian Stenger2014-12-181-1/+43
* Update test tree when configuration changesChristian Stenger2014-12-041-17/+168
* Improve support for Qt Quick TestsChristian Stenger2014-12-041-25/+27
* Support sorting of test treeChristian Stenger2014-12-041-47/+62
* Add basic support for Qt Quick TestChristian Stenger2014-12-041-13/+286
* Update internal cache / test tree only if necessaryChristian Stenger2014-12-041-13/+18
* Use TestInfo as object instead of pointerChristian Stenger2014-12-041-35/+25
* Rework the parsing and fixing detection of changesChristian Stenger2014-12-041-70/+118
* Provide basic test runner and output paneChristian Stenger2014-12-041-3/+2
* Initial commitChristian Stenger2014-12-041-0/+261