aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* AutoTest: Access plugin singleton through static functionsChristian Stenger2018-02-011-1/+1
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+2
* AutoTest: Fix wrong behavior when rescan is triggeredChristian Stenger2018-01-161-1/+1
* Session: Remove projectContainsFileTobias Hunger2017-12-081-1/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* AutoTest: Ensure reparse even for unlisted Qml filesChristian Stenger2017-08-251-3/+4
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-1/+4
|\
| * Reduce CPU load of test parsingEike Ziller2017-05-161-1/+4
* | AutoTest: Remove not needed codeChristian Stenger2017-05-191-1/+0
|/
* Autotest: Avoid needless iterations over the project filesOrgad Shaneh2017-05-111-1/+1
* Autotest: De-noise TestCodeParserOrgad Shaneh2017-05-111-9/+11
* AutoTest: Do not perform parse for disabled parsersChristian Stenger2017-03-091-0/+2
* AutoTest: Handle conflicting update triggersChristian Stenger2017-03-081-2/+9
* AutoTest: Ensure that removing and adding qml files is noticedChristian Stenger2017-03-071-9/+23
* AutoTest: Modernize codeChristian Stenger2017-02-171-5/+5
* AutoTest: Allow basic filtering of scanned foldersChristian Stenger2017-01-261-1/+40
* AutoTest: Avoid scheduling single shots if not necessaryChristian Stenger2017-01-031-0/+2
* AutoTest: Always parse if plugin is enabledChristian Stenger2016-12-121-19/+5
* AutoTest: Limit purging of test tree to project switchingChristian Stenger2016-12-021-2/+1
* Reduce thread priority for test parsingEike Ziller2016-11-151-1/+2
* AutoTest: Fix handling of enabled state for code parserChristian Stenger2016-11-141-17/+9
* AutoTest: Re-do multi-threaded parsing for testsChristian Stenger2016-11-111-41/+20
* AutoTest: Speed up parsing for testsChristian Stenger2016-11-071-21/+29
* AutoTest: Reduce re-parsings while editing single fileChristian Stenger2016-10-261-10/+39
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-1/+1
* AutoTest: Add some logging for time measuringChristian Stenger2016-09-271-0/+6
* AutoTest: Fix stopping progress animation on cancelChristian Stenger2016-09-271-0/+5
* AutoTest: Minor fix for initial test scanChristian Stenger2016-08-011-1/+6
* AutoTest: Fix document update handling while code model indexingChristian Stenger2016-07-151-8/+3
* AutoTest: Cancel possible running tasks on shutdownChristian Stenger2016-07-151-1/+20
* AutoTest: Ignore generated files when parsing for testsChristian Stenger2016-07-071-1/+1
* AutoTest: Do not try to update tests for qbs filesChristian Stenger2016-07-071-1/+3
* AutoTest: Fix initial parse when loading sessionChristian Stenger2016-07-071-29/+25
* AutoTest: De-slot and complete Qt5-style connectsOrgad Shaneh2016-06-291-1/+1
* AutoTest: Avoid fetching WorkingCopy from multiple threadsChristian Stenger2016-06-201-0/+7
* AutoTest: Introduce active state for test frameworksChristian Stenger2016-06-141-2/+1
* AutoTest: Add test frame work handlingChristian Stenger2016-06-091-15/+21
* AutoTest: Add Id to parsers and remove now useless enumChristian Stenger2016-06-071-3/+8
* AutoTest: Unify naming scheme for gtest related classes and filesChristian Stenger2016-06-061-2/+2
* AutoTest: Move test framework related code...Christian Stenger2016-06-011-558/+6
* AutoTest: Separate different test code parsers.Christian Stenger2016-05-301-96/+134
* AutoTest: Decouple item and model once moreChristian Stenger2016-05-271-0/+19
* AutoTest: Do not use special members in base classChristian Stenger2016-05-271-2/+2
* AutoTest: Unify test parse result implementationsChristian Stenger2016-05-271-12/+67
* AutoTest: Split off TestParseResult...Christian Stenger2016-05-121-8/+8
* AutoTest: Use (shared) pointer for parse resultsChristian Stenger2016-05-121-33/+33
* TreeModel: Rework tree iterationhjk2016-05-121-0/+1