aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Mark tests as unstable/flakeySimon Hausmann2015-06-082-0/+4
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
* Blacklist unstable testSimon Hausmann2015-06-051-0/+2
* Blacklist unstable tests for nowSimon Hausmann2015-06-055-0/+12
* Make QQuickGridView test independent of mouse speedUlf Hermann2015-06-051-0/+11
* Decouple flickable stopAtBounds test from mouse event timingUlf Hermann2015-06-051-1/+3
* Fix flickable autotestUlf Hermann2015-06-053-48/+64
* Move the mouse to the right place before simulating a clickUlf Hermann2015-06-051-0/+1
* Wait for window activation, not for exposal in key press testUlf Hermann2015-06-051-1/+1
* Allow for some delay on starting transitions in flickable testUlf Hermann2015-06-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0419-84/+498
|\
| * tst_qquickwindow: Prospective fix for instability of cursor test.Friedemann Kleint2015-06-031-45/+95
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+29
| * qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-221-3/+1
| * Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-121-0/+2
| * Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
| * BorderImage support for @2x assetsAndy Nichols2015-05-065-0/+99
| * Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-042-0/+156
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-0/+21
| |\
| | * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-0/+21
| * | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | | Remove ordered list assumptions in PathViewAlan Alpert2015-05-182-0/+160
* | | Column, Row, Grid, Flow: add support for paddingLiang Qi2015-05-188-53/+2418
* | | Potentially stabilize tst_qquickwindow::touchEvent_cancelFrederik Gladhorn2015-05-151-3/+3
* | | Enable mipmap test on all platforms, except early Mesa.Gunnar Sletta2015-05-131-8/+11
* | | QMLEngine: Update XHR tests with checking status codeValery Kotov2015-05-054-4/+9
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-04-2853-301/+493
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-2853-301/+493
| |\| |
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-2747-277/+381
| | |\|
| | | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2543-267/+363
| | * | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-0/+53
| | * | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-232-0/+23
| | * | Make the scenegraph_lancelot test work on MacEirik Aavitsland2015-04-232-21/+33
* | | | Make Repeater emit items with right stacking orderJan Arve Saether2015-04-282-0/+57
|/ / /
* | | Simplify binding setup code furtherLars Knoll2015-04-271-13/+13
* | | Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-13/+13
* | | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-242-1/+1
* | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | | Skip the remote image source test and fix blacklisting of the other testsSimon Hausmann2015-04-233-0/+16
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2218-18/+625
|\| |
| * | add manual tests for touch interactionShawn Rutledge2015-04-216-0/+608
| * | rename manual test dir shorcuts -> shortcutsShawn Rutledge2015-04-171-0/+0
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1611-18/+17
| |\|
| | * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1410-10/+10
| | * tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
* | | More cleanupsLars Knoll2015-04-211-1/+1
* | | Stabilize QQuickWindow testSimon Hausmann2015-04-211-10/+10
* | | Extend blacklistSimon Hausmann2015-04-211-1/+1
* | | Skip some tests that are hanging in the CI systemSimon Hausmann2015-04-212-1/+12
* | | TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+58