aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-092-12/+12
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-091-0/+8
* Clear up Canvas docs wrt the unsupported FBO render modeLaszlo Agocs2020-11-061-17/+2
* Promote suffixless graphics api enum values in GraphicsInfoLaszlo Agocs2020-11-062-7/+11
* Do not assert with OpenGL in qquickcanvasitem testLaszlo Agocs2020-11-061-8/+5
* Use suffixless enum value in graphicsApi check in QQuickFboLaszlo Agocs2020-11-061-2/+1
* Better describe the Quick 3D use case in QQuickGraphicsConfigLaszlo Agocs2020-11-051-7/+13
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-0532-131/+116
* Remove some outdated comments about FontLoader.nameEskil Abrahamsen Blomfeldt2020-11-041-4/+2
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* Doc: Minor fix for \sa syntax that caused a disappeared linkEirik Aavitsland2020-11-031-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-022-4/+2
* sg docs: Add a note about direct graphics API usageLaszlo Agocs2020-11-021-0/+9
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-315-19/+19
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-1/+1
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2020-10-281-0/+4
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-271-2/+2
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-272-13/+9
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-232-9/+15
* Fix documentation links to removed functionsVolker Hilsheimer2020-10-232-2/+2
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-212-31/+66
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* doc: Update sg rhi backend sectionLaszlo Agocs2020-10-191-5/+5
* Do grabs out of orderLaszlo Agocs2020-10-192-77/+79
* Promote suffixless names in GraphicsApiLaszlo Agocs2020-10-162-12/+21
* Have a depth buffer when doing the heavy offscreen readbackLaszlo Agocs2020-10-161-1/+8
* doc: Group QSGTexture native interfacesTor Arne Vestbø2020-10-151-2/+13
* doc: Don't overwrite native interface docsTor Arne Vestbø2020-10-152-17/+1
* Declare native interfaces using helpersTor Arne Vestbø2020-10-153-36/+12
* doc: Update native interface accessor wordingTor Arne Vestbø2020-10-151-2/+2
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-151-1/+5
* Add setFlags to QSGMaterialShader for symmetryLaszlo Agocs2020-10-142-0/+10
* Replace forwarding header in public header includesLaszlo Agocs2020-10-142-2/+2
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-132-0/+10
* Adapt to platform API renameTor Arne Vestbø2020-10-097-49/+49
* Don't assume the event given to childMouseEventFilter() is QPointerEventShawn Rutledge2020-10-081-2/+2
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3