summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testtreemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-5/+2
* Utils: Streamline TreeModel APIhjk2016-07-271-1/+1
* TreeModel: Introduce a destroyItem() convenience functionhjk2016-07-061-2/+2
* AutoTest: Remove indirection when retrieving configurationChristian Stenger2016-06-151-6/+0
* AutoTest: Display hint if no framework is activeChristian Stenger2016-06-141-2/+1
* AutoTest: Introduce active state for test frameworksChristian Stenger2016-06-141-2/+12
* AutoTest: Move function into framework related classChristian Stenger2016-06-091-22/+0
* AutoTest: Add test frame work handlingChristian Stenger2016-06-091-58/+79
* AutoTest: Pass parameter by reference and use framework id...Christian Stenger2016-06-081-5/+7
* AutoTest: Add Id to parsers and remove now useless enumChristian Stenger2016-06-071-24/+14
* AutoTest: Unify naming scheme for gtest related classes and filesChristian Stenger2016-06-061-2/+2
* AutoTest: Rename 'AutoTest*' to reflect what it isChristian Stenger2016-06-061-14/+14
* AutoTest: Move test framework related code...Christian Stenger2016-06-011-0/+6
* AutoTest: Decouple item and model once moreChristian Stenger2016-05-271-137/+18
* AutoTest: Unify test parse result implementationsChristian Stenger2016-05-271-45/+35
* AutoTest: More separation of test tree item and modelChristian Stenger2016-05-181-64/+7
* AutoTest: Split off TestParseResult...Christian Stenger2016-05-121-53/+71
* AutoTest: Use (shared) pointer for parse resultsChristian Stenger2016-05-121-36/+36
* AutoTest: Move functionality from model to item classesChristian Stenger2016-05-121-380/+8
* AutoTest: Fix marking for removal by fileChristian Stenger2016-04-251-1/+1
* AutoTest: Fix marking for removal for second level itemsChristian Stenger2016-04-181-1/+1
* Autotests: emit testTreeModelChanged when new tests are added.Francois Ferrand2016-03-141-0/+1
* AutoTest: Avoid using costly containersChristian Stenger2016-03-141-35/+47
* AutoTest: Fix basic CMake support...Christian Stenger2016-03-071-18/+93
* AutoTest: Fix enabled state of Run buttons of results paneChristian Stenger2016-03-041-4/+3
* AutoTest: Fix flaky unit testChristian Stenger2016-02-261-0/+4
* AutoTest: Support typed gtests as wellChristian Stenger2016-02-261-16/+19
* AutoTest: Add convenient function to modify line and column.David Schulz2016-02-261-1/+1
* AutoTest: Unify handling of test tree items...Christian Stenger2016-02-261-144/+107
* AutoTest: Separate TestTreeItemsChristian Stenger2016-02-261-98/+19
* AutoTest: Don't duplicate information inside TestTreeItemChristian Stenger2016-02-261-16/+14
* AutoTest: Add missing breakChristian Stenger2016-02-171-0/+1
* AutoTest: Copy parse results only if necessaryChristian Stenger2016-02-161-1/+1
* AutoTest: Create new tree items only if necessary...Christian Stenger2016-02-161-197/+181
* AutoTest: Fix execution of GtestOrgad Shaneh2016-02-081-4/+3
* AutoTest: Do not pass pointers without owner between threadsChristian Stenger2016-02-051-2/+105
* AutoTest: Avoid dangling pointerChristian Stenger2016-02-041-1/+4
* AutoTest: Provide setting to outvote automatically disabling parserChristian Stenger2016-02-031-1/+18
* AutoTest: Use mark and sweep for parsingChristian Stenger2016-02-011-177/+54
* AutoTest: Provide mark and sweep functionsChristian Stenger2016-02-011-0/+81
* AutoTest: Store referencing file inside test tree itemChristian Stenger2016-02-011-0/+39
* Delete unneeded and prepare directory structure...Christian Stenger2016-01-221-0/+947