aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Attempt to stabilize test_openDuringExitTransitionWithTimeout()Mitch Curtis2020-03-041-2/+9
* | Prepare for internal QML API changeSimon Hausmann2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-225-7/+51
|\|
| * Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-204-6/+26
| * ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-201-1/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-158-0/+368
|\|
| * Account for when a touch event is synthesized by Qt as a mouse eventAndy Shaw2020-02-073-0/+195
| * DialogButtonBox: don't change button text that has been explicitly setMitch Curtis2020-02-032-0/+115
| * Blacklist tst_QQuickMenu::popup on macOSTor Arne Vestbø2020-01-231-0/+2
| * QQuickToolTip: prevent closing after invisible tooltip createdWang Chuan2020-01-112-0/+56
* | Add HorizontalHeaderView and VerticalHeaderViewv5.15.0-alpha1Yulong Bai2020-02-118-0/+850
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-30104-32/+12343
|\|
| * Add binary compatibility file for qtquickcontrols2Milla Pohjanheimo2019-12-171-0/+11603
| * StackView: fix an issue where the current item was hiddenMitch Curtis2019-12-121-0/+59
| * ComboBox: change currentIndex (if applicable) when focus is lostMitch Curtis2019-12-101-0/+52
| * StackView: fix crash when recursively removing itemsMitch Curtis2019-12-051-0/+100
| * SplitView: fix hoverable child items breaking handle hover stateMitch Curtis2019-12-041-0/+51
| * Respect user-set Accessible.nameMitch Curtis2019-12-03100-32/+478
* | ComboBox: add selectTextByMouse propertyMitch Curtis2019-12-121-0/+16
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-303-8/+143
|\|
| * QQuickPopup: fix focus when multiple popup exitingWang Chuan2019-11-252-0/+129
| * tst_dial: fix test_dragging afer mouseDrag() changesMitch Curtis2019-11-231-8/+14
* | Don't delete items we didn't createMitch Curtis2019-11-283-5/+50
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-1/+2
|\|