aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * [Quick] Make sure an transition instance is stopped when destroyedErik Verbruggen2018-07-132-0/+88
| * Tooling: Increase timeouts in qqmldebugjs test by a factor of 6Ulf Hermann2018-07-121-44/+51
| * Fix items in layouts not being rendered when layers are usedMitch Curtis2018-07-092-0/+96
| * Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-0/+53
| * Fix tst_qquickitem::qtBug60123Sami Nurmenniemi2018-07-052-9/+8
| * Tighten expected output for floating point conversionsSimon Hausmann2018-07-021-18/+8
* | QML Preview: Blacklist paths ":/qgradient" and "/etc"Ulf Hermann2018-07-131-0/+10
* | Tooling: Add QML preview debug serviceUlf Hermann2018-07-1310-1/+617
* | JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-131-0/+17
* | Add LineStyle support to Context2dColin Ogilvie2018-07-121-0/+91
* | Blacklist tst_qquickflickable::nestedSliderUsingTouchJoni Jantti2018-07-121-0/+1
* | Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and ::nestedJoni Jantti2018-07-121-0/+2
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-122-1/+73
* | Move demos to qtdoc repositoryFrederik Gladhorn2018-07-122-12/+0
* | tst_FlickableInterop: test both usages of DragHandler in a SliderShawn Rutledge2018-07-124-32/+195
* | QML Profiler: Test that only one Complete message is sent per sessionUlf Hermann2018-07-1024-45/+114
* | TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-103-18/+21
* | Fix invalid object property key conversionsSimon Hausmann2018-07-103-0/+314
* | Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-104-8/+48
* | tst_qquickpositioners: Remove forced basic renderloop workaroundTor Arne Vestbø2018-07-031-4/+0