aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1046-214/+450
|\
| * Do not copy lookupsUlf Hermann2021-12-155-67/+107
| * deliverSinglePointEventUntilAccepted(): skip items that aren't shownShawn Rutledge2021-12-101-0/+2
| * V4 Lookup: Do not leak property cachesUlf Hermann2021-12-104-19/+35
| * Fix glitches in big AnimatedSprite animationsEirik Aavitsland2021-12-101-7/+7
| * HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-082-8/+23
| * Fix Flickable wheel velocity calculationShawn Rutledge2021-12-043-30/+71
| * QtTest: use delay properly in mouseWheel()Shawn Rutledge2021-12-041-1/+4
| * Set OpenGL state after invoking custom renderingPaul Olav Tvete2021-12-031-5/+10
| * Ensure that HoverHandler isn't hovered after HoverLeave to parent itemShawn Rutledge2021-12-033-0/+17
| * Revert "Fix ListView.isCurrentItem when used with DelegateModel"Mitch Curtis2021-12-021-2/+0
| * Fix missing glyphs when changing distance field parametersEskil Abrahamsen Blomfeldt2021-12-023-11/+11
| * Document that the vendorext property is deprecatedLaszlo Agocs2021-12-011-0/+7
| * Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-241-2/+4
| * Reset the timer of all controlled animations upon timer destructionVolker Hilsheimer2021-11-242-5/+35
| * Don't create an animation timer when destroying the animation jobVolker Hilsheimer2021-11-241-1/+1
| * Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-11-227-3/+44
| * qmake/vcxproj: Fix qmltypes files being displayed at project rootJoerg Bornemann2021-11-151-8/+12
| * Use resize instead of shrink when clearing upload poolsAntti Määttä2021-11-151-2/+2
| * Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-122-0/+13
| * Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-111-6/+2
| * Do not resolve containing types of inline components too earlyUlf Hermann2021-11-081-7/+1
| * sg: Drop internal pool allocs upon QQuickWindow::releaseResourcesLaszlo Agocs2021-11-021-0/+3
| * Revert "Fix for possible crash in QSGDefaultLayer::grab"Laszlo Agocs2021-10-252-9/+0
| * Fix distorted subpixel text for non-RHI code pathEskil Abrahamsen Blomfeldt2021-10-187-27/+40
| * QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-151-1/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-1231-89/+162
|\|
| * Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-1313-40/+64
| * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-10-111-1/+2
| * Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-10-071-0/+10
| * Doc: Replace return `0` with nullptrIvan Tkachenko2021-10-073-6/+6
| * Doc: Fix QtQuick::Keys::forwardTo generic list typeIvan Tkachenko2021-10-071-1/+1
| * Doc: QQmlContext: make it more readableIvan Tkachenko2021-10-071-9/+9
| * Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-10-061-0/+2
| * QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-301-0/+3
| * Fix documentation on JavaScript importsUlf Hermann2021-09-282-7/+9
| * doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-09-251-12/+12
| * Reinitialize shader data structure when effect changesVolker Hilsheimer2021-09-201-1/+4
| * Doc: mention that clipping can affect performance and link to pageMitch Curtis2021-09-171-0/+3
| * Ensure init of m_current_projection_matrix in single-clipped-item sceneShawn Rutledge2021-09-171-3/+5
| * Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-301-2/+9
| * Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-261-1/+14
| * qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-232-6/+8
| * QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-203-11/+22
| * Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-1636-212/+609
|\ \
| * | QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-233-11/+22
| |/
| * Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-131-0/+38
| * Doc: fix AnchorChanges typoJeremy Katz2021-08-121-1/+1
| * Avoid crash for deep aliasesMaximilian Goldstein2021-08-101-0/+4