summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimagebase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-081-6/+7
* Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-2/+0
* Changing the Image 'source' should not go through the 'Loading' state if the ...Yann Bodson2010-09-101-10/+13
* Do not reset sourceSize when changing image source url.Yann Bodson2010-09-061-3/+0
* Ensure all image state is updated before emitting changed signals.Martin Jones2010-09-061-5/+6
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-7/+0
* Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-31/+17
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-0/+7
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-051-42/+23
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+8
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* tyopWarwick Allison2010-03-281-1/+1
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-28/+10
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-7/+51
* Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-091-6/+5
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-4/+8
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-6/+36
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+191