summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Autotest to go with 9f8a181a619649c8a227e92f3d16677f4b7cb30aAlan Alpert2011-02-081-0/+4
|
* Don't truncate image:// url strings prematurelyBea Lam2010-12-201-4/+42
| | | | | | | | Url fragments and queries were being removed from the image ids passed to QDeclarativeImageProvider. Task-number: QTBUG-16195 Reviewed-by: Martin Jones
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Autotests cleanup.Yann Bodson2010-09-101-16/+5
|
* Improve stability of test on loaded hw.Martin Jones2010-08-271-0/+1
|
* Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-2/+2
| | | | | | The implicit width and height should also be set to the sourceSize. Task-number: 13002
* QDeclarativeImageProvider: Do not keep the global declarative mutex locked ↵Olivier Goffart2010-08-191-8/+97
| | | | | | | | | | | | | | | | when processing. The point is to be able to process images in a thread. If the mutex is locked, this is useless. Use case is a slow QDeclarativeImageProvider that generates thumbmails from large files. Even with the asynchronous attribute set to true, the gui thread would be blocked by the mutex. By using QSharedPointer, I also fix the leak of the providers (which were not deleted) Reviewed-by: Martin Jones
* Don't show warning for attempts to load pixmaps asynchronouslyBea Lam2010-07-081-3/+1
| | | | | (should be handled by image providers, elements shouldn't have to know about the capabilities)
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-37/+167
| | | | | | | | | | synchronous loading of QImages. (QPixmaps can only be created in the main thread so they will always be loaded synchronously). This changes request() to requestImage() and adds requestPixmap() for pixmap support. Task-number: QTBUG-11989
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
| | | | | Task-number: Reviewed-by: Martin Jones
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+3
| | | | QTBUG-9726
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-3/+5
| | | | Task-number: QTBUG-9908
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-2/+2
| | | | | Task-number: Reviewed-by: Martin Jones
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-281-10/+20
| | | | (fixes test too)
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-6/+6
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+166
QDeclarativeXXX.