aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-222-2/+2
* Deal with variable renaming in QDropEventShawn Rutledge2020-07-171-2/+2
* Keep replaying touch press as mouse press after Flickable.pressDelayShawn Rutledge2020-07-151-1/+13
* Begin handling the QEvent refactoringShawn Rutledge2020-07-155-101/+82
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-158-102/+102
* Replace QInputDevice::id() with systemId()Shawn Rutledge2020-07-092-4/+4
* Fix leftover argument names in ShaderEffectLaszlo Agocs2020-06-302-28/+24
* Use QQmlContext::resolvedUrl in places where it was not addedLaszlo Agocs2020-06-301-4/+2
* Backdate QPointingDeviceForeign to 2.12Shawn Rutledge2020-06-301-1/+1
* Avoid unnecessary use of private APIShawn Rutledge2020-06-301-1/+1
* Update the window cursor on mouse releaseShawn Rutledge2020-06-301-0/+3
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-292-13/+83
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-291-1/+1
* Make it possible to specify an adapter or physical device onlyLaszlo Agocs2020-06-293-35/+106
* Add missing include to qquickrendertarget.hLaszlo Agocs2020-06-261-0/+1
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-263-18/+164
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-263-7/+7
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-262-0/+39
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* Use QList instead of QVectorJarek Kobus2020-06-255-6/+6
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-239-406/+160
* Move resetOpenGLState out of QQFBOGiuseppe D'Angelo2020-06-233-82/+7
* Add graphics instance and device basics to QQuickWindow docsLaszlo Agocs2020-06-231-0/+39
* MultiPointTouchArea: don't emit canceled() during ordinary touch releaseShawn Rutledge2020-06-221-2/+3
* Defer setting a QVulkanInstance on the windowLaszlo Agocs2020-06-221-10/+4
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-228-22/+47
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-223-15/+54
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-221-1/+1
* Move a misplaced include to help no-pch buildsLaszlo Agocs2020-06-192-1/+1
* Add getters for rendertarget/device/configLaszlo Agocs2020-06-192-0/+52
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-198-13/+439
* Fix typos in QQuickGraphicsDevice docsLaszlo Agocs2020-06-191-3/+3
* Improve a qHash implementationGiuseppe D'Angelo2020-06-181-2/+2
* Update ShaderEffect docsLaszlo Agocs2020-06-181-122/+204
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-182-56/+52
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-181-0/+16
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-1718-141/+8
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-167-24/+24
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-163-48/+5
* Revise QQuickWindow docs when it comes to OpenGLLaszlo Agocs2020-06-161-172/+193
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-162-32/+0
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* Remove QtQuick.Window pluginUlf Hermann2020-06-155-2/+24
* Revise OpenGL references in QQuickItem docsLaszlo Agocs2020-06-151-29/+31
* Do a small doc update for GraphicsInfoLaszlo Agocs2020-06-151-2/+10
* Fix typo in QQuickFbo docsLaszlo Agocs2020-06-151-1/+1
* Update QQuickPaintedItem docs to reflect realityLaszlo Agocs2020-06-151-34/+16
* Do a small OpenGL-related revision of Image docsLaszlo Agocs2020-06-151-11/+11