aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-065-2/+94
|\
| * Revert "Temporarily blacklist importsPath change on Windows"Simon Hausmann2016-05-021-2/+0
| * AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-021-0/+23
| * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-012-0/+25
| * QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-0/+46
* | Add QVector support to JS sequencesKevin Ottens2016-05-033-1/+39
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-022-0/+111
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2730-26/+215
|\|
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-202-0/+14
| * 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
| * Occasionally trim the type cacheUlf Hermann2016-04-192-0/+38
| * tst_qquickanimatedimage::mirror_notRunning(): fix initializer.Edward Welbourne2016-04-151-5/+1
| * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-0/+15
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-1121-19/+144
| * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-072-2/+2
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-2115-1/+358
* | Fix assertion in qt_create_image_data()Peter Varga2016-04-192-0/+23
* | Fix changing QML Window visibility in Component.onCompletedRobert Griebl2016-04-182-0/+70
* | Fix compilation of qmldevtools/compile test.Rafael Roquetto2016-04-131-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-0814-0/+35
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0814-0/+35
| |\|
| | * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-2912-0/+0
| | * Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
| | * Handle duration of zero in QML animatorsDavid Edmundson2016-03-171-0/+35
* | | Blacklist tst_qquicktext::lineLaidOutRelayout() for MSVC 2015.Friedemann Kleint2016-04-071-0/+2
* | | tst_qquicktext: Ensure windows are cleaned up on test failure.Friedemann Kleint2016-04-071-25/+17
|/ /
* | QQuickItemView::forceLayout: Also call layout when d->forceLayoutAlbert Astals Cid2016-03-111-0/+21
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-113-0/+146
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-081-0/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+22
| |\|
| | * AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-031-0/+22
* | | Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-083-8/+8
|/ /
* | Add more tests for pixel snapping of sizesJan Arve Sæther2016-03-021-0/+31
* | Change test because of slight behavior change in the layout engineJan Arve Sæther2016-03-011-1/+1
* | Make test more data drivenJan Arve Sæther2016-03-011-43/+21
* | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-014-0/+47
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-0112-1/+148
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-249-1/+94
| * Validate Binding only when it is enabledNikita Krupenko2016-02-243-0/+54
* | Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-266-7/+2013
* | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-243-2/+114
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1913-91/+350
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-158-0/+179
| |\
| | * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+26
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-026-0/+77
| | |\
| | * | 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