aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle more potential underlying typesFabian Kosmale2024-03-184-0/+64
* fix crash in qquickspinbox.cppTim Jenssen2024-03-141-0/+5
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-082-0/+28
* Material: fix floating placeholder text x positionMitch Curtis2024-03-074-4/+101
* Baseline scenegraph test: avoid rendering blacklisted itemsEirik Aavitsland2024-03-071-0/+6
* QQuickPopup: always run exit transition on hiding a popupVladimir Belyavsky2024-03-051-0/+31
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-051-0/+34
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-051-1/+6
* Fix spelling of FFmpeg in (end-)user-visible stringsVolker Hilsheimer2024-03-021-2/+2
* qmltc/importvisitor: warn about type annotations on methodsSami Shalayel2024-03-013-0/+35
* Hover event delivery: don't modify a list we are iteratingVolker Hilsheimer2024-03-012-0/+42
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-03-013-0/+23
* Binding: fix restore logicFabian Kosmale2024-03-012-0/+38
* Use showView in tst_qquicktextedit::mouseSelectionModeShawn Rutledge2024-03-011-12/+8
* Attempt to stabilize tst_how-to-qml's timePicker testMitch Curtis2024-02-281-14/+18
* QtQuick: Fix double-exporting of QEventPointUlf Hermann2024-02-262-0/+10
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-251-0/+15
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-232-1/+23
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-222-37/+54
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-221-3/+34
* Force text layout update in the thread where its createdSanthosh Kumar2024-02-213-0/+49
* QtQml: Don't let objects be deleted during incubationUlf Hermann2024-02-202-0/+18
* qmllint: Restrict attached property validators to simple casesUlf Hermann2024-02-202-0/+21
* qmllint: Remove duplicates from fixes before applying themUlf Hermann2024-02-203-0/+35
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-203-0/+32
* Blacklist tst_qquickhoverhandler::window on OpenSuseShawn Rutledge2024-02-201-0/+3
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-202-0/+20
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-201-0/+42
* QtQml: Tolerate bad function signatures when type checkingUlf Hermann2024-02-162-0/+47
* Material: fix assertion failure when quickly changing TextField's focusMitch Curtis2024-02-161-0/+62
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-154-0/+50
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-152-1/+82
* tst_qquickanimatedimage::currentFrame: start in paused stateShawn Rutledge2024-02-151-0/+1
* QmlCompiler: In debug mode, set instruction pointer before each lookupUlf Hermann2024-02-093-0/+36
* Make QQmlLocale test robust against time and locale variationsVolker Hilsheimer2024-02-091-3/+4
* QmlCompiler: Reject lookups on shadowable base typesUlf Hermann2024-02-063-0/+104
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-023-0/+24
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-025-0/+48
* QQmlProperty: fix signal handler warningFabian Kosmale2024-02-012-0/+23
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-02-011-0/+5
* setInternalClass: Correctly handle deleted propertiesFabian Kosmale2024-01-311-0/+22
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-316-23/+100
* QmlCompiler: Implement resetting of propertiesUlf Hermann2024-01-314-0/+79
* QtQuick: Do not crash on broken statesUlf Hermann2024-01-312-0/+21
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-293-0/+14
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-2616-50/+32
* DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-251-47/+62
* qmlformat: Don't remove newlines between import statementsJoshua Goins2024-01-244-0/+25
* Fix debug build when FEATURE_qml_debug is OFFVladimir Belyavsky2024-01-241-0/+4
* FileDialog: set url schema when using the file name text fieldOliver Eftevaag2024-01-231-0/+42