summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickMaterialPlaceholderText: fix code checker complaintMitch Curtis2023-05-171-1/+1
* Rename qmlimageprovideplugin test to qmlhighdpiimageproviderpluginAmir Masoud Abdol2023-05-164-19/+6
* qt_add_qml_module: Set QT_QML_MODULE_QML_FILES correctlyFabian Kosmale2023-05-164-0/+50
* NinePatchImage: support the compressed texture imageJaehak Lee2023-05-155-5/+60
* QmlCompiler: Do check specificType on SetLookupUlf Hermann2023-05-153-0/+26
* Update displayText and value of SpinBox (live)Matthias Rauter2023-05-141-0/+397
* qmllint: Separate logic by import type in QQmlJSImportVisitor::visitOlivier De Cannière2023-05-124-0/+31
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-122-1/+22
* Examples: Move Qml plugin example to manual testsOlivier De Cannière2023-05-1217-1/+370
* Fix reset support for value typesFabian Kosmale2023-05-124-0/+61
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-122-0/+51
* Disable ecmascript tests on AndroidVille Voutilainen2023-05-111-1/+4
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-113-0/+45
* Allow a layout with width or height == 0 to resize its child itemsJan Arve Sæther2023-05-111-1/+11
* QmlCompiler: Optimize list manipulationsUlf Hermann2023-05-101-0/+5
* Material: respect background color of flat buttonsMitch Curtis2023-05-101-14/+25
* Value types: Prefer assigning bindings instead of convertingFabian Kosmale2023-05-092-1/+19
* QmlCompiler: Re-allow conversion from QObject to QStringUlf Hermann2023-05-093-2/+10
* Properly support lists as method argumentsUlf Hermann2023-05-093-0/+16
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-094-2/+30
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-094-0/+88
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-093-0/+27
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-091-0/+150
* Fix duplicate data tag warning in tst_tumbler.qmlMitch Curtis2023-05-101-1/+4
* Material: fix clipped floating placeholder textMitch Curtis2023-05-091-0/+64
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-062-0/+32
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-052-1/+28
* qmldom: Add more literalsSemih Yavuz2023-05-052-2/+35
* Material: don't set all caps for Button textMitch Curtis2023-05-051-3/+3
* QmlCompiler: Convert thisObject to correct typeUlf Hermann2023-05-043-0/+33
* QmlCompiler: Recognize QList<QObject*> as QObjectListUlf Hermann2023-05-042-0/+25
* tst_qmldomitem: Add more testsSemih Yavuz2023-05-043-23/+118
* qmllint: Do not crash on invalid aliasFabian Kosmale2023-05-042-0/+14
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-043-29/+81
* QmlDom: Remove the standalone version of QmlDomOlivier De Cannière2023-05-046-685/+0
* tst_qmlcppcodegen: Sort methods alphabeticallyUlf Hermann2023-05-041-2474/+2471
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-045-0/+158
* QmlCompiler: Do not crash when converting number literals to enumsUlf Hermann2023-05-044-2/+44
* qmlls: Do not return relative paths to clients for go-to-type-definitionSami Shalayel2023-05-041-1/+1
* FileLocations::Tree: rename treePtr and fileLocationsPtrSami Shalayel2023-05-041-2/+2
* Baseline scenegraph test: support the -keeprunning argumentEirik Aavitsland2023-05-041-1/+1
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-034-3/+44
* tst_qmldomitem: Refactor scriptExpressions testSemih Yavuz2023-05-037-359/+367
* Material: fix placeholder text alignmentMitch Curtis2023-05-032-15/+96
* tst_qmlcppcodegen: Sort QML files againUlf Hermann2023-05-021-10/+10
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-023-0/+49
* RangeSlider: Don't update position only if mouse/touch is grabbedDoris Verria2023-05-021-4/+153
* 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-021-2/+4
* PageIndicator: fix change listeners being called after destructionMitch Curtis2023-05-021-2/+7