aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port away from QPairZhao Yuhang2025-04-121-4/+4
* QML DOM: use QStringView for Fields, not const char_16 arraysGiuseppe D'Angelo2025-03-271-1/+1
* qmlformat: simplify OutWriter by removing OutWriterStateDmitrii Akshintsev2025-03-251-1/+1
* qmlformat: Show line diffs WRT the expected in writeOut stability checksOlivier De Cannière2025-01-301-1/+1
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-15/+15
* qmldom: simplify DomCreationOptionSami Shalayel2025-01-151-2/+2
* QmlDom. Remove loadPendingDependencies call from DomItem::fromCodeDmitrii Akshintsev2024-12-191-6/+1
* qmlformat: use indenting line writer if column break is in useSemih Yavuz2024-12-051-2/+3
* QmlDom rename attachedinfo file to filelocationsDmitrii Akshintsev2024-11-141-1/+1
* QmlDom: AttachedInfo -> FileLocations::NodeDmitrii Akshintsev2024-11-141-1/+1
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-16/+0
* DOM: Remove dead codeUlf Hermann2024-11-071-2/+0
* QmlFormat: remove redundant WriteOutChecks, adjust performWriteOutChecksDmitrii Akshintsev2024-11-051-47/+9
* QmlFormat: change confusing condition for writeOutChecksDmitrii Akshintsev2024-11-051-1/+1
* QmlFormat: remove restoreWrittenOutFileDmitrii Akshintsev2024-11-051-3/+2
* Fix Unity build of QtQmlFriedemann Kleint2024-09-111-3/+3
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-1/+1
* DomItem: allow fieldfilters in visitTreeSami Shalayel2024-03-261-7/+16
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-211-0/+3
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-12/+20
* dom: move createDom into DomEnvironment + renameSami Shalayel2024-03-141-1/+1
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-1/+1
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-24/+31
* qqmldomcomments: Add comment type in Comment classSemih Yavuz2024-01-221-6/+6
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-11/+0
* DOM refactoring. Move loadModuleDependency from DomItem to DomEnvDmitrii Akshintsev2024-01-191-20/+0
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-10/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-21/+4
* DOM refactoring. Make DomItem::loadFile call DomEnv::loadFileDmitrii Akshintsev2024-01-171-6/+1
* DOM refactoring. Call loadFile on DomUniverse explicitlyDmitrii Akshintsev2024-01-151-7/+4
* Dom: Do not pass large objects by value, next roundUlf Hermann2023-12-221-8/+9
* QmlDom: Fold std::optional into std::variantUlf Hermann2023-12-201-70/+105
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-95/+108
* QmlDom: Use takeLast() rather than last() and removeLast()Ulf Hermann2023-12-151-2/+1
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-071-0/+4
* DOM: Allow loading and parsing of .js filesDmitrii Akshintsev2023-12-071-0/+1
* QmlDom: Avoid excessive copying of ctor argumentsUlf Hermann2023-12-051-1/+1
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-23/+11
* qmlls: autocompletion for singletons, attached types, enumsSami Shalayel2023-10-111-82/+2
* Dom: simplify findAttachedInfoSami Shalayel2023-10-091-3/+3
* qmlls: singletons, attached types and enums completion preparationSami Shalayel2023-10-091-3/+5
* Make LocalSymbolsType enum values independentSami Shalayel2023-09-261-26/+22
* qmlls: fix DomItem::filterUp and DomItem::rootQmlObjectSami Shalayel2023-09-261-55/+44
* QmlDom: Avoid copying and detaching on iterationUlf Hermann2023-09-191-1/+2
* QmlDom: Do not needlessly copy things into lambdasUlf Hermann2023-09-191-3/+3
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-7/+7
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-10/+10
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-11/+14
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-214/+224
* qmldomitem: Fix setScript for MethodParameter caseSemih Yavuz2023-09-121-2/+8