aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-13/+13
* Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-292-0/+73
* QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-0/+12
* Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-292-1/+24
* Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-222-0/+137
* Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+4
* Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+4
* PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-122-0/+103
* Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
* PathView: fix item creationAnton Kudryavtsev2016-08-122-0/+101
* Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-053-0/+22
* Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
* autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
* QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-121-0/+85
* tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
* Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-053-0/+151
* Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-012-0/+47
* ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-232-0/+96
* QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-214-0/+85
* Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-0/+17
* Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-031-0/+11
* Fix tst_qquicktext::lineLaidOutRelayout() with > 1 fontEskil Abrahamsen Blomfeldt2016-05-251-5/+6
* QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-232-0/+73
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-7/+5
|\
| * blacklist the qmlextensionplugins example for testingOswald Buddenhagen2016-05-131-0/+1
| * remove blacklisting of tiger and fonts examplesOswald Buddenhagen2016-05-131-2/+0
| * adjust example naming convention test to "new" structureOswald Buddenhagen2016-05-131-5/+4
* | QQuickTextInput: Remove redundant centerPoint calculations.Robin Burchell2016-05-171-16/+14
|/
* AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-021-0/+23
* QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-0/+46
* Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-201-11/+0
* Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-191-0/+11
* activate QtQuick designer support testsTim Jenssen2016-04-191-0/+1
* tst_qquickanimatedimage::mirror_notRunning(): fix initializer.Edward Welbourne2016-04-151-5/+1
* QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-072-2/+2
* Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-299-0/+0
* AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-031-0/+22
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-157-0/+153
|\
| * QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-307-0/+153
* | GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-132-0/+68
* | Factor out testing code for QTBUG_48870_fastModelUpdatesGabriel de Dietrich2016-02-133-91/+103
* | Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-112-0/+88
* | Window attached property: fix notifier signalsJ-P Nurmi2016-02-021-0/+5
|/
* tst_qquicklistview: Move a number of window instances to use scoped pointers.Robin Burchell2016-01-221-227/+115
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-212-0/+42
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-0/+42
| |\
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-262-0/+42
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-202-0/+31
|/ /
* | tst_qquicklistview: Share window in stickyPositioning test.Robin Burchell2016-01-151-2/+2