- 03 Mar, 2016 - 1 commit
-
-
Miikka Heikkinen authored
'debugger' keyword was causing "Unimplemented code." prints. Change-Id: Ic1a018208e6c2fcc818416fc72d4d3b15e095bb1 Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 02 Mar, 2016 - 1 commit
-
-
Andy Shaw authored
Change-Id: I71705aa185510c4ffce169fcd719514868037c68 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-
- 23 Feb, 2016 - 1 commit
-
-
Miikka Heikkinen authored
Updated affected examples as well. Planets example click detection was refactored, as r74 raycaster seems a lot slower than r71. Added a set of simpler dummy spheres to massively speed up the click detection. Change-Id: Idb07fccfa65a0b06277b215a7c5cc2c03a78e819 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 15 Feb, 2016 - 2 commits
- 12 Feb, 2016 - 1 commit
-
-
Topi Reinio authored
Old version strings caused a conflict in documentation namespaces, resulting in wrong version of docs to be referenced for users that have multiple versions installed. Change-Id: I3386c2fb225e820b6251f067b9fb961b0879d28b Task-number: QTBUG-51051 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 11 Feb, 2016 - 1 commit
-
-
Miikka Heikkinen authored
Depending on order things are destroyed at shutdown, texture factory can get deleted before textures at shutdown. Textures notify factory at their destructor, which caused the crash. Changed factory pointer to a guarded one to avoid this. Change-Id: I032f066a9a77ef92c68c31e0552f880a8f0a90af Task-number: QTBUG-51045 Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 08 Feb, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I32fbc316deac0bf322520146804eebee8e6d556c
-
- 02 Feb, 2016 - 1 commit
-
-
Michael Dippold authored
Previous change corrected the getSupportedExtensions function, this change fixes the getExtension function. Change-Id: Ie4d36366d3261bd65c7d5f6677902781156f9ad2 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 01 Feb, 2016 - 1 commit
-
-
Michael Dippold authored
This now uses the appropriate names similar to the extension lookup for webgl in the webengine code. Change-Id: I5a0a982b18b0986cd94d1d6fcb93a54c2ebaac56 Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 26 Jan, 2016 - 1 commit
-
-
Antti Kokko authored
Updated license headers to use new GPL-EXCEPT header instead of LGPL3 one (in those files which will be under GPL 3 with exceptions) Change-Id: I0760606258439ea2b7b89e41db50c90d0434a69f Reviewed-by:
Jani Heikkinen <jani.heikkinen@theqtcompany.com>
-
- 25 Jan, 2016 - 2 commits
-
-
Antti Kokko authored
Updated license headers to use new BSD header instead of LGPL3 one (in those files which will be under BSD) Change-Id: Id8773e1fd61510d186d76a29728086d35c2821b0 Reviewed-by:
Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
Antti Kokko authored
Update old header.LGPL3 to header.LGPL Change-Id: Ie6c28b2d7709730783a7ce9f3f7d6dae878f7ce1 Reviewed-by:
Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by:
Lars Knoll <lars.knoll@theqtcompany.com>
-
- 14 Jan, 2016 - 2 commits
-
-
Frank Meerkoetter authored
Fixes coverity CID141076. Change-Id: Ice5f78a0be12424fa0e308c62294f7ef7981ad36 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-
Miikka Heikkinen authored
CanvasTextureImages were assigned as chilren of their parent factory, which has lifetime of the application, so they never got garbage collected. Change-Id: I3466491d37307b0d8daf7965a4c3d03ab7a62464 Task-number: QTBUG-50369 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 13 Jan, 2016 - 1 commit
-
-
Frank Meerkoetter authored
Fixes a resource leak on the error path. Change-Id: I715c47a92428c50e31c5ff6acafeeaea027fbe89 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 12 Jan, 2016 - 2 commits
-
-
Miikka Heikkinen authored
Apparently Flickable has changed internally so that giving two flick commands with same parameters in a row results in no flicking done at all. Fixed the example so that we only ever send one flick. Change-Id: I3ebd514e7958a86b918735df57612984fab6c8fa Task-number: QTBUG-50393 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
Katja Marttila authored
With embedded devices it is hard to hit the slider handle Change-Id: If70a29a8794e34634d75b06744a780c674b102d1 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by:
Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 11 Jan, 2016 - 1 commit
-
-
Miikka Heikkinen authored
Sharecontext gets created even if the canvas doesn't create the regular context, but it wasn't destroyed unless regular context also existed. Change-Id: Ib975ff65c4138000b4a2f1277fe56c9d5109c626 Task-number: QTBUG-50369 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 09 Dec, 2015 - 1 commit
-
-
Anton Kudryavtsev authored
because it's useful for non-primitive types Change-Id: Ic0a53b24148c5815b881d72eecadcaa4ca1ed3e5 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@theqtcompany.com>
-
- 06 Nov, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Changed textures to use a common network access manager from QML engine instead of each of them creating their own. Change-Id: Ia70a756edc7f3c32679965a8edf28fa64be86dd4 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 05 Nov, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I81edeeaa4c686bae003074858f1c4b5db0e7a9b3
-
- 04 Nov, 2015 - 1 commit
-
-
Miikka Heikkinen authored
We can't assume combined depth/stencil buffer is supported, so check for it, and initialize it correctly when it is supported. Change-Id: Id1792f51ef0a6c74437327e6308c88157fcc1124 Task-number: QTBUG-49182 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 03 Nov, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Change-Id: I287e8fb36c95a65eb14c846d430f759ebdf5750e Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 29 Oct, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Using both full screen opaque canvas and background Rectangle item causes one unnecessary fullscreen fill. Changed Rectangles to Items and used window background color instead, which is the recommended way. Change-Id: Ia2689fcafba7b66333f5e98574c28566faba4764 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 28 Oct, 2015 - 1 commit
-
-
Miikka Heikkinen authored
The canvas size itself shouldn't be limited by maximum possible viewport size, but instead the draw buffer size should be limited. Removing width and height properties should not be a problem, as they were undocumented overloads of QQuickItem properties with same name. Change-Id: Ie5a4e65fbb877a8321e6b2e131c8b268b518218b Task-number: QTBUG-48526 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 27 Oct, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Added possibility to test fore/background rendering target and added two tests that automatically switch canvases rapidly. Change-Id: I8de2d54aa36018ce384a9b3c92b3d38287fc8c71 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 26 Oct, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Also fixed issues found while running the new application Change-Id: I01f77570deceb2417cbf27fa13a905421c33d8e0 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 21 Oct, 2015 - 1 commit
-
-
Topi Reinio authored
The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I51119245c1799dd228ab2fd0191e6f08b81a304b Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 20 Oct, 2015 - 3 commits
-
-
Miikka Heikkinen authored
Change-Id: I0dcbb0980b8a69f9d3ac7b9eab9854b4117c5fa9 Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
Miikka Heikkinen authored
Change-Id: I7d94d3431c8234b6cb2011342daa9d97a53158c1 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
Miikka Heikkinen authored
Moving Canvas3D between windows requires support for this. Change-Id: I1a3bbd120d9915bf8a6cc90ec30c1909df58d225 Task-number: QTBUG-48711 Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 14 Oct, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I5ec32a81b7cb8c50bfd8548cf7f788ac4f03095d
-
- 12 Oct, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Change-Id: I673844e6e94a2920b8348874862e55529586bd93 Task-number: QTBUG-48547 Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 06 Oct, 2015 - 2 commits
-
-
Miikka Heikkinen authored
Change-Id: I0685e6b7c1b0eb89ab5332db8746cf85639c9db4 Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
Miikka Heikkinen authored
Now the canvas always creates at least size 1x1 frame buffer. Change-Id: Ie1a3bfc23aa66a8b42fc18b1a8cf46f6ddca8407 Task-number: QTBUG-48544 Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Pasi Keränen <pasi.keranen@digia.com>
-
- 02 Oct, 2015 - 1 commit
-
-
Liang Qi authored
Conflicts: src/imports/qtcanvas3d/canvas3d.cpp Change-Id: Iefff63ec23e8ea43deaa76c20b50d196bce628ba
-
- 01 Oct, 2015 - 1 commit
-
-
Pasi Keränen authored
Fixes crashing of Canvas3D destructor on exit when it has no visual parent assigned. Change-Id: I198ef26a29a6a2bb90a05298487761e786f4d4b1 Task-number: QTBUG-48547 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-
- 25 Sep, 2015 - 1 commit
-
-
Liang Qi authored
Change-Id: I7b02b49a909d5ed00827125e88f2ef37841473e4
-
- 24 Sep, 2015 - 1 commit
-
-
Miikka Heikkinen authored
Camera lookat needs to be calculated after camera position is set. Change-Id: I0a858e47074573037e590211d9ae383c5b8171ff Reviewed-by:
Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-