aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-296-20/+151
|\| |
| * | 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
* | | 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
| |\|
| | * Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
| | * Try to stabilize qquickrectangle testSimon Hausmann2019-03-221-4/+2
| | * Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-03-221-0/+0
| | * Fix some memory leaksSimon Hausmann2019-03-211-9/+9
| | * Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
| | * Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping for openSuseUlf Hermann2019-03-211-0/+2
| | * Blacklist tst_QQuickMultiPointTouchArea::nested on opensuseUlf Hermann2019-03-211-0/+2
| | * QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-214-0/+25
| | * V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-2219-12/+183
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2117-8/+154
| |\|
| | * Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41
| | * V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-0/+26
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-204-5/+22
| | * Blacklist tst_QQuickListView::enforceRange_withoutHighlight on opensuseUlf Hermann2019-03-201-0/+2
| | * Raise timeout in QQmlPreview testUlf Hermann2019-03-201-1/+1
| | * Blacklist AnimatedImage::test_crashRaceCondition_replyFinished()Ulf Hermann2019-03-201-0/+2
| | * Blacklist tst_TouchMouse::buttonOnFlickable() on mingwUlf Hermann2019-03-201-0/+4
| | * Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
| | * Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-204-0/+42
| | * Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-0/+12
| | * Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-183-4/+29
| |\|
| | * Try to fix tst_qquickrectangle::gradient_separate()Ulf Hermann2019-03-151-4/+2
| | * Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+5
| | * Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-141-0/+22
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-213-9/+93
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-208-20/+197
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1510-6/+180
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-139-5/+179
| |\|
| | * Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-0/+13
| | * Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-043-2/+42
| | * Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
| | * QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-2/+5
| | * QQmlExtensionPlugin test: Don't fail when detecting old pluginUlf Hermann2019-02-261-1/+4
| | * Blacklist tst_QQuickShortcut shortcuts and multiple on opensuseUlf Hermann2019-02-261-0/+7
| | * Unify and fix number to string conversion with radixUlf Hermann2019-02-251-0/+16
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-0/+9
| * | Use lowercase name for window headerSamuli Piippo2019-03-121-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-086-58/+97
|\| |