summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-252-11/+13
* | Fix scene2d mouse event coordinate calculationAntti Määttä2017-03-231-3/+4
* | Fix flaky autotest tst_scene2dAntti Määttä2017-03-231-4/+8
* | renderthread_p.h: small cleanupPaul Lemire2017-03-231-4/+4
* | Renderer: Add CommandThread class to perform GL operations in a secondary threadPaul Lemire2017-03-233-2/+238
* | Scene2D::sceneChangeEvent: handle grabMouseShawn Rutledge2017-03-211-1/+1
* | Wrap QLibrary header inclusion inside QT_CONFIG(library)Kimmo Ollila2017-03-211-0/+2
* | Doc: added parameter specificationsNico Vertriest2017-03-213-5/+5
* | Doc: corrected link error and completed parameter definitionsNico Vertriest2017-03-212-4/+5
* | Use a different define for OpenGL tracesPaul Lemire2017-03-211-6/+6
* | scene2d: Add qcoreapplication.h to header includesMikko Gronoff2017-03-201-0/+1
* | Fix warning about unused variablePaul Lemire2017-03-201-1/+0
* | Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-194-16/+176
* | Add function to evaluate clip at a given phaseSean Harmer2017-03-192-0/+11
* | Cleanup whitespaceSean Harmer2017-03-191-1/+1
* | Add function to calculate phase of animation from global timeSean Harmer2017-03-192-0/+14
* | Add virtual to ClipBlendNode to allow querying dependenciesSean Harmer2017-03-175-0/+39
* | Add ClipResults to ClipBlendNode indexed by animator idSean Harmer2017-03-172-0/+29
* | Typedef QVector<float> as ClipResultsSean Harmer2017-03-174-13/+15
* | Require system assimp library version greater than 3.3.1Antti Määttä2017-03-171-1/+1
* | Use BVH to accelerate pickingMike Krus2017-03-153-25/+82
* | Cleanup scene2d - remove event forwardAntti Määttä2017-03-1520-1116/+6
* | Fix incorrect LuminanceAlpha formatSean Harmer2017-03-151-1/+1
* | Don't call QWindow::create() from the constructorSean Harmer2017-03-152-2/+0
* | Use correct license for library source codeSean Harmer2017-03-152-64/+36
* | Doc: corrected link issue in \sa statementNico Vertriest2017-03-141-2/+2
* | Add zooming with scroll wheel to default camera controllersAndy Maloney2017-03-144-0/+34
* | Doc: minor typo in parameter definition \a exposureNico Vertriest2017-03-141-1/+1
* | Doc: added definition for enum VertexAttributeArrayNico Vertriest2017-03-141-0/+1
* | Fix resolving of render target format in GraphicsContextAndy Maloney2017-03-141-1/+2
* | Doc: removed double definition of QRenderSettings::RenderPolicyNico Vertriest2017-03-141-7/+0
* | Update assimp lib to 3.3.1Andy Maloney2017-03-14486-113428/+133233
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1012-49/+48
|\|
| * assimp: Don't use -Wno-reorder on C compilerKevin Funk2017-03-021-2/+2
| * Coding convention fix for Src/logicRobert Brock2017-03-0210-22/+33
| * Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* | Add ClipAnimator::setLoops() for testing purposesSean Harmer2017-03-061-0/+1
* | Rename channelGroup -> channelSean Harmer2017-03-062-5/+4
* | Use QVector<char> rather than QStringList for channel suffixesSean Harmer2017-03-062-14/+12
* | Rename Channel -> Component in channelComponentsToIndicesHelper()Sean Harmer2017-03-061-11/+11
* | Rename peerId argument to animatorId in preparePropertyChanges()Sean Harmer2017-03-062-3/+3
* | Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-064-9/+9
* | Rename animationEvaluationDataForAnimatorSean Harmer2017-03-063-3/+3
* | Remove AnimationUtils classSean Harmer2017-03-0610-134/+145
* | Fix clang warnings in Scene2DMike Krus2017-03-064-14/+12
* | Fix crash in scene2d when using angleAntti Määttä2017-03-062-1/+7
* | cleanup scene2d - change mouse event handlingAntti Määttä2017-03-0321-40/+515
* | Remove unnecessary QT_CONFIG(library)Kimmo Ollila2017-03-031-2/+0
* | Make QAbstractServiceProvider a QObjectMike Krus2017-03-035-15/+17
* | Refactor tst_animationutils to be data drivenSean Harmer2017-03-021-0/+1