Qt Submodule Update Bot
9a9865ce28
Updated submodules.
...
Change-Id: Ibe35b9f9af23a2b84ccab7e24b10e70d9324e42b
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-25 03:22:48 +00:00
Alex Blasche
811a77a53c
Add qtdeclarative as optional dependency for qtlocation
...
Change-Id: Id6d406cd98b64ba111d1eb9cb0b03360a05fbca7
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2015-02-17 06:42:55 +00:00
Qt Submodule Update Bot
e3cd5bb368
Updated submodules.
...
Change-Id: I0badf6179237bb89ffc57c7387cbf21ebc3b6665
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
v5.4.1
2015-02-16 19:57:25 +00:00
Oswald Buddenhagen
f46b8dc760
Merge remote-tracking branch 'origin/5.5' into dev
...
Change-Id: Ie7b1685080b978cc1d8790823f79e98e930ca147
2015-02-16 16:24:40 +01:00
Oswald Buddenhagen
f900f38f71
Merge remote-tracking branch 'origin/5.4' into 5.5
...
Conflicts:
qtandroidextras
qtbase
qtconnectivity
qtdeclarative
qtdoc
qtenginio
qtmacextras
qtmultimedia
qtquick1
qtscript
qtsensors
qtserialport
qtsvg
qttools
qtwayland
qtwebchannel
qtwebengine
qtwebkit
qtwebsockets
qtwinextras
qtx11extras
qtxmlpatterns
Change-Id: I98b5e8165cd8575888d18198d8d8e8412e7bfaf0
2015-02-16 16:19:22 +01:00
Oswald Buddenhagen
122d4551b5
Adjust submodule branches
...
Change-Id: I952bb9255a393baec2d9ede1cabfca7a47e2dc93
2015-02-16 15:50:02 +01:00
Qt Submodule Update Bot
be35b9f9af
Updated submodules.
...
Change-Id: Idc93c0d4d7c8e30258fb3ad9f4735e4c9d07457c
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-14 11:18:41 +00:00
Qt Submodule Update Bot
0badf61792
Updated submodules.
...
Change-Id: I98737b388b9898507bebcd8d05a86e7d916b6d25
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-14 08:54:49 +00:00
Qt Submodule Update Bot
2c39898934
Updated submodules.
...
Change-Id: I9347499e78f03710eaf24af3c1e7ac650d0ef81d
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-13 15:11:39 +00:00
Pasi Keranen
682766b9fa
Add qtcanvas3d as submodule
...
[ChangeLog][General] Added QtCanvas3D module, a JavaScript 3D rendering API for QtQuick.
Change-Id: I9448f87ba8c8ccfb2dd6cf790d29bb561b9e9740
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com >
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-13 15:11:19 +00:00
Qt Submodule Update Bot
98737b388b
Updated submodules.
...
Change-Id: I9fb1a2e12fb6562c22dbac5fbca06d33046a5030
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-13 04:29:58 +00:00
Pierre Rossi
3e40bbd114
QtWebEngine: add dependency on QtWebChannel
...
To allow using the integration that makes use of a custom transport over
Chromium IPC.
Also add QtLocation as an optional dependency for correctness, and
update the pinned sha1
Change-Id: I71d88be0859a74ad82f539d00f02b51d1c3e5218
Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com >
2015-02-11 21:59:19 +00:00
Qt Submodule Update Bot
9fb1a2e12f
Updated submodules.
...
Change-Id: Ib71478c424ed0a6fd8d058513aa9a68dda71336f
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-10 09:18:23 +00:00
Qt Submodule Update Bot
b71478c424
Updated submodules.
...
Change-Id: I81efb6de3c49e6779556b1d1dfe06f1e1bc574f6
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-06 17:00:48 +00:00
Qt Submodule Update Bot
dc93c0d4d7
Updated submodules.
...
Change-Id: I0163cb617aa19a26423a716bef23bfc6308aadc6
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com >
2015-02-06 06:24:23 +00:00
Oswald Buddenhagen
34c7caab3f
don't fetch again when updating submodules
...
we already did it a moment ago.
this should affect only the --remote case, but there is no harm in
always specifying it.
Change-Id: I3ef0854c790726772fb63ab7829b59ef85ac4f18
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com >
2015-02-06 06:24:10 +00:00
Oswald Buddenhagen
9ebad7830d
don't checkout when cloning
...
we will subsequently do a submodule update with a possibly different
sha1 anyway.
Change-Id: I4950f3727e4263a73c32eff8460962d5796bc5f3
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com >
2015-02-06 06:24:06 +00:00
Oswald Buddenhagen
1ad0a17fa0
make manual fetching sane
...
it is in no way said that the remote's HEAD will contain the commit to
be checked out - in fact, it's pretty much guaranteed that it won't for
anything but the default branch. fetching the whole remote avoids
additional roundtrips and makes the --branch feature actually work
reasonably.
Change-Id: I20de2da848b12aea8c5b2784307fe9860252009b
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com >
2015-02-06 06:24:03 +00:00
Oswald Buddenhagen
d553fc4fa9
always check out the target branch when using --branch
...
a submodule update with --remote will use the tip of the remote's
branch, but it won't actually switch to the branch if HEAD doesn't point
to it yet.
Change-Id: If13e31da2646683dfb9e832eaab929190acb0167
Reviewed-by: Sergio Ahumada <sahumada@texla.cl >
2015-02-06 06:23:59 +00:00
Oswald Buddenhagen
b236ef6aef
fix --branch without --no-update
...
clearly, i botched the syntax, but i can't even tell how. that's perl.
the new version is more readable anyway.
Change-Id: Ic3e93c2cf30ee92f368808070899af4b9f7809a3
Reviewed-by: Sergio Ahumada <sahumada@texla.cl >
2015-02-06 06:23:54 +00:00
Alex Blasche
f36d7e5d9b
QtLocation doesn't depend on QtMultimedia anymore.
...
Change-Id: Id75a7fc591064639a38694149517924dd33b56fb
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2015-02-04 06:15:03 +00:00
Qt Submodule Update Bot
81efb6de3c
Updated submodules.
...
Change-Id: Ief1f126ddc66293b041fe5658d57056761eefe05
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-02-03 11:14:37 +00:00
Qt Submodule Update Bot
9347499e78
Updated submodules.
...
Change-Id: I25db2aa87f437c03d7929959c3e6d94d9fc0d541
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-01-29 09:13:14 +00:00
Qt Submodule Update Bot
ef1f126ddc
Updated submodules.
...
Change-Id: I0163cb617aa19a26423a716bef23bfc6308aadc6
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2015-01-29 04:28:53 +00:00
Oswald Buddenhagen
c3a6185b7e
Adjust submodule branches
...
Change-Id: I6f2358370d81238f462d26388d85aa5f74a8b455
2015-01-08 12:53:09 +01:00
Sean Harmer
6fd8d9ffd5
Qt3D depends upon qtimageformats module
...
Qt3D makes use of the webp image format in its examples to minimize
the size of assets. Support for webp is provided by qtimageformats.
Change-Id: Id70b584123dc6174848947029ee034593ccc42e0
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com >
2014-12-30 13:24:35 +01:00
Qt Submodule Update Bot
0163cb617a
Updated submodules.
...
Change-Id: I9ca0c5251312fbb7b83264eff28ef98287c7f70d
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-12-23 11:41:25 +01:00
Qt Submodule Update Bot
25db2aa87f
Updated submodules.
...
Change-Id: Ia68a6b964f770fef3ea3d52f29d0c7a86186e80c
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-12-18 08:14:43 +01:00
Qt Submodule Update Bot
9ca0c52513
Updated submodules.
...
Change-Id: Ia68a6b964f770fef3ea3d52f29d0c7a86186e80c
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-12-15 08:29:57 +01:00
Oswald Buddenhagen
7943697cdd
adjust submodule branch names for dev branch
...
Change-Id: I65ea644943aa345b8f0fd1d5fcdfccf8f86ed914
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com >
2014-12-05 14:53:15 +01:00
Oswald Buddenhagen
028bfeeee3
Merge remote-tracking branch 'origin/5.4' into dev
...
Change-Id: Ia8938b7bb2c0393c1799b64309c3cadc7293ad8e
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com >
2014-12-05 14:51:59 +01:00
Alex Blasche
a22e673995
Revert "Skip not supported modules on wince."
...
The decision to exclude wince builds from Qt is one the modules
have to do and not the "build system". While there might be
justification to do this for some modules the decision is a module
decision and as such the individual modules should make it.
This reverts commit d870bd65b0 .
Change-Id: I60fd9944a71968c819a27da91fdc58923bbbb776
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2014-12-05 14:50:34 +01:00
Qt Submodule Update Bot
3439140073
Updated submodules.
...
Change-Id: I1998742ceac59b50864ccec46a6c2f255871ab30
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
v5.4.0
2014-12-05 10:51:00 +01:00
Qt Submodule Update Bot
1998742cea
Updated submodules.
...
Change-Id: Ib1885ea72539f3bd2df4d4131f0b164b02d4b59f
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-12-04 13:50:13 +01:00
Qt Submodule Update Bot
a68a6b964f
Updated submodules.
...
Change-Id: I968f8a2a5ef20c47184d15b8f9e92a795176fcb2
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2014-12-02 12:15:22 +01:00
Oswald Buddenhagen
663f814c24
adjust submodule branch names for 5.4 branch
...
Change-Id: I1621fee44becf1940d7d50a604fa8c91f3be78d9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com >
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com >
2014-12-02 12:15:15 +01:00
Qt Submodule Update Bot
b1885ea725
Updated submodules.
...
Change-Id: I338ee26271c05b612fc58381270ca471db12aaef
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-27 06:41:45 +01:00
Oswald Buddenhagen
6040cb2ff5
Merge remote-tracking branch 'origin/5.4.0' into 5.4
...
Change-Id: I5b2910fc4e8fece8fad42eb200ed6dffdd24f751
2014-11-25 18:00:25 +01:00
Qt Submodule Update Bot
338ee26271
Updated submodules.
...
Change-Id: I77f387bc89c06d870b7d41516734ee3f1c68e71a
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-25 05:39:27 +01:00
Qt Submodule Update Bot
77f387bc89
Updated submodules.
...
Change-Id: I7c0bc2305680fac216bbaa72ac83f65b04feffff
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
v5.4.0-rc1
2014-11-21 09:26:31 +01:00
Qt Submodule Update Bot
968f8a2a5e
Updated submodules.
...
Change-Id: Icafd720586cfe92d6e5773d553f6e70594f6c7dc
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-20 09:02:53 +01:00
Qt Submodule Update Bot
7c0bc23056
Updated submodules.
...
Change-Id: I4b199501287c5a5961405ae0667c04dc1188af44
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-20 07:00:26 +01:00
Qt Submodule Update Bot
4b19950128
Updated submodules.
...
Change-Id: I96d903eec0ee9d2fd76e1e3f1ebfd868ad937dbe
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-19 05:46:17 +01:00
Qt Submodule Update Bot
96d903eec0
Updated submodules.
...
Change-Id: Ie8053418e43127327f6df892ae774a1707a9ae97
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-12 22:35:27 +01:00
Oswald Buddenhagen
38cfc8ec95
don't fetch unless we are updating
...
it's just wasting time.
Change-Id: I541cc535c5c95b0140cfa14d7cb042dbe029525e
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com >
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com >
2014-11-12 10:49:16 +01:00
Kai Koehne
402bf7aec2
Fix cloning with mirrors
...
Commit 486f5f37761 broke the cloning with one of the mirror options:
git ls-remote git://mirror/qt/qtactiveqt.git.git test/if/mirror/exists
fatal: The remote end hung up unexpectedly
Change-Id: Ia154ee34dd10e35b24676777d8dde98ef0790ee1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2014-11-12 10:49:07 +01:00
Kai Koehne
8f35cb2886
Fix description of --mirror argument
...
The argument actually requires a trailing slash.
Change-Id: Idc2567746d2b3f4ebf31c2bce5ec683d2a1f425b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com >
2014-11-12 10:48:54 +01:00
Oswald Buddenhagen
d5946d420f
teach init-repository about branches
...
specifically, add the --branch option and the necessary keys to
.gitmodules.
Change-Id: I09e2df6bd012629f76a35238d66697637bdffe44
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com >
2014-11-12 10:48:37 +01:00
Qt Submodule Update Bot
e8053418e4
Updated submodules.
...
Change-Id: I201b4c135a571bdf2621cbac03a9ab46a352b60f
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-10 06:41:19 +01:00
Qt Submodule Update Bot
cafd720586
Updated submodules.
...
Change-Id: I201b4c135a571bdf2621cbac03a9ab46a352b60f
Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com >
2014-11-07 12:28:28 +01:00