aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-181-0/+17
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-182-0/+54
* qmlformat: Fix object declaration indentation in arraysJoshua Goins2024-01-175-8/+24
* Dialogs: Defer automatic window resolving until dialog is openedOliver Eftevaag2024-01-174-0/+171
* QQuickWidget: Clean up if RHI goes away under our feetTor Arne Vestbø2024-01-161-0/+22
* TableView: start a new selection when using Qt::ShiftModifier (PressAndHold)Richard Moe Gustavsen2024-01-161-0/+25
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-163-0/+34
* TableView: start a new selection when using Qt::ShiftModifierRichard Moe Gustavsen2024-01-151-8/+23
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-131-72/+0
* tst_textarea: fix warningsVladimir Belyavsky2024-01-111-4/+6
* tst_textfield: fix warningsVladimir Belyavsky2024-01-111-3/+5
* Amend 9ad9d05f26 to fix wrong whitespacesLars Schmertmann2024-01-111-16/+16
* Fix BusyIndicator invisibility under Fusion styleTim Angus2024-01-111-1/+20
* Only update the filename text field when the user selects a fileOliver Eftevaag2024-01-111-0/+49
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-01-051-0/+72
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-292-0/+60
* FileDialog: prompt the user when selecting an existing fileOliver Eftevaag2023-12-231-0/+85
* Ensure that Image.implicitSize is set before statusChanged emittedShawn Rutledge2023-12-222-0/+51
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-201-0/+19
* Material: reduce padding for Dense variant of ButtonMitch Curtis2023-12-181-1/+7
* QQuickSinglePointHandler: check isSinglePointEvent before castShawn Rutledge2023-12-182-0/+96
* Set correct first child in quick scroll viewSanthosh Kumar2023-12-151-0/+32
* Stabilize tst_qquicktextedit::largeTextObservesViewportShawn Rutledge2023-12-142-16/+9
* qmlformat: Don't indent call expression twiceJoshua Goins2023-12-143-24/+24
* QmlCompiler: Do not adjust renamesUlf Hermann2023-12-133-0/+34
* Fix IconImage test on systems with mixed DPR displaysVolker Hilsheimer2023-12-091-30/+21
* QML: Don't crash when calling coerceAndCall() with null thisObjectUlf Hermann2023-12-093-0/+32
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-12-074-0/+75
* QML: Use actual type for aliases of enum valuesUlf Hermann2023-12-052-0/+6
* qmltyperegistrar: Guard against forbidden characters in target namesUlf Hermann2023-12-055-1/+70
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-054-1/+33
* Fix empty QMLTC_EXPORT_FILE_NAMEBernd Weimer2023-12-055-0/+45
* QQuickPopup: Fix crash in createOverlayCarl Schwan2023-12-042-0/+42
* SignalSpy: fix potential issues on disconnecting a signalVladimir Belyavsky2023-11-281-0/+53
* tst_menuitem: fail on warningsVladimir Belyavsky2023-11-281-11/+13
* tst_monthgrid: fail on warningsVladimir Belyavsky2023-11-281-22/+24
* tst_itemdelegate: fail on warningsVladimir Belyavsky2023-11-281-8/+10
* tst_groupbox: fail on warningsVladimir Belyavsky2023-11-271-5/+7
* tst_delaybutton: fail on warningsVladimir Belyavsky2023-11-271-13/+15
* tst_dialog: fail on warningsVladimir Belyavsky2023-11-271-28/+27
* tst_frame: fail on warningsVladimir Belyavsky2023-11-271-5/+7
* tst_dayofweekrow: fail on warningsVladimir Belyavsky2023-11-271-3/+5
* Stabilize tst_qquickpopup::hoverMitch Curtis2023-11-273-19/+25
* Fix build when FEATURE_quick_designer is OFFVladimir Belyavsky2023-11-252-2/+6
* QmlCompiler: Don't generate invalid code for argument conversionUlf Hermann2023-11-242-0/+8
* Drag'n'drop: fix support for string data that is not a "text/" mime typeVolker Hilsheimer2023-11-241-3/+7
* Accept mouse event if grabbed after filtering in PathViewSanthosh Kumar2023-11-242-0/+104
* Popup: try to stabilize mousePropagation testVolker Hilsheimer2023-11-241-0/+2
* tst_container: fail on warningsVladimir Belyavsky2023-11-231-14/+16
* tst_control: fail on warningsVladimir Belyavsky2023-11-231-75/+77