aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-09-021-0/+47
* Take over touch grab after initial delayed mouse press from FlickableShawn Rutledge2022-06-131-0/+35
* DialogButtonBox: fix buttons going outside box on size changeMitch Curtis2022-04-281-1/+83
* Control in pressDelay Flickable: detect touch release near press posShawn Rutledge2022-04-111-2/+5
* Reset provider's texture if QQuickNiniPatchImage's source is invalidSukyoung Oh2022-03-291-0/+56
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-081-0/+63
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2022-01-201-0/+33
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-191-0/+23
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2022-01-041-0/+49
* RangeSlider: update handle positions when 'from' or 'to' value is changedIvan Solovev2021-12-031-0/+37
* Consider all popups in the stack to test whether an event should be blockedVolker Hilsheimer2021-10-182-0/+139
* Give focus to popup on prepareEnter instead of finalizeEnterTomi Korpipaa2021-10-152-0/+98
* Fix activeFocus for highest-z popupTomi Korpipaa2021-10-152-0/+129
* Blacklist some flaky tst_qquickpopup functions on openSUSEMitch Curtis2021-09-211-0/+8
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"Mitch Curtis2021-08-161-20/+2
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-0/+40
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-172-0/+102
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-171-5/+35
* Blacklist some flaky tst_qquickdrawer functions on openSUSEMitch Curtis2021-06-161-0/+8
* Fix warnings in some testsMitch Curtis2021-06-144-30/+29
* ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-06-091-2/+20
* TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+15
* Hide old scroll barsMitch Curtis2021-05-192-0/+65
* QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-041-0/+15
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-261-0/+24
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-181-6/+25
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-02-031-0/+1
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-02-022-0/+144
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-02-023-1/+56
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-0/+21
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-141-0/+35
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-0/+50
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-061-2/+6
* QQuickAbstractButton: don't accept key release if we're not pressedMitch Curtis2020-10-222-0/+124
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-0/+18
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-111-0/+25
* Material: fix binding loops when binding between attached propertiesMitch Curtis2020-09-033-4/+115
* tst_qquickpopup: fix setOverlayParentToNull testMitch Curtis2020-08-261-0/+2
* QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-0/+12
* SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+46
* SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+20
* Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-0/+36
* Add binary compatibility file for 5.15 for QtQuickControls2Milla Pohjanheimo2020-08-171-0/+11690
* Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-0/+25
* Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-08-162-0/+97
* Remove bindings to parent in delegatesMitch Curtis2020-07-301-1/+1
* Fix tst_QQuickMenu::subMenuPosition()Mitch Curtis2020-07-141-10/+19
* QQuickApplicationHelper: don't use QTest macros outside test functionsMitch Curtis2020-06-187-5/+103
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-0/+27
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-291-6/+32