aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-071-11/+25
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-161-11/+29
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-301-5/+10
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
* Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
* Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-132-2/+12
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-082-7/+3
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-13/+22
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-101-0/+46
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-091-2/+3
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-071-3/+3
* Quick: includemocsMarc Mutz2022-05-072-0/+4
* Doc: Fix Application type docsJaishree Vyas2022-05-071-4/+4
* DeliveryAgent: don't cancelTouchMouseSynthesis() prematurelyShawn Rutledge2022-05-051-3/+11
* QQuickStateGroup: Check "when" binding for context before evaluatingUlf Hermann2022-04-281-3/+7
* Doc: link to SystemPalette in more placesMitch Curtis2022-04-201-0/+2
* QQuickBehavior: Force notify when first setting the bindingUlf Hermann2022-03-301-1/+6
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-03-272-0/+14
* Styled text: Remove an unneeded QString allocation and copyMårten Nordheim2022-03-191-2/+2
* Doc: make validator documentation more discoverableMitch Curtis2022-03-091-0/+6
* QQuickFontLoader: replace a QVector with QDuplicateTrackerMarc Mutz2022-02-151-7/+5
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-091-5/+5
* Correctly handle QQuickState::whenFabian Kosmale2022-02-081-1/+9
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-041-2/+2
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-2/+41
* Use qt.qml.states logging category instead of STATECHANGE_DEBUG envShawn Rutledge2022-01-213-24/+19
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-161-18/+18
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Avoid acccessing global static during destructionFabian Kosmale2021-12-151-10/+15
* Bound animatorjob value to the given rangeAntti Määttä2021-12-142-2/+20
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-0/+5
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-071-2/+2
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-042-8/+17
* qquickdeliveryagent: Fix drag events being sent in the wrong orderMaximilian Goldstein2021-12-022-12/+25
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-271-1/+1
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-141-1/+1
* Calculate text metrics using design metricsAllan Sandfeld Jensen2021-11-042-6/+52
* Doc: Add missing readonly attribute on QQuickTransition::runningIvan Tkachenko2021-11-031-1/+3
* Update PropertyChanges in src and toolsUlf Hermann2021-10-291-2/+12
* Avoid unnecessary color format conversionJiDe Zhang2021-10-291-2/+2
* deliveryagent: cancel touch-mouse synthesis when cancelling touch eventRichard Moe Gustavsen2021-10-281-0/+2
* Use generalized grouped properties in QQuickPropertyChangesUlf Hermann2021-10-282-12/+24
* QQmlProperty: Add flexibility to initProperty()Ulf Hermann2021-10-271-1/+2
* Doc: Replace non-existent \qmlproperty any typeIvan Tkachenko2021-10-261-1/+1
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-223-8/+8
* Image: make default sourceSize respect DPR for scalable imagesMitch Curtis2021-10-183-11/+24
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1