- 14 Feb, 2018 - 1 commit
-
-
Liang Qi authored
Change-Id: I66d215aec2d6933516eaaf598a1b613f49f11606
-
- 05 Feb, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: I9afa5a960ec4244e254e0ebfc768c53f0c7938d3 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 20 Jan, 2018 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I92077a30539d03f5052f59275567c3565588bdbc
-
- 18 Jan, 2018 - 2 commits
- 08 Jan, 2018 - 1 commit
-
-
Antti Kokko authored
Change-Id: I64769a6e78614b59bafb3e558caf9b4fad4c3c01 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io>
-
- 30 Dec, 2017 - 1 commit
-
-
Lars Knoll authored
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>
-
- 20 Dec, 2017 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I5e49ce2cd8b294e456e54d133b95d440facf6f12
-
Lars Knoll authored
Fixes compilation against a recent version of qtdeclarative. Change-Id: If21b743b0226f3a5c78d46fa985822f9357a0622 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 12 Dec, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ic94bd48eaf311c129fa0b89647cd66599e2bbfab
-
- 08 Dec, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: Id88a4107459ae5962cb83945ec8d893752bbfd14
-
- 30 Nov, 2017 - 1 commit
-
-
Mika Salmela authored
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>
-
- 23 Nov, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I2166e7994b8a2fdb7e9c317017536480d55a1eb3
-
- 21 Nov, 2017 - 1 commit
-
- 20 Nov, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: Id93717fa7b47f6492fadaed7dfe0ebc2f3439bc2
-
- 10 Nov, 2017 - 2 commits
-
-
Topi Reinio authored
Previously the list was maintained in qtbase. Change-Id: I7581e9d2c4eae95bc5265277ea07193b39b204c6 Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-
Antti Kokko authored
Change-Id: I0066d1a4f67276861daff4cdbe20bfdb8a783312 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 09 Nov, 2017 - 1 commit
-
-
Antti Kokko authored
Change-Id: Ib9efd29a7ea42870abf6fb2c463300574fe6bb9d Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 30 Oct, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I0dbbd7ff7b6b6a97f4dda34ba005d3a0c6c3e4c7
-
- 06 Oct, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ib123c2e988f2a7b7442b06174966c71725ada69c
-
- 05 Oct, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I2bb295b4cb5b8149f43456ed0ef22a002436cd66
-
- 26 Sep, 2017 - 1 commit
-
-
Tor Arne Vestbø authored
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>
-
- 22 Sep, 2017 - 1 commit
-
-
Jani Heikkinen authored
Task-number: QTBUG-62750 Change-Id: Idb3a62f156013ad6329f0d12302cbb4e204e71d6 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 07 Sep, 2017 - 1 commit
-
-
Tor Arne Vestbø authored
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>
-
- 04 Sep, 2017 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I91c81f5273ca2afe7fe0468425dd0870f397535a
-
- 01 Sep, 2017 - 1 commit
-
-
Liang Qi authored
Task-number: QTBUG-62712 Change-Id: I1af2327ab301a5b5bbcb1e5248d1149f9bba745e Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 15 Aug, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I6d9ab0253b4aec30f27ccff571cefad17fc8d5cc
-
- 30 Jun, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: If81733d53c21c35ca229eafb78f7ad8b7fada764
-
- 23 Jun, 2017 - 1 commit
-
-
Antti Kokko authored
Listing important changes and bug-fixes. Change-Id: I5e0c82fa2df3e6673a7857df7337ae5f6a474a4b Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io>
-
- 07 Jun, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I72eda5a6e51d805637fc8b8091f533e51e645b6a
-
- 31 May, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I3a0689c3e11c904ba806fe2c55d15a46a74c10a5
-
- 22 May, 2017 - 1 commit
-
-
Thiago Macieira authored
Make them explicit. Change-Id: I9bf1e35bffb044dcbf62fffd14bfe6f9d5c280f2 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by:
Sami Nurmenniemi <sami.nurmenniemi@qt.io>
-
- 10 May, 2017 - 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: Ib4fbcf84410d0a8a2dfbbd3c16106c99d539ced4
-
Antti Kokko authored
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>
-
- 27 Apr, 2017 - 1 commit
-
-
Sami Nurmenniemi authored
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>
-
- 29 Mar, 2017 - 1 commit
-
-
Marc Mutz authored
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>
-
- 10 Mar, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I0147405fd58580c75f9ff6122c50cdb880003188
-
- 02 Feb, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Icb7ab83497e0484079cf31d163fda119cd88e338
-
- 26 Jan, 2017 - 1 commit
-
-
Liang Qi authored
Change-Id: I6a34c1c9540d36cd80f91d1daebd2c9178c3d2b5
-
- 24 Jan, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: If94e1ceeb1b03ef59bf5760931fdba9527815064
-