aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add "json" manual TableModel testMitch Curtis2019-04-294-0/+366
* Stabilize tst_QQuickWheelHandler's activeChangedSpy checksShawn Rutledge2019-04-272-3/+5
* Add WheelHandlerShawn Rutledge2019-04-2710-47/+730
* fakeFlickable manual test: put the slider in a drawerShawn Rutledge2019-04-273-24/+127
* Add BoundaryRuleShawn Rutledge2019-04-274-0/+135
* Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-9/+3
* Add libfuzzer test for QJSEngine::evaluate()Robert Loehning2019-04-232-0/+49
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-235-4/+39
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-195-4/+39
| |\
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-4/+4
| | * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-182-0/+30
| | * Blacklist tst_qquickapplication::active() on opensuseUlf Hermann2019-04-171-0/+3
| | * Blacklist ...::touchDragFlickableBehindButton() on mingwUlf Hermann2019-04-171-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-1815-4/+101
|\| |
| * | Improve error messageRainer Keller2019-04-171-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-1710-3/+68
| |\|
| | * Blacklist tst_QQuickListView::contentHeightWithDelayRemove on macos10.12Ulf Hermann2019-04-161-0/+3
| | * Test whether the JIT is enabled on architectures/OSes as intendedMartin Storsjö2019-04-161-0/+22
| | * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-164-1/+6
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-163-0/+6
| | * Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
| | * Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-2/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-155-0/+32
| |\|
| | * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+23
| | * Extend blacklisting of qquickmultiponttoucharea to SLESTony Sarajärvi2019-04-111-0/+2
| | * Detect and reject cyclic aliasesUlf Hermann2019-04-093-0/+7
* | | QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-111-8/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-1017-20/+291
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-095-0/+149
| |\|
| | * Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+17
| | * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
| | * In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-042-0/+63
| * | Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-084-12/+24
| * | Tests: Fix warnings about comparing signed/unsignedFriedemann Kleint2019-04-083-8/+8
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-025-0/+110
| |\|
| | * Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-285-0/+110
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-095-5/+0
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-0812-67/+67
* | | Add TableModelColumnMitch Curtis2019-04-0812-588/+591
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-297-20/+284
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-285-0/+117
| |\|
| | * Blacklist tst_qquickfolderlistmodel::nameFilters() on msvc2015/17Ulf Hermann2019-03-271-0/+3
| | * Re-use existing IC when freezing propertiesUlf Hermann2019-03-271-0/+13
| | * Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
| | * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-272-0/+88
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-20/+34
| |\|
| | * Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-261-20/+34
| * | Fix text wrap: do not break on last line if right elide is enabledEirik Aavitsland2019-03-261-0/+133
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-2629-57/+161
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2529-57/+161
| |\|