aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0346-46/+0
* Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-0220-26/+20
* Add isTabFence private flagGabriel de Dietrich2015-08-212-0/+121
* Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-203-1/+254
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-189-16/+51
|\
| * Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-202-10/+0
| |\
| | * Remove testing of active window change on hideAlan Alpert2015-06-022-10/+0
| * | Let unit tests pass if xmlpatterns is not aroundSune Vuorela2015-07-162-1/+5
| * | Doc: replace Mac OS X with OS XNico Vertriest2015-07-152-2/+2
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+20
| * | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+2
* | | Add some diagnostics to pixmap cache testUlf Hermann2015-07-311-2/+9
* | | 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