Debian Patches

Status for qtdeclarative-opensource-src/5.15.2+dfsg-6

Patch Description Author Forwarded Bugs Origin Last update
qmltime-tool.patch The qmltime should be a tool, not a normal executable or an app. no upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?h=5.15&id=30c7a6c6a8742648 2021-01-18
fix_qml_property_cache_leaks.patch fix QML property cache leaks of delegate items The delegate items are destroyed through an event loop by a call to a
deleteLater(). This, however, doesn't work when the application is
in the process of exiting and the event loop is already closed (i.e.
we're in a stack unwinding part that starts after app.exec()).
.
Combat this situation by setting a parent of the to-be-deleted object
to some QObject that will be destroyed e.g. QCoreApplication::instance()
before the program finishes. As QObjects clean their children on
destruction, this will make sure that we cleanup the previously leaking
thing regardless of the event loop.
no upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b2862e2bd84d651c 2021-01-26
gcc_11.patch build fixes for GCC 11 no upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb6525f126f680f9 2021-01-26
tst_qmldiskcache_big_endian.patch make tst_qmldiskcache::regenerateAfterChange() pass on big endian systems no upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=dab0d62b655ce9a4 2021-02-11
support_apos_in_styled_text.patch Support ' in styled text and document it This ensures that some translations really look ok.

diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index 581ab9f76a41b731126eb53aa7069a21d7c96c76..4ddd2a41bc9290d09412b7904c3561ccfb65a6a8 100644
Albert Astals Cid not-needed https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/3/diffs
disableopengltests.patch Disable all tests that fails with xvfb So far some tests need real OpenGL support Sandro Knauß <bugs@sandroknauss.de> not-needed Debian 2019-03-14
fix_test_remove_qlibraryinfo.patch Make sure that tests run with just compiled versions of tools Sandro Knauß <bugs@sandroknauss.de> no Debian 2020-09-08
wait_for_window_exposed.patch use qWaitForWindowExposed instead of qWaitForWindowActive The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Dmitry Shachnev <mitya57@debian.org> no 2019-04-21
remove_youtube_iframe.patch replace YouTube iframe with YouTube link Dmitry Shachnev <mitya57@debian.org> not-needed 2019-12-19
riscv64-latomic.patch link with -latomic on riscv64 Aurelien Jarno <aurel32@debian.org> no 2020-01-01
python3.patch make qtdeclarative build with Python 3 Antonio Larrosa <alarrosa@suse.com> invalid OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch 2020-01-01

All known versions for source package 'qtdeclarative-opensource-src'

Links