aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix -no-accessibility buildPeter Varga2020-05-261-0/+1
* Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-191-0/+1
* Tests for Qt.labs.platform/MenuItem.iconIvan Tkachenko2020-05-152-4/+10
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-0/+49
* tst_qquickheaderview: wait for window to be activeRichard Moe Gustavsen2020-03-301-0/+3
* HeaderView: Add support for list based modelsAndy Shaw2020-03-242-0/+141
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-211-8/+9
|\
| * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-181-8/+9
* | Account for the padding around a menu when checking if it is interactiveAndy Shaw2020-03-182-0/+80
* | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-131-1/+69
* | HeaderView: set implicitSize on the style itemsv5.15.0-beta2Richard Moe Gustavsen2020-03-102-4/+20
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-051-2/+2
* | Update the current text after a translator is installedMitch Curtis2020-03-058-10/+122