summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Reparse only newly added frameworksChristian Stenger2019-09-181-1/+0
* AutoTest: Remove leftover code and messageChristian Stenger2019-09-171-11/+1
* AutoTest: Allow re-parsing with a sub-set of parsersChristian Stenger2019-09-171-32/+40
* AutoTest: Re-order responsibilitiesChristian Stenger2019-09-061-0/+1
* AutoTest: Unify container usage in TestFrameworkManagerChristian Stenger2019-08-221-1/+1
* Autotest: Avoid a deprecation warninghjk2019-07-051-1/+1
* Avoid more deprecation warningshjk2019-07-051-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* AutoTest: Remove scan filter capabilityChristian Stenger2019-03-181-23/+0
* 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