| Commit message (Expand) | Author | Age | Files | Lines |
* | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 13 | -261/+230 |
|
|
* | Provide a very generous timeout for QmlImageProvider test | Martin Jones | 2010-02-17 | 1 | -2/+4 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-17 | 48 | -290/+909 |
|\ |
|
| * | Add missing NOTIFY signals to various QML item class properties | Joona Petrell | 2010-02-17 | 9 | -3/+367 |
|
|
| * | Revert "Replace QList<>* support with QmlListProperty" | Aaron Kennedy | 2010-02-17 | 5 | -33/+32 |
|
|
| * | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-16 | 5 | -32/+33 |
|
|
| * | Fix crash in QmlMetaProperty that could occur when using value-type | Michael Brasser | 2010-02-16 | 1 | -0/+30 |
|
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-16 | 34 | -287/+335 |
| |\ |
|
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-02-16 | 19 | -270/+298 |
| | |\ |
|
| | | * | Renamed declarative autotests class names to match the targets | Leonardo Sobral Cunha | 2010-02-17 | 9 | -171/+171 |
|
|
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-16 | 18 | -104/+136 |
| | | |\ |
|
| | | | * | Fix TextInput keypad navigation | Alan Alpert | 2010-02-15 | 3 | -2/+14 |
|
|
| | | | * | Stabilize positioner tests | Alan Alpert | 2010-02-15 | 1 | -62/+55 |
|
|
| | | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-15 | 15 | -16/+37 |
| | | | |\ |
|
| | | | * | | For qmldebug* tests, make sure engine is running before the test thread | Bea Lam | 2010-02-15 | 4 | -35/+52 |
|
|
| | | * | | | Ensure types are registered. | Warwick Allison | 2010-02-16 | 1 | -0/+2 |
|
|
| | | * | | | Ensure new WebView windows are notified correctly. Improve test. | Warwick Allison | 2010-02-15 | 2 | -0/+4 |
|
|
| | * | | | | Fix test case | Aaron Kennedy | 2010-02-16 | 1 | -1/+1 |
|
|
| | * | | | | Remove left over debugging | Aaron Kennedy | 2010-02-16 | 1 | -1/+0 |
| | | |_|/
| | |/| | |
|
| | * | | | Make tst_xmlhttprequest more reliable | Aaron Kennedy | 2010-02-15 | 10 | -5/+15 |
| | |/ / |
|
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-15 | 4 | -10/+15 |
| | |\ \ |
|
| | | * | | Make tst_qmlecmascript::dynamicDestruction stable | Aaron Kennedy | 2010-02-15 | 1 | -5/+4 |
|
|
| | | * | | Make tst_qmlmetatype stable | Aaron Kennedy | 2010-02-15 | 1 | -3/+6 |
|
|
| | | * | | Make tests compile without webkit | Aaron Kennedy | 2010-02-15 | 2 | -2/+5 |
| | | |/ |
|
| | * | | Update as test running qmakery changes. | Warwick Allison | 2010-02-15 | 1 | -1/+7 |
| | |/ |
|
| * | | Add QmlImageProvider to allow asynchronous access to images. | Martin Jones | 2010-02-16 | 6 | -0/+177 |
| |/ |
|
* | | fix line endings | Oswald Buddenhagen | 2010-02-16 | 3 | -22/+22 |
|
|
* | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6 | Friedemann Kleint | 2010-02-16 | 21 | -40/+40 |
|/ |
|
* | Cleanup public QmlMetaType API | Aaron Kennedy | 2010-02-12 | 1 | -15/+24 |
|
|
* | Fix case sensitivity bug in previous commit | Joona Petrell | 2010-02-12 | 2 | -2/+2 |
|
|
* | Adds inputMethodHint property to TextEdit and TextInput. | Joona Petrell | 2010-02-12 | 4 | -0/+44 |
|
|
* | Decouple Loader from QmlGraphicsItem | Joona Petrell | 2010-02-12 | 5 | -5/+112 |
|
|
* | Make test more stable. | Rohan McGovern | 2010-02-12 | 1 | -1/+0 |
|
|
* | Fixed race condition in tst_qmlgraphicswebview::multipleWindows | Rohan McGovern | 2010-02-12 | 2 | -1/+5 |
|
|
* | Fix qmlgraphicswebview:pixelCache autotest by setting defaults on html | Leonardo Sobral Cunha | 2010-02-12 | 1 | -1/+1 |
|
|
* | Fixed compile of these recently renamed tests. | Rohan McGovern | 2010-02-11 | 9 | -9/+9 |
|
|
* | Adds qml prefix to all declarative autotests | Leonardo Sobral Cunha | 2010-02-11 | 215 | -19/+19 |
|
|
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 18 | -19/+14 |
|
|
* | Animations are running by default when used as property source value | Leonardo Sobral Cunha | 2010-02-11 | 3 | -0/+58 |
|
|
* | Fix QmlEngine offlineStoragePath test. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
|
|
* | Fix Image test on Windows. | Martin Jones | 2010-02-11 | 1 | -4/+4 |
|
|
* | Fix FontLoader test on Windows. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-11 | 12 | -18/+32 |
|\ |
|
| * | Test should use ceil() not floor() since ceil() is used for calculating | Bea Lam | 2010-02-11 | 1 | -2/+2 |
|
|
| * | Clean up | Bea Lam | 2010-02-11 | 5 | -6/+8 |
|
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-11 | 12 | -10/+74 |
| |\ |
|
| | * | Improve stability of tst_qmlecmascript::dynamicDestruction | Aaron Kennedy | 2010-02-11 | 2 | -3/+7 |
|
|
| | * | Fixed qmldebug* tests crashing. | Rohan McGovern | 2010-02-11 | 1 | -0/+2 |
|
|
| | * | Fix declarative/qmldom::loadDynamicProperty autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+1 |
|
|
| | * | Fix declarative/animatedimage autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+0 |
|
|