aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-0510-10/+10
* Skip tst_qquickwindow::headless() when using ANGLE/Windows.Friedemann Kleint2014-12-021-0/+5
* QQuickWindow autotest: verify that onClosing can block close()Shawn Rutledge2014-11-071-0/+20
* Stabilize tst_QQuickAccessibleJan Arve Sæther2014-11-061-4/+0
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-052-0/+4
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-301-0/+21
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-294-0/+114
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-292-10/+97
* Fix crash in SpriteSequenceAlex Blasche2014-10-243-0/+146
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-231-0/+29
* Screen attached property: expose devicePixelRatio propertyShawn Rutledge2014-10-232-0/+3
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-214-4/+166
* Make test more robust against ignored children.Jan Arve Saether2014-10-204-33/+84
* Fix tst_qquickpositioners on OS XFrederik Gladhorn2014-10-201-0/+3
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-102-0/+42
* Temporarily skip tst_qquickframebufferobject when using ANGLE.Friedemann Kleint2014-10-091-0/+4
* QQuickWindow autotest: focus transferred to parent on window closeShawn Rutledge2014-10-091-3/+0
* Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-302-0/+4
* Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"Andrew Knight2014-09-302-36/+0
* Partially revert "Disable tests on failing ANGLE config"Andrew Knight2014-09-301-3/+0
* Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-241-11/+19
* Fix clip state tracking in Context2DMatt Fischer2014-09-221-1/+1
* Make tst_qquickanimations more reliableUlf Hermann2014-09-191-30/+37
* Remove tst_dialogs - moved to qtquickcontrolsJ-P Nurmi2014-09-184-207/+1
* Fix QQuickText::lineLaidOutRelayout autotest on OS XJan Arve Saether2014-09-171-5/+6
* Make Canvas test case independent of chosen font.Ulf Hermann2014-09-161-1/+6
* Wait longer for image to be loaded in canvas item testUlf Hermann2014-09-161-1/+1
* autotests: fix build on iOSRichard Moe Gustavsen2014-09-111-1/+1
* Disable tst_QQuickListView::programmaticFlickAtBounds()Eskil Abrahamsen Blomfeldt2014-09-101-0/+2
* MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-032-8/+53
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-8/+13
* tst_qquickcanvasitem: Setting as insignificant.Simo Fält2014-08-291-0/+1
* Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-272-4/+4
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-261-1/+4
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+4
| |\
| | * tst_dialogs: verify that rootObject is validRobin Burchell2014-08-151-0/+3
| | * tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...Robin Burchell2014-08-151-1/+1
* | | Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-252-0/+44
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-25117-2206/+1270
* | Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-234-0/+77
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-3/+2
|\|
| * Silence harmless compiler warning.Gunnar Sletta2014-08-121-3/+2
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-0/+343
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-131-35/+0
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-123-4/+137
|\|
| * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-063-4/+137
* | Add OpenGLInfo attached typeJ-P Nurmi2014-08-114-0/+109
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-5/+11
* | Add Window attached property on ItemShawn Rutledge2014-08-082-0/+46
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-087-6/+400
|\ \