summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dscene2d
Commit message (Expand)AuthorAgeFilesLines
* ResourceAccessor: allow read-only access to texturesLaszlo Agocs2018-08-101-1/+1
* Doc: Use correct module namePaul Wicking2018-07-301-1/+2
* Fix deadlock in scene2dMäättä Antti2018-06-262-1/+25
* Change scene2d to always clear the windowMäättä Antti2018-05-081-1/+2
* Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-146/+0
* Document state of the Qt 3D modulesKai Koehne2018-03-121-4/+6
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-4/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-061-5/+8
| |\
| | * Fix crash in scene2d at shutdownMäättä Antti2018-02-061-5/+8
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-4/+4
* | | Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-5/+8
|\ \ \
| * | | Fix crash in scene2d at shutdownv5.10.1Määttä Antti2018-02-081-5/+8
| |/ /
* | | Doc: Divide documentation into submodulesTopi Reinio2018-02-093-0/+144
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-256-8/+8
|/ /
* | Re-enable the QQmlType code paths in the node factoriesSean Harmer2017-08-252-4/+2
* | Merge branch '5.9' into devSean Harmer2017-08-192-1/+3
|\|
| * Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-162-5/+3
| * Disable QQmlType codepathsPaul Lemire2017-08-031-0/+2
* | Merge branch '5.9' into devSean Harmer2017-06-191-7/+0
|\|
| * Fix context sharing in scene2dMäättä Antti2017-05-271-7/+0
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-0/+2
|/
* Improve QScene2D documentationsMäättä Antti2017-05-091-6/+91
* Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-097-102/+99
* Scene2D cleanup - remove qml engine and sourceMäättä Antti2017-05-094-205/+9
* Scene2D: put picking coordinates back in window coordinatesKevin Ottens2017-05-051-1/+1
* Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-2/+2
* Add skeleton documentation for scene2d moduleMäättä Antti2017-04-121-4/+4
* Fix warning about cast from ASCIIThiago Macieira2017-04-081-1/+1
* Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-311-1/+1
* Fix scene2d mouse event coordinate calculationAntti Määttä2017-03-231-3/+4
* Fix flaky autotest tst_scene2dAntti Määttä2017-03-231-4/+8
* Scene2D::sceneChangeEvent: handle grabMouseShawn Rutledge2017-03-211-1/+1
* Fix clang warnings in Scene2DMike Krus2017-03-064-14/+12
* Fix crash in scene2d when using angleAntti Määttä2017-03-061-0/+4
* cleanup scene2d - change mouse event handlingAntti Määttä2017-03-0310-7/+415
* Cleanup scene2d - remove duplicate ifndefAntti Määttä2017-02-281-4/+0
* Enumerize event idsAntti Määttä2017-02-287-41/+117
* Split scene2d implementation to multiple filesAntti Määttä2017-02-289-536/+793
* Move scene2d to own module and implement conditional plugin loadingAntti Määttä2017-02-2815-0/+2077