aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and optimize particlesKaj Grönholm2020-11-0514-96/+44
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-042-9/+44
* Remove some outdated comments about FontLoader.nameEskil Abrahamsen Blomfeldt2020-11-041-4/+2
* QmlCompiler: Use the name of a QML object as its locationUlf Hermann2020-11-031-1/+3
* Expose QQmlPlatform and QQmlApplication to QMLUlf Hermann2020-11-032-0/+5
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-032-5/+12
* Doc: Minor fix for \sa syntax that caused a disappeared linkEirik Aavitsland2020-11-031-1/+1
* QML: Fix typo in documentationUlf Hermann2020-11-021-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-022-4/+2
* QML: Allow singleton types to be extendedUlf Hermann2020-11-028-44/+109
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-022-14/+64
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-028-21/+66
* sg docs: Add a note about direct graphics API usageLaszlo Agocs2020-11-021-0/+9
* Migration guide: cover removal of deprecated functionsFabian Kosmale2020-11-021-0/+102
* CMake: Fix qmltest's config module name as understood by qmakeAlexandru Croitor2020-11-022-0/+2
* 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