Package: qtdeclarative-opensource-src / 5.15.2+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
qtdeclarative-opensource-src | 5.15.2+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
qmltime tool.patch | (download) |
tools/qmltime/qmltime.pro |
3 2 + 1 - 0 ! |
the qmltime should be a tool, not a normal executable or an app. |
fix_qml_property_cache_leaks.patch | (download) |
src/qmlmodels/qqmldelegatemodel.cpp |
11 10 + 1 - 0 ! |
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. |
gcc_11.patch | (download) |
src/qml/compiler/qv4bytecodegenerator_p.h |
4 2 + 2 - 0 ! |
build fixes for gcc 11 |
tst_qmldiskcache_big_endian.patch | (download) |
tests/auto/qml/qmldiskcache/tst_qmldiskcache.cpp |
5 2 + 3 - 0 ! |
make tst_qmldiskcache::regenerateafterchange() pass on big endian systems |
support_apos_in_styled_text.patch | (download) |
src/quick/items/qquicktext.cpp |
2 1 + 1 - 0 ! |
support ' in styled text and document it This ensures that some translations really look ok. |
disableopengltests.patch | (download) |
tests/auto/auto.pro |
1 0 + 1 - 0 ! |
disable all tests that fails with xvfb So far some tests need real OpenGL support |
fix_test_remove_qlibraryinfo.patch | (download) |
.qmake.conf |
3 3 + 0 - 0 ! |
make sure that tests run with just compiled versions of tools |
wait_for_window_exposed.patch | (download) |
tests/auto/quicktest/signalspy/tst_signalspy.cpp |
2 1 + 1 - 0 ! |
use qwaitforwindowexposed instead of qwaitforwindowactive The qWaitForWindowActive() function returns false when the test is run inside Xvfb and there is no window manager. |
remove_youtube_iframe.patch | (download) |
src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc |
6 2 + 4 - 0 ! |
replace youtube iframe with youtube link |
riscv64 latomic.patch | (download) |
src/qml/qml.pro |
3 3 + 0 - 0 ! |
link with -latomic on riscv64 |
python3.patch | (download) |
src/3rdparty/masm/disassembler/udis86/itab.py |
4 2 + 2 - 0 ! |
make qtdeclarative build with python 3 |