aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Fix compile error with qml_tracing enabledUlf Hermann2019-04-261-1/+1
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-254-37/+27
| | | |\|
| | | | * Revert "Optimize some Lookups"Michal Klocek2019-04-241-12/+1
| | | | * Use resource path for test data on Android and iOSMitch Curtis2019-04-242-3/+10
| | | | * Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
| | | | * Tooling: Use fprintf rather than qDebug() for debug warningUlf Hermann2019-04-241-4/+4
| * | | | 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-2718-48/+1628
| * | | fakeFlickable manual test: put the slider in a drawerShawn Rutledge2019-04-273-24/+127
| * | | Add BoundaryRuleShawn Rutledge2019-04-2714-0/+1064
| * | | QQuickTableView: update calculateTopLeft() to take syncView into accountRichard Moe Gustavsen2019-04-262-33/+97
| * | | Fix line number precision for a binding's expressionIdentifierErik Verbruggen2019-04-261-3/+3
| * | | QQuickTableView: update viewportMoved() to take syncView into accountRichard Moe Gustavsen2019-04-252-35/+122
| * | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-2515-82/+88
| * | | qml runtime tool: support alternate conf; add resizeToItem confShawn Rutledge2019-04-256-20/+173
| * | | qml runtime tool: --quiet disables categorized logging tooShawn Rutledge2019-04-251-2/+5
| * | | qml runtime tool: group globals and declare static; improve paddingShawn Rutledge2019-04-251-43/+29
| * | | Use QCommandLineParser in the qml runtime toolShawn Rutledge2019-04-241-114/+122
| * | | QQuickTableView: implement recursive updateTable()Richard Moe Gustavsen2019-04-242-0/+48
| * | | QQuickTableView: sync geometry properties with syncViewRichard Moe Gustavsen2019-04-241-0/+31
| * | | Doc: improve Example Usage section of TableViewMitch Curtis2019-04-244-2/+103
| * | | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-248-197/+186
| * | | QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-234-0/+96
| * | | 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-2330-83/+216
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-1927-59/+218
| | |\|
| | | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-1810-50/+87
| | | * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-183-1/+31
| | | * 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.12.3' into 5.12Qt Forward Merge Bot2019-04-173-3/+80
| | | |\
| | | | * Fix qmlscene command parsingv5.12.3Thomas Hartmann2019-04-081-2/+4
| | | | * Add changes file for Qt 5.12.3Antti Kokko2019-04-081-0/+75
| | | | * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-022-2/+3
| | | | |\
| | | | * \ Merge 5.12 into 5.12.3Kari Oikarinen2019-04-0129-164/+482
| | | | |\ \
| | | | * | | Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
| | | * | | | Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
| | | * | | | Update the QML Runtime iconShawn Rutledge2019-04-178-4/+14
* | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2019-04-23361-4543/+13252
|\| | | | | |
| * | | | | | Deduplicate QQmlPropertyCache::l{azyL}oadUlf Hermann2019-04-211-40/+16
| * | | | | | QQuickTableView: improve checking rebuild status while rebuildingRichard Moe Gustavsen2019-04-212-19/+39
| * | | | | | QQuickTableView: combine layouts and rebuilds into the same code pathRichard Moe Gustavsen2019-04-212-32/+28
| * | | | | | Don't needlessly restrict Qt.include() in case !qml-networkUlf Hermann2019-04-181-8/+5
| * | | | | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-186-401/+308
| * | | | | | Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-187-38/+35
| * | | | | | Clean up type registrationUlf Hermann2019-04-1810-82/+190
| * | | | | | Enable back references in YarrUlf Hermann2019-04-182-0/+9
| * | | | | | Drop some dead QT_CONFIG conditionsUlf Hermann2019-04-181-4/+0
| * | | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-1834-73/+236
| |\| | | | |