aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-052-0/+26
* mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-261-0/+30
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-203-0/+43
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-181-0/+37
* mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-141-0/+132
* QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-0/+50
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-2/+32
|\
| * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-061-2/+32
* | Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-0/+33
* | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-11-131-1/+1
* | autotest, tableview: silence compiler warningRichard Moe Gustavsen2019-11-121-1/+1
* | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-121-0/+24
* | lancelot graphics test: Use application bundle on MacEirik Aavitsland2019-11-073-4/+15
* | Blacklist tst_qquicktextedit::mouseSelectionMode on OpenSuse 15Ulf Hermann2019-11-071-0/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-318-0/+149
|\|
| * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-0/+21
| * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-0/+25
| * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-292-0/+20
| * Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+54
| * Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-243-0/+29
* | Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-243-1/+92
* | Fix typoRobert Loehning2019-10-211-1/+1
* | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-213-1/+19
* | Fix interface handling in bindingsFabian Kosmale2019-10-212-0/+106
* | QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-164-0/+4
* | Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-0/+1
* | Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-7/+18
* | qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-154-1/+18
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-0/+35
|\|
| * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-112-0/+35
* | Fix float value binding to an integerTeemu Holappa2019-10-112-0/+25
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1015-0/+302
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1015-0/+302
| |\|
| | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-093-0/+128
| | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0813-0/+238
| | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-0/+25
* | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-0/+30
* | | Fix signed/unsigned comparison warningsEdward Welbourne2019-10-101-12/+13
|/ /
* | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-095-18/+271
* | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-092-0/+75
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-0/+40
* | QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-0/+27
* | Add a property "valid" to the color value typeUlf Hermann2019-10-083-0/+11
* | Add initial support for deep aliasesFabian Kosmale2019-10-072-0/+94
* | QML Binding: do not convert stringsFabian Kosmale2019-10-072-34/+60
* | qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-071-0/+10
* | tst_qqmlecmascript: import QtQuick when using color propertiesUlf Hermann2019-10-011-0/+1
* | tst_qqmlecmascript: Don't leak created objectsUlf Hermann2019-10-012-55/+54