aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-19/+19
* QmlDom: AttachedInfo -> FileLocations::NodeDmitrii Akshintsev2024-11-141-59/+26
* QmlDom: simplify AttachedInfoDmitrii Akshintsev2024-11-141-4/+1
* QmlDom: Dissolve FileLocations into a namespace and FileLocations::InfoDmitrii Akshintsev2024-11-141-3/+5
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-3/+0
* QmlFormat: remove redundant WriteOutChecks, adjust performWriteOutChecksDmitrii Akshintsev2024-11-051-1/+1
* QmlDom. remove UpdatedScriptExpressionsDmitrii Akshintsev2024-11-051-1/+0
* Fix Unity build of QtQmlFriedemann Kleint2024-09-111-2/+2
* qmlls: use .qml from source foldersSami Shalayel2024-09-101-0/+2
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-1/+1
* DomItem: allow fieldfilters in visitTreeSami Shalayel2024-03-261-1/+3
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-8/+3
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-8/+7
* DOM: refactoring. nit cleanupDmitrii Akshintsev2024-01-201-0/+1
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-3/+0
* DOM refactoring. Move loadModuleDependency from DomItem to DomEnvDmitrii Akshintsev2024-01-191-4/+0
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-1/+0
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-5/+0
* QmlDom: Move function_ref into place where applicableUlf Hermann2024-01-081-11/+13
* Dom: Do not pass large objects by value, next roundUlf Hermann2023-12-221-3/+4
* QmlDom: Fold std::optional into std::variantUlf Hermann2023-12-201-31/+46
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-130/+148
* QmlDom: Avoid excessive copying of ctor argumentsUlf Hermann2023-12-051-1/+1
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-29/+88
* qmldom: move DomCreationOption definition into qqmldomconstantsSami Shalayel2023-10-231-8/+0
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-111-1/+0
* Make LocalSymbolsType enum values independentSami Shalayel2023-09-261-1/+1
* qmlls: fix DomItem::filterUp and DomItem::rootQmlObjectSami Shalayel2023-09-261-0/+1
* QmlDom: Pass templated data items by const referenceUlf Hermann2023-09-191-8/+8
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-7/+7
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-5/+6
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-6/+6
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-402/+376
* QML DOM: improve const correctnessFabian Kosmale2023-08-151-2/+3
* qmldom: refactor writeOut checksSemih Yavuz2023-08-101-0/+2
* QmlDom: support function parameters and coSami Shalayel2023-06-021-1/+2
* qmlls: definition support for scriptexpressionsSami Shalayel2023-05-301-0/+1
* qmlls: find usages of id's and propertiesSami Shalayel2023-05-231-0/+2
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-1/+1
* Qml: Add script element for return statementsSami Shalayel2023-05-021-1/+2
* qqmldomastcreator: set qqmljsscope in DOM script elementsSami Shalayel2023-05-021-4/+5
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-6/+155
* Dom: cosmetic fixesSami Shalayel2023-04-121-4/+12
* Dom: add QQmlJSScope to QmlObjectSami Shalayel2023-04-121-3/+21
* Remove DomItem::loadFile code-duplication and use correct environmentsSami Shalayel2023-03-291-5/+32
* qmlls: refactor and test helpers to reuse themSami Shalayel2023-02-091-0/+1
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-8/+0
* De-inline DomItem::subReferencesItem()Marc Mutz2022-12-271-18/+0
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-0/+9
* Port from container::count() and length() to size()Marc Mutz2022-10-071-12/+12