summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend
Commit message (Expand)AuthorAgeFilesLines
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-102-2/+5
* Animations: handle variable length propertiesPaul Lemire2019-04-033-7/+83
* Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-221-4/+12
* Doc: fix broken links in qanimationcallback.cpp and qframegraphnode.cppv5.12.0-beta3Nico Vertriest2018-10-181-1/+1
* Fix notifications for QClipAnimator::clip propertyJim Albamont2018-10-051-0/+1
* Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-021-0/+4
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-021-1/+7
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-114-0/+21
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1914-21/+21
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-205-36/+10
* Either fully qualify property types, or not at allVolker Krause2018-03-063-4/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-153-2/+28
|\
| * Doc: add doc to undocumented methods and properties qt3dNico Vertriest2018-02-063-2/+28
* | Merge branch '5.10' into devSean Harmer2018-01-261-7/+28
|\|
| * Doc: add doc to undocumented methods in qt3dNico Vertriest2018-01-241-7/+28
* | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-232-6/+9
* | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-234-0/+33
* | Merge branch '5.10' into devSean Harmer2018-01-174-7/+7
|\|
| * Use strict const iteratorsMike Krus2018-01-133-6/+6
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-121-1/+1
| |\
| | * qanimationgroup.h: Fix include of Qt classFriedemann Kleint2017-11-281-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-134-14/+15
|\| |
| * | Move animation callback handling to QAbstractClipAnimatorChristian Stromme2017-12-014-14/+15
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-209-70/+343
|\| |
| * | Split animation callback handling into its own frontend classSean Harmer2017-11-168-69/+341
| * | Fix warnings caused by QClipAnimator calling QNode::sceneChangeEventAndy Nichols2017-11-141-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-0/+6
| |\|
| | * Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
| * | Fix setting running property when animators finishSean Harmer2017-10-061-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-052-0/+3
|\| |
| * | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+1
| * | Fix clock sync for the blendedclipanimatorJuan José Casafranca2017-09-271-0/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2512-13/+13
|/ /
* | Extend QChannel and Channel to support jointIndex membersSean Harmer2017-09-022-0/+14
* | Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-021-0/+1
* | Add QSkeletonMapping to Qt3DAnimationSean Harmer2017-09-024-1/+281
* | Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-028-6/+270
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-1/+1
| |\|
| | * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-281-1/+1
* | | Alter QChannelMapping to accept QAbstractChannelMapping pointersSean Harmer2017-08-313-9/+9
* | | Introduce QAbstractChannelMappingSean Harmer2017-08-317-9/+225
* | | Add Skeleton backend node to the animation aspectSean Harmer2017-08-301-0/+5
|/ /
* | Merge branch '5.9' into devSean Harmer2017-08-193-8/+6
|\|
| * Doc: correct declaration qml propertiesNico Vertriest2017-08-113-8/+6
* | Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-023-33/+12
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-245-1/+41
* | Add QClock to Qt3DAnimationChip Collier2017-07-244-2/+271
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-114-22/+15
|\|