aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickAttachedPropertyPropagator: fix child window propagationMitch Curtis2024-03-081-11/+28
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-075-2/+45
* Update test cases for change in default size policySanthosh Kumar2024-03-062-5/+116
* Baseline scenegraph test: avoid rendering blacklisted itemsEirik Aavitsland2024-03-061-0/+6
* tst_QQuickTextDocument::overrideTextFormat() remove failing data setAxel Spoerl2024-03-061-5/+0
* Unblacklist tst_QQuickPopup::focusMultiplePopupMitch Curtis2024-03-061-3/+0
* Blacklist tst_qquickpixmapcache::slowDevice on all platformsMitch Curtis2024-03-051-1/+1
* QQuickPopup: always run exit transition on hiding a popupVladimir Belyavsky2024-03-041-0/+31
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-041-1/+6
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-041-0/+34
* Fix spelling of FFmpeg in (end-)user-visible stringsVolker Hilsheimer2024-03-021-2/+2
* Use showView in tst_qquicktextedit::mouseSelectionModeShawn Rutledge2024-02-291-12/+8
* Binding: fix restore logicFabian Kosmale2024-02-292-0/+38
* QmlCompiler: Respect scoped enumsUlf Hermann2024-02-297-4/+93
* QtQml: Remove fallback mode for finding singleton enums in metaobjectUlf Hermann2024-02-294-0/+69
* Hover event delivery: don't modify a list we are iteratingVolker Hilsheimer2024-02-292-0/+42
* qmltyperegistrar: Do not complain about enums used as list valuesUlf Hermann2024-02-292-0/+19
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-02-292-0/+59
* qmltc/importvisitor: warn about type annotations on methodsSami Shalayel2024-02-293-0/+35
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-02-293-0/+23
* Correct license for test filesLucie Gérard2024-02-292363-2364/+2364
* qmlls: enable qualified type completion in BindingsSami Shalayel2024-02-283-2/+31
* Add TextDocument.errorString propertyShawn Rutledge2024-02-281-2/+8
* Attempt to stabilize tst_how-to-qml's timePicker testMitch Curtis2024-02-271-14/+18
* QtQml: Re-allow change signals in QQmlPropertyUlf Hermann2024-02-261-6/+23
* qmltyperegistrar: Recognize more number typesUlf Hermann2024-02-262-0/+85
* QtQuick: Fix double-exporting of QEventPointUlf Hermann2024-02-252-0/+10
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-251-0/+15
* QtQml: Use correct logging category in console.trace()Ulf Hermann2024-02-252-0/+15
* Add performance benchmark test for curve rendererEirik Aavitsland2024-02-253-0/+90
* QtQml: Load C++-defined types also for the implicit importUlf Hermann2024-02-233-14/+59
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-234-14/+285
* qmllint: Allow converting anything to QQmlScriptStringUlf Hermann2024-02-222-0/+74
* Update manual tests and examples for change in default size policySanthosh Kumar2024-02-2226-57/+393
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-222-37/+54
* QmlCompiler: Use original scope type for SetLookupUlf Hermann2024-02-224-0/+44
* QmlModels: Restore bug-compatibility with 6.6Ulf Hermann2024-02-221-4/+5
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-223-19/+46
* QmlCompiler: Escape question marks in string literalsUlf Hermann2024-02-223-0/+16
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-211-3/+34
* 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
* Rename TextDocument.Status.SaveDone to SavedShawn Rutledge2024-02-201-2/+2
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-191-0/+42
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-162-0/+20
* Material: fix assertion failure when quickly changing TextField's focusMitch Curtis2024-02-151-0/+62
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-154-0/+50