summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
Merge qtdeclarative-opensource-src (5.11.1-4) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
testcase_array_iteration
Gbp-Pq: Name testcase_array_iteration.patch
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
qtdeclarative-opensource-src (5.11.1-4) unstable; urgency=medium
* Update symbols files with buildds' logs.
[dgit import unpatched qtdeclarative-opensource-src 5.11.1-4]
Lisandro Damián Nicanor Pérez Meyer [Fri, 27 Jul 2018 01:09:16 +0000 (02:09 +0100)]
Import qtdeclarative-opensource-src_5.11.1-4.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.11.1-4 qtdeclarative-opensource-src_5.11.1-4.debian.tar.xz]
Simon Quigley [Tue, 19 Jun 2018 21:26:32 +0000 (22:26 +0100)]
Import qtdeclarative-opensource-src_5.11.1.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.11.1.orig.tar.xz]
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
Merge qtdeclarative-opensource-src (5.10.1-4) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
disable_jit_on_mips
Gbp-Pq: Name disable_jit_on_mips.patch
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal
When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.
Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.
Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.
Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594
Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
avoid-marking-hidden-windows-updatePending
Gbp-Pq: Name avoid-marking-hidden-windows-updatePending.patch
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
qtdeclarative-opensource-src (5.10.1-4) unstable; urgency=high
* Avoid marking hidden windows as updatePending in Gui render loop
(LP: #
1761016).
- avoid-marking-hidden-windows-updatePending.patch
* Bump Standards-version to 4.1.4, no changes needed.
* Bump debhelper compat to 11, no changes needed.
* Add hardening rules in debian/rules.
[dgit import unpatched qtdeclarative-opensource-src 5.10.1-4]
Simon Quigley [Mon, 9 Apr 2018 23:44:03 +0000 (00:44 +0100)]
Import qtdeclarative-opensource-src_5.10.1-4.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.10.1-4 qtdeclarative-opensource-src_5.10.1-4.debian.tar.xz]
Dmitry Shachnev [Mon, 19 Feb 2018 22:10:02 +0000 (22:10 +0000)]
Import qtdeclarative-opensource-src_5.10.1.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.10.1.orig.tar.xz]
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
Merge qtdeclarative-opensource-src (5.9.2-3) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
revert_singletons_change
Gbp-Pq: Name revert_singletons_change.patch
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
disable_jit_on_mips
Gbp-Pq: Name disable_jit_on_mips.patch
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal
When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.
Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.
Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.
Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594
Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
qtdeclarative-opensource-src (5.9.2-3) unstable; urgency=medium
* Bump qtdeclarative-abi version to 5-9-2.
* Update debian/libqt5qml5.symbols from buildds’ logs.
* Temporarily revert upstream commit that caused issues in some KDE apps.
* Upload to unstable.
[dgit import unpatched qtdeclarative-opensource-src 5.9.2-3]
Dmitry Shachnev [Thu, 26 Oct 2017 13:27:02 +0000 (14:27 +0100)]
Import qtdeclarative-opensource-src_5.9.2-3.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.9.2-3 qtdeclarative-opensource-src_5.9.2-3.debian.tar.xz]
Dmitry Shachnev [Sat, 14 Oct 2017 21:17:05 +0000 (22:17 +0100)]
Import qtdeclarative-opensource-src_5.9.2.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.9.2.orig.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
Merge qtdeclarative-opensource-src (5.9.1-6) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
rebuild-QmlDatapropertyCache-if-deleted
Gbp-Pq: Name rebuild-QmlDatapropertyCache-if-deleted.patch
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
disable_jit_on_mips
Gbp-Pq: Name disable_jit_on_mips.patch
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal
When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.
Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.
Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.
Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594
Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
fix_image_source_memory_leak
Gbp-Pq: Name fix_image_source_memory_leak.patch
Lisandro Damián Nicanor Pérez Meyer [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
qtdeclarative-opensource-src (5.9.1-6) unstable; urgency=medium
* Add fix_image_source_memory_leak.patch to fix QTBUG-61754 (Closes: #874581).
* Update symbols files with buildds' logs.
[dgit import unpatched qtdeclarative-opensource-src 5.9.1-6]
Lisandro Damián Nicanor Pérez Meyer [Thu, 7 Sep 2017 17:01:39 +0000 (18:01 +0100)]
Import qtdeclarative-opensource-src_5.9.1-6.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.9.1-6 qtdeclarative-opensource-src_5.9.1-6.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
Merge qtdeclarative-opensource-src (5.9.1-5) import into refs/heads/workingbranch
Debian Qt/KDE Maintainers [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
rebuild-QmlDatapropertyCache-if-deleted
Gbp-Pq: Name rebuild-QmlDatapropertyCache-if-deleted.patch
Debian Qt/KDE Maintainers [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
disable_jit_on_mips
Gbp-Pq: Name disable_jit_on_mips.patch
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal
When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.
Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.
Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.
Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594
Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch
Debian Qt/KDE Maintainers [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Lisandro Damián Nicanor Pérez Meyer [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
qtdeclarative-opensource-src (5.9.1-5) unstable; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Bump qtdeclarative-abi to 5-9-1 so it matches' qtbase's versioning. Plus
it's the version we are pushing to unstable.
[ Dmitry Shachnev ]
* Update symbols files for GCC 7 symbols changes.
[dgit import unpatched qtdeclarative-opensource-src 5.9.1-5]
Lisandro Damián Nicanor Pérez Meyer [Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)]
Import qtdeclarative-opensource-src_5.9.1-5.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.9.1-5 qtdeclarative-opensource-src_5.9.1-5.debian.tar.xz]
Dmitry Shachnev [Sat, 1 Jul 2017 15:57:08 +0000 (16:57 +0100)]
Import qtdeclarative-opensource-src_5.9.1.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.9.1.orig.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
Merge qtdeclarative-opensource-src (5.7.1-2) import into refs/heads/workingbranch
Guillem Jover [Sun, 11 Oct 2015 23:45:37 +0000 (01:45 +0200)]
Do not make lack of SSE2 support on x86-32 fatal
When an x86-32 CPU does not have SSE2 support (which is the case for
all AMD CPUs, and older Intel CPUs), fallback to use the interpreter,
otherwise use the JIT engine.
Even then, make the lack of SSE2 support on x86-32 fatal when trying
to instantiate a JIT engine, which does require it.
Refactor the required CPU support check into a new pair of privately
exported functions to avoid duplicating the logic, and do so in
functions instead of class members to avoid changing the class
signatures.
Version: 5.7.x
Bug-Debian: https://bugs.debian.org/792594
Gbp-Pq: Name Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch
Debian Qt/KDE Maintainers [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
fix_tst_qqmlapplicationengine
Gbp-Pq: Name fix_tst_qqmlapplicationengine.diff
Lisandro Damián Nicanor Pérez Meyer [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
qtdeclarative-opensource-src (5.7.1-2) unstable; urgency=medium
[ Dmitry Shachnev ]
* Drop obsolete Breaks/Replaces. Qt versions before 5.3.2 were never part
of a stable release (Jessie and Wheezy-backports have 5.3.2).
[ Lisandro Damián Nicanor Pérez Meyer ]
* Do not make lack of SSE2 support on x86-32 fatal by using Guillem Jover's
patch (Closes: #792594). Thanks Guillem!
[dgit import unpatched qtdeclarative-opensource-src 5.7.1-2]
Lisandro Damián Nicanor Pérez Meyer [Mon, 2 Jan 2017 15:15:42 +0000 (15:15 +0000)]
Import qtdeclarative-opensource-src_5.7.1-2.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.7.1-2 qtdeclarative-opensource-src_5.7.1-2.debian.tar.xz]
Dmitry Shachnev [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
Merge qtdeclarative-opensource-src (5.7.1-1) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:25:08 +0000 (05:25 +0000)]
Merge qtdeclarative-opensource-src (5.7.1~
20161021-5) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:25:23 +0000 (05:25 +0000)]
Merge qtdeclarative-opensource-src (5.6.1-11) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:25:21 +0000 (05:25 +0000)]
Merge qtdeclarative-opensource-src (5.6.1-8) import into refs/heads/workingbranch
Dmitry Shachnev [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
Import qtdeclarative-opensource-src_5.7.1.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.7.1.orig.tar.xz]
Debian Qt/KDE Maintainers [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
fix_tst_qqmlapplicationengine
Gbp-Pq: Name fix_tst_qqmlapplicationengine.diff
Dmitry Shachnev [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
qtdeclarative-opensource-src (5.7.1-1) unstable; urgency=medium
* New upstream final release.
* Drop revert_c9ffed92.diff, the issue has been properly fixed upstream.
* Drop fix_tags_types.diff, applied upstream.
* Bump qtbase build-dependencies to 5.7.1 final.
* Update symbols files from buildds’ logs and the current build log.
* Replace 5.7.1~
20161021 with 5.7.1 in the symbols files.
[dgit import unpatched qtdeclarative-opensource-src 5.7.1-1]
Dmitry Shachnev [Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)]
Import qtdeclarative-opensource-src_5.7.1-1.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.7.1-1 qtdeclarative-opensource-src_5.7.1-1.debian.tar.xz]
Debian Qt/KDE Maintainers [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
revert_c9ffed92
Gbp-Pq: Name revert_c9ffed92.diff
Debian Qt/KDE Maintainers [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
fix_tags_types
Gbp-Pq: Name fix_tags_types.diff
Debian Qt/KDE Maintainers [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
fix_tst_qqmlapplicationengine
Gbp-Pq: Name fix_tst_qqmlapplicationengine.diff
Dmitry Shachnev [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
qtdeclarative-opensource-src (5.7.1~
20161021-5) unstable; urgency=medium
* Revert upstream commit
c9ffed92a0dee0ae, which broke Qt Quick Controls.
Update the symbols files accordingly. Closes: #843250.
[dgit import unpatched qtdeclarative-opensource-src 5.7.1~
20161021-5]
Dmitry Shachnev [Sun, 6 Nov 2016 14:01:42 +0000 (14:01 +0000)]
Import qtdeclarative-opensource-src_5.7.1~
20161021-5.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.7.1~
20161021-5 qtdeclarative-opensource-src_5.7.1~
20161021-5.debian.tar.xz]
Dmitry Shachnev [Tue, 25 Oct 2016 07:45:32 +0000 (07:45 +0000)]
Import qtdeclarative-opensource-src_5.7.1~
20161021.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.7.1~
20161021.orig.tar.xz]
Debian Qt/KDE Maintainers [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
fix_test_remove_qlibraryinfo
Gbp-Pq: Name fix_test_remove_qlibraryinfo.patch
Debian Qt/KDE Maintainers [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
disableopengltests
Gbp-Pq: Name disableopengltests.patch
Debian Qt/KDE Maintainers [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
check_system_double-conversion
Gbp-Pq: Name check_system_double-conversion.patch
Debian Qt/KDE Maintainers [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
fix-V4-on-big-endian
Gbp-Pq: Name fix-V4-on-big-endian.patch
Debian Qt/KDE Maintainers [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
no_lifetime_dse
Gbp-Pq: Name no_lifetime_dse.diff
Ulf Hermann [Wed, 8 Jun 2016 15:32:32 +0000 (17:32 +0200)]
QML: Only release types if they aren't referenced anymore
Just checking for references on m_compiledData is not enough. The
actual component can also be referenced. Thus it won't be deleted
on release(), but cannot be found in the type cache anymore.
Task-number: QTBUG-53761
Change-Id: I8567af8e75a078598e4fed31e4717134e1332278
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
(cherry picked from commit
2ac19881f92c94f4e9427bd9ff513210675f259e)
Gbp-Pq: Name qml_only_release_types_if_they_arent_referenced_anymore.patch
Dmitry Shachnev [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
qtdeclarative-opensource-src (5.6.1-11) unstable; urgency=medium
* Run make check with -k flag to get as much output as possible.
* Update fix-V4-on-big-endian.patch with a fix for 32-bit big endian
architectures.
* Drop fix_engine_64bits_big_endian.diff, now redundant.
[dgit import unpatched qtdeclarative-opensource-src 5.6.1-11]
Dmitry Shachnev [Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)]
Import qtdeclarative-opensource-src_5.6.1-11.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.6.1-11 qtdeclarative-opensource-src_5.6.1-11.debian.tar.xz]
Maximilaino Curia [Tue, 19 Jul 2016 10:20:00 +0000 (12:20 +0200)]
Fix engine in big endian 64 arches (s390x)
This fixes https://bugreports.qt.io/browse/QTBUG-54717
Gbp-Pq: Name fix_engine_64bits_big_endian.diff
Debian Qt/KDE Maintainers [Sun, 11 Sep 2016 12:30:31 +0000 (12:30 +0000)]
check_system_double-conversion
Gbp-Pq: Name check_system_double-conversion.patch
Debian Qt/KDE Maintainers [Sun, 11 Sep 2016 12:30:31 +0000 (12:30 +0000)]
no_lifetime_dse
Gbp-Pq: Name no_lifetime_dse.diff
Ulf Hermann [Wed, 8 Jun 2016 15:32:32 +0000 (17:32 +0200)]
QML: Only release types if they aren't referenced anymore
Just checking for references on m_compiledData is not enough. The
actual component can also be referenced. Thus it won't be deleted
on release(), but cannot be found in the type cache anymore.
Task-number: QTBUG-53761
Change-Id: I8567af8e75a078598e4fed31e4717134e1332278
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
(cherry picked from commit
2ac19881f92c94f4e9427bd9ff513210675f259e)
Gbp-Pq: Name qml_only_release_types_if_they_arent_referenced_anymore.patch
Lisandro Damián Nicanor Pérez Meyer [Sun, 11 Sep 2016 12:30:31 +0000 (12:30 +0000)]
qtdeclarative-opensource-src (5.6.1-8) unstable; urgency=medium
* Update symbols files with buildds' logs (Closes: #836379).
[dgit import unpatched qtdeclarative-opensource-src 5.6.1-8]
Lisandro Damián Nicanor Pérez Meyer [Sun, 11 Sep 2016 12:30:31 +0000 (12:30 +0000)]
Import qtdeclarative-opensource-src_5.6.1-8.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.6.1-8 qtdeclarative-opensource-src_5.6.1-8.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Thu, 9 Jun 2016 21:12:03 +0000 (21:12 +0000)]
Import qtdeclarative-opensource-src_5.6.1.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.6.1.orig.tar.xz]
Debian Qt/KDE Maintainers [Thu, 25 Sep 2014 02:22:11 +0000 (02:22 +0000)]
freebsd_registers
Gbp-Pq: Name freebsd_registers.diff
Lisandro Damián Nicanor Pérez Meyer [Thu, 25 Sep 2014 02:22:11 +0000 (02:22 +0000)]
qtdeclarative-opensource-src (5.3.2-4) unstable; urgency=medium
* Remove CMake files for plugins, we don't need to ship them.
[dgit import unpatched qtdeclarative-opensource-src 5.3.2-4]
Lisandro Damián Nicanor Pérez Meyer [Thu, 25 Sep 2014 02:22:11 +0000 (02:22 +0000)]
Import qtdeclarative-opensource-src_5.3.2-4.debian.tar.xz
[dgit import tarball qtdeclarative-opensource-src 5.3.2-4 qtdeclarative-opensource-src_5.3.2-4.debian.tar.xz]
Lisandro Damián Nicanor Pérez Meyer [Wed, 17 Sep 2014 00:18:19 +0000 (00:18 +0000)]
Import qtdeclarative-opensource-src_5.3.2.orig.tar.xz
[dgit import orig qtdeclarative-opensource-src_5.3.2.orig.tar.xz]