summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Document QAbstractClipBlendNodeSean Harmer2017-04-271-0/+71
| * | Document QBlendedClipAnimatorSean Harmer2017-04-271-9/+199
| * | Document QClipAnimatorSean Harmer2017-04-271-0/+62
| * | Add imperative slots to control animator running propertySean Harmer2017-04-272-0/+19
| * | Document the QAbstractClipAnimator classSean Harmer2017-04-271-0/+96
| * | Fix build for -no-feature-wheeleventStephan Binner2017-04-2714-8/+59
| * | Fix build for -no-feature-gesturesStephan Binner2017-04-273-3/+11
| * | Fix build for -no-feature-shortcutStephan Binner2017-04-271-0/+2
| * | Fix build without quick moduleStephan Binner2017-04-271-76/+84
| * | Fix build for -no-feature-temporaryfileStephan Binner2017-04-271-1/+6
| * | Fix warnings for -no-feature-libraryStephan Binner2017-04-271-0/+5
| |/
| * AssimpRawTextureImage: fix creation of QTextureImageDataPtrPaul Lemire2017-04-271-2/+3
| * Render: make FrameGraphVisitor return a vector of FG nodesPaul Lemire2017-04-273-31/+22
| * Improve QParameter documentationPaul Lemire2017-04-261-9/+118
| * Improve QTechnique documentationPaul Lemire2017-04-261-17/+111
| * Send move events when hover is enabledMike Krus2017-04-251-1/+1
| * Remove last bits of qsortcriterionPaul Lemire2017-04-252-167/+0
| * Improve documentation for QMaterialPaul Lemire2017-04-251-2/+100
| * Improve documentation for QRenderPassPaul Lemire2017-04-251-7/+82
| * Improve QEffect documentationPaul Lemire2017-04-251-0/+60
| * Verify a texture is valid before updateJuan José Casafranca2017-04-253-0/+16
* | Add support for downloading texturesMike Krus2017-05-207-61/+205
* | Add download service and use for remote meshesMike Krus2017-05-2012-37/+858
* | CalcBoundingVolumeJob: remove unneeded ifWieland Hagen2017-04-281-23/+21
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-1781-170/+2048
|\|
| * Set camera lens exposure on creation of backend nodeSean Harmer2017-04-141-0/+1
| * Enable the seamless cubemap extension for SkyboxEntitySean Harmer2017-04-141-0/+5
| * Don't generate mips for skybox entity when using loaded textureSean Harmer2017-04-141-0/+1
| * Use correct implicit geometric shadowing/masking term in BRDFSean Harmer2017-04-142-2/+2
| * Don't enable default light when an environment light is usedSean Harmer2017-04-141-1/+2
| * Simplify code example in QAbstractAnimationClipv5.9.0-beta2Sean Harmer2017-04-131-11/+5
| * Add convenience ctor to QClipBlendValueSean Harmer2017-04-132-1/+10
| * Add convenience ctor to QAnimationClipLoaderSean Harmer2017-04-132-0/+9
| * Pass QUrl by const ref in QAnimationClipLoaderSean Harmer2017-04-132-3/+3
| * Document QAbstractAnimationClipSean Harmer2017-04-131-0/+86
| * Flesh out animation module overview documentationSean Harmer2017-04-131-4/+136
| * QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-1/+36
| * Remove defunct TODO commentSean Harmer2017-04-121-1/+0
| * Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-1217-49/+49
| * Add a flag to AnimationClipLoader to track where its data comes fromSean Harmer2017-04-122-3/+31
| * Refactor clip loading and add support for loading from dataSean Harmer2017-04-124-11/+77
| * Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-5/+4
| * Add plugins.qmltypes file for scene2dMäättä Antti2017-04-121-0/+121
| * Add skeleton documentation for scene2d moduleMäättä Antti2017-04-124-8/+114
| * Use interpolation enum from QKeyFrameSean Harmer2017-04-112-9/+3
| * Start adding support for programmatic clips to the backend nodeSean Harmer2017-04-116-7/+39
| * Fix header include guardsSean Harmer2017-04-111-3/+3
| * Register QAbstractAnimationClip to create AnimationClipLoadersSean Harmer2017-04-111-3/+3
| * Export QAnimationClip to QMLSean Harmer2017-04-111-0/+2
| * Add QAnimationClip classSean Harmer2017-04-114-2/+262