aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | 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
|\| | | | |
| * | | | | Improve error messageRainer Keller2019-04-172-2/+5
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-1719-34/+109
| |\| | | |
| | * | | | V4: Only enable the JIT on ARM on specific known OSesMartin Storsjö2019-04-161-1/+2
| | * | | | 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-165-2/+7
| | * | | | QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-164-0/+8
| | * | | | QMLJS: Remove unused boolean field hasTry from compiler contextErik Verbruggen2019-04-151-1/+0
| | * | | | Prevent CoW detaches from happeningErik Verbruggen2019-04-152-13/+16