summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/channelmapping.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-2/+2
* Remove deprecated classes and functionsPaul Lemire2020-02-111-1/+0
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-2/+1
* Fix Coverity warningsMike Krus2019-10-211-2/+2
* Update mapping classes to use direct syncMike Krus2019-09-231-62/+34
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-101-5/+0
* Animations: handle variable length propertiesPaul Lemire2019-04-031-0/+5
* Split animation callback handling into its own frontend classSean Harmer2017-11-161-4/+8
* Make sure m_mappingType is initialized in ChannelMappingSvenn-Arne Dragly2017-11-151-0/+1
* Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-031-0/+6
* Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-0/+3
* Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-021-1/+8
* Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-021-9/+26
* Add support for animation callbacksLaszlo Agocs2017-06-231-0/+10
* Add job to process running clip animatorsSean Harmer2017-01-271-0/+10
* Add API to map animation channels to propertiesSean Harmer2017-01-271-0/+96