aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-07-08477-0/+1431
* qmljscompiler: Replace categories with more specific warning idsMaximilian Goldstein2022-07-081-7/+5
* Let Controls inherit palettes and fonts from parentsJiDe Zhang2022-07-085-30/+298
* Pass the "reset" attribute from metatypes through qmltypesUlf Hermann2022-07-072-0/+31
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-076-1/+46
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-073-0/+23
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-0/+30
* Fix flaky FrameAnimation testKaj Grönholm2022-07-072-7/+6
* Blacklist hoverHandlerAndUnderlyingHoverHandler on macOS CIMitch Curtis2022-07-071-0/+3
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+33
* tst_qqmllanguage: Adjust to QMetaTypeInterface no longer being mutableUlf Hermann2022-07-061-2/+2
* QmlCompiler: Don't crash on unknown list value typesUlf Hermann2022-07-065-0/+61
* QML: Re-add the Qt namespace enums to the Qt objectUlf Hermann2022-07-052-1/+17
* Implement virtualOwnPropertyKeys for QQmlTypeWrapperUlf Hermann2022-07-051-0/+20
* QmlCompiler: Initialize registers with undefined where necessaryUlf Hermann2022-07-052-0/+27
* QmlCompiler: Don't push type conversions back into the engineUlf Hermann2022-07-053-0/+39
* QmlCompiler: Really fix writing into argument valuesUlf Hermann2022-07-052-2/+100
* QmlCompiler: Fix register propagation in basic blocks passUlf Hermann2022-07-053-0/+30
* Simplify tst_qquickfontloader::changeFontSourceViaStateMitch Curtis2022-07-051-3/+1
* tst_qquicklistview: fail on warningsMitch Curtis2022-07-057-28/+58
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-0517-19/+65
* Fix tst_qquicktextedit::hAlignVisual on high-dpiShawn Rutledge2022-07-051-4/+4
* Controls: Add baseline test for PopupMathias Brevik2022-07-012-0/+31
* Fix and un-blacklist tst_qquickwidget::synthMouseFromTouchShawn Rutledge2022-07-012-9/+8
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-303-2/+63
* qmltc: Ensure properties with MEMBER can be read and writtenAndrei Golubev2022-06-305-0/+57
* Ensure that when an item resizes, its layer resizes immediatelyShawn Rutledge2022-06-303-0/+37
* Fix SplitView containmentMask hit testingIgor Bugaev2022-06-301-0/+430
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-302-1/+67
* Controls: Add baseline test for DrawerMathias Brevik2022-06-303-0/+146
* Controls: Add baseline test for DialogButtonBoxMathias Brevik2022-06-301-0/+73
* Controls: add baseline test for ToolBarJenny Lofthus2022-06-301-0/+87
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-304-35/+63
* Make callLater an invokable using QQmlV4FunctionFabian Kosmale2022-06-303-5/+11
* Fix debugger crash on attachSami Shalayel2022-06-302-2/+53
* FileDialog: fix selectedFile being incorrect due to async view changesMitch Curtis2022-06-301-54/+110
* tst_QQuickMenu: skip entire popup() test where necessaryMitch Curtis2022-06-301-3/+10
* Fix window activation usage in tst_QQuickDrawerEskil Abrahamsen Blomfeldt2022-06-301-12/+14
* Fix window activation usage in QQuickMenu(Bar)Eskil Abrahamsen Blomfeldt2022-06-302-18/+77
* Add baseline test for the BusyIndicatorMathias Brevik2022-06-291-0/+21
* qmltc: Use correct output C++ file names within a moduleAndrei Golubev2022-06-295-1/+23
* qqmljstypepropagator: Use object that is being attached to as contextMaximilian Goldstein2022-06-291-1/+10
* QmlCompiler: Don't generate invalid code for storing undefinedUlf Hermann2022-06-293-0/+19
* CMake: Add autogen dependency to fix top-level static buildsAlexandru Croitor2022-06-281-1/+1
* Fix window activation usage in tst_QQuickPopupEskil Abrahamsen Blomfeldt2022-06-281-19/+65
* CMake: add dependency to QmlIntegration in qmlsplitlib testSamuli Piippo2022-06-281-1/+1
* QmlCompiler: Add missing parentheses to in-place arithmetic operationsUlf Hermann2022-06-283-0/+41
* Ensure QmlForeign attribute does not leak into derived types in C++Sami Shalayel2022-06-272-0/+77
* Ensure QmlSingleton attribute does not leak into derived types in C++Sami Shalayel2022-06-272-0/+125
* Ensure QmlAttached attribute does not leak into derived types in C++Sami Shalayel2022-06-272-0/+113