aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-2050-119/+1194
|\
| * doc: Fix native texture interface header nameLaszlo Agocs2023-03-201-0/+4
| * Doc: add \since to Text's renderTypeQuality propertyMitch Curtis2023-03-201-0/+1
| * doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-03-155-25/+25
| * doc: Customize and update docs for PointHandlerShawn Rutledge2023-03-157-5/+463
| * Document the Pointer Handlers exampleShawn Rutledge2023-03-159-7/+13
| * doc: Add snippets and animations illustrating TapHandler.GesturePolicyShawn Rutledge2023-03-158-29/+365
| * doc: Add qml PointerDevice, pointingDeviceUniqueId and PointerEventShawn Rutledge2023-03-151-0/+134
| * Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-1/+1
| * Doc: fix links in contains/containmentMask docsMitch Curtis2023-03-091-4/+4
| * ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
| * doc: remove docs for PinchHandler.acceptedButtonsShawn Rutledge2023-03-021-0/+7
| * doc: remove docs for HoverHandler.dragThresholdShawn Rutledge2023-03-021-0/+7
| * Doc: mention the order in which top-level transition animations are runMitch Curtis2023-03-011-0/+5
| * doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-171-0/+7
| * Doc: Mention QDS and UI files in Best PracticesLeena Miettinen2023-02-141-3/+24
| * Avoid crash updating source of shader-less effectEskil Abrahamsen Blomfeldt2023-02-082-1/+13
| * Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-081-6/+48
| * Fix QQuickCanvasItem in case of invalidateSceneGraph()Thomas Senyk2023-02-021-0/+4
| * Fix QQuickImageParticle in case of QRhi re-createThomas Senyk2023-02-021-0/+1
| * Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-301-4/+1
| * Fix content position of table view controlSanthosh Kumar2023-01-252-15/+29
| * Ignore DPR for image providers if the requested size is not setPeter Varga2023-01-161-1/+3
| * Fix Animators in case of node recreateThomas Senyk2023-01-131-2/+3
| * Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
| * Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
| * Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-171-0/+3
| * Don't override exclusive touch grab of filtered itemVolker Hilsheimer2022-12-161-2/+5
| * Documentation: Make note about QSGGeometry storing a reference to the attribu...Friedemann Kleint2022-12-161-2/+4
| * doc: Fix up setGraphicsApi() since tagLaszlo Agocs2022-12-151-1/+1
| * Doc: Fix typoAndreas Eliasson2022-12-131-2/+2
| * Stabilize rendering of Rectangle borders under fractional scalingEirik Aavitsland2022-12-081-2/+7
| * doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-12-011-0/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-0326-98/+222
|\|
| * PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-181-2/+2
| * Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
| * Doc: Fix typoAndreas Eliasson2022-11-171-2/+2
| * QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-141-0/+14
| * Fix access to destroyed QRhi objectBumjoon Park2022-11-091-0/+1
| * Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-087-8/+20
| * Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-11/+28
| * Don't convert QByteArray in `startDrag`Fushan Wen2022-11-071-3/+9
| * Properly release Element data in the shadow treeLaszlo Agocs2022-11-011-1/+7
| * qquicktextinput: add ImReadOnlyRichard Moe Gustavsen2022-10-311-0/+2
| * QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
| * Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-8/+6
| * Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-272-19/+27
| * QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-261-4/+20
| * doc: Change \qmlproperty enum to enumerationShawn Rutledge2022-10-171-1/+1
| * Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4