From 384ca267009e6d76e3f783478a2b552afa915daa Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 12 Sep 2018 10:38:37 +0200 Subject: [PATCH 01/29] Update submodules on '5.11.2' in qt5 Change-Id: Icf8612cbd19dcd417956ce4d56634e7f5a31369e Reviewed-by: Liang Qi --- qtbase | 2 +- qtdeclarative | 2 +- qtqa | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qtbase b/qtbase index 9da5b6f7..2aa779e8 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 9da5b6f7432dc1d87cec94040ede69cb2f7ff537 +Subproject commit 2aa779e893bd7526c97a1968c6835204e4e985e2 diff --git a/qtdeclarative b/qtdeclarative index 72cc53b5..0431e462 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 72cc53b5ee8bd6821d0094ad0c5c45d7a269f943 +Subproject commit 0431e462dff57bc6a9010649c0d7f153d91cab2d diff --git a/qtqa b/qtqa index 509c0bd2..711ef5a1 160000 --- a/qtqa +++ b/qtqa @@ -1 +1 @@ -Subproject commit 509c0bd23590e0e39189ed96448263fa248aac67 +Subproject commit 711ef5a1611b3f9428811856abdcbb8cd335d2d4 From 6dfe5c31f27290973a3375461908e81ad63c3de7 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 27 Aug 2018 10:41:22 +0200 Subject: [PATCH 02/29] init-repo: Resolve alternate url for git sub-submodules Do set correct --alternates argument for sub-submodules like qtwebengine/src/3rdparty. So far these repositories were always fully cloned from remote (or the mirror). Fixes: QTBUG-61901 Change-Id: I19f5930a03ab9050b6e62ac5a5c78780d0544e03 Reviewed-by: Oswald Buddenhagen --- init-repository | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/init-repository b/init-repository index 026ac987..63972ae3 100755 --- a/init-repository +++ b/init-repository @@ -299,7 +299,7 @@ use constant { sub git_clone_all_submodules { - my ($self, $my_repo_base, $co_branch, @subset) = @_; + my ($self, $my_repo_base, $co_branch, $alternates, @subset) = @_; my %subdirs = (); my %subbranches = (); @@ -406,7 +406,7 @@ sub git_clone_all_submodules foreach my $module (@modules) { $self->git_clone_one_submodule($subdirs{$module}, $subbases{$module}, - $co_branch && $subbranches{$module}); + $co_branch && $subbranches{$module}, $alternates); } if ($co_branch) { @@ -434,7 +434,7 @@ sub git_clone_all_submodules if (-f $module.'/.gitmodules') { my $orig_cwd = getcwd(); chdir($module) or confess "chdir $module: $OS_ERROR"; - $self->git_clone_all_submodules($subbases{$module}, 0, "all"); + $self->git_clone_all_submodules($subbases{$module}, 0, "$alternates/$module", "all"); chdir("$orig_cwd") or confess "chdir $orig_cwd: $OS_ERROR"; } } @@ -491,9 +491,8 @@ sub git_stat_one_submodule sub git_clone_one_submodule { - my ($self, $submodule, $repo_basename, $branch) = @_; + my ($self, $submodule, $repo_basename, $branch, $alternates) = @_; - my $alternates = $self->{ 'alternates' }; my $mirror_url = $self->{ 'mirror-url' }; my $protocol = $self->{ 'protocol' }; @@ -643,7 +642,7 @@ sub run $url =~ s/qt5$//; $self->{'base-url'} = $url; - $self->git_clone_all_submodules('qt5', $self->{branch}, @{$self->{'module-subset'}}); + $self->git_clone_all_submodules('qt5', $self->{branch}, $self->{alternates}, @{$self->{'module-subset'}}); $self->git_add_remotes('qt5'); From 31d989af00bb765c17ee99639e5f3bbe242ab69a Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Thu, 13 Sep 2018 04:31:25 +0000 Subject: [PATCH 03/29] Update submodules on '5.11' in qt5 Change-Id: If048c9cde7b6374c844cba513658564fe476abc1 Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtdeclarative | 2 +- qtqa | 2 +- qtquickcontrols2 | 2 +- qtwayland | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qtbase b/qtbase index 1f1e2aa5..bff307ab 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 1f1e2aa57b480f0b227e11d0cff0b3cfcffb1f39 +Subproject commit bff307ab93bd6963f84e08e8050efa6a838dba6e diff --git a/qtdeclarative b/qtdeclarative index 12e41a09..c2494382 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 12e41a09bd6eeb613e1f773de70baaad20b88cc3 +Subproject commit c2494382432d66cc08c14877378354f1b6cd6bfd diff --git a/qtqa b/qtqa index 509c0bd2..711ef5a1 160000 --- a/qtqa +++ b/qtqa @@ -1 +1 @@ -Subproject commit 509c0bd23590e0e39189ed96448263fa248aac67 +Subproject commit 711ef5a1611b3f9428811856abdcbb8cd335d2d4 diff --git a/qtquickcontrols2 b/qtquickcontrols2 index c4012e9a..e7213c04 160000 --- a/qtquickcontrols2 +++ b/qtquickcontrols2 @@ -1 +1 @@ -Subproject commit c4012e9a25514a76ae8f826142a3a3b121c9f322 +Subproject commit e7213c0460788f49ec6c2204bfd5c0517699aa51 diff --git a/qtwayland b/qtwayland index 8bf3546c..297bcd00 160000 --- a/qtwayland +++ b/qtwayland @@ -1 +1 @@ -Subproject commit 8bf3546cb1fc07849cec0c2b509882970cc78a9c +Subproject commit 297bcd005c4205f69e1bf9e9dc565ab757cf0bac From 967d28eed24a248647c8597ffb4a2aacaacdbc8c Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Thu, 13 Sep 2018 08:56:37 +0200 Subject: [PATCH 04/29] Update submodules on '5.11.2' in qt5 Change-Id: Iffc768a304dedfd645219db18ce10fb77515710f Reviewed-by: Liang Qi --- qtbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtbase b/qtbase index 2aa779e8..b0dce506 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 2aa779e893bd7526c97a1968c6835204e4e985e2 +Subproject commit b0dce506cc91c4b623eb323db7bbc18469e721c2 From 01c2cf3d8c52933418ed896c4ec8585ed9e3abd6 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Sat, 15 Sep 2018 04:34:36 +0000 Subject: [PATCH 05/29] Update submodules on '5.11' in qt5 Change-Id: I7a43072f75fc3ab3fb1814593af0bf6910ac85c7 Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtmultimedia | 2 +- qtwebengine | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qtbase b/qtbase index bff307ab..1511bfef 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit bff307ab93bd6963f84e08e8050efa6a838dba6e +Subproject commit 1511bfef52b0731e1fdeafd685bf4954024da0e9 diff --git a/qtmultimedia b/qtmultimedia index e9aa969c..2c5efb49 160000 --- a/qtmultimedia +++ b/qtmultimedia @@ -1 +1 @@ -Subproject commit e9aa969c8cc2226081326e8e1d01f0044fcd7411 +Subproject commit 2c5efb49495e31afa399a1c1ea003a9b630ba113 diff --git a/qtwebengine b/qtwebengine index 53df50a0..89afebb8 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 53df50a08fa68e85afea5ed02326eb8616fa1ee9 +Subproject commit 89afebb830f616a6e8c43dd37bf34551f243b264 From e4b9ccbbde10e63c05ce6c799a3a8a3415673311 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Sun, 16 Sep 2018 04:36:04 +0000 Subject: [PATCH 06/29] Update submodules on '5.11' in qt5 Change-Id: Ia6d0831b5376b92d8e2a261fe9f5626d3f2fddaa Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtbase b/qtbase index 1511bfef..cb5c24fa 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 1511bfef52b0731e1fdeafd685bf4954024da0e9 +Subproject commit cb5c24fa26142edaff8fd2c9787dbe45c222b4ff From 04b1fb9adcf1872109a42a90bb980ebd6447a013 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Tue, 18 Sep 2018 10:26:48 +0200 Subject: [PATCH 07/29] Update submodules on '5.11' in qt5 Change-Id: I39b766717891eeeca7da66be4b61937f2dec80dd Reviewed-by: Liang Qi --- qtremoteobjects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtremoteobjects b/qtremoteobjects index d292f1d9..a0263f7a 160000 --- a/qtremoteobjects +++ b/qtremoteobjects @@ -1 +1 @@ -Subproject commit d292f1d93ffef611a0a6e9f393251785e1e9b779 +Subproject commit a0263f7a09bd5b9c0d2d0f37f3037293c0a6f921 From 1ce244fec0068b2583f33db8383fb013ddfd465b Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 26 Sep 2018 04:31:05 +0000 Subject: [PATCH 08/29] Update submodules on '5.11' in qt5 Change-Id: Iff73075fe2038d7d1f7fc0853723004b263e994a Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtactiveqt | 2 +- qtbase | 2 +- qtcharts | 2 +- qtdeclarative | 2 +- qtdoc | 2 +- qtmultimedia | 2 +- qttools | 2 +- qtvirtualkeyboard | 2 +- qtwebengine | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qt3d b/qt3d index 03253bab..99942490 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 03253babc2077795eca2decfd8b9d6310f49ce93 +Subproject commit 999424908f17fa543baace39eb76a3c0ac89c7b5 diff --git a/qtactiveqt b/qtactiveqt index df7a2c1b..52637083 160000 --- a/qtactiveqt +++ b/qtactiveqt @@ -1 +1 @@ -Subproject commit df7a2c1b05614a1dae2209f108d7d9ac06c7f4d6 +Subproject commit 52637083eeaa1ab4b9468813a28d40feea81ab5e diff --git a/qtbase b/qtbase index cb5c24fa..f99e956d 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit cb5c24fa26142edaff8fd2c9787dbe45c222b4ff +Subproject commit f99e956d65058e22780d99832987edad16f6d077 diff --git a/qtcharts b/qtcharts index 28f83722..f6c9d0b5 160000 --- a/qtcharts +++ b/qtcharts @@ -1 +1 @@ -Subproject commit 28f8372233b5a4bbc740959d4a7d0d4823727798 +Subproject commit f6c9d0b59603d32a3a91dd166239429b3b056c6e diff --git a/qtdeclarative b/qtdeclarative index c2494382..8fd398c9 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit c2494382432d66cc08c14877378354f1b6cd6bfd +Subproject commit 8fd398c9d2f5f54e446e0b402bc63a2edb50da6f diff --git a/qtdoc b/qtdoc index f11e4a9a..4fbe46da 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit f11e4a9aba5d916a29810e78874ae51ca193bcf7 +Subproject commit 4fbe46da117d9241548b0cbce25576a43a3480d3 diff --git a/qtmultimedia b/qtmultimedia index 2c5efb49..6ed348b4 160000 --- a/qtmultimedia +++ b/qtmultimedia @@ -1 +1 @@ -Subproject commit 2c5efb49495e31afa399a1c1ea003a9b630ba113 +Subproject commit 6ed348b476938c9401f1f9bb751f3a0f2f4ac310 diff --git a/qttools b/qttools index ff440191..523b7274 160000 --- a/qttools +++ b/qttools @@ -1 +1 @@ -Subproject commit ff440191de244307c968b251faee4122267d3094 +Subproject commit 523b72743a40df3445e0ab7af421b60b5f76bc55 diff --git a/qtvirtualkeyboard b/qtvirtualkeyboard index 631b2089..3f152060 160000 --- a/qtvirtualkeyboard +++ b/qtvirtualkeyboard @@ -1 +1 @@ -Subproject commit 631b2089bc1cc73aa78a4ede1a731c8bdfbe8503 +Subproject commit 3f152060b4072cb9aea5ca98d956b22a25c25697 diff --git a/qtwebengine b/qtwebengine index 89afebb8..c5691532 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 89afebb830f616a6e8c43dd37bf34551f243b264 +Subproject commit c569153273dd05367962e448f053200d6338721a From 0e4743cabf4dc13005ae716dc0ff953a852d8257 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Thu, 27 Sep 2018 04:31:14 +0000 Subject: [PATCH 09/29] Update submodules on '5.11' in qt5 Change-Id: Ie4b2b37794d3cfad7da7c7449d287369c5b6315b Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtbase | 2 +- qtdoc | 2 +- qtwebengine | 2 +- qtwebview | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt3d b/qt3d index 99942490..74b81919 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 999424908f17fa543baace39eb76a3c0ac89c7b5 +Subproject commit 74b8191968184bf94f14409be77566a2730de89e diff --git a/qtbase b/qtbase index f99e956d..5e64957e 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit f99e956d65058e22780d99832987edad16f6d077 +Subproject commit 5e64957ee4162ecf4456306a530a68761c2b127f diff --git a/qtdoc b/qtdoc index 4fbe46da..22572163 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit 4fbe46da117d9241548b0cbce25576a43a3480d3 +Subproject commit 22572163e4133a5a2ab6a06bb71e8f8a61f3f7ca diff --git a/qtwebengine b/qtwebengine index c5691532..dd7c3f92 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit c569153273dd05367962e448f053200d6338721a +Subproject commit dd7c3f92c4668ed9ebdb1714d00de1cb61ab7dd4 diff --git a/qtwebview b/qtwebview index b9fef247..e54a993e 160000 --- a/qtwebview +++ b/qtwebview @@ -1 +1 @@ -Subproject commit b9fef247821416de6532a5ed375a01039c6336dd +Subproject commit e54a993e028039be93a46c5decf00194d898b9c4 From f0f31335e9ff62a78feb1a458121c907c02b4ec1 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 3 Oct 2018 04:31:10 +0000 Subject: [PATCH 10/29] Update submodules on '5.11' in qt5 Change-Id: If72a35b56e4f1a1c102f60d2db543dd07c525dcd Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtbase | 2 +- qtcharts | 2 +- qtdatavis3d | 2 +- qtdeclarative | 2 +- qtlocation | 2 +- qtmultimedia | 2 +- qtqa | 2 +- qtquickcontrols2 | 2 +- qtserialbus | 2 +- qtvirtualkeyboard | 2 +- qtwebengine | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/qt3d b/qt3d index 74b81919..9b51fea0 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 74b8191968184bf94f14409be77566a2730de89e +Subproject commit 9b51fea01cc6b44c6ba49eda6a75cd92d9388689 diff --git a/qtbase b/qtbase index 5e64957e..18ec0a8b 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 5e64957ee4162ecf4456306a530a68761c2b127f +Subproject commit 18ec0a8b0991855f4576c2993832f9da41d97766 diff --git a/qtcharts b/qtcharts index f6c9d0b5..b90ea4a9 160000 --- a/qtcharts +++ b/qtcharts @@ -1 +1 @@ -Subproject commit f6c9d0b59603d32a3a91dd166239429b3b056c6e +Subproject commit b90ea4a947a5fe808cba8a12e3c9e9864ffdaa20 diff --git a/qtdatavis3d b/qtdatavis3d index f305948c..191ef6d8 160000 --- a/qtdatavis3d +++ b/qtdatavis3d @@ -1 +1 @@ -Subproject commit f305948c23f631ddce3e49c4bd90149997c0903c +Subproject commit 191ef6d87362a5285d34ece4c48655408b2daa12 diff --git a/qtdeclarative b/qtdeclarative index 8fd398c9..934d93b9 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 8fd398c9d2f5f54e446e0b402bc63a2edb50da6f +Subproject commit 934d93b9151134116d0fe23234ee9d0519a969ba diff --git a/qtlocation b/qtlocation index 67a93bb3..8a7bde9b 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit 67a93bb3684b5146505cf570da6c714d0bfe4b1d +Subproject commit 8a7bde9b93208259de65d6b1aef21d21b495b6d7 diff --git a/qtmultimedia b/qtmultimedia index 6ed348b4..6b0bbfad 160000 --- a/qtmultimedia +++ b/qtmultimedia @@ -1 +1 @@ -Subproject commit 6ed348b476938c9401f1f9bb751f3a0f2f4ac310 +Subproject commit 6b0bbfadf483c5eaca90a4737399fa98ef0d9347 diff --git a/qtqa b/qtqa index 711ef5a1..1b2fcea1 160000 --- a/qtqa +++ b/qtqa @@ -1 +1 @@ -Subproject commit 711ef5a1611b3f9428811856abdcbb8cd335d2d4 +Subproject commit 1b2fcea1485a291e3be885bed29f03f920ac9d90 diff --git a/qtquickcontrols2 b/qtquickcontrols2 index e7213c04..d923dd46 160000 --- a/qtquickcontrols2 +++ b/qtquickcontrols2 @@ -1 +1 @@ -Subproject commit e7213c0460788f49ec6c2204bfd5c0517699aa51 +Subproject commit d923dd467c1aeb3e195a09949b04862084002f88 diff --git a/qtserialbus b/qtserialbus index 71966594..b5c415eb 160000 --- a/qtserialbus +++ b/qtserialbus @@ -1 +1 @@ -Subproject commit 71966594c3ed75f5a863fc99956aca90d3b08655 +Subproject commit b5c415eb612d05f7fe690eff361a616d0cabbc7e diff --git a/qtvirtualkeyboard b/qtvirtualkeyboard index 3f152060..abbc5a8e 160000 --- a/qtvirtualkeyboard +++ b/qtvirtualkeyboard @@ -1 +1 @@ -Subproject commit 3f152060b4072cb9aea5ca98d956b22a25c25697 +Subproject commit abbc5a8ecc6a66c87d90a0f7acf15451c3808c1b diff --git a/qtwebengine b/qtwebengine index dd7c3f92..6b347edb 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit dd7c3f92c4668ed9ebdb1714d00de1cb61ab7dd4 +Subproject commit 6b347edb557bf0bbcf6b7b1ef30494f2c2db2397 From e05e24aa1852c37a4555126503407e9bb14d6cf5 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Mon, 8 Oct 2018 21:22:54 +0200 Subject: [PATCH 11/29] Update submodules on '5.11' in qt5 Change-Id: I0c458253ebe502ad13b40c6dda619ec9779e675e Reviewed-by: Liang Qi --- qt3d | 2 +- qtbase | 2 +- qtdeclarative | 2 +- qtlocation | 2 +- qtmultimedia | 2 +- qtquickcontrols2 | 2 +- qtwebengine | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qt3d b/qt3d index 9b51fea0..f5753346 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 9b51fea01cc6b44c6ba49eda6a75cd92d9388689 +Subproject commit f575334691dedc5e34e6391fe638f313de8270eb diff --git a/qtbase b/qtbase index 18ec0a8b..836a2fb8 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 18ec0a8b0991855f4576c2993832f9da41d97766 +Subproject commit 836a2fb8872217d2a04a209b89f2ac2ff86a4b99 diff --git a/qtdeclarative b/qtdeclarative index 934d93b9..10095542 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 934d93b9151134116d0fe23234ee9d0519a969ba +Subproject commit 10095542d16fc9f5b2c585abf72fe00be9debff3 diff --git a/qtlocation b/qtlocation index 8a7bde9b..f9a1c4a1 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit 8a7bde9b93208259de65d6b1aef21d21b495b6d7 +Subproject commit f9a1c4a18a3421617e28d2c26d30b011d22a0229 diff --git a/qtmultimedia b/qtmultimedia index 6b0bbfad..fc33195f 160000 --- a/qtmultimedia +++ b/qtmultimedia @@ -1 +1 @@ -Subproject commit 6b0bbfadf483c5eaca90a4737399fa98ef0d9347 +Subproject commit fc33195f87d7b2b036f1df625a8fda12557e05e4 diff --git a/qtquickcontrols2 b/qtquickcontrols2 index d923dd46..d56c193e 160000 --- a/qtquickcontrols2 +++ b/qtquickcontrols2 @@ -1 +1 @@ -Subproject commit d923dd467c1aeb3e195a09949b04862084002f88 +Subproject commit d56c193eb4ceb640611d66f22e1f26aae91cd7d1 diff --git a/qtwebengine b/qtwebengine index 6b347edb..3edd9466 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 6b347edb557bf0bbcf6b7b1ef30494f2c2db2397 +Subproject commit 3edd9466fb50ef817e2dffced023668c9c595bb7 From d30c0366dbf4e97a50ffb340cc193d4aa13b09bc Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Sat, 13 Oct 2018 04:30:59 +0000 Subject: [PATCH 12/29] Update submodules on '5.11' in qt5 Change-Id: I4a586ab957fc68b0afb2334048040e01f398a07b Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtdeclarative | 2 +- qtdoc | 2 +- qtimageformats | 2 +- qtqa | 2 +- qtquickcontrols | 2 +- qtwebengine | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qtbase b/qtbase index 836a2fb8..b7887f9b 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 836a2fb8872217d2a04a209b89f2ac2ff86a4b99 +Subproject commit b7887f9b4faad2227691a2af589e9d7680d6ae08 diff --git a/qtdeclarative b/qtdeclarative index 10095542..1ce94fc0 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 10095542d16fc9f5b2c585abf72fe00be9debff3 +Subproject commit 1ce94fc0f5311c8d9d7dc50de239a827279edcd9 diff --git a/qtdoc b/qtdoc index 22572163..9558eaf0 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit 22572163e4133a5a2ab6a06bb71e8f8a61f3f7ca +Subproject commit 9558eaf0800d201a6bc493b4edcf62b43089ae09 diff --git a/qtimageformats b/qtimageformats index 855106d1..80017a1c 160000 --- a/qtimageformats +++ b/qtimageformats @@ -1 +1 @@ -Subproject commit 855106d17258638cf50099b47d2db801c747ebb6 +Subproject commit 80017a1c7f829355edce61d5d50196cd1e13dcdd diff --git a/qtqa b/qtqa index 1b2fcea1..0e82d4f9 160000 --- a/qtqa +++ b/qtqa @@ -1 +1 @@ -Subproject commit 1b2fcea1485a291e3be885bed29f03f920ac9d90 +Subproject commit 0e82d4f936ca3cf3186eda6cd074872194e8f8e7 diff --git a/qtquickcontrols b/qtquickcontrols index e0291038..d7611760 160000 --- a/qtquickcontrols +++ b/qtquickcontrols @@ -1 +1 @@ -Subproject commit e02910386a4c0c3fd4f813a58b211d21622f750f +Subproject commit d76117604a9e04a9a66c0279687cc7dc54b9dc68 diff --git a/qtwebengine b/qtwebengine index 3edd9466..29408da8 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 3edd9466fb50ef817e2dffced023668c9c595bb7 +Subproject commit 29408da8540e49079332ff8eb57e63da0f907a08 From 2863cdc7aa79ece6332bd8cee913ef7ec8f0cf07 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Tue, 16 Oct 2018 04:30:55 +0000 Subject: [PATCH 13/29] Update submodules on '5.11' in qt5 Change-Id: I4327f5eef196cdad0ea41c7e2b8e59ccaa637582 Reviewed-by: Qt Submodule Update Bot --- qtdeclarative | 2 +- qtwebengine | 2 +- qtwinextras | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qtdeclarative b/qtdeclarative index 1ce94fc0..7f57472e 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 1ce94fc0f5311c8d9d7dc50de239a827279edcd9 +Subproject commit 7f57472e24a45a9cb56c7742f4c031405262ef98 diff --git a/qtwebengine b/qtwebengine index 29408da8..bdb2c84e 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 29408da8540e49079332ff8eb57e63da0f907a08 +Subproject commit bdb2c84ef50f316be7fde884542c10508f2a3bba diff --git a/qtwinextras b/qtwinextras index 5a2ce610..f072c959 160000 --- a/qtwinextras +++ b/qtwinextras @@ -1 +1 @@ -Subproject commit 5a2ce610f2ac011875a9e5879dae5060ea34db48 +Subproject commit f072c959a055b6140297c1bb8deba746ce8c6b72 From bb1f484318727e88dda40744ed1dd5d6858ee593 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Fri, 19 Oct 2018 04:31:04 +0000 Subject: [PATCH 14/29] Update submodules on '5.11' in qt5 Change-Id: Id7020bdeb4cafb5e6fe83fcf8833b882695205c8 Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtdeclarative | 2 +- qtdoc | 2 +- qtqa | 2 +- qtwebengine | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qtbase b/qtbase index b7887f9b..44eeeb8e 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit b7887f9b4faad2227691a2af589e9d7680d6ae08 +Subproject commit 44eeeb8e816fbdcd77ad734cfe7a7ec28da1c5ed diff --git a/qtdeclarative b/qtdeclarative index 7f57472e..0f0ed207 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 7f57472e24a45a9cb56c7742f4c031405262ef98 +Subproject commit 0f0ed2070333d61a2603cf3e9bc0cb15439e1177 diff --git a/qtdoc b/qtdoc index 9558eaf0..c6e73db4 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit 9558eaf0800d201a6bc493b4edcf62b43089ae09 +Subproject commit c6e73db4f577f2076e6ad4b542f7dab08b744659 diff --git a/qtqa b/qtqa index 0e82d4f9..184d74f4 160000 --- a/qtqa +++ b/qtqa @@ -1 +1 @@ -Subproject commit 0e82d4f936ca3cf3186eda6cd074872194e8f8e7 +Subproject commit 184d74f49c9951b1525066091088240a997c6092 diff --git a/qtwebengine b/qtwebengine index bdb2c84e..6fffee8b 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit bdb2c84ef50f316be7fde884542c10508f2a3bba +Subproject commit 6fffee8bfb270eda4f06fa5dbe3a4b190036e90a From ab7b56afe6be4dbe8a931964b237378839ac885a Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Sat, 20 Oct 2018 04:31:04 +0000 Subject: [PATCH 15/29] Update submodules on '5.11' in qt5 Change-Id: I2a43b09d5d15775ed17aaa782bb81741f1e15c1f Reviewed-by: Qt Submodule Update Bot --- qtandroidextras | 2 +- qtbase | 2 +- qtdeclarative | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qtandroidextras b/qtandroidextras index dafb9ad2..f7df383a 160000 --- a/qtandroidextras +++ b/qtandroidextras @@ -1 +1 @@ -Subproject commit dafb9ad2ecdfa35fc9f36b1596fd5c6e52e92325 +Subproject commit f7df383a284e2189f0137efd9d9496f2be79566b diff --git a/qtbase b/qtbase index 44eeeb8e..2708c6c1 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 44eeeb8e816fbdcd77ad734cfe7a7ec28da1c5ed +Subproject commit 2708c6c11d685ab25c12d558961d924c9a4533d2 diff --git a/qtdeclarative b/qtdeclarative index 0f0ed207..4a886753 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 0f0ed2070333d61a2603cf3e9bc0cb15439e1177 +Subproject commit 4a886753a75c7c4d66f1fa9cab5a6c5a03240df3 From 96a07386fb84fbbb0b238814ad2c2c02e9d4f593 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Tue, 23 Oct 2018 04:30:58 +0000 Subject: [PATCH 16/29] Update submodules on '5.11' in qt5 Change-Id: I7cd87f5de55b09332b9bfcfd5d4532cbc09072fc Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtserialbus | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qtbase b/qtbase index 2708c6c1..0cb44e2c 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 2708c6c11d685ab25c12d558961d924c9a4533d2 +Subproject commit 0cb44e2cfb11033cdb7e3b73a25f1ec394b08d6e diff --git a/qtserialbus b/qtserialbus index b5c415eb..864e4a8a 160000 --- a/qtserialbus +++ b/qtserialbus @@ -1 +1 @@ -Subproject commit b5c415eb612d05f7fe690eff361a616d0cabbc7e +Subproject commit 864e4a8ab514ddcd7f79106a6b447f7a1d5b5d4e From 26cece9f938cfcf0005b26f66b37fcbd877746d2 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 24 Oct 2018 04:31:07 +0000 Subject: [PATCH 17/29] Update submodules on '5.11' in qt5 Change-Id: I71eaf20c20124a8634e715aaee11bc0118a84a23 Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtbase | 2 +- qttools | 2 +- qtwebengine | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt3d b/qt3d index f5753346..33146940 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit f575334691dedc5e34e6391fe638f313de8270eb +Subproject commit 3314694004b825263c9b9f2d69bd85da806ccbbc diff --git a/qtbase b/qtbase index 0cb44e2c..72bedd49 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 0cb44e2cfb11033cdb7e3b73a25f1ec394b08d6e +Subproject commit 72bedd49bfb02ba7c7abf2a1a4c6cd165ebcd447 diff --git a/qttools b/qttools index 523b7274..d07e6b89 160000 --- a/qttools +++ b/qttools @@ -1 +1 @@ -Subproject commit 523b72743a40df3445e0ab7af421b60b5f76bc55 +Subproject commit d07e6b891e69c9ce4bed9e91c917d81d0d8a6ae1 diff --git a/qtwebengine b/qtwebengine index 6fffee8b..5b84b15c 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 6fffee8bfb270eda4f06fa5dbe3a4b190036e90a +Subproject commit 5b84b15cf610eb7ba2f62cf0f675238531816c30 From 7ea65aec65c63add17237aedacc332614e436832 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Fri, 26 Oct 2018 04:30:59 +0000 Subject: [PATCH 18/29] Update submodules on '5.11' in qt5 Change-Id: I2fd329c2d1097b89ab86768927b605af4c6e2a0f Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtimageformats | 2 +- qtlocation | 2 +- qttools | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qtbase b/qtbase index 72bedd49..d2e0e416 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 72bedd49bfb02ba7c7abf2a1a4c6cd165ebcd447 +Subproject commit d2e0e416d4444ccf3c208d6770e32ff0fb04b543 diff --git a/qtimageformats b/qtimageformats index 80017a1c..8455ab6c 160000 --- a/qtimageformats +++ b/qtimageformats @@ -1 +1 @@ -Subproject commit 80017a1c7f829355edce61d5d50196cd1e13dcdd +Subproject commit 8455ab6cb29fcccf44977c517689a8ad26781140 diff --git a/qtlocation b/qtlocation index f9a1c4a1..6b109d09 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit f9a1c4a18a3421617e28d2c26d30b011d22a0229 +Subproject commit 6b109d09982e09940dc8e777430a04410d7b6550 diff --git a/qttools b/qttools index d07e6b89..10263f42 160000 --- a/qttools +++ b/qttools @@ -1 +1 @@ -Subproject commit d07e6b891e69c9ce4bed9e91c917d81d0d8a6ae1 +Subproject commit 10263f42de0d2d1fb731deb4213b76fa6c0acd0f From 1af3c19fc816e1a2c12e8f1352ac09d4053f2edd Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 Oct 2018 19:21:12 +0200 Subject: [PATCH 19/29] commit template: add missing trailing space to Fixes footer Change-Id: If966752eeebc7044a9a8ba5a2a66b8c03846c771 Reviewed-by: Simon Hausmann --- .commit-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commit-template b/.commit-template index 3a288707..36687ee0 100644 --- a/.commit-template +++ b/.commit-template @@ -13,7 +13,7 @@ # Use Fixes to automatically close an issue, and Task-number to # reference it without further action. # You do not need both for the same issue. -#Fixes: +#Fixes: #Task-number: #Coverity-Id: # From 195799f36c1e6452e0ce49931551aef2dc59467c Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Thu, 1 Nov 2018 04:31:03 +0000 Subject: [PATCH 20/29] Update submodules on '5.11' in qt5 Change-Id: Id39d804153ed5bd04545fdd5fd90ec3cb7de88cf Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- qtrepotools | 2 +- qtvirtualkeyboard | 2 +- qtwebengine | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qtbase b/qtbase index d2e0e416..c9d18d4a 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit d2e0e416d4444ccf3c208d6770e32ff0fb04b543 +Subproject commit c9d18d4a9c9d1243a267316e2a702f9ba69de2fd diff --git a/qtrepotools b/qtrepotools index ddd8ad86..4712e59d 160000 --- a/qtrepotools +++ b/qtrepotools @@ -1 +1 @@ -Subproject commit ddd8ad86da7790ce83640814ee5f1528c4df1fbe +Subproject commit 4712e59d75bb95cb206aff4a6bc111c7c79b06a5 diff --git a/qtvirtualkeyboard b/qtvirtualkeyboard index abbc5a8e..c7a94110 160000 --- a/qtvirtualkeyboard +++ b/qtvirtualkeyboard @@ -1 +1 @@ -Subproject commit abbc5a8ecc6a66c87d90a0f7acf15451c3808c1b +Subproject commit c7a94110987672308ed04b40fd8ed207d1c8d93b diff --git a/qtwebengine b/qtwebengine index 5b84b15c..efa90d94 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit 5b84b15cf610eb7ba2f62cf0f675238531816c30 +Subproject commit efa90d944170f0a2f98c482825b9809c77e7792c From b082d7d5440c4fa301b4d44fa57b7df2bc623ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Fri, 26 Oct 2018 09:21:00 +0300 Subject: [PATCH 21/29] Replace .ci.local addresses with .intra.qt.io in provisioning scripts Change-Id: I5e5bc084faabb28ffdf0437871445ecb8970bfb3 Reviewed-by: Liang Qi --- coin/provisioning/common/unix/mqtt_broker.sh | 2 +- coin/provisioning/common/windows/jom.ps1 | 2 +- coin/provisioning/common/windows/mqtt_broker.ps1 | 2 +- coin/provisioning/common/windows/vulkansdk.ps1 | 2 +- coin/provisioning/common/windows/win10sdk.ps1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coin/provisioning/common/unix/mqtt_broker.sh b/coin/provisioning/common/unix/mqtt_broker.sh index 2d79c77b..dbc6b6b1 100644 --- a/coin/provisioning/common/unix/mqtt_broker.sh +++ b/coin/provisioning/common/unix/mqtt_broker.sh @@ -40,7 +40,7 @@ source "${BASH_SOURCE%/*}/InstallFromCompressedFileFromURL.sh" source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh" CommitSHA="5e14a65bbf602fe5d58afdd1394ce76d41ed5c65" -PrimaryUrl="http://ci-files01-hki.ci.local/input/mqtt_broker/paho.mqtt.testing-$CommitSHA.zip" +PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/mqtt_broker/paho.mqtt.testing-$CommitSHA.zip" AltUrl="https://github.com/eclipse/paho.mqtt.testing/archive/$CommitSHA.zip" SHA1="6afc375c2702eb36a960f38dd4912a3422d679fd" targetFolder="/opt/paho_broker" diff --git a/coin/provisioning/common/windows/jom.ps1 b/coin/provisioning/common/windows/jom.ps1 index 21993184..7cb60229 100644 --- a/coin/provisioning/common/windows/jom.ps1 +++ b/coin/provisioning/common/windows/jom.ps1 @@ -3,7 +3,7 @@ $version = "1_1_2" $zip = Get-DownloadLocation "jom_$version.zip" -Download http://download.qt.io/official_releases/jom/jom_$version.zip http://ci-files01-hki.ci.local/input/windows/jom_$version.zip $zip +Download http://download.qt.io/official_releases/jom/jom_$version.zip http://ci-files01-hki.intra.qt.io/input/windows/jom_$version.zip $zip Verify-Checksum $zip "80EE5678E714DE99DDAF5F7593AB04DB1C7928E4" Extract-7Zip $zip C:\Utils\Jom diff --git a/coin/provisioning/common/windows/mqtt_broker.ps1 b/coin/provisioning/common/windows/mqtt_broker.ps1 index f362f55c..3b1b63b6 100644 --- a/coin/provisioning/common/windows/mqtt_broker.ps1 +++ b/coin/provisioning/common/windows/mqtt_broker.ps1 @@ -38,7 +38,7 @@ $zip = Get-DownloadLocation "pahotest.zip" $commitSHA = "5e14a65bbf602fe5d58afdd1394ce76d41ed5c65" $sha1 = "6afc375c2702eb36a960f38dd4912a3422d679fd" -$internalUrl = "http://ci-files01-hki.ci.local/input/mqtt_broker/paho.mqtt.testing-$commitSHA.zip" +$internalUrl = "http://ci-files01-hki.intra.qt.io/input/mqtt_broker/paho.mqtt.testing-$commitSHA.zip" $externalUrl = "https://github.com/eclipse/paho.mqtt.testing/archive/$commitSHA.zip" Download $externalUrl $internalUrl $zip diff --git a/coin/provisioning/common/windows/vulkansdk.ps1 b/coin/provisioning/common/windows/vulkansdk.ps1 index 1629e676..90d214cb 100644 --- a/coin/provisioning/common/windows/vulkansdk.ps1 +++ b/coin/provisioning/common/windows/vulkansdk.ps1 @@ -36,7 +36,7 @@ # This script will install Vulkan SDK $version = "1.0.51.0" -$url_cache = "\\ci-files01-hki.ci.local\provisioning\windows\VulkanSDK-" +$version+ "-Installer.exe" +$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\VulkanSDK-" +$version+ "-Installer.exe" $vulkanPackage = "C:\Windows\Temp\vulkan-installer-$version.exe" Copy-Item $url_cache $vulkanPackage diff --git a/coin/provisioning/common/windows/win10sdk.ps1 b/coin/provisioning/common/windows/win10sdk.ps1 index d33a8fc1..3d5b84ef 100644 --- a/coin/provisioning/common/windows/win10sdk.ps1 +++ b/coin/provisioning/common/windows/win10sdk.ps1 @@ -35,7 +35,7 @@ # This script will install Windows 10 SDK -$url_cache = "\\ci-files01-hki.ci.local\provisioning\windows\winsdksetup.exe" +$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\winsdksetup.exe" $url_official = "https://download.microsoft.com/download/8/C/3/8C37C5CE-C6B9-4CC8-8B5F-149A9C976035/windowssdk/winsdksetup.exe" $package = "C:\Windows\Temp\winsdksetup.exe" $sha1 = "db237323f1779fb143e7cdc558e4345e7004489e" From 7e67d0e5586b1f5632c9c2c5148ccc75379e1b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20J=C3=A4ntti?= Date: Tue, 11 Sep 2018 11:27:15 +0300 Subject: [PATCH 22/29] Provisioning: RHEL-6.6: Update curl The currently used version of curl does not support TLS 1.2 or newer. Since download.qt.io has minimum requirement of TLS 1.2 we need to update the these packages. Task-number: QTQAINFRA-2212 Change-Id: I4737443b5b2180a592a18d9095fe3f31063ba329 Reviewed-by: Heikki Halmet --- coin/provisioning/qtci-linux-RHEL-6.6-x86_64/01-systemsetup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/01-systemsetup.sh b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/01-systemsetup.sh index 99612260..0b85f10d 100755 --- a/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/01-systemsetup.sh +++ b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/01-systemsetup.sh @@ -42,3 +42,5 @@ source "${BASH_SOURCE%/*}/../common/unix/check_and_set_proxy.sh" if [ "$http_proxy" != "" ]; then echo "proxy=$proxy" | sudo tee -a /etc/yum.conf fi + +sudo yum update -y nss curl From 471fa009d97a0009132de8372c2d94431b733d07 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 7 Nov 2018 04:31:07 +0000 Subject: [PATCH 23/29] Update submodules on '5.11' in qt5 Change-Id: Ibcc62dda910fb662ff85c840ca00cc31f17a8f00 Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtactiveqt | 2 +- qtbase | 2 +- qtdeclarative | 2 +- qtlocation | 2 +- qttranslations | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/qt3d b/qt3d index 33146940..726be38f 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 3314694004b825263c9b9f2d69bd85da806ccbbc +Subproject commit 726be38f774ea62c1f05003cca39fa2a68d794b0 diff --git a/qtactiveqt b/qtactiveqt index 52637083..f1cf2c56 160000 --- a/qtactiveqt +++ b/qtactiveqt @@ -1 +1 @@ -Subproject commit 52637083eeaa1ab4b9468813a28d40feea81ab5e +Subproject commit f1cf2c56c8dbf79e478a3e0a8f3d19032aa44d3a diff --git a/qtbase b/qtbase index c9d18d4a..b5d249f9 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit c9d18d4a9c9d1243a267316e2a702f9ba69de2fd +Subproject commit b5d249f9538bf3dc44f11879c2244deb5a37bf97 diff --git a/qtdeclarative b/qtdeclarative index 4a886753..919a6804 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 4a886753a75c7c4d66f1fa9cab5a6c5a03240df3 +Subproject commit 919a6804990277fb0eb10015559fd4a6e9b26547 diff --git a/qtlocation b/qtlocation index 6b109d09..ee700d2e 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit 6b109d09982e09940dc8e777430a04410d7b6550 +Subproject commit ee700d2eeb4508aa5356ddef11bf11964c5d9283 diff --git a/qttranslations b/qttranslations index 60de15a0..4e18ae94 160000 --- a/qttranslations +++ b/qttranslations @@ -1 +1 @@ -Subproject commit 60de15a0e0121096239cf6031250d2862e77971d +Subproject commit 4e18ae94b659a0045df2722a62108c832afe410a From 3debc56a2d949a12c57c1c8ec726953fe10369c9 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Thu, 8 Nov 2018 04:30:58 +0000 Subject: [PATCH 24/29] Update submodules on '5.11' in qt5 Change-Id: If42e9fef6d7d56d6bff98fbf79d06b3b99176221 Reviewed-by: Qt Submodule Update Bot --- qtbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtbase b/qtbase index b5d249f9..38b87cc4 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit b5d249f9538bf3dc44f11879c2244deb5a37bf97 +Subproject commit 38b87cc4bb0d4dfb47d907d39906104fea60a187 From d649cc3740a326c391f2b0f9ec06b2e7b516b5ff Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Sat, 10 Nov 2018 04:30:59 +0000 Subject: [PATCH 25/29] Update submodules on '5.11' in qt5 Change-Id: I64984b9043e20918c6876bc5941b66dcdee257a4 Reviewed-by: Qt Submodule Update Bot Reviewed-by: Liang Qi --- qt3d | 2 +- qtactiveqt | 2 +- qtandroidextras | 2 +- qtbase | 2 +- qtcanvas3d | 2 +- qtcharts | 2 +- qtconnectivity | 2 +- qtdatavis3d | 2 +- qtdeclarative | 2 +- qtdoc | 2 +- qtgamepad | 2 +- qtgraphicaleffects | 2 +- qtimageformats | 2 +- qtlocation | 2 +- qtmacextras | 2 +- qtmultimedia | 2 +- qtnetworkauth | 2 +- qtpurchasing | 2 +- qtquickcontrols | 2 +- qtremoteobjects | 2 +- qtscript | 2 +- qtscxml | 2 +- qtsensors | 2 +- qtserialbus | 2 +- qtserialport | 2 +- qtspeech | 2 +- qtsvg | 2 +- qttools | 2 +- qttranslations | 2 +- qtvirtualkeyboard | 2 +- qtwayland | 2 +- qtwebchannel | 2 +- qtwebengine | 2 +- qtwebglplugin | 2 +- qtwebsockets | 2 +- qtwebview | 2 +- qtwinextras | 2 +- qtx11extras | 2 +- qtxmlpatterns | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/qt3d b/qt3d index 726be38f..d4835713 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit 726be38f774ea62c1f05003cca39fa2a68d794b0 +Subproject commit d4835713b808503ab6d3039f3893355804a8a21d diff --git a/qtactiveqt b/qtactiveqt index f1cf2c56..4cfbe403 160000 --- a/qtactiveqt +++ b/qtactiveqt @@ -1 +1 @@ -Subproject commit f1cf2c56c8dbf79e478a3e0a8f3d19032aa44d3a +Subproject commit 4cfbe4037ee8f5b1cd96be516cc00c3dbf43c59d diff --git a/qtandroidextras b/qtandroidextras index f7df383a..16d33f91 160000 --- a/qtandroidextras +++ b/qtandroidextras @@ -1 +1 @@ -Subproject commit f7df383a284e2189f0137efd9d9496f2be79566b +Subproject commit 16d33f91eadadc63e4a999fb175ed67b3321e9b7 diff --git a/qtbase b/qtbase index 38b87cc4..0dae6413 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 38b87cc4bb0d4dfb47d907d39906104fea60a187 +Subproject commit 0dae641331bbd21207f6c74a7a34e0c74103d61e diff --git a/qtcanvas3d b/qtcanvas3d index 96a47ce9..6f0a1143 160000 --- a/qtcanvas3d +++ b/qtcanvas3d @@ -1 +1 @@ -Subproject commit 96a47ce9de9e61ca92561160bc6d586c156094d2 +Subproject commit 6f0a1143a55a4e19d14bf999c4e3a2ad5c7fa313 diff --git a/qtcharts b/qtcharts index b90ea4a9..1bf73796 160000 --- a/qtcharts +++ b/qtcharts @@ -1 +1 @@ -Subproject commit b90ea4a947a5fe808cba8a12e3c9e9864ffdaa20 +Subproject commit 1bf73796a92ccd1599e5c762b73a76e545e48262 diff --git a/qtconnectivity b/qtconnectivity index 5f30c774..d1cf8dad 160000 --- a/qtconnectivity +++ b/qtconnectivity @@ -1 +1 @@ -Subproject commit 5f30c77484a9af223d32067f579d440010520eb2 +Subproject commit d1cf8dad0e6d8d08b5c6f2f08d85a0e75b0bcf8a diff --git a/qtdatavis3d b/qtdatavis3d index 191ef6d8..7b091d13 160000 --- a/qtdatavis3d +++ b/qtdatavis3d @@ -1 +1 @@ -Subproject commit 191ef6d87362a5285d34ece4c48655408b2daa12 +Subproject commit 7b091d13ed5509a73da921a7ed30034a7eb55131 diff --git a/qtdeclarative b/qtdeclarative index 919a6804..7eaa9368 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 919a6804990277fb0eb10015559fd4a6e9b26547 +Subproject commit 7eaa93680ce583354f23f3b29bd6db59169dfece diff --git a/qtdoc b/qtdoc index c6e73db4..44be9a77 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit c6e73db4f577f2076e6ad4b542f7dab08b744659 +Subproject commit 44be9a776a6efd29fb58b41478eb92bc33dfc1f5 diff --git a/qtgamepad b/qtgamepad index e3b436f6..e542b1b6 160000 --- a/qtgamepad +++ b/qtgamepad @@ -1 +1 @@ -Subproject commit e3b436f6718e666f4c5baa3b768993382809e1ed +Subproject commit e542b1b6c46e49baec66d427a2664cc2c6aefa01 diff --git a/qtgraphicaleffects b/qtgraphicaleffects index 965da52a..7e2544e2 160000 --- a/qtgraphicaleffects +++ b/qtgraphicaleffects @@ -1 +1 @@ -Subproject commit 965da52a583a27fc41a489a4141f78c3acb0d143 +Subproject commit 7e2544e28cac2fbf7176b6692dacc57096774249 diff --git a/qtimageformats b/qtimageformats index 8455ab6c..2f61f401 160000 --- a/qtimageformats +++ b/qtimageformats @@ -1 +1 @@ -Subproject commit 8455ab6cb29fcccf44977c517689a8ad26781140 +Subproject commit 2f61f401187d55bb0304591f27792a63a38db00e diff --git a/qtlocation b/qtlocation index ee700d2e..25c6840f 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit ee700d2eeb4508aa5356ddef11bf11964c5d9283 +Subproject commit 25c6840ff6585ca9f7ab1c168cdcdd18a68c7885 diff --git a/qtmacextras b/qtmacextras index 19e8855c..4b318dbb 160000 --- a/qtmacextras +++ b/qtmacextras @@ -1 +1 @@ -Subproject commit 19e8855c9a47753313aa361b202a36703401fce1 +Subproject commit 4b318dbbb95f4ca60782846ec4b59422953900e7 diff --git a/qtmultimedia b/qtmultimedia index fc33195f..d9bf5685 160000 --- a/qtmultimedia +++ b/qtmultimedia @@ -1 +1 @@ -Subproject commit fc33195f87d7b2b036f1df625a8fda12557e05e4 +Subproject commit d9bf568551c9e101374ba842e831650d34d0d41e diff --git a/qtnetworkauth b/qtnetworkauth index f76f07ee..ffb63277 160000 --- a/qtnetworkauth +++ b/qtnetworkauth @@ -1 +1 @@ -Subproject commit f76f07ee7328b8d402bf0b12aa99023b8955d4ed +Subproject commit ffb63277ac2ac90b4a99a710660d5e66920a8c5a diff --git a/qtpurchasing b/qtpurchasing index e5ae8515..d7257f75 160000 --- a/qtpurchasing +++ b/qtpurchasing @@ -1 +1 @@ -Subproject commit e5ae8515422fd0cc7cf9aa91c8b0c38fa53fd9a9 +Subproject commit d7257f75e1e9f89a2934c50784d76d90f919605f diff --git a/qtquickcontrols b/qtquickcontrols index d7611760..cf957e40 160000 --- a/qtquickcontrols +++ b/qtquickcontrols @@ -1 +1 @@ -Subproject commit d76117604a9e04a9a66c0279687cc7dc54b9dc68 +Subproject commit cf957e407030fc260bd86882cf2f79724126abdd diff --git a/qtremoteobjects b/qtremoteobjects index a0263f7a..9fcf2a90 160000 --- a/qtremoteobjects +++ b/qtremoteobjects @@ -1 +1 @@ -Subproject commit a0263f7a09bd5b9c0d2d0f37f3037293c0a6f921 +Subproject commit 9fcf2a90db6d6dce1fe03a2f7af4c4a148c35087 diff --git a/qtscript b/qtscript index eb287106..ebe11c8e 160000 --- a/qtscript +++ b/qtscript @@ -1 +1 @@ -Subproject commit eb28710655e4cf1059ec450527061d777fcb867e +Subproject commit ebe11c8e867bb65ad7cb1424fe4c096935741089 diff --git a/qtscxml b/qtscxml index 4f6797ac..a5effbcb 160000 --- a/qtscxml +++ b/qtscxml @@ -1 +1 @@ -Subproject commit 4f6797ac018f931f3655a53ca5d4ca0114f321e0 +Subproject commit a5effbcb0372020f5ce3134a4f38eb865fd6cdd6 diff --git a/qtsensors b/qtsensors index 58854bdb..a4c3631b 160000 --- a/qtsensors +++ b/qtsensors @@ -1 +1 @@ -Subproject commit 58854bdb19cfff1c66788a3035f2aa12b34cce00 +Subproject commit a4c3631b0bb895b854305ecf2a4632dc949ef2d3 diff --git a/qtserialbus b/qtserialbus index 864e4a8a..200822ca 160000 --- a/qtserialbus +++ b/qtserialbus @@ -1 +1 @@ -Subproject commit 864e4a8ab514ddcd7f79106a6b447f7a1d5b5d4e +Subproject commit 200822ca61732693cc97802b953cd846654eb319 diff --git a/qtserialport b/qtserialport index 3f028584..74222a0e 160000 --- a/qtserialport +++ b/qtserialport @@ -1 +1 @@ -Subproject commit 3f0285847230151026890e668b2ff13944b902ee +Subproject commit 74222a0e38687068970c8492d794cf92b898c6b6 diff --git a/qtspeech b/qtspeech index 311b5ca4..09a6b3cd 160000 --- a/qtspeech +++ b/qtspeech @@ -1 +1 @@ -Subproject commit 311b5ca4c814e6ec54b598d88f1faf7999b11fb5 +Subproject commit 09a6b3cdbef71a56591d2fdeaa2af93199db83cf diff --git a/qtsvg b/qtsvg index 32c93cbc..a844c1c3 160000 --- a/qtsvg +++ b/qtsvg @@ -1 +1 @@ -Subproject commit 32c93cbca8b2f337e0801537d52e416289b3f464 +Subproject commit a844c1c36551665f19be8a69c0e5e608d24f3a8e diff --git a/qttools b/qttools index 10263f42..ab73d888 160000 --- a/qttools +++ b/qttools @@ -1 +1 @@ -Subproject commit 10263f42de0d2d1fb731deb4213b76fa6c0acd0f +Subproject commit ab73d888c4f41a0d0993abca18680cdcbd79b444 diff --git a/qttranslations b/qttranslations index 4e18ae94..ed511017 160000 --- a/qttranslations +++ b/qttranslations @@ -1 +1 @@ -Subproject commit 4e18ae94b659a0045df2722a62108c832afe410a +Subproject commit ed5110171ca294207f341f46610c716170c06282 diff --git a/qtvirtualkeyboard b/qtvirtualkeyboard index c7a94110..eb9e0957 160000 --- a/qtvirtualkeyboard +++ b/qtvirtualkeyboard @@ -1 +1 @@ -Subproject commit c7a94110987672308ed04b40fd8ed207d1c8d93b +Subproject commit eb9e095722e1d953d3bf17bad73f528ac9061488 diff --git a/qtwayland b/qtwayland index 297bcd00..dccec9b2 160000 --- a/qtwayland +++ b/qtwayland @@ -1 +1 @@ -Subproject commit 297bcd005c4205f69e1bf9e9dc565ab757cf0bac +Subproject commit dccec9b282ae15fa65fd61698dd1cb47325e5c8e diff --git a/qtwebchannel b/qtwebchannel index daecad4c..faab35b4 160000 --- a/qtwebchannel +++ b/qtwebchannel @@ -1 +1 @@ -Subproject commit daecad4cc7552cff68aa6c87cd78cb3b7a0d73f6 +Subproject commit faab35b4f88c634510e56adcfa6f12f0fef548bb diff --git a/qtwebengine b/qtwebengine index efa90d94..07098b56 160000 --- a/qtwebengine +++ b/qtwebengine @@ -1 +1 @@ -Subproject commit efa90d944170f0a2f98c482825b9809c77e7792c +Subproject commit 07098b5651caca90369af76e97ec1a0a95a39fe3 diff --git a/qtwebglplugin b/qtwebglplugin index 9a19f140..4519f095 160000 --- a/qtwebglplugin +++ b/qtwebglplugin @@ -1 +1 @@ -Subproject commit 9a19f14013519f3c00a53b4204c7a7d1b2d0acc5 +Subproject commit 4519f09577e76c6c0f6cc7ca4c0a5a78174bc4a9 diff --git a/qtwebsockets b/qtwebsockets index e71467cb..bac5a376 160000 --- a/qtwebsockets +++ b/qtwebsockets @@ -1 +1 @@ -Subproject commit e71467cb569c8d1453e023701b17c9ce9e3fdb86 +Subproject commit bac5a37663249edb9a9746687a7128c013af0309 diff --git a/qtwebview b/qtwebview index e54a993e..8970865f 160000 --- a/qtwebview +++ b/qtwebview @@ -1 +1 @@ -Subproject commit e54a993e028039be93a46c5decf00194d898b9c4 +Subproject commit 8970865f64bc4f02ad110c0ad1d9bbd8e949a4d9 diff --git a/qtwinextras b/qtwinextras index f072c959..b1429b32 160000 --- a/qtwinextras +++ b/qtwinextras @@ -1 +1 @@ -Subproject commit f072c959a055b6140297c1bb8deba746ce8c6b72 +Subproject commit b1429b32ad3d687f43d7e528cadb95cc4e6f0c57 diff --git a/qtx11extras b/qtx11extras index 295c13f5..25abe51f 160000 --- a/qtx11extras +++ b/qtx11extras @@ -1 +1 @@ -Subproject commit 295c13f5779795c5ec49c7a1ada70287707a8fd6 +Subproject commit 25abe51f8455fbdaab9d6c4bcb6c8ce7b45f5e13 diff --git a/qtxmlpatterns b/qtxmlpatterns index 15e22118..af06f4fb 160000 --- a/qtxmlpatterns +++ b/qtxmlpatterns @@ -1 +1 @@ -Subproject commit 15e22118d01ae39722d1836715fe9cf8b6d3ee88 +Subproject commit af06f4fbf76ef6168529f5de4480d4afd2cf204b From 161c7e79acbfe3830942181c0b58169da8206cd5 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Mon, 12 Nov 2018 04:30:52 +0000 Subject: [PATCH 26/29] Update submodules on '5.11' in qt5 Change-Id: I468056d9f0f591e259125814b2ecaed2f323135b Reviewed-by: Qt Submodule Update Bot --- qtserialbus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtserialbus b/qtserialbus index 200822ca..afb7f76e 160000 --- a/qtserialbus +++ b/qtserialbus @@ -1 +1 @@ -Subproject commit 200822ca61732693cc97802b953cd846654eb319 +Subproject commit afb7f76efafcb04e430168416d9d74113bde13bc From 5b1848c02a9a185b52fce3890a4b6e8be62838ed Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Wed, 14 Nov 2018 04:30:54 +0000 Subject: [PATCH 27/29] Update submodules on '5.11' in qt5 Change-Id: Id003008d7ca8599fc4e1c5c06997659a04370ce3 Reviewed-by: Qt Submodule Update Bot --- qt3d | 2 +- qtbase | 2 +- qtdoc | 2 +- qtx11extras | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt3d b/qt3d index d4835713..a07e45b8 160000 --- a/qt3d +++ b/qt3d @@ -1 +1 @@ -Subproject commit d4835713b808503ab6d3039f3893355804a8a21d +Subproject commit a07e45b86f22ea2d97310bebaeb82339bfda84a1 diff --git a/qtbase b/qtbase index 0dae6413..15b1c3fd 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 0dae641331bbd21207f6c74a7a34e0c74103d61e +Subproject commit 15b1c3fd9b82c8a29148c73be7aa4e8b2e07add1 diff --git a/qtdoc b/qtdoc index 44be9a77..9aec0395 160000 --- a/qtdoc +++ b/qtdoc @@ -1 +1 @@ -Subproject commit 44be9a776a6efd29fb58b41478eb92bc33dfc1f5 +Subproject commit 9aec0395d2ab77485984899266350c468b6b26c1 diff --git a/qtx11extras b/qtx11extras index 25abe51f..7dd26dd9 160000 --- a/qtx11extras +++ b/qtx11extras @@ -1 +1 @@ -Subproject commit 25abe51f8455fbdaab9d6c4bcb6c8ce7b45f5e13 +Subproject commit 7dd26dd9c760cbc4c8078948b32811ac4ac20a8d From 50b85b0d38996080252fe28c7c93738e011778f6 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Fri, 16 Nov 2018 12:51:12 +0100 Subject: [PATCH 28/29] Update submodules on '5.11' in qt5 Change-Id: Ifb302b8a2674c775e37605658f5451cf41eb0c58 Reviewed-by: Liang Qi --- qtbase | 2 +- qtdeclarative | 2 +- qtlocation | 2 +- qttools | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qtbase b/qtbase index 15b1c3fd..527406cb 160000 --- a/qtbase +++ b/qtbase @@ -1 +1 @@ -Subproject commit 15b1c3fd9b82c8a29148c73be7aa4e8b2e07add1 +Subproject commit 527406cbd99f44470ef87468b73c18df949e8ac7 diff --git a/qtdeclarative b/qtdeclarative index 7eaa9368..0d3eccd2 160000 --- a/qtdeclarative +++ b/qtdeclarative @@ -1 +1 @@ -Subproject commit 7eaa93680ce583354f23f3b29bd6db59169dfece +Subproject commit 0d3eccd2a982faa46e8515cd5c55f95adcc5f868 diff --git a/qtlocation b/qtlocation index 25c6840f..85df79b0 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit 25c6840ff6585ca9f7ab1c168cdcdd18a68c7885 +Subproject commit 85df79b094d1097108a28424d6f9b3b76b3aee62 diff --git a/qttools b/qttools index ab73d888..1d735db9 160000 --- a/qttools +++ b/qttools @@ -1 +1 @@ -Subproject commit ab73d888c4f41a0d0993abca18680cdcbd79b444 +Subproject commit 1d735db9b47aa367ad610408a3e310000fc2766f From a9a4b97c7041e03d9833c0acfabd37576ae92306 Mon Sep 17 00:00:00 2001 From: Qt Submodule Update Bot Date: Tue, 20 Nov 2018 04:30:52 +0000 Subject: [PATCH 29/29] Update submodules on '5.11' in qt5 Change-Id: Iaf5b3d17d80e26c1c205f5f18e16325ac9997484 Reviewed-by: Qt Submodule Update Bot --- qtlocation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtlocation b/qtlocation index 85df79b0..d9985cd5 160000 --- a/qtlocation +++ b/qtlocation @@ -1 +1 @@ -Subproject commit 85df79b094d1097108a28424d6f9b3b76b3aee62 +Subproject commit d9985cd5a308cece06a88e6203529837f00b33aa