aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-023-4/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+0
* Add basic support for subclassingLars Knoll2018-07-021-23/+0
* Improve error messageRainer Keller2018-07-021-2/+2
* tst_qquicktestinput: Fix for test due to QIntValidator changeTuomas Heimonen2018-07-021-3/+0
* Add QJSEngine::throwError() method to report run-time errorsRichard Weickelt2018-07-021-0/+35
* Fix running the ES test suiteSimon Hausmann2018-07-023-6/+7
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-292-0/+9
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-292-20/+39
* Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-292-34/+19
* Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-292-0/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-295-21/+196
|\
| * Adapt floating point precision test to changes in QtBaseSimon Hausmann2018-06-281-11/+19
| * Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-1/+1
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-9/+5
| * QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-252-0/+171
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-281-0/+186
* | Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-271-2/+0
* | PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-272-3/+9
* | PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-271-2/+2
* | QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-261-40/+6
* | Various fixes for class supportLars Knoll2018-06-261-522/+8
* | throw a type error when trying to write to a const variableLars Knoll2018-06-261-10/+0
* | Properly distinguish between class expressions and declarationsLars Knoll2018-06-261-2/+0
* | Add basic support for EcmaScript classesYulong Bai2018-06-261-29/+1
* | Implement defineProperty for proxy objectsLars Knoll2018-06-261-7/+0
* | Improve error messageRainer Keller2018-06-251-1/+1
* | Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-252-3/+24
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-259-43/+41
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-259-43/+41
| |\|
| | * Remove dead test - compilerwarningsLiang Qi2018-06-221-38/+0
| | * revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-191-0/+0
| | * Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-197-4/+40
| | * Attempt to stabilize tst_qquickwindow::openglContextCreatedSignalSimon Hausmann2018-06-191-1/+1
* | | Fix running the test suite on WindowsSimon Hausmann2018-06-251-0/+1
* | | Add Proxy support for prototype handlingLars Knoll2018-06-252-30/+1
* | | Support preventExtensions in Proxy handlersLars Knoll2018-06-251-6/+1
* | | Add support for isExtensible in proxy handlersLars Knoll2018-06-251-10/+0
* | | Fix length properties of global constructorsLars Knoll2018-06-251-5/+0
* | | Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-251-15/+0
* | | Partial Proxy supportLars Knoll2018-06-252-138/+1
|/ /
* | Tests: Guard against corner cases in profiler service testUlf Hermann2018-06-221-0/+14
* | QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-223-35/+83
* | QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-223-6/+0
* | Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-211-76/+0
* | Add support for ReflectLars Knoll2018-06-212-135/+1
* | Add support for function calls with spreadLars Knoll2018-06-211-46/+0
* | Add support for spread expressions in Array literalsLars Knoll2018-06-211-30/+0
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-212-0/+113
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-213-1/+43