aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-273-0/+29
* Blacklist flaky tst_QQuickListView2::flickDuringFlicking test on macOSMitch Curtis2022-07-261-1/+1
* tst_QQuickListView2::flickDuringFlicking: improve failure messageMitch Curtis2022-07-261-1/+3
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-262-2/+2
* testbench: revert debugging codeMitch Curtis2022-07-261-1/+0
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-262-0/+37
* Fix precedence between JS and QML scopesUlf Hermann2022-07-263-0/+23
* QmlCompiler: Recognize script types when looking up membersUlf Hermann2022-07-254-0/+17
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-257-0/+56
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-235-8/+129
* tst_qquickmenu: Fix click position and wait for menu opened() signalDoris Verria2022-07-222-5/+9
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-221-1/+1
* QQuickState::when: handle QJSValue properties correctlyFabian Kosmale2022-07-212-0/+29
* TableView: Add a test for TableView with bound delegate componentsUlf Hermann2022-07-212-0/+117
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-215-1/+88
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-212-1/+2
* Imagine: don't show hover effects when disabledMitch Curtis2022-07-211-0/+1
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-191-10/+4
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-195-10/+424
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-181-53/+19
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-165-7/+159
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-152-1/+37
* tst_qquickpopup: Fix child button positionDoris Verria2022-07-152-2/+11
* testbench: clean up DelayButton pageMitch Curtis2022-07-151-3/+2
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-19/+20
* Remove warning about inability to defer propertiesFabian Kosmale2022-07-131-5/+0
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-122-7/+2
* tst_popup: Fix popup size testDoris Verria2022-07-121-8/+8
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-111-0/+8
* qmltc: Make Component.onCompleted compilation less specialAndrei Golubev2022-07-101-0/+2
* QtQmlCore: Add missing parts to SystemInformationYuhang Zhao2022-07-092-0/+4
* Deal with markdown fragments in TextEditShawn Rutledge2022-07-092-5/+180
* Fix flaky FrameAnimation testKaj Grönholm2022-07-082-7/+6
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-083-0/+23
* QmlCompiler: Don't crash on unknown list value typesUlf Hermann2022-07-085-0/+61
* Let Controls inherit palettes and fonts from parentsJiDe Zhang2022-07-085-30/+298
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-081-0/+30
* QmlCompiler: Initialize registers with undefined where necessaryUlf Hermann2022-07-072-0/+27
* QmlCompiler: Don't push type conversions back into the engineUlf Hermann2022-07-073-0/+39
* QmlCompiler: Really fix writing into argument valuesUlf Hermann2022-07-072-2/+100
* QmlCompiler: Fix register propagation in basic blocks passUlf Hermann2022-07-073-0/+30
* Blacklist hoverHandlerAndUnderlyingHoverHandler on macOS CIMitch Curtis2022-07-071-0/+3
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+33
* QmlCompiler: Don't generate invalid code for storing undefinedUlf Hermann2022-07-063-0/+19
* QML: Re-add the Qt namespace enums to the Qt objectUlf Hermann2022-07-062-1/+17
* QmlCompiler: Don't StoreNameSloppy undefined into incompatible typesUlf Hermann2022-07-053-1/+12
* tst_qquicklistview: fail on warningsMitch Curtis2022-07-057-28/+58
* Simplify tst_qquickfontloader::changeFontSourceViaStateMitch Curtis2022-07-051-3/+1
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-0517-19/+65
* Fix window activation usage in QQuickMenu(Bar)Eskil Abrahamsen Blomfeldt2022-07-052-18/+77