summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-095-11/+109
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-094-4/+31
* QmlCompiler: Generate trace info for ConvertThisToObjectUlf Hermann2023-05-091-0/+2
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-093-13/+222
* Fix duplicate data tag warning in tst_tumbler.qmlMitch Curtis2023-05-101-1/+4
* Add Local storage example to IO categoryKai Köhne2023-05-091-0/+1
* Material: fix clipped floating placeholder textMitch Curtis2023-05-095-4/+114
* Doc: make grabToImage example snippet more usefulVolker Hilsheimer2023-05-091-2/+3
* qml: Straighten out configuration QML moduleUlf Hermann2023-05-086-41/+24
* Silence signed vs unsigned warning on 32 bit VS 2022 debug buildJøger Hansegård2023-05-071-1/+1
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-065-7/+70
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-053-8/+47
* QmlCompiler: Fix operator== of VirtualRegisterUlf Hermann2023-05-051-1/+2
* Quick: Update documentation of TapHandler to reflect renamed enumDavid Edmundson2023-05-051-1/+1
* qmldom: Add more literalsSemih Yavuz2023-05-055-3/+72
* Remove conanfile.pyFabian Kosmale2023-05-051-87/+0
* Fix small errors in the C++ integration tutorialsFriedemann Kleint2023-05-052-3/+2
* Material: don't set all caps for Button textMitch Curtis2023-05-052-4/+3
* QmlCompiler: Convert thisObject to correct typeUlf Hermann2023-05-044-1/+37
* QmlCompiler: Recognize QList<QObject*> as QObjectListUlf Hermann2023-05-043-0/+27
* tst_qmldomitem: Add more testsSemih Yavuz2023-05-043-23/+118
* qmllint: Do not crash on invalid aliasFabian Kosmale2023-05-043-1/+17
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-0410-130/+203
* Examples: Add equality an operator to Extending Qml Advanced tutorialsOlivier De Cannière2023-05-048-4/+84
* QmlDom: Remove the standalone version of QmlDomOlivier De Cannière2023-05-0414-950/+5
* Runtime codegen: Avoid memset for zeroingFabian Kosmale2023-05-041-12/+8
* qmlls: move common module code to base classSami Shalayel2023-05-045-120/+81
* tst_qmlcppcodegen: Sort methods alphabeticallyUlf Hermann2023-05-041-2474/+2471
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-046-0/+169
* QmlCompiler: Do not crash when converting number literals to enumsUlf Hermann2023-05-047-4/+52
* qmlls: Do not return relative paths to clients for go-to-type-definitionSami Shalayel2023-05-042-2/+2
* FileLocations::Tree: rename treePtr and fileLocationsPtrSami Shalayel2023-05-049-30/+22
* Baseline scenegraph test: support the -keeprunning argumentEirik Aavitsland2023-05-041-1/+1
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-036-5/+45
* tst_qmldomitem: Refactor scriptExpressions testSemih Yavuz2023-05-037-359/+367
* Doc: explain how to handle currentIndex changes in TabBar and SwipeViewMitch Curtis2023-05-032-0/+19
* Material: fix placeholder text alignmentMitch Curtis2023-05-033-16/+99
* tst_qmlcppcodegen: Sort QML files againUlf Hermann2023-05-021-10/+10
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-0213-46/+372
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-022-5/+16
* qmlls: Remove leftover methodSemih Yavuz2023-05-021-1/+0
* Use new rvalue overload of QMetaProperty::writeOnGadget()Marc Mutz2023-05-024-5/+10
* RangeSlider: Don't update position only if mouse/touch is grabbedDoris Verria2023-05-022-19/+167
* Drop extra resizing of upload poolsMårten Nordheim2023-05-021-9/+4
* Really release pool resources in Renderer::releaseCachedResourcesMårten Nordheim2023-05-021-2/+4
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-02108-418/+418
* Examples: Replace broken link to Qt logo in networkaccessmanagerfactoryOlivier De Cannière2023-05-021-3/+3
* QQuickIndicatorButton: fix listeners being called after destructionMitch Curtis2023-05-025-2/+23
* PageIndicator: fix change listeners being called after destructionMitch Curtis2023-05-023-2/+15
* Menu: fix change listeners being called after destructionMitch Curtis2023-05-022-0/+15