summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimage_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-091-0/+1
| | | | Task-number: QTBUG-6334
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-0/+1
|
* update painted geometry on pixmapChanged rather than sourceChangedYann Bodson2010-02-261-1/+0
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+102
QDeclarativeXXX.