summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-231-0/+75
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-233-20/+59
* Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-19/+0
|\
| * Generate default channel values as neededSean Harmer2018-01-221-19/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-95/+505
|\|
| * Add a function to calculate the default value for missing channelsSean Harmer2018-01-191-0/+164
| * Store more information in the ChannelNameAndType structSean Harmer2018-01-191-27/+103
| * Add getters for joint transformations to SkeletonSean Harmer2018-01-191-0/+58
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-182-68/+162
| * Add function to return name of a jointSean Harmer2018-01-181-0/+18
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-205-1/+242
|\|
| * Split animation callback handling into its own frontend classSean Harmer2017-11-163-1/+237
| * Set the mapping type in tst_findrunningclipanimatorjobsSvenn-Arne Dragly2017-11-151-0/+1
| * Test if m_mappingType is properly initialized in tst_channelmappingSvenn-Arne Dragly2017-11-151-0/+4
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-306/+136
|\|
| * Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-062-306/+136
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-058-134/+528
|\|
| * Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-031-40/+124
| * Merge branch '5.9' into 5.10Sean Harmer2017-09-308-95/+405
| |\
| | * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-291-72/+1
| | * Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-295-1/+340
| | * Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-271-2/+34
| | * Actually get matching clip indices for componentsSean Harmer2017-09-261-8/+8
| | * Fix gathering clip value node idsSean Harmer2017-09-262-4/+14
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-255-15/+15
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-255-5/+5
|/ /
* | Add sceneChangeEvent to QClock backend nodev5.10.0-alpha1Juan José Casafranca2017-09-081-0/+29
* | Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-023-0/+1450
* | Extend checkAssignChannelComponentIndices test to cover indexed targetSean Harmer2017-09-021-0/+29
* | Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-0/+42
* | Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-021-0/+30
* | Add QSkeletonMapping to Qt3DAnimationSean Harmer2017-09-023-1/+189
* | Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-021-2/+5
* | Send joint names and local poses from render to animation aspectSean Harmer2017-08-303-1/+160
* | Merge branch '5.9' into devSean Harmer2017-08-194-12/+12
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-224-11/+11
* | Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-022-10/+10
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-243-7/+82
* | Add QClock to Qt3DAnimationChip Collier2017-07-245-2/+275
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-111-0/+54
|\|
| * animationutils: Improve autotests for QColorLaszlo Agocs2017-06-191-0/+54
* | Add support for animation callbacksLaszlo Agocs2017-06-231-0/+118
* | Add support for channel components with no nameLaszlo Agocs2017-06-211-0/+25
|/
* Add support for linear interpolation in clip jsonLaszlo Agocs2017-06-143-0/+88
* Fix and extend animationutils autotestLaszlo Agocs2017-06-141-3/+32
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-4/+4
* Remove duplicate subdirs target that slipped inSean Harmer2017-05-121-2/+1
* Add autotests for new animation classesAntti Määttä2017-05-0915-2/+1418
* Use using namespace declaration to animation clip unit testSean Harmer2017-04-121-8/+10