aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickanimatedsprite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-12/+20
|\
| * Quick: Do not send SG updates when AnimatedSprite is not visibleErik Verbruggen2016-09-231-12/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-2/+2
|\|
| * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-48/+44
|\|
| * AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-031-48/+44
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-0/+1
|\|
| * QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* AnimatedSprite: avoid unnecessary redrawsTim Blechmann2015-10-141-4/+16
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-2/+19
|\
| * Fix multirow spritesheet rendering in paused stateJoni Poikelin2014-11-211-2/+19
* | Animations with no frameSync should be synchronized to the start timeJan Arve Saether2014-10-081-1/+0
* | Fixed AnimatedSprite to respect 'loops' properlyJan Arve Saether2014-10-061-13/+19
* | Made emission of AnimatedSprite currentFrameChanges consistent.Jan Arve Saether2014-09-121-5/+3
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-6/+6
|/
* Support smooth for AnimatedSpriteGunnar Sletta2014-05-141-1/+1
* Fix AnimatedSprite interpolation when looping and/or reversing.Michael Brasser2014-03-171-11/+47
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-37/+4
* Remove superfluous code.Gunnar Sletta2013-10-291-12/+0
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-2/+2
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-19/+19
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-221-3/+4
* Fix remote image loading for AnimatedSpriteAlan Alpert2013-03-121-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Document some undocumented AnimatedSprite functionsBea Lam2012-08-091-0/+27
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-2/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-1/+1
* Create new documentation structureChris Adams2012-06-211-1/+1
* Don't start running if a frame property is setAlan Alpert2012-06-201-4/+5
* Emit currentFrameChanged signal when neededAlan Alpert2012-06-121-0/+9
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-0/+1
* Use the texture coordinates provided by QSGTextureAlan Alpert2012-06-051-8/+9
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-1/+1
* Calculate vertex positions on CPUAlan Alpert2012-05-141-16/+34
* Flesh out the sprite documentationAlan Alpert2012-05-141-0/+8
* AnimatedSprite framespeed properties now restart animation.Alan Alpert2012-05-111-3/+15
* Remove QSGEngineGunnar Sletta2012-05-031-1/+0
* Merge master <-> api_changesMatthew Vogt2012-03-051-4/+4
* Add AnimatedSpriteAlan Alpert2012-02-281-0/+613