summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativeimage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-092-1/+13
|\
| * Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-072-1/+13
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-021-0/+22
|\ \ | |/
| * Once Image sourceSize is set there is no way to clear it.Martin Jones2011-03-311-0/+22
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-172-0/+54
|\ \ | |/
| * Image.PreserveAspectFit has unexpected effect on Image's sourceSizeMartin Jones2011-03-172-0/+54
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-10/+148
|\ \ | |/
| * Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-2/+43
| * Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-191-7/+7
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-072-0/+0
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-202-0/+0
| |\ \ \
| * | | | Add 'mirror' property to Image element.Bea Lam2010-12-101-0/+86
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-0/+30
| |\ \ \ \
| * | | | | Add 'cached' property to Image elementYann Bodson2010-11-121-9/+20
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-212-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Update test bitmaps for QDeclarativeImage::svg() autotest on WindowsJoona Petrell2010-12-202-0/+0
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-202-0/+0
|\ \ \ \ | |/ / /
| * | | Update test bitmaps for QDeclarativeImage::svg() autotest on LinuxJoona Petrell2010-12-172-0/+0
| | |/ | |/|
* | | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-151-1/+1
|\ \ \
| * \ \ Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-233-3/+107
| |\ \ \
| * | | | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-0/+30
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-0/+30
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-122-0/+74
|\ \ \ | |/ /
| * | Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-0/+74
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-2/+32
|\ \ \ | |/ /
| * | Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-081-2/+32
| |/
* | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
|/
* Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+41
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-10/+10
* Autotest for QTBUG-13454.Yann Bodson2010-09-101-14/+54
* Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-7/+7
* Fix Image element svg autotestJoona Petrell2010-08-199-12/+4
* Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-0/+2
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-081-31/+0
* Fix test for N900 (ARM-specific SVG results).Warwick Allison2010-07-024-8/+6
* Make autotests work with qreal == float (in addition to double).Warwick Allison2010-07-023-8/+14
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+5
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-231-1/+1
* QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-193-1/+92
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+3
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-4/+5
* Image with PreserveAspect enabled with either width or height defined should ...Joona Petrell2010-04-142-1/+30
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-8/+8
* Use different ports for network tests to avoid clashes in parallel testing.Martin Jones2010-04-141-2/+2