aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-311-0/+9
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-0/+25
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-312-6/+7
* Fix import of precompiled .js filesSimon Hausmann2018-07-312-2/+76
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-315-8/+9
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-301-24/+0
* Add support for @@unscopablesLars Knoll2018-07-301-11/+0
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-301-19/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-302-13/+13
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-301-1/+7
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-1/+7
| |\
| | * tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
* | | QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-1/+1
* | | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-302-1/+30
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-13/+21
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-274-0/+286
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-272-0/+50
* | Remove invalid CONFIG optionKevin Krammer2018-07-251-1/+1
* | Unit test to check for property requirements of registered QML typesKevin Krammer2018-07-253-0/+211
* | tst_qquicktableview: check size hint for row/column, not implicit sizeRichard Moe Gustavsen2018-07-211-10/+16
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-202-0/+9
* | Avoid potential race condition in qqmldebugjs testUlf Hermann2018-07-201-5/+13
* | tst_qquickwindow::constantUpdatesOnWindow: Verify that window was exposedTor Arne Vestbø2018-07-201-1/+1
* | tst_qquicktableview: don't set column count to 0Mitch Curtis2018-07-191-3/+1
* | tst_qquicktableview: actually test that model is resetMitch Curtis2018-07-192-3/+25
* | V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-2/+127
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-192-11/+11
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-198-121/+144
* | QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-192-0/+20
* | QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-186-11/+11
* | Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-182-0/+107
* | tst_qquicktableview: make checkRowColumnCount() more stableRichard Moe Gustavsen2018-07-181-4/+16
* | Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-182-0/+16
* | QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-184-0/+405
* | Re-apply "Tighten expected output for floating point conversions"Simon Hausmann2018-07-181-18/+8
* | V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-181-57/+29
* | V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-182-110/+44
* | Enable the ES testsuite on macOSSimon Hausmann2018-07-181-2/+2
* | Re-apply "tst_qquickpositioners: Remove forced basic renderloop workaround"Simon Hausmann2018-07-181-4/+0
* | [Quick] Make sure an transition instance is stopped when replacedErik Verbruggen2018-07-182-0/+88
* | QML Preview: Add a frames per second counterUlf Hermann2018-07-181-0/+18
* | QML Preview: Increase timeouts in testUlf Hermann2018-07-181-11/+22
* | TableView: invalidate table when model is resetMitch Curtis2018-07-172-0/+98
* | Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1746-89/+51
* | QQuikTableView: use TableViewModel instead of QQmlDelegateModelRichard Moe Gustavsen2018-07-171-6/+0
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-172-88/+0
|\|
| * Revert "[Quick] Make sure an transition instance is stopped when destroyed"Simon Hausmann2018-07-172-88/+0
* | Revert "tst_qquickpositioners: Remove forced basic renderloop workaround"Simon Hausmann2018-07-161-0/+4
* | Revert "Tighten expected output for floating point conversions"Simon Hausmann2018-07-161-8/+18
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-169-71/+304
|\|