aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemAnimation: close potential memory leakVolker Hilsheimer2021-03-231-7/+4
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Clean up QSGRhiSupport wrt static functionsLaszlo Agocs2021-03-203-23/+19
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-03-191-1/+2
* Add assertions and checks on QQWinPriv::deliveryAgentPrivate()Shawn Rutledge2021-03-191-23/+55
* Correctly specify extension type for model index value typesFabian Kosmale2021-03-161-0/+3
* CMake: Fix argument handling in qt_internal_add_qml_module() and friendsCraig Scott2021-03-152-174/+106
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-122-35/+176
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-121-4/+3
* qqmldelegatemodel: Fix out of bounds cache removalMaximilian Goldstein2021-03-121-1/+1
* TestCase: Fix colors comparison in fuzzyCompare()Alexander Akulich2021-03-111-1/+1
* Fix the argument removal in qt_internal_add_qml_moduleUlf Hermann2021-03-111-1/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-044-23/+67
* 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