aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-1/+1
* Re-enable working test.Gunnar Sletta2013-10-221-3/+0
* Reset on model layout changedAlbert Astals Cid2013-10-215-2/+284
* Fix and re-enable constantUpdateOnWindow test.Gunnar Sletta2013-10-111-15/+33
* Unskip test which now passes.Gunnar Sletta2013-10-111-3/+0
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-0/+17
* Fix warnings in tst_qquickaccessible.Friedemann Kleint2013-10-031-6/+2
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-012-0/+60
* Stabilize and speed up testLars Knoll2013-09-285-45/+55
* Try to stabilize the multipleTransitions testLars Knoll2013-09-281-0/+1
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-2618-1287/+90
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-254-0/+327
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-222-0/+20
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-212-0/+20
| |\
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-192-0/+20
* | | Animators - Render thread animation systemGunnar Sletta2013-09-2118-0/+1384
|/ /
* | Expose "Qt.application.state".Yoann Lopes2013-09-171-0/+66
* | These files are not used anywhere.Gunnar Sletta2013-09-171-1/+0
* | Skip failing testsAlan Alpert2013-09-161-0/+3
* | Skip failing test for nowAlan Alpert2013-09-161-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-132-94/+105
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-132-94/+105
| |\|
| | * Add missing file to qquickflickable testMartin Jones2013-09-091-0/+26
| | * Stabilize tst_QQuickMultiPointTouchArea.Friedemann Kleint2013-09-061-94/+79
* | | Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-0/+70
|/ /
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-5/+7
* | Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-0/+132
* | tst_qquicktextinput/data::maxLength(): Fix assert about zero-width window.Friedemann Kleint2013-09-121-0/+2
* | Add support for external drag and drop in Quick items.Chris Meyer2013-09-091-0/+1
* | Remove insignification of the test on Windows.Friedemann Kleint2013-09-061-2/+0
* | Merge branch 'stable' into devSergio Ahumada2013-09-0613-448/+530
|\|
| * Fix tons of reference errors in tst_qquickpositionersJ-P Nurmi2013-09-051-0/+6
| * Stabilize tst_rendernode.Friedemann Kleint2013-08-301-8/+33
| * tst_QQuickItemLayer: Specify precision in shader for ANGLE.Friedemann Kleint2013-08-301-2/+2
| * tst_qquickpathview::cancelDrag(): Move mouse after setUrl().Friedemann Kleint2013-08-301-1/+1
| * Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-266-11/+84
| * Stabilize tst_qquickmousearea.Friedemann Kleint2013-08-232-411/+387
| * tst_qquickitem: Make exclusion more fine-grained.Friedemann Kleint2013-08-232-2/+3
| * Fix some style issues in tst_qquickwindowJosh Faust2013-08-191-16/+15
* | New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-022-129/+30
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1910-41/+128
|\|
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-193-35/+50
| * Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-0/+5
| * Marking tst_qquickgridview as insignificant in win and macxSimo Fält2013-08-161-0/+3
| * Marking tst_qquicktextedit as insignificant in winSimo Fält2013-08-161-0/+1
| * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-152-0/+4
| |\
| | * Marking tst_qquickitem as insignificant in winSimo Fält2013-08-151-0/+2
| | * Marking tst_qquickmousearea as insignificant on winSimo Fält2013-08-151-0/+2
| * | Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-6/+6
| * | Fix hover event crashJosh Faust2013-08-122-0/+57