aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning from deprecated application attributesVolker Hilsheimer2020-09-151-1/+0
* 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
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-073-2/+120
* QQuickToolTip: don't specify QML import version when creating instanceMitch Curtis2020-09-071-2/+2
* Native style: set a sensible default width for TextFieldRichard Moe Gustavsen2020-09-071-0/+1
* Merge "Merge remote-tracking branch 'nativestyle' into dev"Mitch Curtis2020-09-071-1/+2
|\
| * Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-041-1/+2
| |\
| | * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26656-1816/+2618
| | |\
| | * \ Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1722-192/+501
| | |\ \
| | * | | Let macOS have TabFocus focus policyJan Arve Sæther2020-06-221-1/+2
* | | | | Fix tst_qquickpopup::invisibleToolTipOpen() failing on subsequent runsMitch Curtis2020-09-041-0/+3
|/ / / /
* | | | auto tests: remove all versioning from the test dataRichard Moe Gustavsen2020-09-0420-35/+35
* | | | tst_qquickmenu: fix flaky testRichard Moe Gustavsen2020-09-041-1/+1
* | | | tst_qquickmenubar: don't use import versionsRichard Moe Gustavsen2020-09-031-1/+1
* | | | Dialog: emit accepted()/rejected() before closed()Mitch Curtis2020-09-021-2/+25
* | | | ToolTip: only begin timeout when openedMitch Curtis2020-09-021-0/+11
* | | | Menu: Do not unblock parent shortcuts while menu popup is openYuya Nishihara2020-09-022-0/+37
* | | | Menu: Update mnemonic tests to wait until menu is fully closedYuya Nishihara2020-09-021-0/+1
* | | | Menu: Close menu by Alt key on platforms supporting mnemonic shortcutsYuya Nishihara2020-09-024-20/+80
* | | | Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-276-0/+322
* | | | Material: fix binding loops when binding between attached propertiesMitch Curtis2020-08-274-4/+116
| |_|/ |/| |
* | | Fix CMake buildMitch Curtis2020-08-2618-56/+88
* | | Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-2644-256/+1079
* | | Remove all version numbers from QML importsMitch Curtis2020-08-26575-1256/+1256
* | | Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-2613-23/+23
* | | Register C++ types declarativelyMitch Curtis2020-08-269-14/+91
* | | Move Default style out into its own pluginMitch Curtis2020-08-2614-25/+25
* | | Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-2615-270/+0
* | | tst_qquickpopup: fix setOverlayParentToNull testMitch Curtis2020-08-241-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
* | | Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-0/+25
| |/ |/|
* | ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-161-4/+182
* | 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