aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-111-1/+4
* Doc: Clarify preconditions for using QML_ELEMENT et alUlf Hermann2021-05-111-0/+15
* Doc: Remove documentation for qmlRegisterType() with no argumentsUlf Hermann2021-05-111-10/+0
* MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-075-3/+44
* TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-30/+48
* Workaround mingw compiler bugUlf Hermann2021-05-061-0/+5
* DragHandler: don't try to handle native gesture eventsShawn Rutledge2021-05-052-0/+14
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-051-1/+2
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-054-132/+163
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-051-1/+3
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-051-1/+7
* V4 debugger: Properly count break pointsUlf Hermann2021-05-042-1/+2
* ShaderEffect docs: Clarify vertex output/input naming requirementsLaszlo Agocs2021-05-031-2/+21
* Doc: Add a link to the page where the backends are listedVenugopal Shivashankar2021-05-031-1/+3
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-302-2/+9
* QQuickDeliveryAgent::event(): handle tablet events explicitlyShawn Rutledge2021-04-281-0/+7
* Restore scene position after changing it during deliveryShawn Rutledge2021-04-271-0/+7
* Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* Remove extra colonZhang Hao2021-04-241-1/+1
* 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