aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Improve "Type error" when looking up a property of null or undefinedDavid Faure2019-05-311-2/+7
| | * | Fix mistakes in 9b36512b9453f429644b0c388d381f7a2fc0f825Allan Sandfeld Jensen2019-05-286-6/+22
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-2618-340/+449
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-2618-340/+449
| | |/| | | | | |/
| | | * Don't add local for anonymous function's "name"Ulf Hermann2019-05-214-12/+18
| | | * Doc - minor cleanupKavindra Palaraja2019-05-211-307/+281
| | | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-218-11/+110
| | | * Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11
| | | * Print a warning when encountering a non-relative URL in a qmldir fileUlf Hermann2019-05-161-3/+21
| | | * Re-add cache for looking up attached properties objectsUlf Hermann2019-05-161-3/+6
| | | * Fix assert in QSGBasicInternalImageNode::updateGeometryAllan Sandfeld Jensen2019-05-161-2/+2
* | | | Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()Ulf Hermann2019-05-314-65/+45
|/ / /
* | | QQuickDropArea: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-271-8/+11
* | | Replace remaining QLinkedLists with QVectorMarc Mutz2019-06-063-9/+2
* | | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-063-4/+0
* | | Skip tst_qjsengine test 'interrupt' if c++11_futures feature unavailableDaniel Smith2019-06-061-0/+4
* | | Add scale property to QQuickPathPaolo Angelelli2019-06-0415-39/+559
* | | fix wrong identifier in documentationFabian Kosmale2019-06-041-1/+1
* | | Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-9/+2
* | | tst_qqmlecmascript: add expected warningDavid Faure2019-05-311-1/+3
* | | Eliminate qmldevtools_buildUlf Hermann2019-05-3130-72/+52
* | | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-2316-48/+62
* | | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-3128-639/+824
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-2911-30/+45
* | | Don't set childMode on a StateMachineUlf Hermann2019-05-271-14/+18
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-05-261-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-261-0/+4
|/| | | | |/ /
| * | Blacklist tst_QQuickListView::currentIndex() on macOS 10.12Ulf Hermann2019-05-221-0/+4
* | | Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()Pavel Tumakaev2019-05-231-15/+12
* | | Manual test, TableView: improve test with syncView functionalityRichard Moe Gustavsen2019-05-232-26/+132
* | | Tooling: Guard use of QRegularExpressionUlf Hermann2019-05-232-4/+7
* | | Tooling: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-222-6/+4
* | | StateMachine: Warn about invalid childMode changesErik Verbruggen2019-05-212-0/+16
* | | Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-136-29/+0
* | | Remove V4_BOOTSTRAP condition around header verificationUlf Hermann2019-05-091-6/+0
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-139-25/+25
* | | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-152-98/+36
* | | Add missing #include, needed for use of QLinkedList<>Edward Welbourne2019-05-201-0/+1
* | | Remove QUrl-related special casing in the compilerUlf Hermann2019-05-102-10/+1
* | | Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-177-5/+401
* | | Inline dumpConstantTable() into the only place where it's usedUlf Hermann2019-05-173-34/+27
* | | Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-174-41/+60
* | | Add snapMode to DragHandlerJan Arve Sæther2019-05-165-2/+209
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1677-1300/+1594
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1629-88/+394
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1617-59/+364
| |\|
| | * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-153-16/+85
| | * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-155-1/+77
| | * Elaborate on the meaning of values held by basic typesSimon Hausmann2019-05-131-0/+4
| | * Add test for cached getter lookupMichal Klocek2019-05-092-0/+31