aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-0/+21
* qt_add_qml_module: Error out if singleton is marked as internalFabian Kosmale2023-03-023-0/+28
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-024-0/+62
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-223-2/+33
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-201-19/+20
* tst_dialog: Fix testing for implicitWidth and wait for enter transitionsDoris Verria2023-02-161-0/+4
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-151-0/+14
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-142-24/+24
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-111-0/+108
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-092-0/+30
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-082-0/+60
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-02-012-1/+42
* Binding: Accept local signal handlers againUlf Hermann2023-01-262-0/+19
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-263-0/+65
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-252-0/+2
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-243-0/+29
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-241-0/+12
* Fusion, HeaderView: use colors from the styleRichard Moe Gustavsen2023-01-241-7/+13
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-236-1/+57
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-211-4/+0
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-182-6/+88
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-182-0/+73
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-054-0/+45
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-052-0/+49
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-21/+21
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-223-0/+96
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-213-1/+205
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-1/+7
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-191-0/+15
* QQuickOverlay: fix crash when a Drawer is destroyedAurélien Brooke2022-12-191-0/+27
* Drawer: don't get stuck in open state after touches outsideShawn Rutledge2022-12-172-1/+53
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-173-0/+164
* QmlCompiler: Mark StoreElement on JS values has having side effectsUlf Hermann2022-12-173-0/+23
* Test MouseArea in QQuickWidgetShawn Rutledge2022-12-162-0/+32
* QQuickStates: Handle more types as result of whenFabian Kosmale2022-12-152-1/+31
* qmllint: Read the right register when analyzing callsUlf Hermann2022-12-153-0/+13
* QSKIP tst_qquickimageparticle::test_tabled when running on linuxHeikki Halmet2022-12-151-38/+42
* Implement touch event handling for SplitViewVolker Hilsheimer2022-12-141-1/+0
* Add test for touch events with SplitViewMitch Curtis2022-12-141-0/+23
* Uncomment velocity check in tst_DragHandler::mouseDragShawn Rutledge2022-12-111-2/+2
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-073-0/+128
* QmlCompiler: Fix various kinds of enum lookupUlf Hermann2022-12-064-0/+89
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-054-0/+57
* qmltc: error out when encoutering invalid filenamesSami Shalayel2022-12-022-0/+15
* QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-12-023-0/+21
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-303-1/+66
* Fix build error in top level buildsFabian Kosmale2022-11-301-0/+1
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-282-0/+51
* Suppress ES-compiler warnings against the ES-262 test-suiteEdward Welbourne2022-11-281-1/+43
* Split two long lines for the sake of readabilityEdward Welbourne2022-11-281-2/+8