aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-0210-2/+302
|\
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-317-1/+41
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-317-1/+41
| |\|
| | * 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
* | | Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-0/+1
* | | Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-314-9/+211
* | | Blacklist QTBUG_34576_velocityZero ListView test on macOS 10.11Shawn Rutledge2018-01-311-0/+3
|/ /
* | Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-313-2/+560
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2433-24/+785
|\|
| * 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
* | Create new engine for each benchmark runAllan Sandfeld Jensen2018-01-171-2/+7
* | Add binary compatibility files to QtDeclarative to 5.10Milla Pohjanheimo2018-01-084-0/+57891
* | Prevent errors when unloading LoaderMichael Brasser2018-01-053-0/+185
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0417-13/+1037
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0417-13/+1037
| |\|
| | * grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-052-0/+102
| | * Add a means to unregister custom qml typesAndy Shaw2017-12-013-0/+209
| | * QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-0/+153
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-9/+9
| | * Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-282-0/+76
| | * More fine-grained deferred property executionJ-P Nurmi2017-11-251-0/+152
| | * Re-enable QML memory profilingUlf Hermann2017-11-233-1/+40
| | * Don't reject plugin-only qmldir filesUlf Hermann2017-11-222-12/+41
| | * Fix URL interception for qmldir filesUlf Hermann2017-11-223-0/+262