summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders/default
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-029-184/+184
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-273-6/+6
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* Fix deprecation warnings about Qt3DRender::QBuffer::BufferTypeFriedemann Kleint2019-03-121-2/+0
* Fix compile warningsPaul Lemire2018-06-201-2/+4
* Fix compiler warningsFriedemann Kleint2018-05-241-1/+1
* Handle the check of binary versus ascii STL files more robustlyAkihito Izawa2018-04-121-10/+17
* ObjGeometryLoader::doLoad(): Fix fall through warningsFriedemann Kleint2018-03-021-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-211-7/+7
|\
| * ObjGeometryLoader: Fix out of bound errorPaul Lemire2018-02-081-7/+7
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-151-0/+4
| |\|
| | * Deal with trailing spaces and crlfKevin Ottens2017-11-071-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-0/+58
|\| |
| * | Doc: add doc to undocumented classes qt3dv5.10.0-beta2Nico Vertriest2017-10-131-0/+58
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-1/+1
|\|
| * Don't crash objgeometryloader on ill-formed face, just ignoreWieland Hagen2017-09-221-1/+1
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-253-3/+3
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-8/+8
|/
* Merge branch '5.9.0' into 5.9Sean Harmer2017-05-201-1/+1
|\
| * Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-1/+1
* | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-191-1/+1
|/
* Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-314-4/+4
* Improve documentation for QMeshMike Krus2017-02-061-2/+4
* Fix build for INTEGRITYKimmo Ollila2017-02-061-10/+10
* GeometryLoader const and cleanupGuillermo A. Amaral2017-01-202-26/+26
* Ported PLY and STL geometry loadersGuillermo A. Amaral2017-01-207-2/+788
* QMesh geometry loading via plugin systemGuillermo A. Amaral2017-01-207-0/+928