Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "qdeclarativefocusscope works fine as a parallel test" | Aaron Kennedy | 2010-04-14 | 1 | -1/+0 |
| | | | | | | | Scratch that, qdeclarativefocusscope does not work fine as a parallel test. This reverts commit 72fe46a6c72eb14cfc50cf59f372eb2872e867a0. | ||||
* | qdeclarativefocusscope works fine as a parallel test | Aaron Kennedy | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 9 | -4/+73 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | Image with PreserveAspect enabled with either width or height defined should ↵ | Joona Petrell | 2010-04-14 | 3 | -1/+36 |
| | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones | ||||
* | Fix GridView.onRemove animation in photoviewer. | Yann Bodson | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 7 | -9/+37 |
| | | | | QTBUG-9799 | ||||
* | Fix QT_NO_DESKTOPSERVICES | Tasuku Suzuki | 2010-04-14 | 1 | -2/+8 |
| | | | | | Merge-request: 2359 Reviewed-by: Alexis Menard <alexis.menard@nokia.com> | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alexis Menard | 2010-04-14 | 63 | -493/+936 |
|\ | |||||
| * | Compiled bindings should not print warnings where normal bindings don't | Aaron Kennedy | 2010-04-14 | 1 | -3/+1 |
| | | | | | | | | QTBUG-9813 | ||||
| * | Update references links | Bea Lam | 2010-04-14 | 1 | -0/+1 |
| | | |||||
| * | Move example code into separate files to make sure they compile | Bea Lam | 2010-04-14 | 18 | -163/+586 |
| | | | | | | | | and work standalone | ||||
| * | Include qvariant.h as a convenience as context properties | Bea Lam | 2010-04-14 | 1 | -0/+1 |
| | | | | | | | | are commonly set and accessed | ||||
| * | Merged 'orientation' into 'runtime' context property in qmlruntime | Leonardo Sobral Cunha | 2010-04-14 | 3 | -41/+51 |
| | | | | | | | | | | | | | | | | | | | | | | Removed the 'Screen' element from DeclarativeViewer, as it was used only for the orientation property. Now access the 'orientation' property like this: 'runtime.orientation' and the enum is accessed as 'Orientation.Landscape', when using the qmlruntime. Updated docs for qmlruntime. Reviewed-by: Martin Jones | ||||
| * | Add 'runtime' property to the rootContext of DeclarativeViewer | Leonardo Sobral Cunha | 2010-04-14 | 2 | -0/+45 |
| | | | | | | | | | | | | | | | | | | | | The 'runtime' property is a singleton object that contains various info about the execution environment for the qml application. Currently it contains just one property 'isActiveWindow', which tells if the window of the declarative viewer is active or not. Task-number: QTBUG-8902 Reviewed-by: Martin Jones | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 37 | -239/+251 |
| |\ | |||||
| | * | Fix qdeclarativedom test | Yann Bodson | 2010-04-14 | 1 | -9/+9 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-14 | 49 | -309/+852 |
| | |\ | |||||
| | | * | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 35 | -229/+229 |
| | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-14 | 67 | -401/+759 |
| | | |\ | |||||
| | | * | | Fix qdeclarativeloader test on windows. | Martin Jones | 2010-04-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystem | Martin Jones | 2010-04-14 | 2 | -1/+13 |
| | | | | | |||||
| * | | | | Temporarily disable tests that require compilation | Aaron Kennedy | 2010-04-14 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Further improve failure output | Aaron Kennedy | 2010-04-14 | 1 | -57/+7 |
| | |_|/ | |/| | | | | | | | | | | Now prints all the failures, not just the first. | ||||
| * | | | Remove double fail message | Aaron Kennedy | 2010-04-14 | 1 | -2/+0 |
| | | | | |||||
| * | | | Improve test failure message | Aaron Kennedy | 2010-04-14 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix qdeclarativeloader test on Windows | Yann Bodson | 2010-04-14 | 1 | -4/+5 |
| | | | | |||||
* | | | | Integrate merge-request #2361 into branch '4.7' | Alexis Menard | 2010-04-14 | 3 | -5/+11 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Tasuku Suzuki (1): Fix QT_NO_GRAPHICSEFFECT Reviewed-by: Alexis Menard <alexis.menard@nokia.com> | ||||
| * | | | Merge branch '4.7' into reviews/2361 | Alexis Menard | 2010-04-14 | 4642 | -165823/+343879 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.h | ||||
* | | | | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 13 | -75/+613 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy | ||||
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 44 | -44/+96 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 2 | -1/+28 |
| |\ \ \ | |||||
| * | | | | Stabilize test. | Warwick Allison | 2010-04-14 | 8 | -12/+24 |
| | | | | | | | | | | | | | | | | | | | | Uses built-in server. | ||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 4 | -8/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 19 | -414/+241 |
| |\ \ \ \ \ | |||||
| * | | | | | | Give better error messages on plugin load failures. | Warwick Allison | 2010-04-14 | 2 | -15/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes reverted commit e0dcdbd2984299665b9b784b201289219b9978d3. | ||||
| * | | | | | | More verbose message on failure. | Warwick Allison | 2010-04-14 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 3968 | -159784/+330035 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Pass even if $LANG is not set to en_US.* | Warwick Allison | 2010-04-14 | 33 | -16/+37 |
| | | | | | | | | |||||
* | | | | | | | | Missing file | Aaron Kennedy | 2010-04-14 | 1 | -0/+5 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 2 | -6/+6 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Doc fix. | Michael Brasser | 2010-04-14 | 2 | -6/+6 |
| | | | | | | | |||||
* | | | | | | | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 2 | -1/+28 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | QTBUG-9792 | ||||
* | | | | | | Reduce QML runtime capabilities to NetworkServices and ReadUserData | Joona Petrell | 2010-04-14 | 2 | -2/+2 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | | | | | fillmode is a static visual test, so only record one frame. | Michael Brasser | 2010-04-14 | 1 | -269/+1 |
| | | | | | |||||
* | | | | | emit onMovementStarted/Ended/Changed on wheel events | Martin Jones | 2010-04-14 | 1 | -0/+4 |
| |_|_|/ |/| | | | | | | | | | | | Task-number: QTBUG-9804 | ||||
* | | | | Make it clear that Qt.labs modules may not remain compatible. | Martin Jones | 2010-04-14 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9807 | ||||
* | | | | Complete item creation after its initial properties have been initialized. | Martin Jones | 2010-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9800 | ||||
* | | | | Support recording visual snapshot tests. | Michael Brasser | 2010-04-14 | 4 | -5/+26 |
| | | | | |||||
* | | | | Minehunt cleanup/optimization. | Michael Brasser | 2010-04-14 | 7 | -134/+125 |
| | | | | |||||
* | | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 3 | -4/+78 |
| |/ / |/| | | | | | | | | Task-number: QTBUG-9805 |