| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-02-17 | 1 | -2/+4 |
|\ |
|
| * | Declare QmlXmlListModelRole meta type before any code uses it. | Bea Lam | 2010-02-17 | 1 | -2/+4 |
|
|
* | | Revert "Replace QList<>* support with QmlListProperty" | Aaron Kennedy | 2010-02-17 | 4 | -38/+37 |
|/ |
|
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-16 | 4 | -37/+38 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-16 | 5 | -6/+15 |
|\ |
|
| * | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 5 | -6/+15 |
|
|
* | | Add QmlImageProvider to allow asynchronous access to images. | Martin Jones | 2010-02-16 | 1 | -15/+23 |
|/ |
|
* | Fix warnings | Aaron Kennedy | 2010-02-12 | 1 | -1/+0 |
|
|
* | Cleanup public QmlMetaType API | Aaron Kennedy | 2010-02-12 | 1 | -4/+3 |
|
|
* | Animations are running by default when used as property source value | Leonardo Sobral Cunha | 2010-02-11 | 2 | -2/+11 |
|
|
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 4 | -38/+37 |
|
|
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 4 | -37/+38 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-08 | 2 | -1/+23 |
|\ |
|
| * | Add getter functions to QAbstractDynamicMetaObject and QmlOpenMetaObjectType | Marco Bubke | 2010-02-08 | 2 | -1/+23 |
|
|
* | | For local fonts, we can just addApplicationFont() rather than loading data. | Martin Jones | 2010-02-08 | 1 | -4/+10 |
|/ |
|
* | Fix private header include. | Bea Lam | 2010-02-08 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-05 | 11 | -91/+90 |
|\ |
|
| * | Fix Behaviors for object-type properties. | Michael Brasser | 2010-02-05 | 1 | -2/+1 |
|
|
| * | Pass symbols::prefix (Action -> QmlAction) | Warwick Allison | 2010-02-05 | 10 | -89/+89 |
|
|
* | | Fix test. | Martin Jones | 2010-02-05 | 1 | -7/+17 |
|/ |
|
* | Clean up QmlImageReader thread on engine destruction. | Martin Jones | 2010-02-05 | 2 | -12/+19 |
|
|
* | Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso... | Warwick Allison | 2010-02-04 | 1 | -1/+2 |
|
|
* | doc: There is no easeNone, it is called easeLinear | Thorbjørn Lindeijer | 2010-02-03 | 1 | -1/+1 |
|
|
* | Really run image reader in its own thread. | Martin Jones | 2010-02-03 | 2 | -122/+136 |
|
|
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 1 | -2/+2 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2010-02-01 | 2 | -3/+8 |
|\ |
|
| * | Support animating attached properties. | Michael Brasser | 2010-02-01 | 1 | -1/+1 |
|
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2010-02-01 | 12 | -250/+444 |
| |\ |
|
| * | | Ensure pixmaps can be retrieved even if they do not fit in the QPixmapCache. | Warwick Allison | 2010-02-01 | 1 | -2/+8 |
|
|
* | | | Compile on machines without SCHED_IDLE | Martin Jones | 2010-02-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Move image network access into a separate thread, with decoding. | Martin Jones | 2010-01-29 | 2 | -113/+218 |
|
|
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2010-01-29 | 1 | -2/+4 |
|\ \ |
|
| * | | Doc. | Michael Brasser | 2010-01-29 | 1 | -2/+4 |
|
|
* | | | Don't crash when accessing index -1 | Martin Jones | 2010-01-29 | 1 | -5/+5 |
|/ / |
|
* | | Clarify QmlPropertyMap::valueChanged docs. | Michael Brasser | 2010-01-22 | 1 | -1/+4 |
|
|
* | | Fixes: Allows qtcreator to build on system installed qt-kinetic | Bill King | 2010-01-21 | 1 | -1/+1 |
|
|
* | | Rename ListModel::set() to ListModel::setProperty() | Aaron Kennedy | 2010-01-20 | 2 | -3/+3 |
|
|
* | | Add more detailed debugging | Aaron Kennedy | 2010-01-20 | 2 | -2/+4 |
|
|
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Bea Lam | 2010-01-20 | 1 | -11/+16 |
|\ \ |
|
| * | | Remove qHash(QUrl) duplicate | Martin Jones | 2010-01-20 | 1 | -9/+2 |
|
|
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2010-01-20 | 1 | -0/+7 |
| |\ \ |
|
| | * \ | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Aaron Kennedy | 2010-01-20 | 2 | -36/+31 |
| | |\ \ |
|
| | * | | | Compile with Qt 4.6.1 | Aaron Kennedy | 2010-01-20 | 1 | -0/+7 |
|
|
| * | | | | Add qHash(QUrl) for QmlPixmapCache. | Martin Jones | 2010-01-20 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2010-01-20 | 1 | -25/+20 |
| |\ \ \ |
|
| * | | | | Use Q_GLOBAL_STATIC for static global. | Martin Jones | 2010-01-20 | 1 | -11/+11 |
| | |/ /
| |/| | |
|
* | | | | Keep empty lists and 1-item lists as lists instead of converting them | Bea Lam | 2010-01-20 | 1 | -21/+57 |
| |/ /
|/| | |
|
* | | | Revert previous change. Does not work for statically defined list models. | Bea Lam | 2010-01-20 | 1 | -25/+20 |
|/ / |
|
* | | Avoid using QUrl::toString() in QmlPixmapCache. | Martin Jones | 2010-01-20 | 2 | -21/+32 |
|
|
* | | Fix to correctly return property values that are javascript arrays. | Bea Lam | 2010-01-19 | 1 | -20/+25 |
|
|