aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-292-0/+7
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-11-272-36/+0
* SpinBox: use control instead of parent in indicatorsMitch Curtis2021-11-271-0/+25
* tst_qqmlxmlhttprequest: Skip locale dependent testsFabian Kosmale2021-11-261-0/+8
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-262-0/+4
* QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2021-11-265-30/+44
* Add missing qproperty includeFabian Kosmale2021-11-261-0/+1
* tst_qmllint: Fix requiredProperty.qml testMaximilian Goldstein2021-11-241-5/+7
* Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-242-0/+46
* tst_qqmllanguage: Make hangOnWarning independent of disk cacheUlf Hermann2021-11-221-0/+16
* If ListView visibleItems count is zero update footerTony Leinonen2021-11-192-0/+104
* De-flakify tst_QQuickListView2::dragDelegateWithMouseArea()Jan Arve Sæther2021-11-191-0/+1
* Fix tst_StyleImports::platformSelectors() for AndroidAssam Boudjelthia2021-11-191-1/+1
* Blacklist tst_qquickimage::mirror() on macOS 12Ulf Hermann2021-11-181-0/+3
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-182-0/+60
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-11-166-0/+24
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-162-8/+25
* Add BC files for 6.2.0Milla Pohjanheimo2021-11-154-0/+48111
* Add regression test for QQmlEngine::retranslate() crashMitch Curtis2021-11-112-0/+165
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-112-0/+19
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-102-0/+11
* Start dispatching events to QQuickWindow virtual functions againShawn Rutledge2021-11-091-8/+100
* qmldom: improve newlines handling with AttributesSequence::PreserveFawzi Mohamed2021-11-099-17/+6
* Fix compiler warning from unused parameterVolker Hilsheimer2021-11-081-1/+1
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-083-0/+25
* Explicitly include qpropery.h in testsFabian Kosmale2021-11-053-0/+3
* QQuickDialogs manual test: remove duplicate import statementsOliver Eftevaag2021-11-051-2/+0
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2021-11-052-0/+145
* Use the RegExp variant of ignoreWarning() in case line number changesJan Arve Sæther2021-11-044-31/+29
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-046-0/+42
* lancelot test: fix screen grab sizeEirik Aavitsland2021-11-041-0/+10
* QuickFontDialog: make setCurrentFont() update listview indexesOliver Eftevaag2021-11-032-7/+121
* Let DelegateChoice.roleValue compare enum as string, enum or intShawn Rutledge2021-10-315-0/+206
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+41
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-281-0/+42
* Fix error in buttons manual testMitch Curtis2021-10-251-1/+2
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-252-0/+6
* StackView: support required propertiesFabian Kosmale2021-10-221-0/+12
* Use stack-allocated QQView in tst_qquicktext::fontFormatSizes()Shawn Rutledge2021-10-221-12/+11
* Keep track of implicit and explicit ComponentFabian Kosmale2021-10-212-0/+26
* Don't auto-close popups unless hitting the dimmerVolker Hilsheimer2021-10-202-0/+145
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-194-0/+16
* Consider all popups in the stack to test whether an event should be blockedVolker Hilsheimer2021-10-182-0/+141
* Fix tst_qquickwindow::grab with non-integer dprLaszlo Agocs2021-10-181-6/+3
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-182-0/+57
* Give focus to popup on prepareEnter instead of finalizeEnterTomi Korpipaa2021-10-182-0/+98
* QQuickFileDialogImpl: fix issues with breadcrumb bar text editMitch Curtis2021-10-181-0/+71
* SelectionRectangle: don't accept new selection from press'n'hold on top of a ...Richard Moe Gustavsen2021-10-171-0/+33
* Fix activeFocus for highest-z popupTomi Korpipaa2021-10-152-0/+129
* StackView: complete animations when using StackView.Immediate transitionIvan Solovev2021-10-141-2/+113