aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-2096-406/+1797
|\
| * qmltyperegistrar: Do not guess types with upper case namesUlf Hermann2023-03-211-5/+23
| * 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
| * CMake: Add docs for NO_PLUGIN and clarify NO_GENERATE_PLUGIN_SOURCEUlf Hermann2023-03-161-1/+16
| * JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContextUlf Hermann2023-03-151-0/+4
| * 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-1510-8/+14
| * 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
| * openvg: Add missing breakKai Uwe Broulik2023-03-071-0/+1
| * Fix scoping of index in SwipeDelegate snippetDaniel Smith2023-03-031-2/+1
| * ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
| * QQmlEngine: Improve import path method documentationFabian Kosmale2023-03-021-7/+8
| * QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-021-1/+6
| * 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
| * QtQml: Fix coercion of undefined to float and doubleUlf Hermann2023-02-221-0/+6
| * doc: Add the handlerPoint.device propertyShawn Rutledge2023-02-171-0/+7
| * QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-171-0/+4
| * Defining QML Types from C++: Add CMake documentationFabian Kosmale2023-02-161-20/+49
| * Doc: Mention QDS and UI files in Best PracticesLeena Miettinen2023-02-141-3/+24
| * QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-113-2/+20
| * 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-023-0/+10
| * Doc: Disambiguate description of module URIsUlf Hermann2023-02-012-2/+12
| * ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-312-132/+50
| * Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-301-4/+1
| * qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-271-2/+60
| * Doc: explain how to manage currentIndex without breaking bindingsMitch Curtis2023-01-263-0/+13
| * Fix content position of table view controlSanthosh Kumar2023-01-252-15/+29
| * QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-251-0/+60
| * Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-251-1/+1
| * Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
| * Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-241-0/+4
| * qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-231-2/+2
| * Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-171-19/+32
| * Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-171-1/+1
| * Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
| * Ignore DPR for image providers if the requested size is not setPeter Varga2023-01-161-1/+3
| * Fix connection leak in header proxy modelSanthosh Kumar2023-01-131-1/+1
| * Fix Animators in case of node recreateThomas Senyk2023-01-131-2/+3
| * QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-061-8/+16
| * QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2023-01-041-2/+17