summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Max Lin [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
make qtdeclarative build with Python 3
Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch
Forwarded: not-yet
Last-Update: 2020-01-01
Gbp-Pq: Name python3.patch
Aurelien Jarno [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
link with -latomic on riscv64
Forwarded: no
Last-Update: 2020-01-01
Gbp-Pq: Name riscv64-latomic.patch
Dmitry Shachnev [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
replace YouTube iframe with YouTube link
Forwarded: not-needed
Last-Update: 2019-12-19
Gbp-Pq: Name remove_youtube_iframe.patch
Dmitry Shachnev [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
use qWaitForWindowExposed instead of qWaitForWindowActive
Forwarded: no
Last-Update: 2019-04-21
The qWaitForWindowActive() function returns false when the test is
run inside Xvfb and there is no window manager.
Gbp-Pq: Name wait_for_window_exposed.patch
Sandro Knauß [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
Make sure that tests run with just compiled versions of tools
Origin: Debian
Last-Update: 2020-09-08
Last-Update: 2020-09-08
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Sandro Knauß [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
Disable all tests that fails with xvfb
Origin: Debian
Forwarded: not-needed - it is a limitation so far inside Debian
Last-Update: 2019-03-14
So far some tests need real OpenGL support
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
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
Debian Qt/KDE Maintainers [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
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
Debian Qt/KDE Maintainers [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
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
Debian Qt/KDE Maintainers [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
fix QML property cache leaks of delegate items
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=
b2862e2bd84d651c
Last-Update: 2021-01-26
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.
Gbp-Pq: Name fix_qml_property_cache_leaks.patch
Debian Qt/KDE Maintainers [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
The qmltime should be a tool, not a normal executable or an app.
Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?h=5.15&id=
30c7a6c6a8742648
Last-Update: 2021-01-18
Gbp-Pq: Name qmltime-tool.patch
Dmitry Shachnev [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-9) unstable; urgency=medium
* Remove unneeded libgl1-mesa-dri Build-Depends and Depends.
* Update debian/source/lintian-overrides for Lintian 2.109.
* Bump Standards-Version to 4.6.0, no changes needed.
[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-9]
Dmitry Shachnev [Sat, 18 Dec 2021 12:47:05 +0000 (12:47 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-9.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-9 qtdeclarative-opensource-src_5.15.2+dfsg-9.debian.tar.xz]
Dmitry Shachnev [Sat, 21 Nov 2020 13:46:44 +0000 (13:46 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.15.2+dfsg.orig.tar.xz]