aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-241-0/+12
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-211-4/+0
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2023-01-033-0/+31
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-201-1/+7
* Revert "Blacklist 1 tests in tst_qquickflickable on macos"Jan Arve Sæther2022-12-161-3/+0
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-12-051-0/+17
* Blacklist 1 tests in tst_qquickanimations on macosCI Insignificant Platforms Monitor Bot2022-12-011-0/+3
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-222-0/+18
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-11-211-1/+0
* Blacklist 1 tests in tst_qquickbehaviors on macosCI Insignificant Platforms Monitor Bot2022-11-081-0/+3
* Avoid double applyDelegateChange in QQIV::setDelegateFabian Kosmale2022-10-312-0/+58
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-10-283-0/+43
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-0/+25
* Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-301-0/+414
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-231-0/+16
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-214-0/+50
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-0/+24
* Blacklist 1 tests in tst_qquickflickable on macosCI Insignificant Platforms Monitor Bot2022-09-151-0/+3
* qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-121-0/+27
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-091-2/+0
* Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04CI Insignificant Platforms Monitor Bot2022-09-081-0/+1
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-082-1/+128
* Blacklist 1 tests in tst_QParallelAnimationGroupJob on macosCI Insignificant Platforms Monitor Bot2022-09-061-0/+3
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-061-0/+50
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-294-13/+129
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-043-2/+29
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-243-11/+11
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-202-0/+65
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-182-0/+44
* Fix tst_QQuickText::fontSizeModeEskil Abrahamsen Blomfeldt2022-05-121-1/+1
* Text: don't fall back to full-width layout if availableWidth == 0Shawn Rutledge2022-05-093-0/+85
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-092-0/+92
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2022-05-071-0/+14
* MouseArea: don't get stuck in doubleClick if handler caused ungrabShawn Rutledge2022-05-032-0/+47
* tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-04-061-5/+3
* Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtouchareaHeikki Halmet2022-03-291-2/+2
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-281-0/+72
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-212-0/+47
* Update the window cursor on mouse releaseShawn Rutledge2022-03-172-1/+14
* Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2022-03-152-3/+42
* Blacklist: test cases blacklisted in tst_QQuickListView:CI Insignificant Platforms Monitor Bot2022-03-141-0/+2
* Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:CI Insignificant Platforms Monitor Bot2022-03-141-0/+4
* Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2022-03-082-0/+145
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-061-0/+1
* Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04Heikki Halmet2022-02-141-1/+1
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-112-0/+56
* Correctly handle QQuickState::whenFabian Kosmale2022-02-102-0/+37
* CMake: Fix handling of empty qrc files with qtquickcompilerAlexandru Croitor2022-02-083-19/+12
* CMake: Skip qtquickcompiler cmake test on macOS ARMAlexandru Croitor2022-02-082-11/+18
* Instantiator: Do not load items when inactiveFabian Kosmale2022-02-032-0/+60