summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3120-29/+482
|\
| * Fix SortPolicy sorting key generationLaszlo Agocs2017-10-203-4/+29
| * Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
| * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-205-4/+346
| * Doc: add doc to undocumented classesNico Vertriest2017-10-205-1/+21
| * Blacklist checkRunRendererRunning in WindowsTony Sarajärvi2017-10-201-0/+2
| * Blacklist tst_FilterCompatibleTechniqueJob in WindowsTony Sarajärvi2017-10-191-0/+2
| * tst_FilterCompatibleTechniqueJob: Fix crash on Open GL context creation failureFriedemann Kleint2017-10-181-3/+12
| * Examples: Fix outdated BSD license headerKai Koehne2017-10-131-2/+12
| * Render next frame if texture data is not availableHarald Vistnes2017-10-093-3/+11
| * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-063-2/+41
| |\
| | * Add changes file for Qt 5.9.2v5.9.2Antti Kokko2017-09-281-0/+39
| | * Make m_pressAndHoldTimer into a raw pointer to avoid deleting it twiceSvenn-Arne Dragly2017-09-282-2/+2
| * | Bump versionOswald Buddenhagen2017-10-061-1/+1
| * | Fix race in rendererPaul Lemire2017-10-061-10/+0
* | | Fix memory leakv5.10.0-beta3Jesus Fernandez2017-10-241-0/+1
* | | Remove qfirstpersoncameracontroller_p.h from defaults.priFriedemann Kleint2017-10-201-1/+0
* | | Fix scene2d logo colorMäättä Antti2017-10-191-2/+2
* | | Doc: add doc to undocumented classes qt3dv5.10.0-beta2Nico Vertriest2017-10-132-6/+82
* | | Connect the normal parameter to the right signalKevin Ottens2017-10-131-1/+1
* | | Have all the Phong variations based on a graphKevin Ottens2017-10-1325-307/+609
* | | Doc: Add the correct namespace for QAbstractCameraControllerTopi Reinio2017-10-121-1/+1
* | | Doc: add doc to undocumented methods in qt3dwindow.cppNico Vertriest2017-10-091-1/+27
* | | Doc: Fix link in Solar System Scope attribution documentationTopi Reinio2017-10-091-1/+1
* | | Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-0614-361/+323
* | | Fix setting running property when animators finishSean Harmer2017-10-061-0/+1
* | | Fix dolly in/out speed calculationSean Harmer2017-10-061-1/+1
* | | Add qDebug operator for MappingDataSean Harmer2017-10-061-0/+15
* | | Don't warn about buffers with unknown attribute typesSean Harmer2017-10-061-2/+0
* | | Support loading animation data from glTF 2 filesSean Harmer2017-10-064-23/+1125
* | | Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-063-21/+41
* | | Merge branch '5.9' into 5.10Sean Harmer2017-10-055-47/+109
|\| |
| * | Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
| * | Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
| * | Share the effect from the phong materialSean Harmer2017-10-033-21/+32
| * | Share the mesh in bigscene-cppSean Harmer2017-10-033-8/+12
| * | Use qFuzzyCompare for rotation anglesSean Harmer2017-10-031-2/+2
| * | Don't send change notifications for unneeded propertiesSean Harmer2017-10-031-0/+4
* | | Add Qt3DExtras::QAbstractCameraControllerv5.10.0-beta1Andy Maloney2017-10-0310-843/+810
* | | Extend skinned mesh manual test to use an animatorSean Harmer2017-10-038-5/+4722
* | | Update render aspect skeleton's local posesSean Harmer2017-10-031-1/+6
* | | Initialize callback to nullptr in MappingData structSean Harmer2017-10-031-1/+1
* | | Clear channel component indices for those not present in animationSean Harmer2017-10-033-3/+10
* | | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-036-1/+85
* | | Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-035-61/+216
* | | Merge branch '5.9' into 5.10Sean Harmer2017-09-3022-188/+548
|\| |
| * | Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-293-133/+1
| * | Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-294-15/+39
| * | Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-296-2/+349