summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-271-0/+26
|\| | | | | | | Change-Id: I2b57928dff2e2e0fac5037a597e32b7cc1b31221
| * Merge remote-tracking branch 'origin/5.9' into 5.11v5.11.0-beta2v5.11.0-beta1Liang Qi2018-02-180-0/+0
| |\ | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I153cc6e975c63e72fc2205c9b960d79f11eaff55
| | * Bump versionOswald Buddenhagen2018-02-021-1/+1
| | | | | | | | | | | | Change-Id: Ie4ec137c4af97d1e37219c7f97592dffb06bf119
| * | Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-141-0/+26
| |\ \ | | | | | | | | | | | | Change-Id: I66d215aec2d6933516eaaf598a1b613f49f11606
| | * | Add changes file for Qt 5.10.1v5.10.1Antti Kokko2018-02-051-0/+26
| | | | | | | | | | | | | | | | | | | | Change-Id: I9afa5a960ec4244e254e0ebfc768c53f0c7938d3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | | | Bump versionOswald Buddenhagen2018-02-191-1/+1
|/ / / | | | | | | | | | Change-Id: Ia2e56f69bab526211f78a6f6b9c3da3bf4f2a991
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-209-0/+49
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I92077a30539d03f5052f59275567c3565588bdbc
| * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-188-0/+25
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ic133c82fd4b0933564f8fb665248ea91d083007c
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-0/+25
| | |\ | | | | | | | | | | | | Change-Id: I0b80f07574d65e39cd16ce29618588223a7d9214
| | | * Add changes file for Qt 5.9.4v5.9.4Antti Kokko2018-01-081-0/+25
| | |/ | | | | | | | | | | | | Change-Id: I64769a6e78614b59bafb3e558caf9b4fad4c3c01 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
| | * Bump versionOswald Buddenhagen2017-12-121-1/+1
| | | | | | | | | | | | Change-Id: Ic94bd48eaf311c129fa0b89647cd66599e2bbfab
| | * Remove the iCCP chunk from the PNG imageMika Salmela2017-11-307-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the png files giving warnings known incorrect sRGB profile. Task-number: QTBUG-64878 Change-Id: Icc378f4081727d1d37b1debdeddf66e718e636e6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+24
| | |\ | | | | | | | | | | | | Change-Id: I2166e7994b8a2fdb7e9c317017536480d55a1eb3
| * | | Bump versionOswald Buddenhagen2017-12-201-1/+1
| | | | | | | | | | | | | | | | Change-Id: I5e49ce2cd8b294e456e54d133b95d440facf6f12
| * | | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-0/+24
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Id88a4107459ae5962cb83945ec8d893752bbfd14
| | * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.0Liang Qi2017-11-211-0/+24
| |/| | | | | | |/ | | |/| | | | | Change-Id: Ie1483fec3a4a3dc3e3d6a578f59901d3aae7bccd
| | * | Add changes file for Qt 5.9.3v5.9.3Antti Kokko2017-11-091-0/+24
| | |/ | | | | | | | | | | | | Change-Id: Ib9efd29a7ea42870abf6fb2c463300574fe6bb9d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | | Fix crash on application exitLars Knoll2017-12-301-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The destruction order of global statics is undefined. If the factory map got destroyed before the map deleter, we would not only leak memory, but also access a deleted object, which is undefined behaviour and did lead to crashes for me. Change-Id: I27c664751b1acdaa08cf35989e09db3e06c6b3c1 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
* | | Update Canvas3D to the new internal API used in QtQmlLars Knoll2017-12-201-36/+9
| | | | | | | | | | | | | | | | | | | | | Fixes compilation against a recent version of qtdeclarative. Change-Id: If21b743b0226f3a5c78d46fa985822f9357a0622 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-204-0/+72
|\| | | | | | | | | | | Change-Id: Id93717fa7b47f6492fadaed7dfe0ebc2f3439bc2
| * | Doc: Maintain the list of highlighted examples locallyTopi Reinio2017-11-101-0/+2
| | | | | | | | | | | | | | | | | | | | | Previously the list was maintained in qtbase. Change-Id: I7581e9d2c4eae95bc5265277ea07193b39b204c6 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
| * | Add changes file for Qt 5.10.0Antti Kokko2017-11-101-0/+22
| | | | | | | | | | | | | | | Change-Id: I0066d1a4f67276861daff4cdbe20bfdb8a783312 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-0/+48
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I0dbbd7ff7b6b6a97f4dda34ba005d3a0c6c3e4c7
| | * Bump versionOswald Buddenhagen2017-10-061-1/+1
| | | | | | | | | | | | Change-Id: Ib123c2e988f2a7b7442b06174966c71725ada69c
| | * Add changes file for Qt 5.9.2v5.9.2Jani Heikkinen2017-09-221-0/+24
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-62750 Change-Id: Idb3a62f156013ad6329f0d12302cbb4e204e71d6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| | * Add change file for Qt 5.6.3Liang Qi2017-09-011-0/+24
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-62712 Change-Id: I1af2327ab301a5b5bbcb1e5248d1149f9bba745e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-053-15/+27
|\| | | | | | | | | | | Change-Id: I2bb295b4cb5b8149f43456ed0ef22a002436cd66
| * | Don't overwrite execute command queue when transferring queued commandsv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1Tor Arne Vestbø2017-09-264-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no guarantee that we'll only transfer commands after successfully executing the existing command in the queue, so we must take care to append to the execute queue, not overwrite it. This can for example happen if an update request comes in which results in transferring commands via Canvas::sync(), followed by a synchronous command such as readPixels, which will trigger another transfer plus an execution of the command queue. Task-number: QTBUG-62963 Change-Id: Id0f326e98477ca14e70ad05706c62a8bf8a8d5f2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
| * | Blacklist Canvas3D_render_ondemand::test_render_3_ondemand on macOSv5.10.0-alpha1Tor Arne Vestbø2017-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now do QWindow::requestUpdate() via [NSView setNeedsDisplay] on macOS, which triggers a race in the Canvas3D update code. Until we've established what the cause is we're blacklisting this test, as it's flakey and may not always fail. Task-number: QTBUG-62963 Change-Id: I70b1468f94c1d478f35455d42d3daca783ae4d53 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* | | Bump versionFrederik Gladhorn2017-09-041-1/+1
|/ / | | | | | | Change-Id: I91c81f5273ca2afe7fe0468425dd0870f397535a
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-0/+24
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I6d9ab0253b4aec30f27ccff571cefad17fc8d5cc
| * Bump versionOswald Buddenhagen2017-06-301-1/+1
| | | | | | | | Change-Id: If81733d53c21c35ca229eafb78f7ad8b7fada764
| * Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-231-0/+24
| | | | | | | | | | | | | | Listing important changes and bug-fixes. Change-Id: I5e0c82fa2df3e6673a7857df7337ae5f6a474a4b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-077-13/+64
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I72eda5a6e51d805637fc8b8091f533e51e645b6a
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+16
| |\ | | | | | | | | | Change-Id: I3a0689c3e11c904ba806fe2c55d15a46a74c10a5
| | * Add changes file for 5.9.0v5.9.0-rc2v5.9.0-rc1v5.9.0Antti Kokko2017-05-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Listing important changes and bug-fixes. Change-Id: I3e731ee5ae286ab12133b4fa02470be10ba045ea Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
| * | Fix GCC 7 warnings about implicit fallthroughThiago Macieira2017-05-221-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Make them explicit. Change-Id: I9bf1e35bffb044dcbf62fffd14bfe6f9d5c280f2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * | Bump versionOswald Buddenhagen2017-05-101-1/+1
| |/ | | | | | | Change-Id: Ib4fbcf84410d0a8a2dfbbd3c16106c99d539ced4
| * Exclude qmltest for boot2qtv5.9.0-beta4Sami Nurmenniemi2017-04-271-0/+3
| | | | | | | | | | | | | | | | | | Currently boot2qt is tested with QEMU and the test crashes. Disabling for now to make it possible to enable qt5 tests for Coin. Task-number: QTBUG-60266 Change-Id: I8954d1dbefbd6f07710f1f5ed2a39be0fd55265f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * Examples: don't set colors as stringsv5.9.0-beta3v5.9.0-beta2v5.9.0-beta1Marc Mutz2017-03-293-3/+3
| | | | | | | | | | | | | | | | | | Use the 3-int ctor of QColor instead. Change-Id: Ib00e3f6c93a153dfdaddde6e72cb6f8f3234fdc4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-0/+32
| |\ | | | | | | | | | Change-Id: I0147405fd58580c75f9ff6122c50cdb880003188
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.85.8Liang Qi2017-01-261-0/+32
| | |\ | | | | | | | | | | | | Change-Id: I6a34c1c9540d36cd80f91d1daebd2c9178c3d2b5
| | | * Add changes file for 5.8.0v5.8.0-rc1v5.8.0Jani Heikkinen2016-12-011-0/+32
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia2b476603fbe00cd67f98c2a2398432ddf92da36 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
* | | | Bump versionOswald Buddenhagen2017-02-021-1/+1
|/ / / | | | | | | | | | Change-Id: Icb7ab83497e0484079cf31d163fda119cd88e338
* | | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-247-32/+173
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: If94e1ceeb1b03ef59bf5760931fdba9527815064
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
| | | | | | | | | | | | Change-Id: Ie530042a81199dbbec0d23ae6f01f3136155e436
| * | Fix MSVC 64bit warnings about converting GLint to const GLvoid *Friedemann Kleint2016-12-022-3/+3
| |/ | | | | | | | | | | | | | | | | | | Cast via quintptr, fixing warnings: glstatestore.cpp(487): warning C4312: 'reinterpret_cast': conversion from 'GLint' to 'const GLvoid *' of greater size canvasrenderer.cpp(1166): warning C4312: 'reinterpret_cast': conversion from 'GLint' to 'GLvoid *' of greater size canvasrenderer.cpp(1473): warning C4312: 'reinterpret_cast': conversion from 'GLint' to 'const GLvoid *' of greater size Change-Id: I0085a5f09e137a28973a8e62afa0254fbe8f4bf3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-266-29/+170
| |\ | | | | | | | | | Change-Id: Ic71ac5eb15092e1c4393b59e0f2311e5e98a3446
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-086-29/+170
| | |\ | | | | | | | | | | | | Change-Id: I44e5f1470146c7c3cf31b671ddc6612a73bf9b5d
| | | * remove dependencies from sync.profileOswald Buddenhagen2016-11-051-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I1ef7bdd1a762a79428b7a26b5b92ce58faa67bc3 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>