aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QQuickMenu::subMenuPosition()Mitch Curtis2020-07-141-10/+19
* Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-07-142-0/+97
* tst_designer: fix QByteArray::append() compile errorMitch Curtis2020-06-301-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-4/+4
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-06-254-64/+9
* QQuickApplicationHelper: don't use QTest macros outside test functionsMitch Curtis2020-06-177-5/+103
* Qt6: Port QtQuickControls2 to QStringViewKarsten Heimrich2020-06-101-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-092-5/+5
* ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-085-62/+37
* Platform: remove deprecated iconName, iconSource APIMitch Curtis2020-06-052-35/+42
* 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
* Remove Qt Labs CalendarMitch Curtis2020-05-2826-820/+70
* Skip tests that use graphical effects on Win 7Mitch Curtis2020-05-262-0/+11
* Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-191-0/+1
* Remove ignoreMessage from setOverlayParentToNullLaszlo Agocs2020-05-181-3/+0
* Massage toolTipCrashOnClose testLaszlo Agocs2020-05-181-5/+0
* Tests for Qt.labs.platform/MenuItem.iconIvan Tkachenko2020-05-152-4/+10
* Reduce dependencies on QtGraphicalEffectsMitch Curtis2020-05-134-0/+16
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-0/+49
* Remove bindings to parent in delegatesMitch Curtis2020-05-111-1/+1
* Menu: remove deprecated removeItem(var) overloadMitch Curtis2020-05-113-12/+2
* Remove flaky test_openDuringExitTransitionWithTimeout() testMitch Curtis2020-05-111-29/+0
* Fix -no-accessibility buildPeter Varga2020-05-111-0/+1
* Container: remove deprecated removeItem(var) overloadMitch Curtis2020-05-114-26/+20
* Revert "tst_qquickmenu: fix flakiness resulting from floating point comparison"Mitch Curtis2020-05-071-11/+10
* Expect failure for certain fonts in TextArea testEskil Abrahamsen Blomfeldt2020-04-301-2/+20
* tst_qquickmenu: fix flakiness resulting from floating point comparisonMitch Curtis2020-04-151-10/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-315-8/+233
|\
| * 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
* | | Fix Qt 6 to-do comments in QML filesMitch Curtis2020-03-232-1/+4
* | | Remove the remaining usages of QRegExp and QRegExpValidatorLars Knoll2020-03-192-9/+9
* | | Remove old QQuickPalette implementationVitaly Fanaskov2020-03-185-67/+307
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-181-1/+69
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-1/+69
| |\| |
| | * | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-131-1/+69
* | | | CMake: Regenerate projectswip/cmakeAlexandru Croitor2020-03-1724-169/+223
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-17134-65/+13615
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1025-19/+1059
| |\| |
| | * | HeaderView: set implicitSize on the style itemsv5.15.0-beta2Richard Moe Gustavsen2020-03-101-0/+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