aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
* Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+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
* Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
* Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* tst_librarymetrics_performance: Use QBENCHMARK macro instead of rolling our ownRobin Burchell2016-08-051-133/+14
* benchmarks: Remove odd qqmlimage benchmarkRobin Burchell2016-08-054-113/+0
* tst_creation: Remove tst_creation::elementsRobin Burchell2016-08-051-25/+0
* tst_creation: Remove qobject_alloc benchmarkRobin Burchell2016-08-051-30/+0
* tst_creation: Remove redundant widgets dependencyRobin Burchell2016-08-053-5/+3
* Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-054-0/+26
* Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
* Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* MSVC: Make Lancelot's scenegrabber compileEskil Abrahamsen Blomfeldt2016-07-281-1/+1
* QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
* Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
* JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
* Add benchmark for pathological O(N^2) behavior in QQmlChangeSet.Milian Wolff2016-07-183-0/+71
* Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
* Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
* 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
* qmltest - fix accidentally broken BLACKLISTTimur Pocheptsov2016-06-221-1/+0
* 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
* qmltest - remove 'linecount' from BLACKLISTTimur Pocheptsov2016-06-211-2/+0
* qmltest::item-grabber - fix image pathsTimur Pocheptsov2016-06-211-2/+2
* qmltest:doublevalidator - fix localeTimur Pocheptsov2016-06-212-2/+1
* qmltest::linecount - adjust text widthTimur Pocheptsov2016-06-181-1/+2
* highdpi manual test: include <QDebug> not qDebug.hShawn Rutledge2016-06-161-1/+1
* QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-3/+12
* Blacklist qmltest::ListView::test_listInteractiveCurrentIndexEnforce()Liang Qi2016-06-101-0/+2
* Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-0/+9
* Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-032-1/+26
* Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-031-0/+11
* Removed insignificant of qmltest againLiang Qi2016-06-0226-2/+13
* Fix crash with SignalTransitionSimon Hausmann2016-05-251-0/+76
* QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
* Fix tst_qquicktext::lineLaidOutRelayout() with > 1 fontEskil Abrahamsen Blomfeldt2016-05-251-5/+6
* Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+16
* 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-198-28/+92
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-183-0/+75