aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2737-509/+509
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-2714-180/+180
* Emit movement signals for flick().Michael Brasser2015-07-222-0/+46
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-0/+48
* Adding tests for DesignerSupportThomas Hartmann2015-07-174-0/+564
* tst_qquickmultipointtoucharea: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-161-3/+3
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-0/+45
* Prevent errors when removing items from Repeater that reference parent.Michael Brasser2015-06-302-0/+38
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-304-0/+97
|\
| * Correctly initialize ListView section attached properties.Martin Jones2015-06-252-0/+65
| * QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-172-0/+32
* | Fix disabling of text input and pixmap cache tests on QT_NO_LIBRARYUlf Hermann2015-06-263-28/+34
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-252-0/+66
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-234-0/+235
* | Disable pixmap cache and text input tests if QT_NO_LIBRARYUlf Hermann2015-06-151-0/+4
* | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-0/+31
* | Fix up tst_qquickbehaviors.Friedemann Kleint2015-06-101-122/+70
* | Make bindings refcountedLars Knoll2015-06-101-4/+4
* | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-104-0/+174
* | Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-091-1/+0
* | 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-054-0/+10
* | 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-046-48/+282
|\|
| * 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
| * Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-042-0/+156
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-04-2818-160/+192
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-2818-160/+192
| |\|
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-2718-160/+192
| | |\
| | | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2518-160/+192
* | | | Make Repeater emit items with right stacking orderJan Arve Saether2015-04-282-0/+57
|/ / /
* | | 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-221-8/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-8/+7
| |\|
| | * tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
* | | Stabilize QQuickWindow testSimon Hausmann2015-04-211-10/+10