aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Attempt to stabilise tst_qquickpopup::closeOnEscapeWithVisiblePopup()Mitch Curtis2019-11-191-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-162-0/+71
|\|
| * Make ToolTips wrapMitch Curtis2019-11-151-0/+22
| * SwipeView: fix issue where child items couldn't get focusMitch Curtis2019-11-151-0/+49
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-0938-0/+101
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-0535-0/+0
| |\
| | * Run optipng on all imagesMitch Curtis2019-11-0435-0/+0
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-043-0/+101
| |\|
| | * QQuickPopup: try to grab shortcut when component completedWang Chuan2019-10-292-0/+32
| | * SplitView: fix issue where Repeater items were not createdMitch Curtis2019-10-291-0/+69
* | | Non-modal popups shouldn't set isTabFenceMarco Martin2019-11-042-0/+154
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-264-17/+169
|\|
| * tst_splitview.qml: remove unused SplitViewsMitch Curtis2019-10-241-17/+0
| * QQuickMenuBar: let MenuBarItem lose highlight when Menu is dismissedWang Chuan2019-10-242-0/+151
| * Fix tst_qquickpopup failure on Windows 7 MinGWMitch Curtis2019-10-231-0/+2
| * Fix assertion failure when hiding a SplitView with only one itemMitch Curtis2019-10-231-0/+16