qtdeclarative-opensource-src.git
4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-8+rpi1) import into refs/heads/workin...
Raspbian forward porter [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-8+rpi1) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agoSupport ' in styled text and document it
Debian Qt/KDE Maintainers [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agomake tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Debian Qt/KDE Maintainers [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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
Last-Update: 2021-08-18

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-8+rpi1) bookworm-staging; urgency=medium
Raspbian forward porter [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
qtdeclarative-opensource-src (5.15.2+dfsg-8+rpi1) bookworm-staging; urgency=medium

  [changes brought forward from 5.14.2+dfsg-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 04 Jul 2020 19:53:58 +0000]
  * Update symbols file for raspbian.

  [changes introduced in 5.14.2+dfsg-3+rpi1 by Peter Michael Green]
  * Mark a gcc 10 only symbol as optional.
  * Disable testsuite.

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-8+rpi1]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-8+rpi1.debian.tar.xz
Raspbian forward porter [Tue, 24 Aug 2021 16:04:49 +0000 (17:04 +0100)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-8+rpi1.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-8+rpi1 qtdeclarative-opensource-src_5.15.2+dfsg-8+rpi1.debian.tar.xz]

4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-8) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-8) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agoSupport &apos; in styled text and document it
Debian Qt/KDE Maintainers [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
Support &apos; 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

4 years agomake tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Debian Qt/KDE Maintainers [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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
Last-Update: 2021-08-18

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-8) unstable; urgency=medium
Dmitry Shachnev [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
qtdeclarative-opensource-src (5.15.2+dfsg-8) unstable; urgency=medium

  * Include <limits> in Yarr.h to fix FTBFS with GCC 11 on arm64 and i386.

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-8]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-8.debian.tar.xz
Dmitry Shachnev [Wed, 18 Aug 2021 11:21:46 +0000 (12:21 +0100)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-8.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-8 qtdeclarative-opensource-src_5.15.2+dfsg-8.debian.tar.xz]

4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-6) import into refs/heads/workingbranch
Lisandro Damián Nicanor Pérez Meyer [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-6) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agoSupport &apos; in styled text and document it
Debian Qt/KDE Maintainers [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
Support &apos; 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

4 years agomake tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Debian Qt/KDE Maintainers [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
build fixes for GCC 11

Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb6525f126f680f9
Last-Update: 2021-01-26

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-6) unstable; urgency=medium
Lisandro Damián Nicanor Pérez Meyer [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
qtdeclarative-opensource-src (5.15.2+dfsg-6) unstable; urgency=medium

  * Backport patch to support &appos in styled text, along with it's
    documentation.

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-6]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-6.debian.tar.xz
Lisandro Damián Nicanor Pérez Meyer [Tue, 1 Jun 2021 21:37:21 +0000 (22:37 +0100)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-6.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-6 qtdeclarative-opensource-src_5.15.2+dfsg-6.debian.tar.xz]

4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-5) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-5) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agomake tst_qmldiskcache::regenerateAfterChange() pass on big endian systems
Debian Qt/KDE Maintainers [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
build fixes for GCC 11

Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb6525f126f680f9
Last-Update: 2021-01-26

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-5) unstable; urgency=medium
Dmitry Shachnev [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-5) unstable; urgency=medium

  * Add a patch to make tst_qmldiskcache::regenerateAfterChange() pass on
    big endian systems.
  * Add missing dependencies to qtdeclarative5-dev (closes: #985500).

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-5]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-5.debian.tar.xz
Dmitry Shachnev [Fri, 19 Mar 2021 17:46:16 +0000 (17:46 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-5.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-5 qtdeclarative-opensource-src_5.15.2+dfsg-5.debian.tar.xz]

4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-4) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-4) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
build fixes for GCC 11

Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb6525f126f680f9
Last-Update: 2021-01-26

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-4) unstable; urgency=medium
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-4) unstable; urgency=medium

  * Add Conflicts: against the -gles packages, to make that relation mutual.
    (Thanks to David Kalnischkies for the suggestion; see also #976389.)

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-4]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-4.debian.tar.xz
Dmitry Shachnev [Thu, 4 Feb 2021 17:36:43 +0000 (17:36 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-4.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-4 qtdeclarative-opensource-src_5.15.2+dfsg-4.debian.tar.xz]

4 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-3) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-3) import into refs/heads/workingbranch

