aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: update cursor rectangle after padding changedv5.12.11Wang Chuan2021-04-192-0/+46
* Fix QQuickKeyNavigationAttached issueValery Volgutov2021-03-142-0/+56
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-231-0/+10
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-091-1/+41
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-192-0/+147
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-261-0/+82
* Blacklist tst_qquicktextedit::hAlignVisual on SLESFabian Kosmale2020-04-161-0/+2
* Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-04-022-0/+74
* Check that animation still existsFabian Kosmale2020-04-022-0/+48
* Fix signal emission order for zero-duration animationsJan Arve Saether2020-04-023-0/+71
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-02-171-0/+49
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-312-0/+664
* QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-282-0/+56
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-142-0/+37
* TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-092-0/+23
* MouseArea: react to touch ungrabShawn Rutledge2019-12-054-0/+234
* MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-0/+66
* Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-11-041-0/+25
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-164-3/+14
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-10-101-0/+37
* PathView: grab mouse on press if already movingShawn Rutledge2019-09-252-0/+128
* Allow semicolon after property declarationFabian Kosmale2019-09-242-0/+21
* Revert accidental change to test262Ulf Hermann2019-09-241-0/+0
* lancelot graphics test: various fixesEirik Aavitsland2019-09-234-85/+28
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+0
|\
| * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-261-0/+0
* | QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-292-0/+38
* | Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-264-1/+23
|/
* Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-303-0/+42
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131
* Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-162-0/+93
* Fix promise chainingFabian Kosmale2019-07-102-0/+39
* Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-052-0/+93
* Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-032-0/+12
* QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-022-0/+37
* Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-012-0/+17
* qmlplugindump: dump enums also for composite typesUlf Hermann2019-07-013-0/+34
* Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-282-0/+49
* QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-263-0/+145
* Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-262-0/+72
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-258-9/+151
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-0/+130
* JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-0/+18
* Allow destroying QJSValues from other threadsUlf Hermann2019-06-113-3/+40
* QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1