aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extend ShaderEffect docs with a shader migration guideLaszlo Agocs2021-03-031-4/+158
* CMake: Remove INSTALL_QML_FILES optionUlf Hermann2021-03-012-18/+1
* Fix typoRobert Löhning2021-03-011-1/+1
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-23/+30
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-02-281-1/+1
* QQuickDeliveryAgent: Do not send hover to deleted itemFabian Kosmale2021-02-281-1/+2
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-285-12/+10
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-2520-512/+1124
* Split event delivery code from qqwindow into qqdeliveryagent.cppShawn Rutledge2021-02-253-1967/+2025
* Don't invalidate unaffected render ordersEskil Abrahamsen Blomfeldt2021-02-252-2/+25
* Fix some issues in translated messagesFriedemann Kleint2021-02-242-6/+7
* QtQuick.Shapes: Declare dependency on QtQuickUlf Hermann2021-02-241-0/+2
* qmllint: Support enum types from other scopesUlf Hermann2021-02-241-1/+14
* qmllint: Check for existence of property typesUlf Hermann2021-02-247-27/+58
* Add finalizer to call qt6_import_qml_plugins() automaticallyCraig Scott2021-02-242-0/+24
* CMake: Handle the case of QML resources in the BINARY directoryJarkko Koivikko2021-02-231-1/+6
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-222-8/+20
* CodeChecker: Assert that pointer canot be nullFabian Kosmale2021-02-221-2/+3
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-193-18/+28
* Remove Windows 7 VM workaround from rhi initLaszlo Agocs2021-02-191-11/+1
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* qmllint: Resolve attached property scopesUlf Hermann2021-02-193-27/+32
* Layouts: Depend on QtQuickUlf Hermann2021-02-191-0/+2
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* QQmlProperty: document propertyMetaTypeFabian Kosmale2021-02-191-2/+9
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* Doc: Fix warnings about snippets in qtdeclarativeNico Vertriest2021-02-194-5/+14
* QML: Do not JIT-compile AOT-compiled functionUlf Hermann2021-02-191-2/+4
* CMake: Fix dependencies between metatypes and qmltypesUlf Hermann2021-02-191-0/+1
* QQuickStackLayout: Fix include directiveUlf Hermann2021-02-191-1/+1
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-191-0/+8
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-161-12/+15
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-158-71/+71
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-129-23/+85
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-1227-44/+46
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-124-13/+35
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-063-8/+29
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-051-0/+1
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9