aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2019-04-021-1/+1
* V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2018-12-072-6/+6
* stabilize and standardize tst_qquickwidgetShawn Rutledge2018-06-262-19/+17
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-252-0/+171
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-257-1/+49
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-05-022-0/+27
* Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2018-04-091-20/+71
* Fix out of bounds reads in Array.concatLars Knoll2018-04-031-0/+14
* Handle function expressions as signal handlersErik Verbruggen2018-03-281-1/+0
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-0/+24
* Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-151-0/+21
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-152-0/+25
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-262-0/+28
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-231-0/+1
* Remove superfluous assert when traversing IRErik Verbruggen2018-02-221-0/+13
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-152-0/+25
* Fix memory leak with ListModel.getSimon Hausmann2018-02-131-0/+28
* Fix memory leak with JS importsSimon Hausmann2018-02-093-0/+43
* tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
* touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
* QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
* Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107
* add tst_qquickwidget::synthMouseFromTouch testShawn Rutledge2018-02-031-2/+117
* If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-023-0/+135
* Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+18
* Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-024-0/+131
* Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-2/+10
* Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+8
* Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-312-1/+11
* Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-274-0/+17
* Add README for tests/auto/bicMitch Curtis2018-01-271-0/+13
* Blacklist tst_TouchMouse::buttonOnDelayedPressFlickable() on mingwUlf Hermann2018-01-181-0/+2
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-184-7/+57
|\
| * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-172-0/+47
| * Blacklist test_move() in tst_qquickcustomaffector on win/gccUlf Hermann2018-01-172-7/+10
* | Fix crash when accessing a deleted objectMitch Curtis2018-01-112-0/+36
* | GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-102-0/+157
* | lancelot: Add tests for some emoji casesEskil Abrahamsen Blomfeldt2018-01-102-0/+90
* | QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-1/+2
* | Fix segfault on invalid property alias syntaxMitch Curtis2018-01-043-0/+8
* | Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-044-0/+32
|/
* Fix holistic benchmarkErik Verbruggen2018-01-021-3/+10
* Fix animation benchmarkErik Verbruggen2018-01-021-3/+3
* Remove extra addrefMichael Brasser2017-12-293-0/+44
* Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-212-0/+22
* Add test to QQuickShortcut when render window is usedKari Hautamäki2017-12-193-0/+181
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-182-0/+122
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-161-1/+14
* Add the source directory as import paths in tst_qqmlimportUlf Hermann2017-12-111-3/+3
* Pass the source directory in the plugindump testUlf Hermann2017-12-112-1/+2