QtTest: use delay properly in mouseWheel()
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
a7579771e35bfd73
Last-Update: 2022-05-23
Gbp-Pq: Name use_delay_properly_in_mousewheel.patch
fix Flickable wheel velocity calculation
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
a8fbd865140d4dd1
Last-Update: 2022-05-22
Gbp-Pq: Name fix_flickable_wheel_velocity_calculation.patch
fix sweep step for tainted QObject JavaScript wrappers
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
e6b2f88d892dcf39
Last-Update: 2022-02-13
Currently, whenever the garbage collector runs, it will destroy all
valid tainted wrappers.
Only null or undefined wrappers will be preserved in the
m_multiplyWrappedQObjects map.
It seems like "!" was overlooked in
3b5d37ce3841c4bfdf1c629d33f0e33b881b47fb. Prior to that change, it
was "!it.value()->markBit()", so calling erase() in the then branch
did make sense. But with "!it.value().isNullOrUndefined()", erase()
will be called for every valid wrapper, which is the opposite what we
want.
Gbp-Pq: Name fix_sweep_step.patch
Support ' in styled text and document it
Origin: https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/3/diffs
Forwarded: not-needed
Applied-Upstream: https://invent.kde.org/qt/qt/qtdeclarative/-/commit/
0dda47d9f1a22567ad8f1266be2f0cd8a9226c7f
This ensures that some translations really look ok.
Gbp-Pq: Name support_apos_in_styled_text.patch
make tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
dab0d62b655ce9a4
Last-Update: 2021-02-11
Gbp-Pq: Name tst_qmldiskcache_big_endian.patch
build fixes for GCC 11
Origin: upstream, commits:
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
eb6525f126f680f9
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
367293b18ab0d0a0
https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
db58b8518e157b76
Last-Update: 2021-08-18
Gbp-Pq: Name gcc_11.patch