aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/tst_qmlls_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: rename files when renaming qml componentsSami Shalayel2024-05-271-0/+41
* qqmllsutils: encapsulate usages and renamesSami Shalayel2024-05-271-90/+123
* make QQmlLSUtils a namespace instead of a classSami Shalayel2024-05-271-316/+465
* refactor qdochtmlextractor: improve class relationsSemih Yavuz2024-05-161-93/+0
* qmlls: assume bound identifiers in completionsSami Shalayel2024-04-171-0/+10
* qmlls: go to definition for componentsSemih Yavuz2024-04-121-0/+4
* qmlls: test deferred/generalized grouped properties in qmllsSami Shalayel2024-04-051-5/+33
* tst_qmlls_utils: also test type in resolveExpressionTypeSami Shalayel2024-03-271-36/+42
* qmlls: find usages in multiple filesSami Shalayel2024-03-261-53/+136
* tst_qmlls_utils: move test files in own folderSami Shalayel2024-03-261-19/+22
* cache tst_qmlls_utils tests by directorySami Shalayel2024-03-261-4/+7
* qmlls: make resolveExpressionType use findDefiningScopeSami Shalayel2024-03-261-2/+62
* tst_qmlls_utils: add resolve option to testSami Shalayel2024-03-211-31/+38
* qmlls: find usages of inline components in property definitionsSami Shalayel2024-03-211-4/+69
* qqmllsutils: remove leftover commentSami Shalayel2024-03-211-1/+0
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-211-2/+20
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-12/+0
* dom: move the importer and mapper to DomEnvironmentSami Shalayel2024-03-151-0/+12
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-4/+4
* tst_qmlls_utils: move qualifiedTypesCompletion test into own folderSami Shalayel2024-03-141-7/+11
* Extract documentation for qml methods and signalsSemih Yavuz2024-03-131-17/+28
* Extract qmlproperty documentation from qdoc outputSemih Yavuz2024-03-131-0/+23
* Introduce basic html extractor for qdoc outputsSemih Yavuz2024-03-131-0/+59
* tst_qmlls_utils: clean up parenthesizedExpression.qmlSami Shalayel2024-03-011-2/+2
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-291-1/+1
* qmllsutils: split completion related features into own classSami Shalayel2024-02-291-1/+2
* Correct license for test filesLucie GĂ©rard2024-02-271-1/+1
* qmlls: add Qt Quick completion snippetsSami Shalayel2024-02-231-38/+255
* qmlls: enable qualified type completion in BindingsSami Shalayel2024-02-231-2/+23
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-5/+3
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-1/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-1/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-4/+4
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-161-0/+18
* qmlls: support nested expressions in completionSami Shalayel2024-01-161-0/+13
* qmlls: suggest null/false/true literals in completionsSami Shalayel2024-01-161-0/+3
* qmlls: remove redundant snippets from completionSami Shalayel2024-01-161-8/+2
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-161-3/+43
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-17/+14
* tst_qmlls_utils: use same DomCreationOptions as qmllsSami Shalayel2024-01-161-75/+49
* tst_qmlls_utils: sort completions in test failure outputSami Shalayel2023-12-291-3/+4
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-5/+1
* qmlls: fix crash on return statementsSami Shalayel2023-12-201-0/+4
* qmlls: fix extra semicolon in for loopsSami Shalayel2023-12-201-10/+20
* qmlls: fix completion on attached and grouped propertiesSami Shalayel2023-12-201-6/+46
* qmlls: do not complete colons in bindingsSami Shalayel2023-12-201-461/+362
* qmlls: find usages of enumerationsSemih Yavuz2023-12-091-3/+23
* qmlls: unary expression support for completionSami Shalayel2023-12-081-2/+68
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-071-0/+16
* qmlls: completions for comma expressionsSami Shalayel2023-12-071-0/+8