aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-1149-390/+661
|\
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-0613-11/+121
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-0613-11/+121
| |/|
| | * Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-042-3/+3
| | * QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1
| | * Fix QQuickPathView autotest: update expected warning messagesEirik Aavitsland2019-06-031-4/+4
| | * Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-017-3/+58
| | * Parser: Accept templated readonly propertiesUlf Hermann2019-05-312-0/+55
| * | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-044-19/+26
| * | QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-026-11/+33
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-026-11/+33
| |/| | | | |/
| | * QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
| | * Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
| | * In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
| | * Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
| | * QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-282-5/+7
| * | 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
* | | 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