aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-191-0/+12
* Check thisObject when calling various methods on URLUlf Hermann2021-04-151-38/+122
* QV4EngineBase: Do not create zero-sized array on 32 bit platformsFabian Kosmale2021-04-121-1/+3
* Don't crash when trying to invoke non-existing string converterUlf Hermann2021-04-091-2/+1
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
* When resolving property types, also update the property type namesUlf Hermann2021-04-091-2/+12
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-083-11/+21
* Fix missing 'We mean it' warning for generated qml_compile_hash_p.hKai Köhne2021-04-011-0/+15
* QQuickItem: Do not dereference nullptrFabian Kosmale2021-03-311-1/+2
* Add "we mean it" warning to private headersVolker Hilsheimer2021-03-314-0/+44
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-316-41/+40
* CMake: Account for qtbase refactoring in qt_internal_add_plugin()Craig Scott2021-03-311-15/+44
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-305-5/+18
* Prevent CMP0116 warning with CMake 3.20 or laterCraig Scott2021-03-301-9/+16
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-301-0/+8
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-291-9/+93
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-272-2/+26
* Warn when requesting GL/Vulkan but Qt is not configured for thoseLaszlo Agocs2021-03-261-0/+5
* Remove unnecessary forward declarationAndy Shaw2021-03-251-1/+0
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-241-3/+9
* QQmlContext: Mark importedScript() as internalUlf Hermann2021-03-231-0/+3
* 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