aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing limits include to fix build with GCC 11Antonio Rojas2021-05-231-0/+1
* Give a warning when StyledText encounters a non supported entityAlbert Astals Cid2021-05-211-0/+4
* Doc: Window can be imported with import QtQuick nowMitch Curtis2021-05-211-3/+3
* Remove unplugged device in knownPointingDevices listSiyeon Seo2021-05-211-0/+2
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-211-57/+54
* Don't dereference node unless it is actually assignedVolker Hilsheimer2021-05-201-3/+2
* Add Q_ASSERT for _context pointer to pacify code checkerVolker Hilsheimer2021-05-201-2/+21
* Set a11y role for QQuickTextInput to EditableTextMorten Johan Sørvig2021-05-201-0/+2
* Switch from QFlatSet to QSet in particlesKaj Grönholm2021-05-194-161/+2
* Enhance approveGrabTransition log messageShawn Rutledge2021-05-141-2/+3
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* Don't stop delivering to subscene deliveryagents after point acceptedShawn Rutledge2021-05-121-2/+0
* Don't add the same point twice when splitting touch events by subsceneShawn Rutledge2021-05-121-1/+6
* 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