aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-233-3/+19
|\|
| * Blacklist a flaky event propagation test on ubuntuVille Voutilainen2018-02-231-0/+3
| * Fix tst_qquickwindow::unloadSubWindowKari Oikarinen2018-02-231-2/+4
| * Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-226-1/+40
|\|
| * Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-223-0/+9
| * Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-221-0/+1
| * Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-0/+28
| * Fix flakiness of tst_QQuickGridView::currentIndexKari Oikarinen2018-02-221-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-222-0/+91
|\|
| * Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-0/+86
| * Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-207-1/+203
|\|
| * test_defaultPropertyAliasCrash(): fix anchor warningsMitch Curtis2018-02-201-1/+0
| * Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+2
| * Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-202-0/+25
| * Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-191-0/+61
| * Add test for detecting invalid mouse button cancel eventSami Nurmenniemi2018-02-193-0/+116
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-186-1/+62
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-184-1/+44
| |\
| | * Fix memory leak with JS importsSimon Hausmann2018-02-093-0/+43
| | * tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
| * | Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-172-0/+18
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-176-0/+58
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-1528-21/+1375
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-0/+14
| | |\ \
| | | * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
| * | | | Add support for qtquick_compiler_add_resources with cmake buildsSimon Hausmann2018-02-155-0/+44
* | | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-1528-22/+1362
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1527-21/+1361
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1227-21/+1361
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-073-6/+23
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
| | | | * | QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-052-1/+223
| | | |\| | | | | | |/ | | | |/|
| | | | * Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107
| | | | * add tst_qquickwidget::synthMouseFromTouch testShawn Rutledge2018-02-031-2/+117
| | | * | 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