aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Expand QML_EXTENDED_NAMSPACE's documentationFabian Kosmale2021-04-211-1/+32
* Fix C4267 warning in qqmlirbuilder.cppKai Köhne2021-04-211-2/+2
* QQmlDelegateModel: build fixGiuseppe D'Angelo2021-04-201-1/+1
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-1/+3
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-192-5/+12
* Remove documentation references to NVPR rendererAndy Shaw2021-04-192-44/+11
* Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-191-7/+8
* Fix documentationVolker Hilsheimer2021-04-171-0/+1
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+12
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1632-32/+32
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-38/+122
* doc: demystify QSGOpenGLTexture::fromNativeExternalOES()Shawn Rutledge2021-04-131-2/+3
* Add QQuickDeliveryAgentPrivate::isHoverEvent()Shawn Rutledge2021-04-132-0/+13
* QV4EngineBase: Do not create zero-sized array on 32 bit platformsFabian Kosmale2021-04-121-1/+3
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* 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