Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -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 9f8a181a619649c8a227e92f3d16677f4b7cb30a | Alan Alpert | 2011-02-08 | 1 | -0/+4 |
| | |||||
* | Don't truncate image:// url strings prematurely | Bea Lam | 2010-12-20 | 1 | -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 Kennedy | 2010-09-29 | 1 | -4/+4 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Autotests cleanup. | Yann Bodson | 2010-09-10 | 1 | -16/+5 |
| | |||||
* | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Setting one dimension of the sourceSize should set the other dimension. | Yann Bodson | 2010-08-25 | 1 | -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 Goffart | 2010-08-19 | 1 | -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 asynchronously | Bea Lam | 2010-07-08 | 1 | -3/+1 |
| | | | | | (should be handled by image providers, elements shouldn't have to know about the capabilities) | ||||
* | Extend QDeclarativeImageProvider to support QPixmap loading and | Bea Lam | 2010-07-08 | 1 | -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 system | Joona Petrell | 2010-06-08 | 1 | -0/+5 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -3/+3 |
| | | | | QTBUG-9726 | ||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -3/+5 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -2/+2 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Source resizing for QDeclarativeImageProvider too. | Warwick Allison | 2010-03-28 | 1 | -10/+20 |
| | | | | (fixes test too) | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -6/+6 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+166 |
QDeclarativeXXX. |