summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animationutils/tst_animationutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore use of QVector in private APIMike Krus2021-01-051-159/+159
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-117/+117
* Use QList instead of QVector in testsJarek Kobus2020-07-091-1/+1
* Use QList instead of QVector in animationutils testJarek Kobus2020-07-081-445/+397
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-0/+108
|\
| * Properly stop running animations when using a negative playratePaul Lemire2020-03-301-0/+108
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-9/+105
|\|
| * Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-9/+105
* | Remove deprecated classes and functionsPaul Lemire2020-02-111-1/+1
|/
* Fix deprecation handlingMike Krus2020-01-141-2/+0
* Fix compile warningsMike Krus2019-12-031-2/+2
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-146/+62
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-101-19/+0
* Animations: handle variable length propertiesPaul Lemire2019-04-031-86/+281
* Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-221-0/+11
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-231-20/+44
* 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-201-68/+400
|\
| * 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
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-41/+133
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-304/+131
|\|
| * Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-304/+131
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-127/+152
|\|
| * Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-031-40/+124
| * Merge branch '5.9' into 5.10Sean Harmer2017-09-301-88/+29
| |\
| | * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-291-72/+1
| | * Actually get matching clip indices for componentsSean Harmer2017-09-261-8/+8
| | * Fix gathering clip value node idsSean Harmer2017-09-261-0/+12
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-3/+3
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-021-0/+48
* | Extend checkAssignChannelComponentIndices test to cover indexed targetSean Harmer2017-09-021-0/+29
* | Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-0/+42
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-5/+8
* | 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-141-0/+22
* Fix and extend animationutils autotestLaszlo Agocs2017-06-141-3/+32
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-4/+4
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-26/+26
* Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-121-0/+5
* Add allDependencyIds() pure virtual and overrides to backend nodesSean Harmer2017-03-261-0/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-3/+0
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+196
* Add function to generate component indices for blend tree formatSean Harmer2017-03-251-0/+146
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-0/+66