4 years agomake qtdeclarative build with Python 3
Max Lin [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agolink with -latomic on riscv64
Aurelien Jarno [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

4 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

4 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agoDisable all tests that fails with xvfb
Sandro Knauß [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agobuild fixes for GCC 11
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
build fixes for GCC 11

Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=eb6525f126f680f9
Last-Update: 2021-01-26

Gbp-Pq: Name gcc_11.patch

4 years agofix QML property cache leaks of delegate items
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agoThe qmltime should be a tool, not a normal executable or an app.
Debian Qt/KDE Maintainers [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +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

4 years agoqtdeclarative-opensource-src (5.15.2+dfsg-3) unstable; urgency=medium
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-3) unstable; urgency=medium

  [ Alexander Volkov ]
  * Backport upstream patch to build qmltime as a tool.

  [ Dmitry Shachnev ]
  * Backport upstream patch to fix QML property cache leaks of delegate
    items.
  * Backport upstream patch to fix build with GCC 11.
  * Update debian/watch: use format 4, and track only 5.15.x releases.

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-3]

4 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-3.debian.tar.xz
Dmitry Shachnev [Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-3.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-3 qtdeclarative-opensource-src_5.15.2+dfsg-3.debian.tar.xz]

5 years agoMerge qtdeclarative-opensource-src (5.15.2+dfsg-2) import into refs/heads/workingbranch
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Merge qtdeclarative-opensource-src (5.15.2+dfsg-2) import into refs/heads/workingbranch

5 years agomake qtdeclarative build with Python 3
Max Lin [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +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

5 years agolink with -latomic on riscv64
Aurelien Jarno [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

5 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

5 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +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

5 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +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

5 years agoDisable all tests that fails with xvfb
Sandro Knauß [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +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

5 years agoqtdeclarative-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
qtdeclarative-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium

  * Bump Standards-Version to 4.5.1, no changes needed.
  * Upload to unstable.

[dgit import unpatched qtdeclarative-opensource-src 5.15.2+dfsg-2]

5 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg-2.debian.tar.xz
Dmitry Shachnev [Fri, 11 Dec 2020 08:31:45 +0000 (08:31 +0000)]
Import qtdeclarative-opensource-src_5.15.2+dfsg-2.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.2+dfsg-2 qtdeclarative-opensource-src_5.15.2+dfsg-2.debian.tar.xz]

5 years agoImport qtdeclarative-opensource-src_5.15.2+dfsg.orig.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]

5 years agoMerge qtdeclarative-opensource-src (5.15.1+dfsg-3) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Merge qtdeclarative-opensource-src (5.15.1+dfsg-3) import into refs/heads/workingbranch

5 years agomake qtdeclarative build with Python 3
Max Lin [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +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

5 years agolink with -latomic on riscv64
Aurelien Jarno [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
link with -latomic on riscv64

Forwarded: no
Last-Update: 2020-01-01

Gbp-Pq: Name riscv64-latomic.patch

5 years agoreplace YouTube iframe with YouTube link
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
replace YouTube iframe with YouTube link

Forwarded: not-needed
Last-Update: 2019-12-19

Gbp-Pq: Name remove_youtube_iframe.patch

5 years agouse qWaitForWindowExposed instead of qWaitForWindowActive
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +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

5 years agoMake sure that tests run with just compiled versions of tools
Sandro Knauß [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +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

5 years agoDisable all tests that fails with xvfb
Sandro Knauß [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +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

5 years agoqtdeclarative-opensource-src (5.15.1+dfsg-3) unstable; urgency=medium
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
qtdeclarative-opensource-src (5.15.1+dfsg-3) unstable; urgency=medium

  * Fix full (indep+arch) builds by deleting all Makefiles before building
    the arch-dependent packages. Makefiles generated during indep build are
    broken because they are generated before qmltypes.prf becomes available.
  * Add alternative -gles dependencies to qtdeclarative5-dev package.
  * Upload to unstable.

[dgit import unpatched qtdeclarative-opensource-src 5.15.1+dfsg-3]

5 years agoImport qtdeclarative-opensource-src_5.15.1+dfsg-3.debian.tar.xz
Dmitry Shachnev [Wed, 28 Oct 2020 18:53:18 +0000 (18:53 +0000)]
Import qtdeclarative-opensource-src_5.15.1+dfsg-3.debian.tar.xz

[dgit import tarball qtdeclarative-opensource-src 5.15.1+dfsg-3 qtdeclarative-opensource-src_5.15.1+dfsg-3.debian.tar.xz]

5 years agoImport qtdeclarative-opensource-src_5.15.1+dfsg.orig.tar.xz
Dmitry Shachnev [Thu, 10 Sep 2020 18:28:43 +0000 (19:28 +0100)]
Import qtdeclarative-opensource-src_5.15.1+dfsg.orig.tar.xz

[dgit import orig qtdeclarative-opensource-src_5.15.1+dfsg.orig.tar.xz]

5 years agoMerge qtdeclarative-opensource-src (5.14.2+dfsg-3) import into refs/heads/workingbranch
Dmitry Shachnev [Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)]
Merge qtdeclarative-opensource-src (5.14.2+dfsg-3) import into refs/heads/workingbranch