aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-292-3/+1
* Fix qmltest::event testsShawn Rutledge2020-10-293-15/+9
* Fix tst_qquickitem::touchEventAcceptIgnoreShawn Rutledge2020-10-292-70/+24
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-292-20/+21
* Fix and improve parts of tst_qquickitemShawn Rutledge2020-10-292-80/+43
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-291-2/+2
* Add tst_qquickitem::mousePropagationToParent() testShawn Rutledge2020-10-291-5/+59
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* QML migration guide: Add initial contentFabian Kosmale2020-10-291-1/+29
* QML: Make date parsing more lenientFabian Kosmale2020-10-293-0/+15
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-291-2/+2
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* Improve tst_TouchMouse::pinchOnFlickableShawn Rutledge2020-10-281-40/+23
* 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