summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsanimatedimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move choice of pipelining to the point request.Warwick Allison2010-01-111-0/+1
| | | | (based on advice from Thiago)
* fix includesOswald Buddenhagen2009-12-031-3/+5
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Set initial frame for remote image sources once they are loaded. AlsoBea Lam2009-11-191-4/+6
| | | | add more tests.
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* forgot this when mergingYann Bodson2009-11-111-39/+34
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-111-33/+38
| | | | | | | into kinetic-declarativeui Conflicts: src/declarative/graphicsitems/qmlgraphicsanimatedimage.cpp
* AnimatedImage cleanup and tests.Michael Brasser2009-11-111-0/+300