aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* | | | | | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-083-5/+6
* | | | | | | Fix restoring of local aliases from disk cacheSimon Hausmann2016-08-061-0/+44
* | | | | | | Enable QML/JS disk cache by defaultSimon Hausmann2016-08-053-1/+17
* | | | | | | Use on-disk compilation unit if availableSimon Hausmann2016-08-041-2/+7
* | | | | | | Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-041-0/+52
* | | | | | | Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-041-5/+117
* | | | | | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-13/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | QML debugger: Fix testErik Verbruggen2016-08-031-4/+3
* | | | | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0221-15/+491
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0110-1/+165
| |\| | | |
| | * | | | 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
| * | | | | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
| * | | | | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1510-10/+323
| |\| | | |
| | * | | | 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
* | | | | | Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+38
* | | | | | Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-011-37/+124
* | | | | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | | | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+0
* | | | | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-254-0/+55
* | | | | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-3/+3
* | | | | | Improve robustness of qml disk cachingSimon Hausmann2016-07-231-7/+114
| |_|_|_|/ |/| | | |
* | | | | Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-10/+0
* | | | | Add tryVerify()Mitch Curtis2016-07-201-0/+72
* | | | | Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-191-0/+5
* | | | | Stabilize tst_QQuickView::resizemodeitemFrederik Gladhorn2016-07-191-0/+1
* | | | | Remove redundant compare in testFrederik Gladhorn2016-07-191-1/+0
| |_|_|/ |/| | |
* | | | Fix alias resolution algorithmSimon Hausmann2016-07-155-3/+45
* | | | Clean up implicit component registrationSimon Hausmann2016-07-151-0/+42
* | | | Fix endian support in compiled data structuresSimon Hausmann2016-07-142-12/+12
* | | | tst_qquickwindow: make use of new QTest::createTouchDevice functionShawn Rutledge2016-07-132-13/+4
* | | | Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-102/+161
* | | | Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-121-0/+31
* | | | Remove unused variableFrederik Gladhorn2016-07-121-1/+0
* | | | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+5
* | | | Add explanation to tst_QQuickMouseArea::moveAndReleaseWithoutPressFrederik Gladhorn2016-07-081-2/+8
* | | | Prefer public API in testFrederik Gladhorn2016-07-081-7/+7
* | | | MouseArea: add autotest for subtreeHoverEnabledShawn Rutledge2016-07-072-0/+43
* | | | Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
| |_|/ |/| |
* | | QmlProfiler: Extend test to check for timestamp orderingUlf Hermann2016-07-061-1/+22