aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-3125-60/+60
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* 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-291-1/+1
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* 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-291-0/+2
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-287-31/+32
* 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-281-0/+6
* 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
* Remove duplicate property assignment from builtins.qmltypesUlf Hermann2020-10-271-1/+1
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-271-2/+2
* qqmlmetatypemodule: Fix maximumMinorVersion() returning bad valuesMaximilian Goldstein2020-10-272-2/+5
* QmlCompiler: Add JS scopes for script bindingsUlf Hermann2020-10-272-1/+17
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-273-3/+47
* 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
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-272-13/+9
* QmlCompiler: Make sure that properties are writable by defaultUlf Hermann2020-10-261-0/+1
* 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
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-232-2/+1
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-233-9/+22
* 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-232-9/+15
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-234-0/+562
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+2
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-234-0/+294
* 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 qdoc warning: document parameters correctlyVolker Hilsheimer2020-10-221-3/+3
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-226-50/+64
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-224-17/+41
* QmlCompiler: Make sure any import depends on the builtinsUlf Hermann2020-10-222-10/+18
* QmlCompiler: Use size_t for qHashUlf Hermann2020-10-221-2/+2