aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make touchmouse pinch test qml manually testable and visually sensibleShawn Rutledge2020-10-282-14/+21
* Standardize QJsonArray iterationDavid Skoland2020-10-2810-34/+35
* Formalize declaration of varargs in builtins.qmltypesUlf Hermann2020-10-281-43/+19
* QmlCompiler: Allow retrieval of C++ names for builtinsUlf Hermann2020-10-282-0/+7
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2020-10-281-0/+4
* QML: Drop thisObject from writeToConsoleUlf Hermann2020-10-281-11/+11
* Run builtins.qmltypes through qmlformatUlf Hermann2020-10-281-261/+1042
* Inline components: Fix custom parser supportFabian Kosmale2020-10-283-0/+30
* Mark basic types as value types in builtins.qmltypesUlf Hermann2020-10-281-0/+5
* builtins.qmltypes: Change real's internal name to "double"Ulf Hermann2020-10-281-79/+84
* Fix tst_PointerHandlers::touchReleaseOutsideShawn Rutledge2020-10-272-3/+3
* Fix tst_PointerHandlers::mouseEventDeliveryShawn Rutledge2020-10-272-9/+17
* Remove duplicate property assignment from builtins.qmltypesUlf Hermann2020-10-271-1/+1
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-273-22/+36
* Fix tst_MouseAreaInterop::dragHandlerInSiblingStealing…ViaTouch()Shawn Rutledge2020-10-272-7/+8
* qmllint: Check identifiers before giving up in case of previous errorsUlf Hermann2020-10-271-4/+2
* qqmlmetatypemodule: Fix maximumMinorVersion() returning bad valuesMaximilian Goldstein2020-10-272-2/+5
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-273-4/+22
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-276-8/+85
* QmlCompiler: Log the name of the binding being compiledUlf Hermann2020-10-271-2/+4
* Don't AOT-compile boring bindingsUlf Hermann2020-10-271-0/+11
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-271-2/+2
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-272-13/+9
* Blacklist qmltestrunner::touch::test_secondWindow and othersShawn Rutledge2020-10-264-0/+16
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2679-0/+340
* QmlCompiler: Make sure that properties are writable by defaultUlf Hermann2020-10-261-0/+1
* Fix some compiler warnings in testsVolker Hilsheimer2020-10-262-17/+9
* QmlCompiler: Allow AOT compiled function to specify includesUlf Hermann2020-10-262-2/+15
* QmlCompiler: Add method to retrieve addressable scope from visitorUlf Hermann2020-10-261-0/+1
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-265-10/+39
* Replace deprecated DataLocation with AppDataLocationShawn Rutledge2020-10-251-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-4/+3
* Fix compiler warning: mark overrides as such, remove virtualVolker Hilsheimer2020-10-231-6/+6
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-234-29/+55
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-232-0/+19
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-233-9/+52
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-235-375/+575
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-232-2/+13
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-238-18/+75
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* Fix documentation links to removed functionsVolker Hilsheimer2020-10-232-2/+2
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* Fix up shadereffect example docsLaszlo Agocs2020-10-232-7/+8
* Make tst_QQuickMultiPointTouchArea::inFlickable() more debuggableShawn Rutledge2020-10-222-102/+97
* tst_qquickfolderlistmodel: fix error checkingMitch Curtis2020-10-221-33/+14
* Fix qdoc warning: document parameters correctlyVolker Hilsheimer2020-10-221-3/+3
* Fix compile warnings from testsVolker Hilsheimer2020-10-226-15/+13
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-228-93/+112
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-224-17/+41
* qmllint: fix typoUlf Hermann2020-10-221-1/+1