From 2f16166509e2faaccca1785dd45debdd95eeceb2 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 23 May 2023 19:39:41 +0800 Subject: [PATCH] 5.15.9 --- ...yledText-also-supports-nbsp-and-quot.patch | 29 ---- ...ve-unused-QPointer-QQuickPointerMask.patch | 6 +- ...l-Refresh-the-view-when-a-column-is-.patch | 10 +- 0002-Support-apos-in-styled-text.patch | 44 ----- ...Widget-and-its-offscreen-window-s-sc.patch | 6 +- ...-against-cycles-in-nextPrevItemInTab.patch | 8 +- ...on-t-convert-QByteArray-in-startDrag.patch | 6 +- ...or-tainted-QObject-JavaScript-wrappe.patch | 119 ------------- ...95290f66b806a307b8da1f72f8fc2c698019.patch | 6 +- ...Array-fix-UB-precondition-violation-.patch | 36 ---- ...ement-accessibility-for-QQuickWidget.patch | 10 +- ...dtor-of-an-object-we-continue-to-use.patch | 51 ------ ...event-for-visible-components-after-i.patch | 8 +- ...-emitting-signals-during-destruction.patch | 8 +- ...eFieldGlyphCache-fix-multiplication-.patch | 43 ----- ...> 0010-a11y-track-item-enabled-state.patch | 12 +- ...e-QaccessibleQuickWidget-private-API.patch | 6 +- ...eFieldGlyphCache-fix-UB-ordering-of-.patch | 68 -------- ...-when-as-casting-to-type-with-errors.patch | 113 ++++++++++++ ...nges-if-currentChanges-is-active-whe.patch | 38 ---- ...ng-glyphs-when-using-NativeRendering.patch | 54 ++++++ ...ng-glyphs-when-using-NativeRendering.patch | 32 ++++ ...se-Make-sure-the-newly-added-import-.patch | 57 ++++++ ...-handle-QJSValue-properties-correctl.patch | 102 +++++++++++ ...id-crashes-when-deleting-cache-items.patch | 162 ++++++++++++++++++ ...atch => 0018-qt5-qtdeclarative-gcc11.patch | 0 ...declarative-5.15.0-FixMaxXMaxYExtent.patch | 0 0020-qt-QTBUG-111935-fix-V4-jit.patch | 44 +++++ qt5-qtdeclarative.spec | 56 +++--- ...ve-everywhere-opensource-src-5.15.9.tar.xz | Bin 21592984 -> 21587820 bytes 30 files changed, 639 insertions(+), 495 deletions(-) delete mode 100644 0001-Document-that-StyledText-also-supports-nbsp-and-quot.patch rename 0003-Remove-unused-QPointer-QQuickPointerMask.patch => 0001-Remove-unused-QPointer-QQuickPointerMask.patch (88%) rename 0004-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patch => 0002-QQmlDelegateModel-Refresh-the-view-when-a-column-is-.patch (97%) delete mode 100644 0002-Support-apos-in-styled-text.patch rename 0008-Make-sure-QQuickWidget-and-its-offscreen-window-s-sc.patch => 0003-Make-sure-QQuickWidget-and-its-offscreen-window-s-sc.patch (95%) rename 0009-QQuickItem-Guard-against-cycles-in-nextPrevItemInTab.patch => 0004-QQuickItem-Guard-against-cycles-in-nextPrevItemInTab.patch (96%) rename 0013-Don-t-convert-QByteArray-in-startDrag.patch => 0005-Don-t-convert-QByteArray-in-startDrag.patch (94%) delete mode 100644 0005-Fix-sweep-step-for-tainted-QObject-JavaScript-wrappe.patch rename 0014-Fix-build-after-95290f66b806a307b8da1f72f8fc2c698019.patch => 0006-Fix-build-after-95290f66b806a307b8da1f72f8fc2c698019.patch (89%) delete mode 100644 0006-QQmlJs-FixedPoolArray-fix-UB-precondition-violation-.patch rename 0015-Implement-accessibility-for-QQuickWidget.patch => 0007-Implement-accessibility-for-QQuickWidget.patch (98%) delete mode 100644 0007-V4-Do-not-call-dtor-of-an-object-we-continue-to-use.patch rename 0016-Send-ObjectShow-event-for-visible-components-after-i.patch => 0008-Send-ObjectShow-event-for-visible-components-after-i.patch (89%) rename 0017-QQuickItem-avoid-emitting-signals-during-destruction.patch => 0009-QQuickItem-avoid-emitting-signals-during-destruction.patch (95%) delete mode 100644 0010-QSGOpenGLDistanceFieldGlyphCache-fix-multiplication-.patch rename 0018-a11y-track-item-enabled-state.patch => 0010-a11y-track-item-enabled-state.patch (87%) rename 0019-Make-QaccessibleQuickWidget-private-API.patch => 0011-Make-QaccessibleQuickWidget-private-API.patch (95%) delete mode 100644 0011-QSGOpenGLDistanceFieldGlyphCache-fix-UB-ordering-of-.patch create mode 100644 0012-Qml-Don-t-crash-when-as-casting-to-type-with-errors.patch delete mode 100644 0012-Reset-currentChanges-if-currentChanges-is-active-whe.patch create mode 100644 0013-Fix-missing-glyphs-when-using-NativeRendering.patch create mode 100644 0014-Revert-Fix-missing-glyphs-when-using-NativeRendering.patch create mode 100644 0015-QQmlImportDatabase-Make-sure-the-newly-added-import-.patch create mode 100644 0016-QQuickState-when-handle-QJSValue-properties-correctl.patch create mode 100644 0017-Models-Avoid-crashes-when-deleting-cache-items.patch rename 0020-qt5-qtdeclarative-gcc11.patch => 0018-qt5-qtdeclarative-gcc11.patch (100%) rename 0021-qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch => 0019-qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch (100%) create mode 100644 0020-qt-QTBUG-111935-fix-V4-jit.patch rename qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz => qtdeclarative-everywhere-opensource-src-5.15.9.tar.xz (71%) diff --git a/0001-Document-that-StyledText-also-supports-nbsp-and-quot.patch b/0001-Document-that-StyledText-also-supports-nbsp-and-quot.patch deleted file mode 100644 index ea064bc..0000000 --- a/0001-Document-that-StyledText-also-supports-nbsp-and-quot.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 3f272e04492cd884deb4e7948e39b749809d5256 Mon Sep 17 00:00:00 2001 -From: Albert Astals Cid -Date: Fri, 21 May 2021 13:17:15 +0200 -Subject: [PATCH 01/21] Document that StyledText also supports   and - " - -Change-Id: I1715f8ae8ec8d0fbaf6dbe2b8663cc169da663cd -Reviewed-by: Fabian Kosmale -(cherry picked from commit 5848c081c094a66e024493fc1e5c2569e06f73b6) ---- - src/quick/items/qquicktext.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp -index 6230186933..c1571fc6f5 100644 ---- a/src/quick/items/qquicktext.cpp -+++ b/src/quick/items/qquicktext.cpp -@@ -2168,7 +2168,7 @@ void QQuickText::resetMaximumLineCount() - - inline images -
    ,