summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimagebase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-071-6/+6
* Once Image sourceSize is set there is no way to clear it.Martin Jones2011-03-311-0/+12
* Canceling image download while reading causes crashMartin Jones2011-03-301-1/+2
* Image.PreserveAspectFit has unexpected effect on Image's sourceSizeMartin Jones2011-03-171-1/+1
* Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-0/+5
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-1/+1
* Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-191-8/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Add 'mirror' property to Image element.Bea Lam2010-12-101-0/+20
* | Add 'cached' property to Image elementYann Bodson2010-11-121-1/+24
|/
* 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-291-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