summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-2380-158/+858
|\
| * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
| * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
| * Update the window cursor on mouse releaseShawn Rutledge2022-03-173-1/+17
| * Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2022-03-153-4/+43
| * Blacklist: test cases blacklisted in tst_QQuickListView:CI Insignificant Platforms Monitor Bot2022-03-141-0/+2
| * Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:CI Insignificant Platforms Monitor Bot2022-03-141-0/+4
| * Reset currentChanges if currentChanges is active when refilling listViewTony Leinonen2022-03-083-1/+146
| * Fix crash with NativeRendering on RHIEskil Abrahamsen Blomfeldt2022-03-0812-0/+0
| * A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-063-3/+10
| * QQuickWindow: improve docs for activeFocusItemRichard Moe Gustavsen2022-02-181-0/+2
| * Support ' in styled textAlbert Astals Cid2022-02-182-1/+3
| * Doc: add example snippets for containmentMaskMitch Curtis2022-02-175-4/+171
| * Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04Heikki Halmet2022-02-141-1/+1
| * QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-115-8/+74
| * Correctly handle QQuickState::whenFabian Kosmale2022-02-103-1/+45
| * CMake: Fix handling of empty qrc files with qtquickcompilerAlexandru Croitor2022-02-084-22/+20
| * CMake: Skip qtquickcompiler cmake test on macOS ARMAlexandru Croitor2022-02-082-11/+18
| * Fix indices alignment problemHatem ElKharashy2022-02-071-3/+18
| * Fix indentation in positioners exampleIvan Tkachenko2022-02-041-14/+14
| * V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
| * doc: Fix QQuickItem point/rect mapping methods signaturesIvan Tkachenko2022-02-031-10/+10
| * Instantiator: Do not load items when inactiveFabian Kosmale2022-02-033-1/+61
| * Doc: Fix QtQuick::Loader::item typeIvan Tkachenko2022-02-031-1/+1
| * Doc: fix incorrect type name on focus pageMitch Curtis2022-02-031-1/+1
| * icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefinedMarc Mutz2022-02-031-1/+3
| * tst_qquickimageprovider: fix some memleaksMarc Mutz2022-02-031-11/+11
| * Fix incorrect behavior after displace transitionTony Leinonen2022-02-031-0/+2
| * Fix edge cases in arcToDelf Neumärker2022-02-032-18/+13
| * Don't blacklist tst_QQuickFramebufferObject::everything on b2qtShawn Rutledge2022-01-271-0/+1
| * Use tree hash rather than commit hash in .tag fileUlf Hermann2022-01-262-4/+4
| * Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
| * Blacklist containsDrag_internal on Ubuntu 20.04Tarja Sundqvist2022-01-201-0/+4
| * QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2022-01-196-35/+56
| * Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOSMaximilian Goldstein2022-01-181-0/+3
| * Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
| * qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-072-14/+4
| * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
| * Treat unknown tablet device as stylus and create QTabletEventShawn Rutledge2022-01-032-1/+5
| * GridView: Set content position when changing cell sizeTony Leinonen2022-01-033-0/+73
| * Bump versionTarja Sundqvist2021-12-311-1/+1
| * QQuickItemViewTransitionAttached: Avoid dangling pointersUlf Hermann2021-12-172-3/+9
| * Do not copy lookupsUlf Hermann2021-12-165-67/+107
| * Bound animatorjob value to the given rangeAntti Määttä2021-12-152-2/+20
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1065-257/+634
|\ \
| * | 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-084-8/+59