aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_qquickimageprovider: fix some memleaksMarc Mutz2022-02-031-11/+11
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
* Blacklist containsDrag_internal on Ubuntu 20.04Tarja Sundqvist2022-01-201-0/+4
* QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2022-01-195-30/+44
* Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOSMaximilian Goldstein2022-01-181-0/+3
* GridView: Set content position when changing cell sizeTony Leinonen2022-01-032-0/+71
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-082-0/+36
* Fix Flickable wheel velocity calculationShawn Rutledge2021-12-041-1/+8
* QtTest: use delay properly in mouseWheel()Shawn Rutledge2021-12-041-1/+1
* Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-12-022-36/+0
* tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04Fabian Kosmale2021-11-261-2/+1
* Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-242-0/+46
* Blacklist and fix failing tests on ARM macOSTor Arne Vestbø2021-11-222-0/+5
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-122-0/+18
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-111-2/+13